https://github.com/angular/angular
Raw File
Tip revision: 8a99ef18b4ae58736f0b7457e88908d3adcad613 authored by Alex Rickabaugh on 03 November 2021, 20:18:24 UTC
release: cut the v12.2.13 release (#44038)
Tip revision: 8a99ef1
package.json
{
  "name": "@angular/common",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - commonly needed directives and services",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^12.14.1 || >=14.0.0"
  },
  "locales": "locales",
  "dependencies": {
    "tslib": "^2.2.0"
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/common"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": [
    "**/global/*.js",
    "**/closure-locale.*"
  ]
}
back to top