UNPKG

pino-pretty

Version:
53 lines (52 loc) 1.22 kB
{ "name": "pino-pretty", "version": "4.5.0", "description": "Prettifier for Pino log lines", "main": "index.js", "bin": { "pino-pretty": "./bin.js" }, "scripts": { "lint": "standard | snazzy", "test": "tap --100 'test/**/*.test.js'", "ci": "standard && tap --100 'test/**/*.test.js'" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/pinojs/pino-pretty.git" }, "keywords": [ "pino" ], "author": "James Sumners <james.sumners@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/pinojs/pino-pretty/issues" }, "homepage": "https://github.com/pinojs/pino-pretty#readme", "precommit": [ "lint", "test" ], "dependencies": { "@hapi/bourne": "^2.0.0", "args": "^5.0.1", "chalk": "^4.0.0", "dateformat": "^3.0.3", "fast-safe-stringify": "^2.0.7", "jmespath": "^0.15.0", "joycon": "^2.2.5", "pump": "^3.0.0", "readable-stream": "^3.6.0", "split2": "^3.1.1", "strip-json-comments": "^3.1.1" }, "devDependencies": { "pino": "^6.0.0", "pre-commit": "^1.2.2", "rimraf": "^3.0.2", "snazzy": "^8.0.0", "standard": "^14.3.3", "tap": "^14.10.7" } }