2016-04-29 13:35:36 -04:00
|
|
|
{
|
2016-05-03 13:50:55 -04:00
|
|
|
"name": "@angular/compiler-cli",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - the compiler CLI for Node.js",
|
2016-04-29 13:35:36 -04:00
|
|
|
"main": "index.js",
|
2017-03-02 16:54:35 -05:00
|
|
|
"typings": "index.d.ts",
|
2016-04-29 13:35:36 -04:00
|
|
|
"bin": {
|
2016-06-01 17:58:11 -04:00
|
|
|
"ngc": "./src/main.js",
|
|
|
|
"ng-xi18n": "./src/extract_i18n.js"
|
2016-04-29 13:35:36 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"reflect-metadata": "^0.1.2",
|
2017-08-02 14:20:07 -04:00
|
|
|
"minimist": "^1.2.0",
|
2018-02-20 14:37:19 -05:00
|
|
|
"tsickle": "^0.27.2",
|
2017-08-18 17:03:59 -04:00
|
|
|
"chokidar": "^1.4.2"
|
2016-04-29 13:35:36 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-12-22 12:36:47 -05:00
|
|
|
"typescript": ">=2.4.2 <2.7",
|
2017-08-16 12:00:03 -04:00
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER"
|
2016-04-29 13:35:36 -04: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"
|
|
|
|
},
|
2017-03-07 14:04:30 -05:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli"
|
2016-04-29 13:35:36 -04:00
|
|
|
}
|