UNPKG

logr-flat

Version:

plugin for logr that posts tags and log message to flat

38 lines (37 loc) 859 B
{ "name": "logr-flat", "version": "4.0.1", "description": "plugin for logr that posts tags and log message to flat", "main": "index.js", "scripts": { "lint": "eslint .", "test": "tap" }, "keywords": [ "logr", "flat" ], "repository": { "type": "git", "url": "git+https://github.com/firstandthird/logr-flat.git" }, "author": "First+Third", "license": "MIT", "bugs": { "url": "https://github.com/firstandthird/logr-flat/issues" }, "homepage": "https://github.com/firstandthird/logr-flat#readme", "devDependencies": { "@hapi/boom": "^9.1.0", "@hapi/wreck": "^17.0.0", "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": { "chalk": "^4.1.0", "flat": "^5.0.2" } }