- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/cdk", 3 "version": "12.2.10", 2 "_from": "@angular/cdk@12.2.10", 3 "_id": "@angular/cdk@12.2.10", 4 "_inBundle": false, 5 "_integrity": "sha512-jF/tyZXcAS0i11aH8061lMf/ofKs8U52smm/q7k5llTj/NvMZl4s6o3SmdYYE/ByljvCzObz+2j3TzJS/ioDFg==", 6 "_location": "/@angular/cdk", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@angular/cdk@12.2.10", 12 "name": "@angular/cdk", 13 "escapedName": "@angular%2fcdk", 14 "scope": "@angular", 15 "rawSpec": "12.2.10", 16 "saveSpec": null, 17 "fetchSpec": "12.2.10" 18 }, 19 "_requiredBy": [ 20 "#USER", 21 "/" 22 ], 23 "_resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-12.2.10.tgz", 24 "_shasum": "48782cd812efabf34def594d80c17fcfc24fe270", 25 "_spec": "@angular/cdk@12.2.10", 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, 4 36 "description": "Angular Material Component Development Kit", 5 " repository": {6 "type": "git",7 "url": "https://github.com/angular/components.git"8 },37 "es2015": "./fesm2015/cdk.js", 38 "esm2015": "./esm2015/index.js", 39 "fesm2015": "./fesm2015/cdk.js", 40 "homepage": "https://github.com/angular/components#readme", 9 41 "keywords": [ 10 42 "angular", … … 15 47 ], 16 48 "license": "MIT", 17 "bugs": { 18 "url": "https://github.com/angular/components/issues" 49 "main": "./bundles/cdk.umd.js", 50 "module": "./fesm2015/cdk.js", 51 "name": "@angular/cdk", 52 "ng-update": { 53 "migrations": "./schematics/migration.json" 19 54 }, 20 "homepage": "https://github.com/angular/components#readme", 55 "optionalDependencies": { 56 "parse5": "^5.0.0" 57 }, 21 58 "peerDependencies": { 22 59 "@angular/core": "^12.0.0 || ^13.0.0-0", … … 24 61 "rxjs": "^6.5.3 || ^7.0.0" 25 62 }, 26 "dependencies": { 27 "tslib": "^2.2.0" 28 }, 29 "optionalDependencies": { 30 "parse5": "^5.0.0" 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/angular/components.git" 31 66 }, 32 67 "schematics": "./schematics/collection.json", 33 "ng-update": {34 "migrations": "./schematics/migration.json"35 },36 68 "sideEffects": false, 37 "main": "./bundles/cdk.umd.js",38 "fesm2015": "./fesm2015/cdk.js",39 "esm2015": "./esm2015/index.js",40 69 "typings": "./index.d.ts", 41 "module": "./fesm2015/cdk.js", 42 "es2015": "./fesm2015/cdk.js" 70 "version": "12.2.10" 43 71 }
Note:
See TracChangeset
for help on using the changeset viewer.