mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
We have removed the `esm2022` directory from the generated package, as it was unused and contributed 7.7 MB to `@angular/core`. The `ng_package` rule still passes `esm2022` to the packager to perform `analyzeFileAndEnsureNoCrossImports`. A moment of reflection: You've always been there, full of potential, yet never called upon. Now, we bid you farewell. PR Close #57559
32 lines
840 B
JSON
32 lines
840 B
JSON
{
|
|
"name": "@angular/platform-server",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - library for using Angular in Node.js",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "0.0.0-PLACEHOLDER",
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0",
|
|
"xhr2": "^0.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/platform-server"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"sideEffects": [
|
|
"./fesm2022/init.mjs"
|
|
]
|
|
}
|