2016-04-28 17:50:03 -07:00
|
|
|
{
|
|
|
|
"name": "@angular/common",
|
2016-05-27 16:17:16 -07:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - commonly needed directives and services",
|
2017-01-27 17:39:48 -08:00
|
|
|
"main": "./bundles/common.umd.js",
|
2018-03-15 14:13:13 -07: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 16:20:29 -07:00
|
|
|
"typings": "./common.d.ts",
|
2016-04-28 17:50:03 -07:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2017-09-29 10:08:12 +01:00
|
|
|
"locales": "locales",
|
2016-04-28 17:50:03 -07:00
|
|
|
"peerDependencies": {
|
2019-10-01 19:59:49 +02:00
|
|
|
"rxjs": "^6.5.3",
|
2019-10-09 16:08:16 +02:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2019-10-01 16:44:50 -07:00
|
|
|
"tslib": "^1.10.0"
|
2016-05-18 08:17:15 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 12:12:59 +01:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/common"
|
2018-02-27 15:04:35 -08:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 18:30:18 -07:00
|
|
|
},
|
2019-10-31 17:29:41 +00:00
|
|
|
"sideEffects": [
|
|
|
|
"**/global/*.js",
|
|
|
|
"**/closure-locale.*"
|
2019-11-11 14:18:13 -08:00
|
|
|
],
|
|
|
|
"publishConfig":{
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
|
|
|
}
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|