source: trip-planner-front/node_modules/@angular/cli/package.json@ bdd6491

Last change on this file since bdd6491 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_from": "@angular/cli@12.2.13",
3 "_id": "@angular/cli@12.2.13",
4 "_inBundle": false,
5 "_integrity": "sha512-Yz6MuwdxxP6U2i8iRuCSNZeJxlLDPshT/joymCsFdjwSMGEH9Kk9DdvAfFYfzdHGdHbGrDdASJ4G+uALyNSLxw==",
6 "_location": "/@angular/cli",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@angular/cli@12.2.13",
12 "name": "@angular/cli",
13 "escapedName": "@angular%2fcli",
14 "scope": "@angular",
15 "rawSpec": "12.2.13",
16 "saveSpec": null,
17 "fetchSpec": "12.2.13"
18 },
19 "_requiredBy": [
20 "#DEV:/",
21 "#USER"
22 ],
23 "_resolved": "https://registry.npmjs.org/@angular/cli/-/cli-12.2.13.tgz",
24 "_shasum": "ca586c14a6f83bb4390875be0a0fa709b9a2ae29",
25 "_spec": "@angular/cli@12.2.13",
26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
27 "author": {
28 "name": "Angular Authors"
29 },
30 "bin": {
31 "ng": "bin/ng"
32 },
33 "bugs": {
34 "url": "https://github.com/angular/angular-cli/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "@angular-devkit/architect": "0.1202.13",
39 "@angular-devkit/core": "12.2.13",
40 "@angular-devkit/schematics": "12.2.13",
41 "@schematics/angular": "12.2.13",
42 "@yarnpkg/lockfile": "1.1.0",
43 "ansi-colors": "4.1.1",
44 "debug": "4.3.2",
45 "ini": "2.0.0",
46 "inquirer": "8.1.2",
47 "jsonc-parser": "3.0.0",
48 "npm-package-arg": "8.1.5",
49 "npm-pick-manifest": "6.1.1",
50 "open": "8.2.1",
51 "ora": "5.4.1",
52 "pacote": "11.3.5",
53 "resolve": "1.20.0",
54 "semver": "7.3.5",
55 "symbol-observable": "4.0.0",
56 "uuid": "8.3.2"
57 },
58 "deprecated": false,
59 "description": "CLI tool for Angular",
60 "engines": {
61 "node": "^12.14.1 || >=14.0.0",
62 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
63 "yarn": ">= 1.13.0"
64 },
65 "homepage": "https://github.com/angular/angular-cli",
66 "keywords": [
67 "angular",
68 "Angular CLI",
69 "devkit",
70 "sdk",
71 "Angular DevKit",
72 "angular-cli"
73 ],
74 "license": "MIT",
75 "main": "lib/cli/index.js",
76 "name": "@angular/cli",
77 "ng-update": {
78 "migrations": "@schematics/angular/migrations/migration-collection.json",
79 "packageGroup": {
80 "@angular/cli": "12.2.13",
81 "@angular-devkit/architect": "0.1202.13",
82 "@angular-devkit/build-angular": "12.2.13",
83 "@angular-devkit/build-webpack": "0.1202.13",
84 "@angular-devkit/core": "12.2.13",
85 "@angular-devkit/schematics": "12.2.13"
86 }
87 },
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/angular/angular-cli.git"
91 },
92 "scripts": {
93 "postinstall": "node ./bin/postinstall/script.js"
94 },
95 "version": "12.2.13"
96}
Note: See TracBrowser for help on using the repository browser.