https://github.com/angular/angular
Raw File
Tip revision: 42ce3ac0080bc2b93243f161db4d1a99adb5610c authored by Andrew Scott on 12 January 2022, 19:21:10 UTC
release: cut the v13.2.0-next.2 release (#44701)
Tip revision: 42ce3ac
package.json
{
  "name": "@angular/router",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the routing library",
  "keywords": [
    "angular",
    "router"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angular/angular.git",
    "directory": "packages/router"
  },
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^12.20.0 || ^14.15.0 || >=16.10.0"
  },
  "bugs": {
    "url": "https://github.com/angular/angular/issues"
  },
  "homepage": "https://github.com/angular/angular/tree/master/packages/router",
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@angular/common": "0.0.0-PLACEHOLDER",
    "@angular/platform-browser": "0.0.0-PLACEHOLDER",
    "rxjs": "^6.5.3 || ^7.4.0"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top