UNPKG

1.26 kBJSONView Raw
1{
2 "name": "@angular/compiler",
3 "version": "8.2.14",
4 "description": "Angular - the compiler library",
5 "main": "./bundles/compiler.umd.js",
6 "module": "./fesm5/compiler.js",
7 "es2015": "./fesm2015/compiler.js",
8 "esm5": "./esm5/compiler.js",
9 "esm2015": "./esm2015/compiler.js",
10 "fesm5": "./fesm5/compiler.js",
11 "fesm2015": "./fesm2015/compiler.js",
12 "typings": "./compiler.d.ts",
13 "author": "angular",
14 "license": "MIT",
15 "dependencies": {
16 "tslib": "^1.9.0"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/angular/angular.git"
21 },
22 "ng-update": {
23 "packageGroup": [
24 "@angular/core",
25 "@angular/bazel",
26 "@angular/common",
27 "@angular/compiler",
28 "@angular/compiler-cli",
29 "@angular/animations",
30 "@angular/elements",
31 "@angular/platform-browser",
32 "@angular/platform-browser-dynamic",
33 "@angular/forms",
34 "@angular/platform-server",
35 "@angular/platform-webworker",
36 "@angular/platform-webworker-dynamic",
37 "@angular/upgrade",
38 "@angular/router",
39 "@angular/language-service",
40 "@angular/service-worker"
41 ]
42 },
43 "sideEffects": true,
44 "publishConfig": {
45 "registry": "https://wombat-dressing-room.appspot.com"
46 }
47}
\No newline at end of file