UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@angular/compiler-cli",
3 "version": "7.2.12",
4 "description": "Angular - the compiler CLI for Node.js",
5 "main": "index.js",
6 "typings": "index.d.ts",
7 "bin": {
8 "ivy-ngcc": "./src/ngcc/main-ngcc.js",
9 "ngc": "./src/main.js",
10 "ng-xi18n": "./src/extract_i18n.js"
11 },
12 "dependencies": {
13 "reflect-metadata": "^0.1.2",
14 "minimist": "^1.2.0",
15 "canonical-path": "1.0.0",
16 "chokidar": "^2.1.1",
17 "convert-source-map": "^1.5.1",
18 "dependency-graph": "^0.7.2",
19 "magic-string": "^0.25.0",
20 "shelljs": "^0.8.1",
21 "source-map": "^0.6.1",
22 "tslib": "^1.9.0",
23 "yargs": "9.0.1"
24 },
25 "peerDependencies": {
26 "@angular/compiler": "7.2.12",
27 "typescript": ">=3.1.1 <3.3"
28 },
29 "engines": {
30 "node": ">=8.0"
31 },
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/angular/angular.git"
35 },
36 "keywords": [
37 "angular",
38 "compiler"
39 ],
40 "license": "MIT",
41 "bugs": {
42 "url": "https://github.com/angular/angular/issues"
43 },
44 "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
45 "ng-update": {
46 "packageGroup": [
47 "@angular/core",
48 "@angular/bazel",
49 "@angular/common",
50 "@angular/compiler",
51 "@angular/compiler-cli",
52 "@angular/animations",
53 "@angular/elements",
54 "@angular/platform-browser",
55 "@angular/platform-browser-dynamic",
56 "@angular/forms",
57 "@angular/http",
58 "@angular/platform-server",
59 "@angular/platform-webworker",
60 "@angular/platform-webworker-dynamic",
61 "@angular/upgrade",
62 "@angular/router",
63 "@angular/language-service",
64 "@angular/service-worker"
65 ]
66 }
67}
\No newline at end of file