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

65 lines
2 KiB
JSON
Executable file

{
"_from": "@angular-eslint/builder@~12.0.0",
"_id": "@angular-eslint/builder@12.0.0",
"_inBundle": false,
"_integrity": "sha512-gvvXQDXXi0gsWZ25KyMqF/1b3AaX+CJbpVgTPqxJdEx4euvmG/m3993ynmpf+Kc+F+aI2O9W4TUbDbbLWoCjIA==",
"_location": "/@angular-eslint/builder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@angular-eslint/builder@~12.0.0",
"name": "@angular-eslint/builder",
"escapedName": "@angular-eslint%2fbuilder",
"scope": "@angular-eslint",
"rawSpec": "~12.0.0",
"saveSpec": null,
"fetchSpec": "~12.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-12.0.0.tgz",
"_shasum": "b6cf118b8918fd6440599b1765f2bd5d90bbc6e7",
"_spec": "@angular-eslint/builder@~12.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto",
"bugs": {
"url": "https://github.com/angular-eslint/angular-eslint/issues"
},
"builders": "./builders.json",
"bundleDependencies": false,
"deprecated": false,
"description": "Angular CLI builder for ESLint",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE",
"builders.json"
],
"gitHead": "303d5550dabf63b2728ac2f552bc6666a30d5abc",
"homepage": "https://github.com/angular-eslint/angular-eslint#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "@angular-eslint/builder",
"peerDependencies": {
"@angular/cli": ">= 12.0.0 < 13.0.0",
"eslint": "*",
"typescript": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-eslint/angular-eslint.git",
"directory": "packages/builder"
},
"scripts": {
"build": "rimraf ./dist && tsc --project tsconfig.build.json && terser ./dist/index.js --output=./dist/index.js",
"clean": "rimraf ./dist",
"postbuild": "ncp src/schema.json dist/schema.json",
"test": "jest --coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"types": "dist/index.d.ts",
"version": "12.0.0"
}