lugg
Version:
A simple logging module that uses pino and draws inspiration from TJ Hollowaychuk's debug.
38 lines (37 loc) • 802 B
JSON
{
"name": "lugg",
"description": "A simple logging module that uses pino and draws inspiration from TJ Hollowaychuk's debug.",
"scripts": {
"test": "mocha",
"test-runner": "mocha -w"
},
"dependencies": {
"pino": "^5.6.1"
},
"version": "3.0.0",
"main": "index.js",
"devDependencies": {
"flush-write-stream": "^1.0.3",
"mocha": "^5.2.0",
"split2": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/aexmachina/lugg.git"
},
"keywords": [
"log",
"logging",
"bunyan",
"pino",
"json",
"debug",
"debugging"
],
"author": "Simon Wade <simon.wade@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aexmachina/lugg/issues"
},
"homepage": "https://github.com/aexmachina/lugg"
}