Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/material/package.json

    rceaed42 r59329aa  
    11{
    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  },
    437  "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",
    942  "keywords": [
    1043    "angular",
     
    1447  ],
    1548  "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",
    3252  "ng-update": {
    3353    "migrations": "./schematics/migration.json",
     
    3959    ]
    4060  },
     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",
    4174  "sideEffects": false,
    42   "main": "./bundles/material.umd.js",
    43   "fesm2015": "./fesm2015/material.js",
    44   "esm2015": "./esm2015/index.js",
    4575  "typings": "./index.d.ts",
    46   "module": "./fesm2015/material.js",
    47   "es2015": "./fesm2015/material.js"
     76  "version": "12.2.10"
    4877}
Note: See TracChangeset for help on using the changeset viewer.