https://github.com/angular/angular
Raw File
Tip revision: 0e6dbcd9c3109bd9bdc2a01b3705efcb3be53656 authored by Alex Rickabaugh on 08 June 2022, 20:24:24 UTC
release: cut the v14.1.0-next.0 release (#46311)
Tip revision: 0e6dbcd
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": "^14.15.0 || >=16.10.0"
  },
  "bugs": {
    "url": "https://github.com/angular/angular/issues"
  },
  "homepage": "https://github.com/angular/angular/tree/main/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