UNPKG

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