UNPKG

2.5 kBJSONView Raw
1{
2 "name": "c88",
3 "version": "0.3.3",
4 "description": "Code coverage from the future",
5 "bin": "./bin/c88.js",
6 "keywords": [
7 "coverage",
8 "v8",
9 "test",
10 "istanbul",
11 "profiler",
12 "inspector"
13 ],
14 "engines": {
15 "node": ">=12"
16 },
17 "author": "Charles Samborski <demurgos@demurgos.net> (https://demurgos.net)",
18 "license": "MIT",
19 "dependencies": {
20 "@c88/v8-coverage": "^0.1.1",
21 "@types/from2": "^2.3.0",
22 "@types/istanbul-lib-coverage": "^2.0.1",
23 "@types/istanbul-lib-report": "^3.0.0",
24 "@types/istanbul-lib-source-maps": "^1.2.2",
25 "@types/istanbul-reports": "^1.1.1",
26 "@types/merge2": "^1.3.0",
27 "@types/minimatch": "^3.0.3",
28 "@types/mkdirp": "^0.5.2",
29 "@types/rimraf": "^2.0.3",
30 "@types/signal-exit": "^3.0.0",
31 "@types/uuid": "^3.4.7",
32 "@types/vinyl": "^2.0.4",
33 "@types/vinyl-fs": "^2.4.11",
34 "@types/whatwg-mimetype": "^2.1.0",
35 "@types/whatwg-url": "^6.4.0",
36 "@types/yargs": "^15.0.3",
37 "async-done": "^1.3.2",
38 "chrome-remote-interface": "^0.28.1",
39 "data-urls": "^2.0.0",
40 "demurgos-foreground-child": "^1.6.0-beta.2",
41 "devtools-protocol": "0.0.738234",
42 "find-up": "^4.1.0",
43 "from2": "^2.3.0",
44 "furi": "^2.0.0",
45 "incident": "^3.2.0",
46 "istanbul-lib-coverage": "^3.0.0",
47 "istanbul-lib-report": "^3.0.0",
48 "istanbul-lib-source-maps": "^4.0.0",
49 "istanbul-reports": "^3.0.0",
50 "istanbulize": "^0.1.3",
51 "merge2": "^1.3.0",
52 "minimatch": "^3.0.4",
53 "mkdirp": "^1.0.3",
54 "node-inspector-server": "^0.1.0",
55 "node-script-url": "^0.2.0",
56 "rimraf": "^3.0.1",
57 "signal-exit": "^3.0.2",
58 "source-map": "^0.8.0-beta.0",
59 "test-exclude": "^6.0.0",
60 "vinyl": "^2.2.0",
61 "vinyl-fs": "^3.0.3",
62 "whatwg-encoding": "^1.0.5",
63 "yargs": "^15.1.0"
64 },
65 "devDependencies": {
66 "@types/chai": "^4.2.8",
67 "@types/gulp": "^4.0.6",
68 "@types/minimist": "^1.2.0",
69 "@types/mocha": "^7.0.1",
70 "@types/node": "^13.7.0",
71 "@types/semver": "^7.1.0",
72 "bundle-dependencies": "^1.0.2",
73 "chai": "^4.2.0",
74 "gulp": "^4.0.2",
75 "gulp-cli": "^2.2.0",
76 "minimist": "^1.2.0",
77 "mocha": "^7.0.1",
78 "nyc": "^15.0.0",
79 "semver": "^7.1.2",
80 "standard-version": "^7.1.0",
81 "ts-node": "^8.6.2",
82 "tslint": "^6.0.0",
83 "turbo-gulp": "^0.22.0",
84 "typescript": "^3.7.5"
85 },
86 "main": "index",
87 "types": "index.d.ts",
88 "gitHead": "f6763b93b23311ef9df3bee24770943d2ee48452",
89 "private": false
90}
\No newline at end of file