1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "istanbul-reports@3.0.3",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
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"
|
---|
37 | },
|
---|
38 | "dependencies": {
|
---|
39 | "html-escaper": "^2.0.0",
|
---|
40 | "istanbul-lib-report": "^3.0.0"
|
---|
41 | },
|
---|
42 | "description": "istanbul reports",
|
---|
43 | "devDependencies": {
|
---|
44 | "@babel/core": "^7.7.5",
|
---|
45 | "@babel/preset-env": "^7.7.5",
|
---|
46 | "@babel/preset-react": "^7.7.4",
|
---|
47 | "babel-loader": "^8.0.6",
|
---|
48 | "chai": "^4.2.0",
|
---|
49 | "is-windows": "^1.0.2",
|
---|
50 | "istanbul-lib-coverage": "^3.0.0",
|
---|
51 | "mocha": "^6.2.2",
|
---|
52 | "nyc": "^15.0.0-beta.2",
|
---|
53 | "react": "^16.12.0",
|
---|
54 | "react-dom": "^16.12.0",
|
---|
55 | "webpack": "^4.41.2",
|
---|
56 | "webpack-cli": "^3.3.10"
|
---|
57 | },
|
---|
58 | "engines": {
|
---|
59 | "node": ">=8"
|
---|
60 | },
|
---|
61 | "files": [
|
---|
62 | "index.js",
|
---|
63 | "lib"
|
---|
64 | ],
|
---|
65 | "homepage": "https://istanbul.js.org/",
|
---|
66 | "keywords": [
|
---|
67 | "istanbul",
|
---|
68 | "reports"
|
---|
69 | ],
|
---|
70 | "license": "BSD-3-Clause",
|
---|
71 | "main": "index.js",
|
---|
72 | "name": "istanbul-reports",
|
---|
73 | "nyc": {
|
---|
74 | "exclude": [
|
---|
75 | "lib/html/assets/**",
|
---|
76 | "lib/html-spa/assets/**",
|
---|
77 | "lib/html-spa/rollup.config.js",
|
---|
78 | "test/**"
|
---|
79 | ]
|
---|
80 | },
|
---|
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"
|
---|
92 | }
|
---|