stream-log-stats
Version:
Prints statistics from the incoming web log stream to the console
43 lines (42 loc) • 880 B
JSON
{
"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": "https://github.com/75lb/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": "test-runner test.js"
},
"devDependencies": {
"test-runner": "^0.7.4"
},
"dependencies": {
"JSONStream": "^1.3.5",
"ansi-escape-sequences": "^5.1.2",
"byte-size": "^6.2.0",
"common-log-format": "^1.0.0",
"lodash.throttle": "^4.1.1",
"stream-via": "^1.0.4",
"table-layout": "~1.0.0"
},
"files": [
"index.js",
"lib/*.js",
"bin/*.js"
]
}