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",
|
2016-04-29 00:50:03 +00:00
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
2021-04-12 19:12:23 +00:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.14.1 <16.0.0"
|
|
|
|
|
},
|
2017-09-29 09:08:12 +00:00
|
|
|
"locales": "locales",
|
2020-05-19 12:35:37 +00:00
|
|
|
"dependencies": {
|
2021-03-16 19:10:32 +00:00
|
|
|
"tslib": "^2.1.0"
|
2020-05-19 12:35:37 +00:00
|
|
|
},
|
2016-04-29 00:50:03 +00:00
|
|
|
"peerDependencies": {
|
2019-10-09 14:08:16 +00:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2020-05-19 12:35:37 +00:00
|
|
|
"rxjs": "^6.5.3"
|
2016-05-18 06:17:15 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-12-07 11:12:59 +00:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/common"
|
2018-02-27 23:04:35 +00:00
|
|
|
},
|
|
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-15 01:30:18 +00:00
|
|
|
},
|
2019-10-31 17:29:41 +00:00
|
|
|
"sideEffects": [
|
|
|
|
|
"**/global/*.js",
|
|
|
|
|
"**/closure-locale.*"
|
2020-06-09 01:07:39 +00:00
|
|
|
],
|
|
|
|
|
"publishConfig":{
|
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
|
|
|
|
}
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|