https://github.com/angular/angular
Raw File
Tip revision: bcc4a95c444b555272f89fda7bd04238414b11d5 authored by Alex Rickabaugh on 28 September 2022, 21:20:55 UTC
release: cut the v15.0.0-next.4 release
Tip revision: bcc4a95
package.json
{
  "name": "@angular/common",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - commonly needed directives and services",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^14.15.0 || >=16.10.0"
  },
  "locales": "locales",
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "exports": {
    "./locales/global/*": {
      "default": "./locales/global/*.js"
    },
    "./locales/*": {
      "default": "./locales/*.mjs"
    }
  },
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER",
    "rxjs": "^6.5.3 || ^7.4.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