UNPKG

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