2016-04-29 00:50:03 +00:00
|
|
|
{
|
|
|
|
|
"name": "@angular/common",
|
2016-05-27 23:17:16 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 23:44:39 +00:00
|
|
|
"description": "Angular - commonly needed directives and services",
|
2017-01-28 01:39:48 +00:00
|
|
|
"main": "./bundles/common.umd.js",
|
2018-03-15 21:13:13 +00:00
|
|
|
"module": "./fesm5/common.js",
|
|
|
|
|
"es2015": "./fesm2015/common.js",
|
|
|
|
|
"esm5": "./esm5/common.js",
|
|
|
|
|
"esm2015": "./esm2015/common.js",
|
|
|
|
|
"fesm5": "./fesm5/common.js",
|
|
|
|
|
"fesm2015": "./fesm2015/common.js",
|
2017-09-13 23:20:29 +00:00
|
|
|
"typings": "./common.d.ts",
|
2016-04-29 00:50:03 +00:00
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
2017-05-23 20:01:39 +00:00
|
|
|
"dependencies": {
|
2018-03-08 23:47:04 +00:00
|
|
|
"tslib": "^1.9.0"
|
2017-05-23 20:01:39 +00:00
|
|
|
},
|
2017-09-29 09:08:12 +00:00
|
|
|
"locales": "locales",
|
2016-04-29 00:50:03 +00:00
|
|
|
"peerDependencies": {
|
2018-05-03 16:33:42 +00:00
|
|
|
"rxjs": "^6.0.0",
|
2016-05-27 23:17:16 +00:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
2016-05-18 06:17:15 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2018-02-27 23:04:35 +00:00
|
|
|
},
|
|
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-15 01:30:18 +00:00
|
|
|
},
|
|
|
|
|
"sideEffects": false
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|