UNPKG

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