1 | {
|
---|
2 | "name": "@angular/cli",
|
---|
3 | "version": "12.2.9",
|
---|
4 | "description": "CLI tool for Angular",
|
---|
5 | "main": "lib/cli/index.js",
|
---|
6 | "bin": {
|
---|
7 | "ng": "./bin/ng"
|
---|
8 | },
|
---|
9 | "keywords": [
|
---|
10 | "angular",
|
---|
11 | "Angular CLI",
|
---|
12 | "devkit",
|
---|
13 | "sdk",
|
---|
14 | "Angular DevKit",
|
---|
15 | "angular-cli"
|
---|
16 | ],
|
---|
17 | "scripts": {
|
---|
18 | "postinstall": "node ./bin/postinstall/script.js"
|
---|
19 | },
|
---|
20 | "repository": {
|
---|
21 | "type": "git",
|
---|
22 | "url": "https://github.com/angular/angular-cli.git"
|
---|
23 | },
|
---|
24 | "author": "Angular Authors",
|
---|
25 | "license": "MIT",
|
---|
26 | "bugs": {
|
---|
27 | "url": "https://github.com/angular/angular-cli/issues"
|
---|
28 | },
|
---|
29 | "homepage": "https://github.com/angular/angular-cli",
|
---|
30 | "dependencies": {
|
---|
31 | "@angular-devkit/architect": "0.1202.9",
|
---|
32 | "@angular-devkit/core": "12.2.9",
|
---|
33 | "@angular-devkit/schematics": "12.2.9",
|
---|
34 | "@schematics/angular": "12.2.9",
|
---|
35 | "@yarnpkg/lockfile": "1.1.0",
|
---|
36 | "ansi-colors": "4.1.1",
|
---|
37 | "debug": "4.3.2",
|
---|
38 | "ini": "2.0.0",
|
---|
39 | "inquirer": "8.1.2",
|
---|
40 | "jsonc-parser": "3.0.0",
|
---|
41 | "npm-package-arg": "8.1.5",
|
---|
42 | "npm-pick-manifest": "6.1.1",
|
---|
43 | "open": "8.2.1",
|
---|
44 | "ora": "5.4.1",
|
---|
45 | "pacote": "11.3.5",
|
---|
46 | "resolve": "1.20.0",
|
---|
47 | "semver": "7.3.5",
|
---|
48 | "symbol-observable": "4.0.0",
|
---|
49 | "uuid": "8.3.2"
|
---|
50 | },
|
---|
51 | "ng-update": {
|
---|
52 | "migrations": "@schematics/angular/migrations/migration-collection.json",
|
---|
53 | "packageGroup": {
|
---|
54 | "@angular/cli": "12.2.9",
|
---|
55 | "@angular-devkit/architect": "0.1202.9",
|
---|
56 | "@angular-devkit/build-angular": "12.2.9",
|
---|
57 | "@angular-devkit/build-webpack": "0.1202.9",
|
---|
58 | "@angular-devkit/core": "12.2.9",
|
---|
59 | "@angular-devkit/schematics": "12.2.9"
|
---|
60 | }
|
---|
61 | },
|
---|
62 | "engines": {
|
---|
63 | "node": "^12.14.1 || >=14.0.0",
|
---|
64 | "npm": "^6.11.0 || ^7.5.6",
|
---|
65 | "yarn": ">= 1.13.0"
|
---|
66 | }
|
---|
67 | }
|
---|