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

98 lines
2.5 KiB
JSON
Executable file

{
"_from": "@angular/cli@~12.1.1",
"_id": "@angular/cli@12.1.4",
"_inBundle": false,
"_integrity": "sha512-LpyhyqWe3bFcuH3MrXeYoIPI1htjwG1b5ehETfq4qsMvNmuFON6QI+F7EWEpX7lItVQc2bES+ogasTZsZue/uw==",
"_location": "/@angular/cli",
"_phantomChildren": {
"ms": "2.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@angular/cli@~12.1.1",
"name": "@angular/cli",
"escapedName": "@angular%2fcli",
"scope": "@angular",
"rawSpec": "~12.1.1",
"saveSpec": null,
"fetchSpec": "~12.1.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@angular/cli/-/cli-12.1.4.tgz",
"_shasum": "58e50bc2907ecc415224162af51626fcbba917d6",
"_spec": "@angular/cli@~12.1.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto",
"author": {
"name": "Angular Authors"
},
"bin": {
"ng": "bin/ng"
},
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@angular-devkit/architect": "0.1201.4",
"@angular-devkit/core": "12.1.4",
"@angular-devkit/schematics": "12.1.4",
"@schematics/angular": "12.1.4",
"@yarnpkg/lockfile": "1.1.0",
"ansi-colors": "4.1.1",
"debug": "4.3.1",
"ini": "2.0.0",
"inquirer": "8.1.1",
"jsonc-parser": "3.0.0",
"npm-package-arg": "8.1.5",
"npm-pick-manifest": "6.1.1",
"open": "8.2.1",
"ora": "5.4.1",
"pacote": "11.3.4",
"resolve": "1.20.0",
"semver": "7.3.5",
"symbol-observable": "4.0.0",
"uuid": "8.3.2"
},
"deprecated": false,
"description": "CLI tool for Angular",
"engines": {
"node": "^12.14.1 || >=14.0.0",
"npm": "^6.11.0 || ^7.5.6",
"yarn": ">= 1.13.0"
},
"homepage": "https://github.com/angular/angular-cli",
"keywords": [
"angular",
"Angular CLI",
"devkit",
"sdk",
"Angular DevKit",
"angular-cli"
],
"license": "MIT",
"main": "lib/cli/index.js",
"name": "@angular/cli",
"ng-update": {
"migrations": "@schematics/angular/migrations/migration-collection.json",
"packageGroup": {
"@angular/cli": "12.1.4",
"@angular-devkit/architect": "0.1201.4",
"@angular-devkit/build-angular": "12.1.4",
"@angular-devkit/build-webpack": "0.1201.4",
"@angular-devkit/core": "12.1.4",
"@angular-devkit/schematics": "12.1.4"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular-cli.git"
},
"scripts": {
"postinstall": "node ./bin/postinstall/script.js"
},
"version": "12.1.4"
}