https://github.com/angular/angular
Raw File
Tip revision: 9e4558908533d3ef3e3b741844a802fd7bdc8766 authored by Miško Hevery on 11 July 2018, 21:34:14 UTC
release: cut the v6.0.9 release
Tip revision: 9e45589
package.json
{
  "name": "@angular/common",
  "version": "0.0.0-PLACEHOLDER",
  "description": "Angular - commonly needed directives and services",
  "main": "./bundles/common.umd.js",
  "module": "./fesm5/common.js",
  "es2015": "./fesm2015/common.js",
  "esm5": "./esm5/common.js",
  "esm2015": "./esm2015/common.js",
  "fesm5": "./fesm5/common.js",
  "fesm2015": "./fesm2015/common.js",
  "typings": "./common.d.ts",
  "author": "angular",
  "license": "MIT",
  "dependencies": {
    "tslib": "^1.9.0"
  },
  "locales": "locales",
  "peerDependencies": {
    "rxjs": "^6.0.0",
    "@angular/core": "0.0.0-PLACEHOLDER"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  },
  "ng-update": {
    "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
  },
  "sideEffects": false
}
back to top