source: trip-planner-front/node_modules/istanbul-lib-coverage/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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 },
41 "description": "Data library for istanbul coverage objects",
42 "devDependencies": {
43 "chai": "^4.2.0",
44 "mocha": "^6.2.2",
45 "nyc": "^15.0.0-beta.2"
46 },
47 "engines": {
48 "node": ">=8"
49 },
50 "files": [
51 "lib",
52 "index.js"
53 ],
54 "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
55 "homepage": "https://istanbul.js.org/",
56 "karmaDeps": {
57 "browserify-istanbul": "^0.2.1",
58 "karma": "^0.13.10",
59 "karma-browserify": "^4.2.1",
60 "karma-chrome-launcher": "^0.2.0",
61 "karma-coverage": "^0.4.2",
62 "karma-mocha": "^0.2.0",
63 "karma-phantomjs-launcher": "^0.2.0",
64 "phantomjs": "^1.9.17"
65 },
66 "keywords": [
67 "istanbul",
68 "coverage",
69 "data"
70 ],
71 "license": "BSD-3-Clause",
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"
78 },
79 "scripts": {
80 "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
81 },
82 "version": "3.0.0"
83}
Note: See TracBrowser for help on using the repository browser.