UNPKG

pino-gris

Version:

verbose ndjson log formatter for pino

53 lines (52 loc) 1.2 kB
{ "name": "pino-gris", "description": "verbose ndjson log formatter for pino", "version": "1.3.1", "author": "Nate Goldman <ungoldman@gmail.com> (https://ungoldman.com/)", "bin": { "pino-gris": "./bin.js" }, "bugs": { "url": "https://github.com/ungoldman/pino-gris/issues" }, "contributors": [ "Irina Shestak <shestak.irina@gmail.com>", "Yoshua Wuyts <yoshuawuyts@gmail.com>", "Nate Goldman <ungoldman@gmail.com>" ], "dependencies": { "chalk": "^2.0.1", "fast-json-parse": "^1.0.2", "indent": "0.0.2", "pad-left": "^2.1.0", "pad-right": "^0.2.2", "prettier-bytes": "^1.0.3", "pretty-ms": "^2.1.0", "split2": "^2.1.1" }, "devDependencies": { "pino": "^4.16.1", "standard": "^8.6.0" }, "files": [ "index.js", "bin.js" ], "homepage": "https://github.com/ungoldman/pino-gris#readme", "keywords": [ "logger", "ndjson", "pino", "pretty-printer" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ungoldman/pino-gris.git" }, "scripts": { "start": "node example.js | ./bin.js", "test": "standard" } }