UNPKG

bug-killer

Version:

Simple way to log messages in stdout or other stream.

48 lines 998 B
{ "name": "bug-killer", "version": "4.4.4", "description": "Simple way to log messages in stdout or other stream.", "main": "lib/index.js", "dependencies": { "ansi-parser": "^3.2.5", "couleurs": "^6.0.6", "daty": "^1.0.7", "deffy": "^2.2.2", "typpy": "^2.3.6" }, "devDependencies": {}, "scripts": { "test": "node example/index" }, "repository": { "type": "git", "url": "git@github.com:IonicaBizau/node-bug-killer.git" }, "keywords": [ "bugs", "debug", "killer", "node" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/node-bug-killer/issues" }, "homepage": "https://github.com/IonicaBizau/node-bug-killer", "directories": { "example": "example" }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js" ] }