2016-04-29 17:35:36 +00:00
|
|
|
{
|
2016-05-03 17:50:55 +00:00
|
|
|
"name": "@angular/compiler-cli",
|
2016-05-27 23:17:16 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 23:44:39 +00:00
|
|
|
"description": "Angular - the compiler CLI for Node.js",
|
2016-04-29 17:35:36 +00:00
|
|
|
"main": "index.js",
|
2017-03-02 21:54:35 +00:00
|
|
|
"typings": "index.d.ts",
|
2016-04-29 17:35:36 +00:00
|
|
|
"bin": {
|
2018-07-16 07:49:56 +00:00
|
|
|
"ivy-ngcc": "./src/ngcc/main-ngcc.js",
|
2016-06-01 21:58:11 +00:00
|
|
|
"ngc": "./src/main.js",
|
|
|
|
|
"ng-xi18n": "./src/extract_i18n.js"
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"reflect-metadata": "^0.1.2",
|
2017-08-02 18:20:07 +00:00
|
|
|
"minimist": "^1.2.0",
|
2018-10-24 12:24:14 +00:00
|
|
|
"canonical-path": "1.0.0",
|
2018-07-16 07:49:56 +00:00
|
|
|
"chokidar": "^1.4.2",
|
|
|
|
|
"convert-source-map": "^1.5.1",
|
2018-08-09 14:59:10 +00:00
|
|
|
"dependency-graph": "^0.7.2",
|
2018-07-16 07:49:56 +00:00
|
|
|
"magic-string": "^0.25.0",
|
2018-08-09 14:59:10 +00:00
|
|
|
"shelljs": "^0.8.1",
|
|
|
|
|
"source-map": "^0.6.1",
|
2018-11-12 17:01:11 +00:00
|
|
|
"tslib": "^1.9.0",
|
2018-08-09 14:59:10 +00:00
|
|
|
"yargs": "9.0.1"
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2018-08-05 15:31:27 +00:00
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
2018-09-27 23:47:19 +00:00
|
|
|
"typescript": ">=3.1.1 <3.2"
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
2018-03-10 02:33:28 +00:00
|
|
|
"engines" : {
|
|
|
|
|
"node" : ">=8.0"
|
|
|
|
|
},
|
2016-04-29 17:35:36 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"angular",
|
|
|
|
|
"compiler"
|
|
|
|
|
],
|
|
|
|
|
"contributors": [
|
|
|
|
|
"Tobias Bosch <tbosch@google.com> (https://angular.io/)",
|
|
|
|
|
"Alex Eagle <alexeagle@google.com> (https://angular.io/)"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
|
},
|
2018-02-27 23:04:35 +00:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
|
|
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
|
|
|
}
|
2016-04-29 17:35:36 +00:00
|
|
|
}
|