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

102 lines
2.8 KiB
JSON
Executable file

{
"_from": "@angular/compiler-cli@~12.1.1",
"_id": "@angular/compiler-cli@12.1.5",
"_inBundle": false,
"_integrity": "sha512-5YqZ5heKS3G5t3Fg9L26UedNnum8F9yjNDgUq0qvYR2b6nEDOLYgUxuUSRtg6IGDglSgbxpkgkGNd/SHF9Iu8A==",
"_location": "/@angular/compiler-cli",
"_phantomChildren": {
"escalade": "3.1.1",
"get-caller-file": "2.0.5",
"require-directory": "2.1.1",
"string-width": "4.2.3",
"strip-ansi": "6.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@angular/compiler-cli@~12.1.1",
"name": "@angular/compiler-cli",
"escapedName": "@angular%2fcompiler-cli",
"scope": "@angular",
"rawSpec": "~12.1.1",
"saveSpec": null,
"fetchSpec": "~12.1.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-12.1.5.tgz",
"_shasum": "39ca6a6a17d6c1b487e6cbd3ff06d40e2e62ff99",
"_spec": "@angular/compiler-cli@~12.1.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto",
"bin": {
"ivy-ngcc": "ngcc/main-ivy-ngcc.js",
"ngcc": "ngcc/main-ngcc.js",
"ngc": "src/main.js",
"ng-xi18n": "src/extract_i18n.js"
},
"bugs": {
"url": "https://github.com/angular/angular/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/core": "^7.8.6",
"@babel/types": "^7.8.6",
"canonical-path": "1.0.0",
"chokidar": "^3.0.0",
"convert-source-map": "^1.5.1",
"dependency-graph": "^0.11.0",
"magic-string": "^0.25.0",
"minimist": "^1.2.0",
"reflect-metadata": "^0.1.2",
"semver": "^7.0.0",
"source-map": "^0.6.1",
"sourcemap-codec": "^1.4.8",
"tslib": "^2.2.0",
"yargs": "^17.0.0"
},
"deprecated": false,
"description": "Angular - the compiler CLI for Node.js",
"engines": {
"node": "^12.14.1 || >=14.0.0"
},
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
"keywords": [
"angular",
"compiler"
],
"license": "MIT",
"main": "index.js",
"name": "@angular/compiler-cli",
"ng-update": {
"packageGroup": [
"@angular/core",
"@angular/bazel",
"@angular/common",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/animations",
"@angular/elements",
"@angular/platform-browser",
"@angular/platform-browser-dynamic",
"@angular/forms",
"@angular/platform-server",
"@angular/upgrade",
"@angular/router",
"@angular/language-service",
"@angular/localize",
"@angular/service-worker"
]
},
"peerDependencies": {
"@angular/compiler": "12.1.5",
"typescript": ">=4.2.3 <4.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular.git",
"directory": "packages/compiler-cli"
},
"typings": "index.d.ts",
"version": "12.1.5"
}