loglevel-colors
Version:
A pre-configured instance of loglevel with colors and prefixes.
33 lines (32 loc) • 797 B
JSON
{
"name": "loglevel-colors",
"version": "1.0.5",
"description": "A pre-configured instance of loglevel with colors and prefixes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jnbarlow/loglevel-colors.git"
},
"keywords": [
"log",
"color",
"level"
],
"author": "John Barlow <jnbarlow@gmail.com>",
"contributors": [
"John Barlow <jnbarlow@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jnbarlow/loglevel-colors/issues"
},
"homepage": "https://github.com/jnbarlow/loglevel-colors#readme",
"dependencies": {
"colors": "^1.4.0",
"loglevel": "^1.6.8",
"loglevel-plugin-prefix": "^0.8.4"
}
}