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