node-ansi-logger
Version:
Enhanced Ansi Color Logging and Stringify for Node.js in type script
36 lines (35 loc) • 923 B
JSON
{
"name": "node-ansi-logger",
"version": "3.1.1",
"description": "Enhanced Ansi Color Logging and Stringify for Node.js in type script",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
"homepage": "https://github.com/Luligu/node-ansi-logger/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Luligu/node-ansi-logger.git"
},
"bugs": {
"url": "https://github.com/Luligu/node-ansi-logger/issues"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/luligugithub"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
},
"keywords": [
"node-ansi-logger",
"ansi escape",
"color",
"logger",
"logging",
"console",
"terminal",
"filelogger"
]
}