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/istanbul-lib-source-maps/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "istanbul-lib-source-maps",
    3   "version": "4.0.0",
    4   "description": "Source maps support for istanbul",
    5   "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
    6   "main": "index.js",
    7   "files": [
    8     "lib",
    9     "index.js"
     2  "_args": [
     3    [
     4      "istanbul-lib-source-maps@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "scripts": {
    12     "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha"
     8  "_development": true,
     9  "_from": "istanbul-lib-source-maps@4.0.0",
     10  "_id": "istanbul-lib-source-maps@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==",
     13  "_location": "/istanbul-lib-source-maps",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "istanbul-lib-source-maps@4.0.0",
     19    "name": "istanbul-lib-source-maps",
     20    "escapedName": "istanbul-lib-source-maps",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
     24  },
     25  "_requiredBy": [
     26    "/karma-coverage"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz",
     29  "_spec": "4.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Krishnan Anantheswaran",
     33    "email": "kananthmail-github@yahoo.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/istanbuljs/istanbuljs/issues"
    1337  },
    1438  "dependencies": {
     
    1741    "source-map": "^0.6.1"
    1842  },
     43  "description": "Source maps support for istanbul",
    1944  "devDependencies": {
    2045    "chai": "^4.2.0",
     
    2348    "ts-node": "^8.5.4"
    2449  },
    25   "license": "BSD-3-Clause",
    26   "bugs": {
    27     "url": "https://github.com/istanbuljs/istanbuljs/issues"
     50  "engines": {
     51    "node": ">=8"
    2852  },
     53  "files": [
     54    "lib",
     55    "index.js"
     56  ],
     57  "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
    2958  "homepage": "https://istanbul.js.org/",
    30   "repository": {
    31     "type": "git",
    32     "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
    33     "directory": "packages/istanbul-lib-source-maps"
    34   },
    3559  "keywords": [
    3660    "istanbul",
     
    4064    "maps"
    4165  ],
    42   "engines": {
    43     "node": ">=8"
     66  "license": "BSD-3-Clause",
     67  "main": "index.js",
     68  "name": "istanbul-lib-source-maps",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
     72    "directory": "packages/istanbul-lib-source-maps"
    4473  },
    45   "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b"
     74  "scripts": {
     75    "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha"
     76  },
     77  "version": "4.0.0"
    4678}
Note: See TracChangeset for help on using the changeset viewer.