source: trip-planner-front/node_modules/@angular/material/package.json@ 1ad8e64

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

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "@angular/material@12.2.13",
3 "_id": "@angular/material@12.2.13",
4 "_inBundle": false,
5 "_integrity": "sha512-6g2GyN4qp2D+DqY2AwrQuPB3cd9gybvQVXvNRbTPXEulHr+LgGei00ySdFHFp6RvdGSMZ4i3LM1Fq3VkFxhCfQ==",
6 "_location": "/@angular/material",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@angular/material@12.2.13",
12 "name": "@angular/material",
13 "escapedName": "@angular%2fmaterial",
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/material/-/material-12.2.13.tgz",
24 "_shasum": "7f92f95002a2abaa8bb115ca8f0809bdc3f7d3fc",
25 "_spec": "@angular/material@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 "tslib": "^2.2.0"
33 },
34 "deprecated": false,
35 "description": "Angular Material",
36 "es2015": "./fesm2015/material.js",
37 "esm2015": "./esm2015/index.js",
38 "fesm2015": "./fesm2015/material.js",
39 "homepage": "https://github.com/angular/components#readme",
40 "keywords": [
41 "angular",
42 "material",
43 "material design",
44 "components"
45 ],
46 "license": "MIT",
47 "main": "./bundles/material.umd.js",
48 "module": "./fesm2015/material.js",
49 "name": "@angular/material",
50 "ng-update": {
51 "migrations": "./schematics/migration.json",
52 "packageGroup": [
53 "@angular/material",
54 "@angular/cdk",
55 "@angular/material-moment-adapter",
56 "@angular/material-luxon-adapter"
57 ]
58 },
59 "peerDependencies": {
60 "@angular/animations": "^12.0.0 || ^13.0.0-0",
61 "@angular/cdk": "12.2.13",
62 "@angular/core": "^12.0.0 || ^13.0.0-0",
63 "@angular/common": "^12.0.0 || ^13.0.0-0",
64 "@angular/forms": "^12.0.0 || ^13.0.0-0",
65 "rxjs": "^6.5.3 || ^7.0.0"
66 },
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/angular/components.git"
70 },
71 "schematics": "./schematics/collection.json",
72 "sideEffects": false,
73 "typings": "./index.d.ts",
74 "version": "12.2.13"
75}
Note: See TracBrowser for help on using the repository browser.