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

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

adding photos

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