cute-logger
Version:
Simple way to log messages in stdout or other stream.
56 lines • 1.15 kB
JSON
{
"name": "cute-logger",
"version": "8.0.5",
"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/cute-logger.git"
},
"keywords": [
"bugs",
"debug",
"killer",
"node"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/cute-logger/issues"
},
"homepage": "https://github.com/IonicaBizau/cute-logger",
"directories": {
"example": "example"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"blah": {
"ex_img": "http://i.imgur.com/VCsF5Si.png"
}
}