UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@angular/common",
3 "version": "10.0.4",
4 "description": "Angular - commonly needed directives and services",
5 "author": "angular",
6 "license": "MIT",
7 "locales": "locales",
8 "dependencies": {
9 "tslib": "^2.0.0"
10 },
11 "peerDependencies": {
12 "@angular/core": "10.0.4",
13 "rxjs": "^6.5.3"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/angular/angular.git",
18 "directory": "packages/common"
19 },
20 "ng-update": {
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": [
43 "**/global/*.js",
44 "**/closure-locale.*"
45 ],
46 "publishConfig": {
47 "registry": "https://wombat-dressing-room.appspot.com"
48 },
49 "main": "./bundles/common.umd.js",
50 "fesm2015": "./fesm2015/common.js",
51 "esm2015": "./esm2015/common.js",
52 "typings": "./common.d.ts",
53 "module": "./fesm2015/common.js",
54 "es2015": "./fesm2015/common.js"
55}
\No newline at end of file