source: trip-planner-front/node_modules/istanbul-lib-report/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.0 KB
Line 
1{
2 "_args": [
3 [
4 "istanbul-lib-report@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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"
38 },
39 "dependencies": {
40 "istanbul-lib-coverage": "^3.0.0",
41 "make-dir": "^3.0.0",
42 "supports-color": "^7.1.0"
43 },
44 "description": "Base reporting library for istanbul",
45 "devDependencies": {
46 "chai": "^4.2.0",
47 "mocha": "^6.2.2",
48 "nyc": "^15.0.0-beta.2",
49 "rimraf": "^3.0.0"
50 },
51 "engines": {
52 "node": ">=8"
53 },
54 "files": [
55 "lib",
56 "index.js"
57 ],
58 "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
59 "homepage": "https://istanbul.js.org/",
60 "keywords": [
61 "istanbul",
62 "report",
63 "api",
64 "lib"
65 ],
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"
73 },
74 "scripts": {
75 "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
76 },
77 "version": "3.0.0"
78}
Note: See TracBrowser for help on using the repository browser.