2016-04-29 00:50:03 +00:00
|
|
|
{
|
|
|
|
|
"name": "@angular/upgrade",
|
2016-05-27 23:17:16 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 23:44:39 +00:00
|
|
|
"description": "Angular - the library for easing update from v1 to v2",
|
2016-04-29 00:50:03 +00:00
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
2021-04-12 19:13:18 +00:00
|
|
|
"engines": {
|
2023-10-30 09:12:37 +00:00
|
|
|
"node": "^18.13.0 || >=20.9.0"
|
2021-04-12 19:13:18 +00:00
|
|
|
},
|
2020-05-19 12:35:37 +00:00
|
|
|
"dependencies": {
|
2021-09-22 18:50:59 +00:00
|
|
|
"tslib": "^2.3.0"
|
2020-05-19 12:35:37 +00:00
|
|
|
},
|
2016-04-29 00:50:03 +00:00
|
|
|
"peerDependencies": {
|
2016-05-27 23:17:16 +00:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
2016-06-29 00:27:28 +00:00
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
2020-05-19 12:35:37 +00:00
|
|
|
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
|
2016-05-18 06:17:15 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-12-07 11:12:59 +00:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/upgrade"
|
2018-02-27 23:04:35 +00:00
|
|
|
},
|
|
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-15 01:30:18 +00:00
|
|
|
},
|
2021-05-14 19:20:11 +00:00
|
|
|
"sideEffects": false
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|