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/common/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@angular/common",
    3   "version": "12.2.9",
     2  "_args": [
     3    [
     4      "@angular/common@12.2.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_from": "@angular/common@12.2.9",
     9  "_id": "@angular/common@12.2.9",
     10  "_inBundle": false,
     11  "_integrity": "sha512-V7leBrq80CSJWHWVE3LEL6Z6onP2ibsITY3++86Uddz8AxzfOtNRslbs4/qCWc82nT7CIEn8a28NLP/BdOwNew==",
     12  "_location": "/@angular/common",
     13  "_phantomChildren": {},
     14  "_requested": {
     15    "type": "version",
     16    "registry": true,
     17    "raw": "@angular/common@12.2.9",
     18    "name": "@angular/common",
     19    "escapedName": "@angular%2fcommon",
     20    "scope": "@angular",
     21    "rawSpec": "12.2.9",
     22    "saveSpec": null,
     23    "fetchSpec": "12.2.9"
     24  },
     25  "_requiredBy": [
     26    "/"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/@angular/common/-/common-12.2.9.tgz",
     29  "_spec": "12.2.9",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "angular"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/angular/angular/issues"
     36  },
     37  "dependencies": {
     38    "tslib": "^2.2.0"
     39  },
    440  "description": "Angular - commonly needed directives and services",
    5   "author": "angular",
    6   "license": "MIT",
    741  "engines": {
    842    "node": "^12.14.1 || >=14.0.0"
    943  },
     44  "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
     45  "es2015": "./fesm2015/common.js",
     46  "esm2015": "./esm2015/common.js",
     47  "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
     48  "fesm2015": "./fesm2015/common.js",
     49  "homepage": "https://github.com/angular/angular#readme",
     50  "license": "MIT",
    1051  "locales": "locales",
    11   "dependencies": {
    12     "tslib": "^2.2.0"
    13   },
    14   "peerDependencies": {
    15     "@angular/core": "12.2.9",
    16     "rxjs": "^6.5.3 || ^7.0.0"
    17   },
    18   "repository": {
    19     "type": "git",
    20     "url": "https://github.com/angular/angular.git",
    21     "directory": "packages/common"
    22   },
     52  "main": "./bundles/common.umd.js",
     53  "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
     54  "module": "./fesm2015/common.js",
     55  "name": "@angular/common",
    2356  "ng-update": {
    2457    "packageGroup": [
     
    4174    ]
    4275  },
     76  "peerDependencies": {
     77    "@angular/core": "12.2.9",
     78    "rxjs": "^6.5.3 || ^7.0.0"
     79  },
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/angular/angular.git",
     83    "directory": "packages/common"
     84  },
    4385  "sideEffects": [
    4486    "**/global/*.js",
    4587    "**/closure-locale.*"
    4688  ],
    47   "main": "./bundles/common.umd.js",
    48   "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
    49   "fesm2015": "./fesm2015/common.js",
    50   "esm2015": "./esm2015/common.js",
    5189  "typings": "./common.d.ts",
    52   "module_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
    53   "module": "./fesm2015/common.js",
    54   "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/common.js",
    55   "es2015": "./fesm2015/common.js",
     90  "version": "12.2.9",
    5691  "__processed_by_ivy_ngcc__": {
    5792    "es2015": "12.2.9",
Note: See TracChangeset for help on using the changeset viewer.