-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
57 lines (57 loc) · 1.26 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": "honeycomb-server",
"version": "4.0.14",
"build": "2",
"description": "Honeycomb, the micro-app's container",
"repository": {
"type": "git",
"url": "https://github.com/node-honeycomb/honeycomb-server.git"
},
"license": "MIT",
"overrides": {
"degenerator": "^5.0.1"
},
"dependencies": {
"@sindresorhus/df": "2.1.0",
"async": "3.2.2",
"body-parser": "1.20.1",
"chalk": "2.3.0",
"cli-table": "0.3.1",
"deep-object-diff": "^1.1.9",
"ejs": "3.1.8",
"express": "4.19.2",
"formidable": "1.2.1",
"formstream": "1.1.0",
"ip": "1.1.9",
"line-reader": "0.4.0",
"litelog": "3.0.10",
"lodash": "^4.17.12",
"mkdirp": "1.0.4",
"pidusage": "2.0.18",
"prom-client": "^15.1.1",
"pump": "^3.0.0",
"randomatic": "3.1.0",
"stream-throttle": "^0.1.3",
"tar-fs": "3.0.4",
"urllib": "2.41.0",
"uuid": "8.3.2",
"xfs": "0.2.6",
"yamljs": "0.3.0",
"yazl": "^2.5.1"
},
"devDependencies": {
"eslint": "6.8.0",
"mm": "^2.2.0",
"mocha": "^9.2.2",
"moment": "^2.29.4",
"nyc": "15.1.0",
"pegjs": "0.10.0",
"should": "^11.1.1",
"supertest": "^6.3.3",
"ws": ">=5.2.3"
},
"scripts": {
"test": "make test"
},
"readme": "README.md"
}