cl-print
Version:
**`cl-print`** is a lightweight and powerful npm package that enhances your console logging by automatically adding **filename** and **line number** to each log statement. With this package, debugging becomes a breeze as you can immediately see where your
36 lines (35 loc) • 670 B
JSON
{
"name": "cl-print",
"version": "2.3.3",
"description": "",
"main": "index.js",
"bin": {
"cl": "./cl.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"console.log",
"debugging",
"log",
"developer-tools",
"debug",
"filename",
"line-number",
"nodejs",
"logging",
"log-with-context",
"nodejs-logging",
"console-enhancer",
"cl-print"
],
"author": "Krishna github.com/gitkrishnaa",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0",
"get-random-data": "^1.0.4",
"inquirer": "^12.1.0",
"javascript-obfuscator": "^4.1.1"
}
}