UNPKG

bunyan-formatter

Version:

Writable stream that formats bunyan records that are piped into it.

45 lines (44 loc) 890 B
{ "name": "bunyan-formatter", "version": "1.0.0", "description": "Writable stream that formats bunyan records that are piped into it.", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git://github.com/marudor/bunyan-format.git" }, "homepage": "https://github.com/marudor/bunyan-format", "dependencies": { "ansicolors": "^0.3.2", "ansistyles": "~0.1.1", "xtend": "^4.0.1" }, "devDependencies": { "bunyan": "^1.8.5", "jest": "^17.0.3" }, "keywords": [ "bunyan", "stream", "log", "logger", "format", "pretty", "color", "style" ], "author": { "name": "marudor", "email": "marudor@marudor.de" }, "license": { "type": "MIT", "url": "https://github.com/marudor/bunyan-format/blob/master/LICENSE" }, "engine": { "node": ">=4" } }