2016-05-20 16:22:57 -04:00
|
|
|
{
|
2016-06-08 20:00:05 -04:00
|
|
|
"name": "@angular/router",
|
2017-05-30 16:19:54 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - the routing library",
|
2016-05-20 16:22:57 -04:00
|
|
|
"keywords": [
|
|
|
|
"angular",
|
|
|
|
"router"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 06:12:59 -05:00
|
|
|
"url": "git+https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/router"
|
2016-05-20 16:22:57 -04:00
|
|
|
},
|
2016-06-21 13:35:42 -04:00
|
|
|
"author": "angular",
|
2016-05-20 16:22:57 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-20 14:48:08 -04:00
|
|
|
"url": "https://github.com/angular/angular/issues"
|
2016-05-20 16:22:57 -04:00
|
|
|
},
|
2017-07-11 15:00:56 -04:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/router",
|
2017-05-23 16:01:39 -04:00
|
|
|
"dependencies": {
|
2020-05-19 08:35:37 -04:00
|
|
|
"tslib": "^2.0.0"
|
2017-05-23 16:01:39 -04:00
|
|
|
},
|
2016-06-21 13:35:42 -04:00
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
2016-11-16 12:17:19 -05:00
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
2020-05-19 08:35:37 -04:00
|
|
|
"rxjs": "^6.5.3"
|
2018-02-27 18:04:35 -05:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 21:30:18 -04:00
|
|
|
},
|
2020-06-08 21:07:39 -04:00
|
|
|
"sideEffects": false,
|
|
|
|
"publishConfig":{
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
|
|
|
}
|
2016-05-20 17:43:07 -04:00
|
|
|
}
|