-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 892 Bytes
/
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
{
"name": "stream-log-stats",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "3.0.2",
"description": "Prints statistics from the incoming web log stream to the console",
"repository": {
"type": "git",
"url": "git+https://github.com/lwsjs/stream-log-stats.git"
},
"license": "MIT",
"bin": {
"log-stats": "bin/cli.js"
},
"keywords": [
"web",
"log",
"stats",
"stream",
"statistics",
"view"
],
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "75lb-nature test-runner test.js"
},
"devDependencies": {},
"dependencies": {
"JSONStream": "^1.3.5",
"ansi-escape-sequences": "^6.2.2",
"byte-size": "^9.0.0",
"common-log-format": "^2.0.1",
"lodash.throttle": "^4.1.1",
"stream-via": "^1.0.4",
"table-layout": "^4.1.1"
},
"files": [
"index.js",
"lib",
"bin"
]
}