2016-04-29 10:35:36 -07:00
|
|
|
{
|
2016-05-03 11:50:55 -06:00
|
|
|
"name": "@angular/compiler-cli",
|
2016-05-27 16:17:16 -07:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - the compiler CLI for Node.js",
|
2017-03-02 13:54:35 -08:00
|
|
|
"typings": "index.d.ts",
|
2016-04-29 10:35:36 -07:00
|
|
|
"bin": {
|
2021-09-28 01:17:43 +02: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 18:01:08 +02: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 18:46:59 +02:00
|
|
|
},
|
2021-09-30 19:37:11 +02:00
|
|
|
"./private/tooling": {
|
|
|
|
|
"types": "./private/tooling.d.ts",
|
|
|
|
|
"default": "./bundles/private/tooling.js"
|
2021-09-28 01:17:43 +02:00
|
|
|
}
|
2016-04-29 10:35:36 -07:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-06-27 07:43:19 +00:00
|
|
|
"@babel/core": "7.27.7",
|
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 08:49:56 +01:00
|
|
|
"convert-source-map": "^1.5.1",
|
2021-04-14 07:50:26 +00:00
|
|
|
"semver": "^7.0.0",
|
2021-09-22 20:50:59 +02:00
|
|
|
"tslib": "^2.3.0",
|
2025-06-03 10:21:05 +00:00
|
|
|
"yargs": "^18.0.0"
|
2016-04-29 10:35:36 -07:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2018-08-05 17:31:27 +02:00
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
2025-03-04 09:33:00 +01:00
|
|
|
"typescript": ">=5.8 <5.9"
|
2016-04-29 10:35:36 -07:00
|
|
|
},
|
2025-05-22 18:15:25 +00:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"typescript": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2016-04-29 10:35:36 -07:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-12-07 12:12:59 +01:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
|
"directory": "packages/compiler-cli"
|
2016-04-29 10:35:36 -07:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"angular",
|
|
|
|
|
"compiler"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
2021-04-12 12:12:28 -07:00
|
|
|
"engines": {
|
2025-05-20 13:32:04 +00:00
|
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
2021-04-12 12:12:28 -07:00
|
|
|
},
|
2016-04-29 10:35:36 -07: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 15:04:35 -08:00
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
|
|
|
}
|
2020-09-16 11:19:56 +01:00
|
|
|
}
|