source: trip-planner-front/node_modules/@angular/material/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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 },
37 "description": "Angular Material",
38 "es2015": "./fesm2015/material.js",
39 "esm2015": "./esm2015/index.js",
40 "fesm2015": "./fesm2015/material.js",
41 "homepage": "https://github.com/angular/components#readme",
42 "keywords": [
43 "angular",
44 "material",
45 "material design",
46 "components"
47 ],
48 "license": "MIT",
49 "main": "./bundles/material.umd.js",
50 "module": "./fesm2015/material.js",
51 "name": "@angular/material",
52 "ng-update": {
53 "migrations": "./schematics/migration.json",
54 "packageGroup": [
55 "@angular/material",
56 "@angular/cdk",
57 "@angular/material-moment-adapter",
58 "@angular/material-luxon-adapter"
59 ]
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",
74 "sideEffects": false,
75 "typings": "./index.d.ts",
76 "version": "12.2.10"
77}
Note: See TracBrowser for help on using the repository browser.