https://github.com/angular/angular
Raw File
Tip revision: 515ba60b6fd0d52af2d2d69db21c57ae0ed5605f authored by Jessica Janiuk on 27 October 2021, 18:19:33 UTC
release: cut the v12.2.12 release (#43966)
Tip revision: 515ba60
package.json
{
  "name": "@angular/core",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - the core framework",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^12.14.1 || >=14.0.0"
  },
  "dependencies": {
    "tslib": "^2.2.0"
  },
  "peerDependencies": {
    "rxjs": "^6.5.3 || ^7.0.0",
    "zone.js": "~0.11.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/core"
  },
  "ng-update": {
    "migrations": "./schematics/migrations.json",
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top