mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Node.js v12 will become EOL on 2022-04-30. As a result, Angular CLI v14 will no longer support Node.js v12. BREAKING CHANGE: Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later. PR Close #45286
36 lines
977 B
JSON
36 lines
977 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": "^14.15.0 || >=16.10.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",
|
|
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"dependencies": {
|
|
"domino": "^2.1.2",
|
|
"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": [
|
|
"./esm2020/init/src/init.mjs",
|
|
"./fesm2015/init.mjs",
|
|
"./fesm2020/init.mjs"
|
|
]
|
|
}
|