-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
57 lines (57 loc) · 1.63 KB
/
package.json
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
{
"name": "@clinic/bubbleprof",
"description": "Programmable interface to Clinic.js Bubbleprof",
"repository": "clinicjs/node-clinic-bubbleprof",
"version": "10.0.0",
"scripts": {
"test": "standard | snazzy && tap --no-cov test/*.test.js",
"test:file": "standard | snazzy && tap --no-cov",
"ci-lint": "standard | snazzy",
"ci-test": "tap test/*.test.js",
"ci-cov": "tap test/*.test.js",
"lint": "standard --fix | snazzy",
"visualize-watch": "node debug/visualize-watch.js",
"visualize-all": "node debug/visualize-all.js"
},
"devDependencies": {
"chokidar": "^3.4.3",
"cross-platform-sock": "^1.0.0",
"express": "^4.16.2",
"inspectpoint": "^0.2.2",
"rimraf": "^3.0.0",
"semver": "^7.0.0",
"shuffle-array": "^1.0.1",
"snazzy": "^9.0.0",
"standard": "^16.0.3",
"startpoint": "^0.3.2",
"tap": "^15.0.10"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@clinic/clinic-common": "^7.0.0",
"@clinic/node-trace-log-join": "^2.0.0",
"@clinic/trace-events-parser": "^2.0.0",
"array-flatten": "^3.0.0",
"async": "^3.0.1",
"d3-axis": "^1.0.8",
"d3-color": "^1.4.0",
"d3-drag": "^1.2.3",
"d3-ease": "^1.0.3",
"d3-format": "^1.3.0",
"d3-interpolate": "^1.2.0",
"d3-scale": "^3.0.0",
"d3-selection": "^1.3.0",
"d3-shape": "^1.2.0",
"d3-time": "^1.0.8",
"d3-time-format": "^2.1.1",
"d3-transition": "^1.1.1",
"endpoint": "^0.4.5",
"lodash": "^4.14.0",
"minify-stream": "^2.0.1",
"mkdirp": "^1.0.0",
"on-net-listen": "^1.0.0",
"protocol-buffers": "^4.0.4",
"pump": "^3.0.0"
}
}