aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular/cli/package.json
blob: 50d804542b5088dd9d85b553ffb9413c3c861c6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "name": "@angular/cli",
  "version": "13.2.5",
  "description": "CLI tool for Angular",
  "main": "lib/cli/index.js",
  "bin": {
    "ng": "./bin/ng.js"
  },
  "keywords": [
    "angular",
    "Angular CLI",
    "devkit",
    "sdk",
    "Angular DevKit",
    "angular-cli"
  ],
  "scripts": {
    "postinstall": "node ./bin/postinstall/script.js"
  },
  "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.1302.5",
    "@angular-devkit/core": "13.2.5",
    "@angular-devkit/schematics": "13.2.5",
    "@schematics/angular": "13.2.5",
    "@yarnpkg/lockfile": "1.1.0",
    "ansi-colors": "4.1.1",
    "debug": "4.3.3",
    "ini": "2.0.0",
    "inquirer": "8.2.0",
    "jsonc-parser": "3.0.0",
    "npm-package-arg": "8.1.5",
    "npm-pick-manifest": "6.1.1",
    "open": "8.4.0",
    "ora": "5.4.1",
    "pacote": "12.0.3",
    "resolve": "1.22.0",
    "semver": "7.3.5",
    "symbol-observable": "4.0.0",
    "uuid": "8.3.2"
  },
  "ng-update": {
    "migrations": "@schematics/angular/migrations/migration-collection.json",
    "packageGroup": {
      "@angular/cli": "13.2.5",
      "@angular-devkit/architect": "0.1302.5",
      "@angular-devkit/build-angular": "13.2.5",
      "@angular-devkit/build-webpack": "0.1302.5",
      "@angular-devkit/core": "13.2.5",
      "@angular-devkit/schematics": "13.2.5"
    }
  },
  "engines": {
    "node": "^12.20.0 || ^14.15.0 || >=16.10.0",
    "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
    "yarn": ">= 1.13.0"
  }
}