UNPKG

2.69 kBJSONView Raw
1{
2 "name": "c88",
3 "version": "0.2.2",
4 "description": "Code coverage from the future",
5 "bin": "./bin/c88.js",
6 "nyc": {
7 "include": [
8 "build/lib/**/*.js"
9 ],
10 "exclude": [
11 "build/test/**/*.js"
12 ],
13 "reporter": [
14 "text",
15 "html"
16 ],
17 "extension": [
18 ".mjs"
19 ]
20 },
21 "keywords": [
22 "coverage",
23 "v8",
24 "test",
25 "istanbul",
26 "profiler",
27 "inspector"
28 ],
29 "engines": {
30 "node": ">=10.12.0"
31 },
32 "author": "Charles Samborski <demurgos@demurgos.net> (https://demurgos.net)",
33 "license": "MIT",
34 "dependencies": {
35 "@c88/v8-coverage": "^0.1.0",
36 "@types/find-up": "^2.1.1",
37 "@types/from2": "^2.3.0",
38 "@types/istanbul-lib-coverage": "^1.1.0",
39 "@types/istanbul-lib-report": "^1.1.0",
40 "@types/istanbul-lib-source-maps": "^1.2.1",
41 "@types/istanbul-reports": "^1.1.0",
42 "@types/merge2": "^1.1.4",
43 "@types/minimatch": "^3.0.3",
44 "@types/mkdirp": "^0.5.2",
45 "@types/rimraf": "^2.0.2",
46 "@types/uuid": "^3.4.4",
47 "@types/vinyl": "^2.0.2",
48 "@types/vinyl-fs": "^2.4.9",
49 "@types/whatwg-mimetype": "^2.1.0",
50 "@types/whatwg-url": "^6.4.0",
51 "@types/yargs": "^12.0.1",
52 "async-done": "^1.3.1",
53 "chrome-remote-interface": "^0.27.0",
54 "data-urls": "^1.1.0",
55 "demurgos-foreground-child": "^1.6.0-beta.1",
56 "demurgos-spawn-wrap": "^2.0.0-beta.6",
57 "devtools-protocol": "0.0.612817",
58 "find-up": "^3.0.0",
59 "from2": "^2.3.0",
60 "furi": "^1.0.0",
61 "istanbul-lib-coverage": "^2.0.1",
62 "istanbul-lib-report": "^2.0.2",
63 "istanbul-lib-source-maps": "^2.0.1",
64 "istanbul-reports": "^2.0.1",
65 "istanbulize": "^0.1.1",
66 "merge2": "^1.2.3",
67 "minimatch": "^3.0.4",
68 "mkdirp": "^0.5.1",
69 "node-script-url": "^0.2.0",
70 "rimraf": "^2.6.2",
71 "signal-exit": "^3.0.2",
72 "source-map": "^0.8.0-beta.0",
73 "test-exclude": "^5.0.0",
74 "vinyl": "^2.2.0",
75 "vinyl-fs": "^3.0.3",
76 "whatwg-encoding": "^1.0.5",
77 "yargs": "^12.0.5",
78 "yargs-parser": "^11.1.1"
79 },
80 "devDependencies": {
81 "@types/chai": "^4.1.7",
82 "@types/minimist": "^1.2.0",
83 "@types/mocha": "^5.2.5",
84 "@types/node": "^10.12.11",
85 "@types/semver": "^5.5.0",
86 "bundle-dependencies": "^1.0.2",
87 "chai": "^4.2.0",
88 "gulp": "^4.0.0",
89 "gulp-cli": "^2.0.1",
90 "minimist": "^1.2.0",
91 "mocha": "^5.2.0",
92 "nyc": "^13.1.0",
93 "semver": "^5.6.0",
94 "standard-version": "^4.4.0",
95 "ts-node": "^7.0.1",
96 "tslint": "^5.11.0",
97 "turbo-gulp": "^0.17.1",
98 "typescript": "^3.2.1"
99 },
100 "main": "index",
101 "types": "index.d.ts",
102 "gitHead": "b614a2a846b48aefb2e8fa86a75cb9a4a5895bbe",
103 "private": false
104}
\No newline at end of file