xnpmlog
Version:
Extend npmlog and allow child loggers
31 lines (30 loc) • 620 B
JSON
{
"name": "xnpmlog",
"version": "2.0.0",
"description": "Extend npmlog and allow child loggers",
"main": "index.js",
"dependencies": {
"npmlog": "~1.2.1"
},
"devDependencies": {
"tap": "~1.4.1"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"license": "MIT",
"keywords": [
"log",
"npmlog",
"extend"
],
"author": "Evan Lucas <evanlucas@me.com>",
"repository": {
"type": "git",
"url": "https://github.com/evanlucas/xnpmlog"
},
"homepage": "https://github.com/evanlucas/xnpmlog",
"bugs": {
"url": "https://github.com/evanlucas/xnpmlog/issues"
}
}