node-console-colors
Version:
ANSI colors for your cli with no dependencies
40 lines (39 loc) • 666 B
JSON
{
"name": "node-console-colors",
"version": "2.0.5",
"description": "ANSI colors for your cli with no dependencies",
"main": "index.js",
"type": "module",
"scripts": {
"example": "node example.js"
},
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0 || >=22.0.0"
},
"sideEffects": false,
"keywords": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"ansi",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"16m",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"author": "Damien Otis",
"license": "ISC"
}