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

    rceaed42 r59329aa  
    11{
    2   "name": "istanbul-lib-report",
    3   "version": "3.0.0",
    4   "description": "Base reporting library 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-report@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "scripts": {
    12     "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
     8  "_development": true,
     9  "_from": "istanbul-lib-report@3.0.0",
     10  "_id": "istanbul-lib-report@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
     13  "_location": "/istanbul-lib-report",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "istanbul-lib-report@3.0.0",
     19    "name": "istanbul-lib-report",
     20    "escapedName": "istanbul-lib-report",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/istanbul-reports",
     27    "/karma-coverage"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
     30  "_spec": "3.0.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Krishnan Anantheswaran",
     34    "email": "kananthmail-github@yahoo.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/istanbuljs/istanbuljs/issues"
    1338  },
    1439  "dependencies": {
     
    1742    "supports-color": "^7.1.0"
    1843  },
     44  "description": "Base reporting library for istanbul",
    1945  "devDependencies": {
    2046    "chai": "^4.2.0",
     
    2349    "rimraf": "^3.0.0"
    2450  },
    25   "license": "BSD-3-Clause",
    26   "bugs": {
    27     "url": "https://github.com/istanbuljs/istanbuljs/issues"
     51  "engines": {
     52    "node": ">=8"
    2853  },
     54  "files": [
     55    "lib",
     56    "index.js"
     57  ],
     58  "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
    2959  "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-report"
    34   },
    3560  "keywords": [
    3661    "istanbul",
     
    3964    "lib"
    4065  ],
    41   "engines": {
    42     "node": ">=8"
     66  "license": "BSD-3-Clause",
     67  "main": "index.js",
     68  "name": "istanbul-lib-report",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
     72    "directory": "packages/istanbul-lib-report"
    4373  },
    44   "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b"
     74  "scripts": {
     75    "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
     76  },
     77  "version": "3.0.0"
    4578}
Note: See TracChangeset for help on using the changeset viewer.