https://github.com/angular/angular
Raw File
Tip revision: ed41bfcad7b88ef0a151d4b90bdc7c5c495ce7d1 authored by Jessica Janiuk on 08 February 2024, 18:36:38 UTC
release: cut the v17.2.0-rc.0 release
Tip revision: ed41bfc
package.json
{
  "name": "@angular/common",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - commonly needed directives and services",
  "author": "angular",
  "license": "MIT",
  "engines": {
    "node": "^18.13.0 || >=20.9.0"
  },
  "locales": "locales",
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "exports": {
    "./locales/global/*": {
      "default": "./locales/global/*.js"
    },
    "./locales/*": {
      "types": "./locales/*.d.ts",
      "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