projecte_ionic/node_modules/@angular-eslint/template-parser/package.json
2022-02-09 18:30:03 +01:00

65 lines
2.1 KiB
JSON
Executable file

{
"_from": "@angular-eslint/template-parser@~12.0.0",
"_id": "@angular-eslint/template-parser@12.0.0",
"_inBundle": false,
"_integrity": "sha512-gl5ansA2a8LY6TEjhe0k8NiQJJdEQPjjqpysO1Rpt3NWUYQkFMt+1+AnUyokHB1TU3/11dHRUjVWXj+pMtTIAA==",
"_location": "/@angular-eslint/template-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@angular-eslint/template-parser@~12.0.0",
"name": "@angular-eslint/template-parser",
"escapedName": "@angular-eslint%2ftemplate-parser",
"scope": "@angular-eslint",
"rawSpec": "~12.0.0",
"saveSpec": null,
"fetchSpec": "~12.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-12.0.0.tgz",
"_shasum": "5b2ea31d4a9338cfe4a52689de36c8b00b94f286",
"_spec": "@angular-eslint/template-parser@~12.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto",
"bugs": {
"url": "https://github.com/angular-eslint/angular-eslint/issues"
},
"bundleDependencies": false,
"dependencies": {
"eslint-scope": "^5.1.0"
},
"deprecated": false,
"description": "Angular Template parser for ESLint",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"gitHead": "303d5550dabf63b2728ac2f552bc6666a30d5abc",
"homepage": "https://github.com/angular-eslint/angular-eslint#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "@angular-eslint/template-parser",
"peerDependencies": {
"@angular/compiler": ">= 12.0.0 < 13.0.0",
"eslint": "*",
"typescript": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-eslint/angular-eslint.git",
"directory": "packages/template-parser"
},
"scripts": {
"build": "rimraf ./dist && microbundle --tsconfig tsconfig.build.json --no-sourcemap --target=node --compress --format=cjs",
"clean": "rimraf ./dist",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"types": "dist/index.d.ts",
"version": "12.0.0"
}