@artiq/stylize
Version:
Lightweight terminal text stylizer with ANSI, RGB, HEX colors, multiple styling modes, and chainable proxy API.
59 lines (58 loc) • 1.17 kB
JSON
{
"name": "@artiq/stylize",
"version": "1.0.4",
"description": "Lightweight terminal text stylizer with ANSI, RGB, HEX colors, multiple styling modes, and chainable proxy API.",
"type": "module",
"exports": {
".": {
"import": "./stylish/stylize.js",
"default": "./stylish/stylize.js"
},
"./package.json": "./package.json"
},
"files": [
"constants/",
"parser/",
"resolves/",
"stylish/",
"utils/",
"validators/",
"wrappers/",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"terminal",
"stylish",
"style",
"ansi",
"color",
"rgb",
"hex",
"figlet",
"cli",
"stylizer",
"ansi-colors",
"chalk-alternative",
"text",
"text-style",
"formatting"
],
"author": {
"name": "Dimas Fajar",
"url": "https://github.com/fajardison"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fajardison/artiq.git"
},
"bugs": {
"url": "https://github.com/fajardison/artiq/issues"
},
"homepage": "https://github.com/fajardison/artiq#readme",
"engines": {
"node": ">=22.0.0"
}
}