source: trip-planner-front/node_modules/@angular/cdk/package.json

Last change on this file 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/cdk@12.2.13",
3 "_id": "@angular/cdk@12.2.13",
4 "_inBundle": false,
5 "_integrity": "sha512-zSKRhECyFqhingIeyRInIyTvYErt4gWo+x5DQr0b7YLUbU8DZSwWnG4w76Ke2s4U8T7ry1jpJBHoX/e8YBpGMg==",
6 "_location": "/@angular/cdk",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@angular/cdk@12.2.13",
12 "name": "@angular/cdk",
13 "escapedName": "@angular%2fcdk",
14 "scope": "@angular",
15 "rawSpec": "12.2.13",
16 "saveSpec": null,
17 "fetchSpec": "12.2.13"
18 },
19 "_requiredBy": [
20 "#USER",
21 "/"
22 ],
23 "_resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.13.tgz",
24 "_shasum": "1fdbe814adfd6b4ff906c6d9c4c6df07b83f09d8",
25 "_spec": "@angular/cdk@12.2.13",
26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
27 "bugs": {
28 "url": "https://github.com/angular/components/issues"
29 },
30 "bundleDependencies": false,
31 "dependencies": {
32 "parse5": "^5.0.0",
33 "tslib": "^2.2.0"
34 },
35 "deprecated": false,
36 "description": "Angular Material Component Development Kit",
37 "es2015": "./fesm2015/cdk.js",
38 "esm2015": "./esm2015/index.js",
39 "fesm2015": "./fesm2015/cdk.js",
40 "homepage": "https://github.com/angular/components#readme",
41 "keywords": [
42 "angular",
43 "cdk",
44 "component",
45 "development",
46 "kit"
47 ],
48 "license": "MIT",
49 "main": "./bundles/cdk.umd.js",
50 "module": "./fesm2015/cdk.js",
51 "name": "@angular/cdk",
52 "ng-update": {
53 "migrations": "./schematics/migration.json"
54 },
55 "optionalDependencies": {
56 "parse5": "^5.0.0"
57 },
58 "peerDependencies": {
59 "@angular/core": "^12.0.0 || ^13.0.0-0",
60 "@angular/common": "^12.0.0 || ^13.0.0-0",
61 "rxjs": "^6.5.3 || ^7.0.0"
62 },
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/angular/components.git"
66 },
67 "schematics": "./schematics/collection.json",
68 "sideEffects": false,
69 "typings": "./index.d.ts",
70 "version": "12.2.13"
71}
Note: See TracBrowser for help on using the repository browser.