2016-04-29 00:50:03 +00:00
|
|
|
{
|
|
|
|
|
"name": "@angular/core",
|
2016-05-27 23:17:16 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 23:44:39 +00:00
|
|
|
"description": "Angular - the core framework",
|
2016-04-29 00:50:03 +00:00
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
2021-04-12 19:08:28 +00:00
|
|
|
"engines": {
|
2025-05-20 12:25:40 +00:00
|
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
2021-04-12 19:08:28 +00:00
|
|
|
},
|
2021-10-04 16:03:19 +00:00
|
|
|
"exports": {
|
|
|
|
|
"./schematics/*": {
|
|
|
|
|
"default": "./schematics/*.js"
|
2024-04-16 14:39:28 +00:00
|
|
|
},
|
|
|
|
|
"./event-dispatch-contract.min.js": {
|
|
|
|
|
"default": "./event-dispatch-contract.min.js"
|
2021-10-04 16:03:19 +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": {
|
2024-05-01 13:31:43 +00:00
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
2021-10-06 21:29:30 +00:00
|
|
|
"rxjs": "^6.5.3 || ^7.4.0",
|
2024-08-16 23:37:06 +00:00
|
|
|
"zone.js": "~0.15.0"
|
2016-05-18 06:17:15 +00:00
|
|
|
},
|
2024-05-01 13:31:43 +00:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@angular/compiler": {
|
|
|
|
|
"optional": true
|
2025-05-22 16:24:28 +00:00
|
|
|
},
|
|
|
|
|
"zone.js": {
|
|
|
|
|
"optional": true
|
2024-05-01 13:31:43 +00:00
|
|
|
}
|
|
|
|
|
},
|
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/core"
|
2018-02-27 23:04:35 +00:00
|
|
|
},
|
|
|
|
|
"ng-update": {
|
2019-01-18 00:52:34 +00:00
|
|
|
"migrations": "./schematics/migrations.json",
|
2018-02-27 23:04:35 +00:00
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-15 01:30:18 +00:00
|
|
|
},
|
2023-01-20 08:34:53 +00:00
|
|
|
"schematics": "./schematics/collection.json",
|
2021-05-14 19:20:11 +00:00
|
|
|
"sideEffects": false
|
2022-10-11 12:39:05 +00:00
|
|
|
}
|