lumberjack-client
Version:
Small Lumberjack V2 client supporting compression
25 lines (24 loc) • 601 B
JSON
{
"name": "lumberjack-client",
"version": "1.0.3",
"description": "Small Lumberjack V2 client supporting compression",
"homepage": "https://github.com/johnoliverdriscoll/lumberjack-client#readme",
"main": "index.js",
"keywords": [
"logstash",
"lumberjack",
"elk",
"logging"
],
"author": "John Driscoll <johnoliverdriscoll@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/johnoliverdriscoll/lumberjack-client.git"
},
"dependencies": {
"debug": "^4.2.0",
"pako": "^1.0.11",
"typeforce": "^1.18.0"
}
}