2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/common",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - commonly needed directives and services",
|
2016-04-28 20:50:03 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2017-09-29 05:08:12 -04:00
|
|
|
"locales": "locales",
|
2020-05-19 08:35:37 -04:00
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^2.0.0"
|
|
|
|
},
|
2016-04-28 20:50:03 -04:00
|
|
|
"peerDependencies": {
|
2019-10-09 10:08:16 -04:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2020-05-19 08:35:37 -04:00
|
|
|
"rxjs": "^6.5.3"
|
2016-05-18 02:17:15 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 06:12:59 -05:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/common"
|
2018-02-27 18:04:35 -05:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 21:30:18 -04:00
|
|
|
},
|
2019-10-31 13:29:41 -04:00
|
|
|
"sideEffects": [
|
|
|
|
"**/global/*.js",
|
|
|
|
"**/closure-locale.*"
|
2020-06-08 21:07:39 -04:00
|
|
|
],
|
|
|
|
"publishConfig":{
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|