- 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/material/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@angular/material", 3 "version": "12.2.10", 2 "_args": [ 3 [ 4 "@angular/material@12.2.10", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "@angular/material@12.2.10", 9 "_id": "@angular/material@12.2.10", 10 "_inBundle": false, 11 "_integrity": "sha512-iC0EA8ogpn/KJ+kr3TEfQJLYPAtrguMr21KAGwtKOOLng1HiEhH6qEqlc0PPYUUQ06i+8nJr/WWfL0ORKXh3fg==", 12 "_location": "/@angular/material", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "@angular/material@12.2.10", 18 "name": "@angular/material", 19 "escapedName": "@angular%2fmaterial", 20 "scope": "@angular", 21 "rawSpec": "12.2.10", 22 "saveSpec": null, 23 "fetchSpec": "12.2.10" 24 }, 25 "_requiredBy": [ 26 "/" 27 ], 28 "_resolved": "https://registry.npmjs.org/@angular/material/-/material-12.2.10.tgz", 29 "_spec": "12.2.10", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/angular/components/issues" 33 }, 34 "dependencies": { 35 "tslib": "^2.2.0" 36 }, 4 37 "description": "Angular Material", 5 " repository": {6 "type": "git",7 "url": "https://github.com/angular/components.git"8 },38 "es2015": "./fesm2015/material.js", 39 "esm2015": "./esm2015/index.js", 40 "fesm2015": "./fesm2015/material.js", 41 "homepage": "https://github.com/angular/components#readme", 9 42 "keywords": [ 10 43 "angular", … … 14 47 ], 15 48 "license": "MIT", 16 "bugs": { 17 "url": "https://github.com/angular/components/issues" 18 }, 19 "homepage": "https://github.com/angular/components#readme", 20 "peerDependencies": { 21 "@angular/animations": "^12.0.0 || ^13.0.0-0", 22 "@angular/cdk": "12.2.10", 23 "@angular/core": "^12.0.0 || ^13.0.0-0", 24 "@angular/common": "^12.0.0 || ^13.0.0-0", 25 "@angular/forms": "^12.0.0 || ^13.0.0-0", 26 "rxjs": "^6.5.3 || ^7.0.0" 27 }, 28 "dependencies": { 29 "tslib": "^2.2.0" 30 }, 31 "schematics": "./schematics/collection.json", 49 "main": "./bundles/material.umd.js", 50 "module": "./fesm2015/material.js", 51 "name": "@angular/material", 32 52 "ng-update": { 33 53 "migrations": "./schematics/migration.json", … … 39 59 ] 40 60 }, 61 "peerDependencies": { 62 "@angular/animations": "^12.0.0 || ^13.0.0-0", 63 "@angular/cdk": "12.2.10", 64 "@angular/core": "^12.0.0 || ^13.0.0-0", 65 "@angular/common": "^12.0.0 || ^13.0.0-0", 66 "@angular/forms": "^12.0.0 || ^13.0.0-0", 67 "rxjs": "^6.5.3 || ^7.0.0" 68 }, 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/angular/components.git" 72 }, 73 "schematics": "./schematics/collection.json", 41 74 "sideEffects": false, 42 "main": "./bundles/material.umd.js",43 "fesm2015": "./fesm2015/material.js",44 "esm2015": "./esm2015/index.js",45 75 "typings": "./index.d.ts", 46 "module": "./fesm2015/material.js", 47 "es2015": "./fesm2015/material.js" 76 "version": "12.2.10" 48 77 }
Note:
See TracChangeset
for help on using the changeset viewer.