source: trip-planner-front/node_modules/@schematics/angular/package.json@ 8d391a1

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

primeNG components

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_from": "@schematics/angular@12.2.13",
3 "_id": "@schematics/angular@12.2.13",
4 "_inBundle": false,
5 "_integrity": "sha512-TrigQ9TCmAedf1J5PSSSfTC+sScYrITeAUN8a9rlkjZNvff8hHVyQaiZmhqL+egKQL828mhkqpnFUDd4QsPBIw==",
6 "_location": "/@schematics/angular",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@schematics/angular@12.2.13",
12 "name": "@schematics/angular",
13 "escapedName": "@schematics%2fangular",
14 "scope": "@schematics",
15 "rawSpec": "12.2.13",
16 "saveSpec": null,
17 "fetchSpec": "12.2.13"
18 },
19 "_requiredBy": [
20 "/@angular/cli"
21 ],
22 "_resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.13.tgz",
23 "_shasum": "5bf3e7b699a42d7fd7f7aa12bbe4534e671e7201",
24 "_spec": "@schematics/angular@12.2.13",
25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular\\cli",
26 "author": {
27 "name": "Angular Authors"
28 },
29 "bugs": {
30 "url": "https://github.com/angular/angular-cli/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "@angular-devkit/core": "12.2.13",
35 "@angular-devkit/schematics": "12.2.13",
36 "jsonc-parser": "3.0.0"
37 },
38 "deprecated": false,
39 "description": "Schematics specific to Angular",
40 "engines": {
41 "node": "^12.14.1 || >=14.0.0",
42 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
43 "yarn": ">= 1.13.0"
44 },
45 "homepage": "https://github.com/angular/angular-cli",
46 "keywords": [
47 "angular",
48 "Angular CLI",
49 "devkit",
50 "sdk",
51 "Angular DevKit",
52 "blueprints",
53 "code generation",
54 "schematics"
55 ],
56 "license": "MIT",
57 "name": "@schematics/angular",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/angular/angular-cli.git"
61 },
62 "schematics": "./collection.json",
63 "version": "12.2.13"
64}
Note: See TracBrowser for help on using the repository browser.