| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "@angular/cli",
- "version": "16.0.4",
- "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.1600.4",
- "@angular-devkit/core": "16.0.4",
- "@angular-devkit/schematics": "16.0.4",
- "@schematics/angular": "16.0.4",
- "@yarnpkg/lockfile": "1.1.0",
- "ansi-colors": "4.1.3",
- "ini": "4.0.0",
- "inquirer": "8.2.4",
- "jsonc-parser": "3.2.0",
- "npm-package-arg": "10.1.0",
- "npm-pick-manifest": "8.0.1",
- "open": "8.4.2",
- "ora": "5.4.1",
- "pacote": "15.1.3",
- "resolve": "1.22.2",
- "semver": "7.4.0",
- "symbol-observable": "4.0.0",
- "yargs": "17.7.2"
- },
- "ng-update": {
- "migrations": "@schematics/angular/migrations/migration-collection.json",
- "packageGroup": {
- "@angular/cli": "16.0.4",
- "@angular-devkit/architect": "0.1600.4",
- "@angular-devkit/build-angular": "16.0.4",
- "@angular-devkit/build-webpack": "0.1600.4",
- "@angular-devkit/core": "16.0.4",
- "@angular-devkit/schematics": "16.0.4"
- }
- },
- "engines": {
- "node": "^16.14.0 || >=18.10.0",
- "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
- "yarn": ">= 1.13.0"
- }
- }
|