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

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

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "@angular/material@12.2.13",
3 "_id": "@angular/material@12.2.13",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-6g2GyN4qp2D+DqY2AwrQuPB3cd9gybvQVXvNRbTPXEulHr+LgGei00ySdFHFp6RvdGSMZ4i3LM1Fq3VkFxhCfQ==",
[59329aa]6 "_location": "/@angular/material",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
[e29cc2e]11 "raw": "@angular/material@12.2.13",
[59329aa]12 "name": "@angular/material",
13 "escapedName": "@angular%2fmaterial",
14 "scope": "@angular",
[e29cc2e]15 "rawSpec": "12.2.13",
[59329aa]16 "saveSpec": null,
[e29cc2e]17 "fetchSpec": "12.2.13"
[59329aa]18 },
19 "_requiredBy": [
[e29cc2e]20 "#USER",
[59329aa]21 "/"
22 ],
[e29cc2e]23 "_resolved": "https://registry.npmjs.org/@angular/material/-/material-12.2.13.tgz",
24 "_shasum": "7f92f95002a2abaa8bb115ca8f0809bdc3f7d3fc",
25 "_spec": "@angular/material@12.2.13",
[59329aa]26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
27 "bugs": {
28 "url": "https://github.com/angular/components/issues"
29 },
[e29cc2e]30 "bundleDependencies": false,
[59329aa]31 "dependencies": {
32 "tslib": "^2.2.0"
[6a3a178]33 },
[e29cc2e]34 "deprecated": false,
[59329aa]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",
[6a3a178]40 "keywords": [
41 "angular",
42 "material",
43 "material design",
44 "components"
45 ],
46 "license": "MIT",
[59329aa]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 ]
[6a3a178]58 },
59 "peerDependencies": {
60 "@angular/animations": "^12.0.0 || ^13.0.0-0",
[e29cc2e]61 "@angular/cdk": "12.2.13",
[6a3a178]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 },
[59329aa]67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/angular/components.git"
[6a3a178]70 },
71 "schematics": "./schematics/collection.json",
72 "sideEffects": false,
73 "typings": "./index.d.ts",
[e29cc2e]74 "version": "12.2.13"
[59329aa]75}
Note: See TracBrowser for help on using the repository browser.