@angular/common
Version:
Angular - commonly needed directives and services
53 lines • 1.31 kB
JSON
{
"name": "@angular/common",
"version": "12.1.0",
"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": "12.1.0",
"rxjs": "^6.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/common"
},
"ng-update": {
"packageGroup": [
"@angular/core",
"@angular/bazel",
"@angular/common",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/animations",
"@angular/elements",
"@angular/platform-browser",
"@angular/platform-browser-dynamic",
"@angular/forms",
"@angular/platform-server",
"@angular/upgrade",
"@angular/router",
"@angular/language-service",
"@angular/localize",
"@angular/service-worker"
]
},
"sideEffects": [
"**/global/*.js",
"**/closure-locale.*"
],
"main": "./bundles/common.umd.js",
"fesm2015": "./fesm2015/common.js",
"esm2015": "./esm2015/common.js",
"typings": "./common.d.ts",
"module": "./fesm2015/common.js",
"es2015": "./fesm2015/common.js"
}