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

72 lines
2.4 KiB
JSON
Executable file

{
"_from": "@angular-eslint/eslint-plugin-template@~12.0.0",
"_id": "@angular-eslint/eslint-plugin-template@12.0.0",
"_inBundle": false,
"_integrity": "sha512-RF8PwN2A3U4ihd7sKYUM8wgPj46M30reziLl8CPPhN3H5Hn46nksmKmHRbPNakH2gW0Ba7NIxy+ocqUy0fQpcQ==",
"_location": "/@angular-eslint/eslint-plugin-template",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@angular-eslint/eslint-plugin-template@~12.0.0",
"name": "@angular-eslint/eslint-plugin-template",
"escapedName": "@angular-eslint%2feslint-plugin-template",
"scope": "@angular-eslint",
"rawSpec": "~12.0.0",
"saveSpec": null,
"fetchSpec": "~12.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-12.0.0.tgz",
"_shasum": "eac9df5a04b3c0a5dc14a67aa580f5164f892f93",
"_spec": "@angular-eslint/eslint-plugin-template@~12.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto",
"bugs": {
"url": "https://github.com/angular-eslint/angular-eslint/issues"
},
"bundleDependencies": false,
"dependencies": {
"@typescript-eslint/experimental-utils": "4.23.0",
"aria-query": "^4.2.2",
"axobject-query": "^2.2.0"
},
"deprecated": false,
"description": "ESLint plugin for Angular Templates",
"devDependencies": {
"@angular-eslint/utils": "12.0.0",
"@types/aria-query": "^4.2.0"
},
"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/eslint-plugin-template",
"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/eslint-plugin-template"
},
"scripts": {
"build": "rimraf ./dist && microbundle --tsconfig tsconfig.build.json --no-sourcemap --target=node --compress --format=cjs && ncp ./src/configs ./dist/configs",
"check-configs": "jest tests/configs.test.ts --runTestsByPath --runInBand",
"clean": "rimraf ./dist",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"types": "dist/index.d.ts",
"version": "12.0.0"
}