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

69 lines
2.3 KiB
JSON
Executable file

{
"_from": "@angular-eslint/eslint-plugin@~12.0.0",
"_id": "@angular-eslint/eslint-plugin@12.0.0",
"_inBundle": false,
"_integrity": "sha512-osdJdMu8bYFv9WGhC04AwRcbeKq4sxCQnShV7NiF0xkgNG9KqDaStytVhPjJFn2Ja1QhfiTGlcFFk4D/9aruog==",
"_location": "/@angular-eslint/eslint-plugin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@angular-eslint/eslint-plugin@~12.0.0",
"name": "@angular-eslint/eslint-plugin",
"escapedName": "@angular-eslint%2feslint-plugin",
"scope": "@angular-eslint",
"rawSpec": "~12.0.0",
"saveSpec": null,
"fetchSpec": "~12.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-12.0.0.tgz",
"_shasum": "47663c1b1101bcf07fb0f714f8287b3de3b3d7f7",
"_spec": "@angular-eslint/eslint-plugin@~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"
},
"deprecated": false,
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
"devDependencies": {
"@angular-eslint/utils": "12.0.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",
"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"
},
"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 --silent --runInBand",
"clean": "rimraf ./dist",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"types": "dist/index.d.ts",
"version": "12.0.0"
}