2016-05-20 20:22:57 +00:00
|
|
|
{
|
2016-06-09 00:00:05 +00:00
|
|
|
"name": "@angular/router",
|
2017-05-30 20:19:54 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 23:44:39 +00:00
|
|
|
"description": "Angular - the routing library",
|
2016-05-20 20:22:57 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"angular",
|
|
|
|
|
"router"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-12-07 11:12:59 +00:00
|
|
|
"url": "git+https://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/router"
|
2016-05-20 20:22:57 +00:00
|
|
|
},
|
2016-06-21 17:35:42 +00:00
|
|
|
"author": "angular",
|
2016-05-20 20:22:57 +00:00
|
|
|
"license": "MIT",
|
2021-04-12 19:13:09 +00:00
|
|
|
"engines": {
|
2023-10-30 09:12:37 +00:00
|
|
|
"node": "^18.13.0 || >=20.9.0"
|
2021-04-12 19:13:09 +00:00
|
|
|
},
|
2016-05-20 20:22:57 +00:00
|
|
|
"bugs": {
|
2016-06-20 18:48:08 +00:00
|
|
|
"url": "https://github.com/angular/angular/issues"
|
2016-05-20 20:22:57 +00:00
|
|
|
},
|
2022-05-03 18:34:54 +00:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/main/packages/router",
|
2017-05-23 20:01:39 +00:00
|
|
|
"dependencies": {
|
2021-09-22 18:50:59 +00:00
|
|
|
"tslib": "^2.3.0"
|
2017-05-23 20:01:39 +00:00
|
|
|
},
|
2016-06-21 17:35:42 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
2016-11-16 17:17:19 +00:00
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
2021-10-06 21:29:30 +00:00
|
|
|
"rxjs": "^6.5.3 || ^7.4.0"
|
2018-02-27 23:04:35 +00:00
|
|
|
},
|
|
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-15 01:30:18 +00:00
|
|
|
},
|
2021-05-14 19:20:11 +00:00
|
|
|
"sideEffects": false
|
2022-05-03 18:34:54 +00:00
|
|
|
}
|