source: trip-planner-front/node_modules/@angular-devkit/core/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.0 KB
Line 
1{
2 "_args": [
3 [
4 "@angular-devkit/core@12.2.9",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@angular-devkit/core@12.2.9",
10 "_id": "@angular-devkit/core@12.2.9",
11 "_inBundle": false,
12 "_integrity": "sha512-iPHQiga08bbryiVq3QYzwpuq9sNb8CB/MVy65MHJ0fuW1z6RYDeUh1EziitBBUT2d81KWKPO1wQ2DuUoxOg4mg==",
13 "_location": "/@angular-devkit/core",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@angular-devkit/core@12.2.9",
19 "name": "@angular-devkit/core",
20 "escapedName": "@angular-devkit%2fcore",
21 "scope": "@angular-devkit",
22 "rawSpec": "12.2.9",
23 "saveSpec": null,
24 "fetchSpec": "12.2.9"
25 },
26 "_requiredBy": [
27 "/@angular-devkit/architect",
28 "/@angular-devkit/build-angular",
29 "/@angular-devkit/schematics",
30 "/@angular/cli",
31 "/@schematics/angular"
32 ],
33 "_resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.9.tgz",
34 "_spec": "12.2.9",
35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
36 "author": {
37 "name": "Angular Authors"
38 },
39 "bugs": {
40 "url": "https://github.com/angular/angular-cli/issues"
41 },
42 "dependencies": {
43 "ajv": "8.6.2",
44 "ajv-formats": "2.1.0",
45 "fast-json-stable-stringify": "2.1.0",
46 "magic-string": "0.25.7",
47 "rxjs": "6.6.7",
48 "source-map": "0.7.3"
49 },
50 "description": "Angular DevKit - Core Utility Library",
51 "engines": {
52 "node": "^12.14.1 || >=14.0.0",
53 "npm": "^6.11.0 || ^7.5.6",
54 "yarn": ">= 1.13.0"
55 },
56 "homepage": "https://github.com/angular/angular-cli",
57 "keywords": [
58 "angular",
59 "Angular CLI",
60 "devkit",
61 "sdk",
62 "Angular DevKit",
63 "core"
64 ],
65 "license": "MIT",
66 "main": "src/index.js",
67 "name": "@angular-devkit/core",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/angular/angular-cli.git"
71 },
72 "typings": "src/index.d.ts",
73 "version": "12.2.9"
74}
Note: See TracBrowser for help on using the repository browser.