package.json
2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_from": "v8-to-istanbul@^7.0.0",
"_id": "v8-to-istanbul@7.0.0",
"_inBundle": false,
"_integrity": "sha512-fLL2rFuQpMtm9r8hrAV2apXX/WqHJ6+IC4/eQVdMDGBUgH/YMV4Gv3duk3kjmyg6uiQWBAA9nJwue4iJUOkHeA==",
"_location": "/v8-to-istanbul",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "v8-to-istanbul@^7.0.0",
"name": "v8-to-istanbul",
"escapedName": "v8-to-istanbul",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.0.0.tgz",
"_shasum": "b4fe00e35649ef7785a9b7fcebcea05f37c332fc",
"_spec": "v8-to-istanbul@^7.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@jest\\reporters",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/v8-to-istanbul/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.1",
"convert-source-map": "^1.6.0",
"source-map": "^0.7.3"
},
"deprecated": false,
"description": "convert from v8 coverage format to istanbul's format",
"devDependencies": {
"@types/node": "^12.7.11",
"c8": "^7.2.1",
"semver": "^7.3.2",
"should": "13.2.3",
"standard": "^14.3.1",
"tap": "^14.10.8"
},
"engines": {
"node": ">=10.10.0"
},
"files": [
"lib/*.js",
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/istanbuljs/v8-to-istanbul#readme",
"keywords": [
"istanbul",
"v8",
"coverage"
],
"license": "ISC",
"main": "index.js",
"name": "v8-to-istanbul",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/v8-to-istanbul.git"
},
"scripts": {
"coverage": "c8 report --check-coverage",
"fix": "standard --fix",
"posttest": "standard",
"snapshot": "TAP_SNAPSHOT=1 tap test/*.js",
"test": "c8 --reporter=html --reporter=text tap --no-coverage --no-esm test/*.js"
},
"standard": {
"ignore": [
"**/test/fixtures"
]
},
"types": "index.d.ts",
"version": "7.0.0"
}