forked from clinicjs/node-clinic-doctor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.74 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
{
"name": "@nearform/doctor",
"description": "Programmable interface to Clinic.js Doctor",
"repository": "nearform/node-clinic-doctor",
"version": "4.1.0",
"scripts": {
"visualize-watch": "node debug/visualize-watch.js",
"visualize-all": "node debug/visualize-all.js",
"test": "standard | snazzy && tap -j1 --timeout=50 --no-cov test/*.test.js",
"ci-lint": "standard | snazzy",
"ci-test": "tap -j1 --timeout=50 test/*.test.js",
"ci-cov": "tap -j1 --timeout=60 --100 test/*.test.js",
"lint": "standard --fix | snazzy"
},
"dependencies": {
"@nearform/clinic-common": "^2.0.0",
"@nearform/trace-events-parser": "^1.0.4",
"@tensorflow/tfjs-core": "^1.2.1",
"async": "^3.0.1",
"d3-array": "^2.0.0",
"d3-axis": "^1.0.8",
"d3-scale": "^3.0.0",
"d3-selection": "^1.1.0",
"d3-shape": "^1.2.0",
"d3-time-format": "^2.1.0",
"debug": "^4.0.0",
"distributions": "^2.0.0",
"endpoint": "^0.4.5",
"hidden-markov-model-tf": "^3.0.0",
"minify-stream": "^1.2.0",
"mkdirp": "^0.5.1",
"node-trace-log-join": "^1.0.0",
"on-net-listen": "^1.0.0",
"protocol-buffers": "^4.0.4",
"pump": "^3.0.0",
"pumpify": "^2.0.0",
"semver": "^7.0.0",
"showdown": "^1.7.6",
"stream-template": "0.0.10",
"streaming-json-stringify": "^3.1.0",
"summary": "^1.0.0",
"ttest": "^2.0.0"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"chokidar": "^3.0.0",
"lodash.debounce": "^4.0.8",
"rimraf": "^3.0.0",
"snazzy": "^8.0.0",
"standard": "^14.3.1",
"startpoint": "^0.3.2",
"tap": "^14.10.3",
"xorshift": "^1.1.1"
},
"engines": {
"node": "^8.10.0 || ^9.4.0 || >=10.0.0"
},
"keywords": [],
"license": "GPL-3.0-or-later"
}