UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@angular/router",
3 "version": "10.0.3",
4 "description": "Angular - the routing library",
5 "keywords": [
6 "angular",
7 "router"
8 ],
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/angular/angular.git",
12 "directory": "packages/router"
13 },
14 "author": "angular",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/angular/angular/issues"
18 },
19 "homepage": "https://github.com/angular/angular/tree/master/packages/router",
20 "dependencies": {
21 "tslib": "^2.0.0"
22 },
23 "peerDependencies": {
24 "@angular/core": "10.0.3",
25 "@angular/common": "10.0.3",
26 "@angular/platform-browser": "10.0.3",
27 "rxjs": "^6.5.3"
28 },
29 "ng-update": {
30 "packageGroup": [
31 "@angular/core",
32 "@angular/bazel",
33 "@angular/common",
34 "@angular/compiler",
35 "@angular/compiler-cli",
36 "@angular/animations",
37 "@angular/elements",
38 "@angular/platform-browser",
39 "@angular/platform-browser-dynamic",
40 "@angular/forms",
41 "@angular/platform-server",
42 "@angular/platform-webworker",
43 "@angular/platform-webworker-dynamic",
44 "@angular/upgrade",
45 "@angular/router",
46 "@angular/language-service",
47 "@angular/localize",
48 "@angular/service-worker"
49 ]
50 },
51 "sideEffects": false,
52 "publishConfig": {
53 "registry": "https://wombat-dressing-room.appspot.com"
54 },
55 "main": "./bundles/router.umd.js",
56 "fesm2015": "./fesm2015/router.js",
57 "esm2015": "./esm2015/router.js",
58 "typings": "./router.d.ts",
59 "module": "./fesm2015/router.js",
60 "es2015": "./fesm2015/router.js"
61}
\No newline at end of file