Update the supported range of node versions for to be less restrictive, no longer causing yarn or npm to fail engine's checks for future versions of node. While this change will no longer cause yarn or npm to fail these engine's check, this does not reflect a change in the officially supported versions of node for Angular. Angular continues to maintain support for Active LTS and Maintenance LTS versions of node. PR Close #42205
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@angular/compiler-cli",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - the compiler CLI for Node.js",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"bin": {
|
|
"ivy-ngcc": "./ngcc/main-ivy-ngcc.js",
|
|
"ngcc": "./ngcc/main-ngcc.js",
|
|
"ngc": "./src/main.js",
|
|
"ng-xi18n": "./src/extract_i18n.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.8.6",
|
|
"@babel/types": "^7.8.6",
|
|
"reflect-metadata": "^0.1.2",
|
|
"minimist": "^1.2.0",
|
|
"canonical-path": "1.0.0",
|
|
"chokidar": "^3.0.0",
|
|
"convert-source-map": "^1.5.1",
|
|
"dependency-graph": "^0.11.0",
|
|
"magic-string": "^0.25.0",
|
|
"semver": "^7.0.0",
|
|
"source-map": "^0.6.1",
|
|
"sourcemap-codec": "^1.4.8",
|
|
"tslib": "^2.1.0",
|
|
"yargs": "^17.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
"typescript": ">=4.2.3 <4.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/compiler-cli"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"compiler"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.14.1 || >=14.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
}
|
|
}
|