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

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "tslib@2.3.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_from": "tslib@2.3.1",
     9  "_id": "tslib@2.3.1",
     10  "_inBundle": false,
     11  "_integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
     12  "_location": "/tslib",
     13  "_phantomChildren": {},
     14  "_requested": {
     15    "type": "version",
     16    "registry": true,
     17    "raw": "tslib@2.3.1",
    218    "name": "tslib",
    3     "author": "Microsoft Corp.",
    4     "homepage": "https://www.typescriptlang.org/",
    5     "version": "2.3.1",
    6     "license": "0BSD",
    7     "description": "Runtime library for TypeScript helper functions",
    8     "keywords": [
    9         "TypeScript",
    10         "Microsoft",
    11         "compiler",
    12         "language",
    13         "javascript",
    14         "tslib",
    15         "runtime"
    16     ],
    17     "bugs": {
    18         "url": "https://github.com/Microsoft/TypeScript/issues"
     19    "escapedName": "tslib",
     20    "rawSpec": "2.3.1",
     21    "saveSpec": null,
     22    "fetchSpec": "2.3.1"
     23  },
     24  "_requiredBy": [
     25    "/",
     26    "/@angular/animations",
     27    "/@angular/common",
     28    "/@angular/compiler",
     29    "/@angular/compiler-cli",
     30    "/@angular/core",
     31    "/@angular/forms",
     32    "/@angular/material",
     33    "/@angular/platform-browser",
     34    "/@angular/platform-browser-dynamic",
     35    "/@angular/router",
     36    "/primeng",
     37    "/zone.js"
     38  ],
     39  "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
     40  "_spec": "2.3.1",
     41  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     42  "author": {
     43    "name": "Microsoft Corp."
     44  },
     45  "bugs": {
     46    "url": "https://github.com/Microsoft/TypeScript/issues"
     47  },
     48  "description": "Runtime library for TypeScript helper functions",
     49  "exports": {
     50    ".": {
     51      "module": "./tslib.es6.js",
     52      "import": "./modules/index.js",
     53      "default": "./tslib.js"
    1954    },
    20     "repository": {
    21         "type": "git",
    22         "url": "https://github.com/Microsoft/tslib.git"
    23     },
    24     "main": "tslib.js",
    25     "module": "tslib.es6.js",
    26     "jsnext:main": "tslib.es6.js",
    27     "typings": "tslib.d.ts",
    28     "sideEffects": false,
    29     "exports": {
    30         ".": {
    31             "module": "./tslib.es6.js",
    32             "import": "./modules/index.js",
    33             "default": "./tslib.js"
    34         },
    35         "./": "./"
    36     }
     55    "./": "./"
     56  },
     57  "homepage": "https://www.typescriptlang.org/",
     58  "jsnext:main": "tslib.es6.js",
     59  "keywords": [
     60    "TypeScript",
     61    "Microsoft",
     62    "compiler",
     63    "language",
     64    "javascript",
     65    "tslib",
     66    "runtime"
     67  ],
     68  "license": "0BSD",
     69  "main": "tslib.js",
     70  "module": "tslib.es6.js",
     71  "name": "tslib",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/Microsoft/tslib.git"
     75  },
     76  "sideEffects": false,
     77  "typings": "tslib.d.ts",
     78  "version": "2.3.1"
    3779}
Note: See TracChangeset for help on using the changeset viewer.