64 lines
1.6 KiB
JSON
Executable file
64 lines
1.6 KiB
JSON
Executable file
{
|
|
"name": "@angular/cli",
|
|
"version": "17.1.3",
|
|
"description": "CLI tool for Angular",
|
|
"main": "lib/cli/index.js",
|
|
"bin": {
|
|
"ng": "./bin/ng.js"
|
|
},
|
|
"keywords": [
|
|
"Angular CLI",
|
|
"Angular DevKit",
|
|
"angular",
|
|
"angular-cli",
|
|
"devkit",
|
|
"sdk"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"author": "Angular Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
"dependencies": {
|
|
"@angular-devkit/architect": "0.1701.3",
|
|
"@angular-devkit/core": "17.1.3",
|
|
"@angular-devkit/schematics": "17.1.3",
|
|
"@schematics/angular": "17.1.3",
|
|
"@yarnpkg/lockfile": "1.1.0",
|
|
"ansi-colors": "4.1.3",
|
|
"ini": "4.1.1",
|
|
"inquirer": "9.2.12",
|
|
"jsonc-parser": "3.2.0",
|
|
"npm-package-arg": "11.0.1",
|
|
"npm-pick-manifest": "9.0.0",
|
|
"open": "8.4.2",
|
|
"ora": "5.4.1",
|
|
"pacote": "17.0.5",
|
|
"resolve": "1.22.8",
|
|
"semver": "7.5.4",
|
|
"symbol-observable": "4.0.0",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"ng-update": {
|
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
"packageGroup": {
|
|
"@angular/cli": "17.1.3",
|
|
"@angular/ssr": "17.1.3",
|
|
"@angular-devkit/architect": "0.1701.3",
|
|
"@angular-devkit/build-angular": "17.1.3",
|
|
"@angular-devkit/build-webpack": "0.1701.3",
|
|
"@angular-devkit/core": "17.1.3",
|
|
"@angular-devkit/schematics": "17.1.3"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^18.13.0 || >=20.9.0",
|
|
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
"yarn": ">= 1.13.0"
|
|
}
|
|
}
|