UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@angular/compiler-cli",
3 "version": "8.2.11",
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-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 "source-map": "^0.6.1",
21 "tslib": "^1.9.0",
22 "yargs": "13.1.0"
23 },
24 "peerDependencies": {
25 "@angular/compiler": "8.2.11",
26 "typescript": ">=3.4 <3.6"
27 },
28 "engines": {
29 "node": ">=8.0"
30 },
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/angular/angular.git"
34 },
35 "keywords": [
36 "angular",
37 "compiler"
38 ],
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/angular/angular/issues"
42 },
43 "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
44 "ng-update": {
45 "packageGroup": [
46 "@angular/core",
47 "@angular/bazel",
48 "@angular/common",
49 "@angular/compiler",
50 "@angular/compiler-cli",
51 "@angular/animations",
52 "@angular/elements",
53 "@angular/platform-browser",
54 "@angular/platform-browser-dynamic",
55 "@angular/forms",
56 "@angular/platform-server",
57 "@angular/platform-webworker",
58 "@angular/platform-webworker-dynamic",
59 "@angular/upgrade",
60 "@angular/router",
61 "@angular/language-service",
62 "@angular/service-worker"
63 ]
64 }
65}