https://github.com/angular/angular
Raw File
Tip revision: 0cd056abe73b676bdca6fd34c004e6b7cbcabac3 authored by Jessica Janiuk on 16 November 2022, 17:12:37 UTC
release: cut the v14.2.11 release
Tip revision: 0cd056a
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