- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/istanbul-lib-coverage/package.json
rceaed42 r59329aa 1 1 { 2 "name": "istanbul-lib-coverage", 3 "version": "3.0.0", 2 "_args": [ 3 [ 4 "istanbul-lib-coverage@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "istanbul-lib-coverage@3.0.0", 10 "_id": "istanbul-lib-coverage@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==", 13 "_location": "/istanbul-lib-coverage", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "istanbul-lib-coverage@3.0.0", 19 "name": "istanbul-lib-coverage", 20 "escapedName": "istanbul-lib-coverage", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/istanbul-lib-instrument", 27 "/istanbul-lib-report", 28 "/istanbul-lib-source-maps", 29 "/karma-coverage" 30 ], 31 "_resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", 32 "_spec": "3.0.0", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Krishnan Anantheswaran", 36 "email": "kananthmail-github@yahoo.com" 37 }, 38 "bugs": { 39 "url": "https://github.com/istanbuljs/istanbuljs/issues" 40 }, 4 41 "description": "Data library for istanbul coverage objects", 5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",6 "main": "index.js",7 "files": [8 "lib",9 "index.js"10 ],11 "scripts": {12 "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"13 },14 42 "devDependencies": { 15 43 "chai": "^4.2.0", … … 17 45 "nyc": "^15.0.0-beta.2" 18 46 }, 47 "engines": { 48 "node": ">=8" 49 }, 50 "files": [ 51 "lib", 52 "index.js" 53 ], 54 "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b", 55 "homepage": "https://istanbul.js.org/", 19 56 "karmaDeps": { 20 57 "browserify-istanbul": "^0.2.1", … … 27 64 "phantomjs": "^1.9.17" 28 65 }, 29 "repository": {30 "type": "git",31 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",32 "directory": "packages/istanbul-lib-coverage"33 },34 66 "keywords": [ 35 67 "istanbul", … … 38 70 ], 39 71 "license": "BSD-3-Clause", 40 "bugs": { 41 "url": "https://github.com/istanbuljs/istanbuljs/issues" 72 "main": "index.js", 73 "name": "istanbul-lib-coverage", 74 "repository": { 75 "type": "git", 76 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", 77 "directory": "packages/istanbul-lib-coverage" 42 78 }, 43 "homepage": "https://istanbul.js.org/", 44 "engines": { 45 "node": ">=8" 79 "scripts": { 80 "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha" 46 81 }, 47 " gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b"82 "version": "3.0.0" 48 83 }
Note:
See TracChangeset
for help on using the changeset viewer.