UNPKG

logr-logfmt

Version:

plugin for logr that posts tags and log message to logfmt

38 lines (37 loc) 869 B
{ "name": "logr-logfmt", "version": "2.0.1", "description": "plugin for logr that posts tags and log message to logfmt", "main": "index.js", "scripts": { "lint": "eslint", "test": "tap" }, "keywords": [ "logr", "logfmt" ], "repository": { "type": "git", "url": "git+https://github.com/firstandthird/logr-logfmt.git" }, "author": "First+Third", "license": "MIT", "bugs": { "url": "https://github.com/firstandthird/logr-logfmt/issues" }, "homepage": "https://github.com/firstandthird/logr-logfmt#readme", "devDependencies": { "eslint": "^7.13.0", "eslint-config-firstandthird": "^6.0.2", "eslint-plugin-import": "^2.8.0", "logr": "^4.0.0", "tap": "^14.10.8" }, "dependencies": { "aug": "^3.1.1", "chalk": "^4.1.0", "flat": "^5.0.2", "json-stringify-safe": "^5.0.1" } }