With this commit `ngc` is used instead of `tsc-wrapped` for collecting metadata and tsickle rewriting and `tsc-wrapped` is removed from the repository. `@angular/tsc-wrapped@5` is now deprecated and is no longer used, updated, or maintained as part as of Angular 5.x.x. `@angular/tsc-wrapped@4` is still maintained and required by Angular 4.x.x and will be maintained as long as 4.x.x is in LTS. PR Close #19298
39 lines
974 B
JSON
39 lines
974 B
JSON
{
|
|
"name": "@angular/compiler-cli",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - the compiler CLI for Node.js",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"bin": {
|
|
"ngc": "./src/main.js",
|
|
"ng-xi18n": "./src/extract_i18n.js"
|
|
},
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.1.2",
|
|
"minimist": "^1.2.0",
|
|
"tsickle": "^0.24.0",
|
|
"chokidar": "^1.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^2.4.2",
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli"
|
|
}
|