2016-04-29 17:35:36 +00:00
|
|
|
{
|
2016-05-03 17:50:55 +00:00
|
|
|
"name": "@angular/compiler-cli",
|
2016-05-27 23:17:16 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 23:44:39 +00:00
|
|
|
"description": "Angular - the compiler CLI for Node.js",
|
2017-03-02 21:54:35 +00:00
|
|
|
"typings": "index.d.ts",
|
2016-04-29 17:35:36 +00:00
|
|
|
"bin": {
|
2021-09-27 23:17:43 +00:00
|
|
|
"ngc": "./bundles/src/bin/ngc.js",
|
|
|
|
|
"ng-xi18n": "./bundles/src/bin/ng_xi18n.js"
|
|
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
|
"default": "./bundles/index.js"
|
|
|
|
|
},
|
|
|
|
|
"./package.json": {
|
|
|
|
|
"default": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"./linker": {
|
|
|
|
|
"types": "./linker/index.d.ts",
|
|
|
|
|
"default": "./bundles/linker/index.js"
|
|
|
|
|
},
|
|
|
|
|
"./linker/babel": {
|
|
|
|
|
"types": "./linker/babel/index.d.ts",
|
|
|
|
|
"default": "./bundles/linker/babel/index.js"
|
2021-09-18 16:01:08 +00:00
|
|
|
},
|
|
|
|
|
"./private/localize": {
|
|
|
|
|
"types": "./private/localize.d.ts",
|
|
|
|
|
"default": "./bundles/private/localize.js"
|
|
|
|
|
},
|
|
|
|
|
"./private/migrations": {
|
|
|
|
|
"types": "./private/migrations.d.ts",
|
|
|
|
|
"default": "./bundles/private/migrations.js"
|
2021-09-25 16:46:59 +00:00
|
|
|
},
|
2021-09-30 17:37:11 +00:00
|
|
|
"./private/tooling": {
|
|
|
|
|
"types": "./private/tooling.d.ts",
|
|
|
|
|
"default": "./bundles/private/tooling.js"
|
2021-09-27 23:17:43 +00:00
|
|
|
}
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-07-02 12:10:56 +00:00
|
|
|
"@babel/core": "7.28.0",
|
2022-12-07 15:45:56 +00:00
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.14",
|
2024-01-18 17:05:48 +00:00
|
|
|
"reflect-metadata": "^0.2.0",
|
2024-09-13 01:31:04 +00:00
|
|
|
"chokidar": "^4.0.0",
|
2018-07-16 07:49:56 +00:00
|
|
|
"convert-source-map": "^1.5.1",
|
2021-04-14 07:50:26 +00:00
|
|
|
"semver": "^7.0.0",
|
2021-09-22 18:50:59 +00:00
|
|
|
"tslib": "^2.3.0",
|
2025-06-03 10:13:10 +00:00
|
|
|
"yargs": "^18.0.0"
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2018-08-05 15:31:27 +00:00
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
2025-07-09 11:04:25 +00:00
|
|
|
"typescript": ">=5.8 <6.0"
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
2025-05-22 18:15:25 +00:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"typescript": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2016-04-29 17:35:36 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-12-07 11:12:59 +00:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/compiler-cli"
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"angular",
|
|
|
|
|
"compiler"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
2021-04-12 19:12: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:12:28 +00:00
|
|
|
},
|
2016-04-29 17:35:36 +00:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
|
},
|
2022-05-03 18:34:54 +00:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/main/packages/compiler-cli",
|
2018-02-27 23:04:35 +00:00
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
|
|
|
}
|
2020-09-16 10:19:56 +00:00
|
|
|
}
|