-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
62 lines (62 loc) · 1.48 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
58
59
60
61
62
{
"name": "clinic",
"description": "Clinic.js diagnoses your performance issues",
"repository": "clinicjs/node-clinic",
"version": "13.0.0",
"bin": {
"clinic": "bin.js"
},
"scripts": {
"test": "standard | snazzy && tap --no-cov test/*.test.js",
"test-local": "standard | snazzy && tap --no-cov test/*.test.js test-local/*.test.js",
"ci-lint": "standard | snazzy",
"ci-test-no-cov": "tap --no-cov test/*.test.js",
"ci-test-cov": "tap test/*.test.js",
"lint": "standard --fix | snazzy"
},
"dependencies": {
"@clinic/bubbleprof": "^10.0.0",
"@clinic/doctor": "^11.0.0",
"@clinic/flame": "^13.0.0",
"@clinic/heap-profiler": "^5.0.0",
"any-shell-escape": "^0.1.1",
"async": "^3.0.1",
"autocannon": "^7.5.0",
"commist": "^1.0.0",
"cross-argv": "^1.0.0",
"dargs": "^7.0.0",
"env-string": "^1.0.1",
"execspawn": "^1.0.1",
"insight": "^0.11.1",
"minimist": "^1.2.0",
"open": "^7.3.0",
"ora": "^5.1.0",
"rimraf": "^3.0.0",
"stream-collector": "^1.0.1",
"subarg": "^1.0.0",
"update-notifier": "^5.0.1"
},
"devDependencies": {
"proxyquire": "^2.1.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tar-stream": "^3.0.0"
},
"keywords": [
"performance",
"tool",
"analysis",
"clinic",
"bubbleprof",
"doctor",
"flamegraph",
"flame",
"heap",
"memory",
"memory leak",
"profiler",
"bubble"
],
"license": "MIT"
}