2016-04-28 17:50:03 -07:00
|
|
|
{
|
|
|
|
"name": "@angular/core",
|
2016-05-27 16:17:16 -07:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - the core framework",
|
2016-04-28 17:50:03 -07:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2021-04-12 12:08:28 -07:00
|
|
|
"engines": {
|
|
|
|
"node": ">=12.14.1 <16.0.0"
|
|
|
|
},
|
2020-05-19 14:35:37 +02:00
|
|
|
"dependencies": {
|
2021-03-16 20:10:32 +01:00
|
|
|
"tslib": "^2.1.0"
|
2020-05-19 14:35:37 +02:00
|
|
|
},
|
2016-04-28 17:50:03 -07:00
|
|
|
"peerDependencies": {
|
2019-10-01 19:59:49 +02:00
|
|
|
"rxjs": "^6.5.3",
|
2021-02-17 08:46:48 +01:00
|
|
|
"zone.js": "~0.11.4"
|
2016-05-18 08:17:15 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 12:12:59 +01:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/core"
|
2018-02-27 15:04:35 -08:00
|
|
|
},
|
|
|
|
"ng-update": {
|
2019-01-18 09:52:34 +09:00
|
|
|
"migrations": "./schematics/migrations.json",
|
2018-02-27 15:04:35 -08:00
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 18:30:18 -07:00
|
|
|
},
|
2020-06-08 19:07:39 -06:00
|
|
|
"sideEffects": false,
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
|
|
}
|
2019-01-18 09:52:34 +09:00
|
|
|
}
|