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

    rceaed42 r59329aa  
    11{
    2   "name": "istanbul-reports",
    3   "version": "3.0.3",
    4   "description": "istanbul reports",
    5   "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
    6   "main": "index.js",
    7   "files": [
    8     "index.js",
    9     "lib"
     2  "_args": [
     3    [
     4      "istanbul-reports@3.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "scripts": {
    12     "test": "nyc mocha --recursive",
    13     "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production",
    14     "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development"
     8  "_development": true,
     9  "_from": "istanbul-reports@3.0.3",
     10  "_id": "istanbul-reports@3.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-0i77ZFLsb9U3DHi22WzmIngVzfoyxxbQcZRqlF3KoKmCJGq9nhFHoGi8FqBztN2rE8w6hURnZghetn0xpkVb6A==",
     13  "_location": "/istanbul-reports",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "istanbul-reports@3.0.3",
     19    "name": "istanbul-reports",
     20    "escapedName": "istanbul-reports",
     21    "rawSpec": "3.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.3"
     24  },
     25  "_requiredBy": [
     26    "/karma-coverage"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.3.tgz",
     29  "_spec": "3.0.3",
     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"
    1537  },
    1638  "dependencies": {
     
    1840    "istanbul-lib-report": "^3.0.0"
    1941  },
     42  "description": "istanbul reports",
    2043  "devDependencies": {
    2144    "@babel/core": "^7.7.5",
     
    3356    "webpack-cli": "^3.3.10"
    3457  },
    35   "license": "BSD-3-Clause",
    36   "repository": {
    37     "type": "git",
    38     "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
    39     "directory": "packages/istanbul-reports"
     58  "engines": {
     59    "node": ">=8"
    4060  },
     61  "files": [
     62    "index.js",
     63    "lib"
     64  ],
     65  "homepage": "https://istanbul.js.org/",
    4166  "keywords": [
    4267    "istanbul",
    4368    "reports"
    4469  ],
    45   "bugs": {
    46     "url": "https://github.com/istanbuljs/istanbuljs/issues"
    47   },
    48   "homepage": "https://istanbul.js.org/",
     70  "license": "BSD-3-Clause",
     71  "main": "index.js",
     72  "name": "istanbul-reports",
    4973  "nyc": {
    5074    "exclude": [
     
    5579    ]
    5680  },
    57   "engines": {
    58     "node": ">=8"
    59   }
     81  "repository": {
     82    "type": "git",
     83    "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
     84    "directory": "packages/istanbul-reports"
     85  },
     86  "scripts": {
     87    "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production",
     88    "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development",
     89    "test": "nyc mocha --recursive"
     90  },
     91  "version": "3.0.3"
    6092}
Note: See TracChangeset for help on using the changeset viewer.