source: trip-planner-front/node_modules/@angular-devkit/schematics/package.json@ e29cc2e

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

primeNG components

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