@samislam/log
Version:
log is a simple utility that helps in logging colorful outputs to the console. This module depends on the popular, colors module.
31 lines (30 loc) • 645 B
JSON
{
"name": "@samislam/log",
"version": "1.1.4",
"description": "log is a simple utility that helps in logging colorful outputs to the console. This module depends on the popular, colors module.",
"main": "index.js",
"scripts": {
"test": "node ./tests/index.js"
},
"keywords": [
"log",
"logjs",
"colors",
"logcolors",
"consolelog",
"logging",
"colours",
"terminal",
"console-log",
"consolelogcolors"
],
"author": "samislam",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/samislam/log.git"
}
}