@visulima/colorize
Version:
Terminal and Console string styling done right.
182 lines • 3.75 kB
JSON
{
"name": "@visulima/colorize",
"version": "1.4.21",
"description": "Terminal and Console string styling done right.",
"keywords": [
"256",
"anolilab",
"ansi",
"ansi-colors",
"blue",
"browser",
"chalk",
"chrome",
"cli",
"color",
"colorette",
"colorize",
"colors",
"colors.js",
"colour",
"command-line",
"console",
"cyan",
"firefox",
"FORCE_COLOR",
"formatting",
"gradient",
"gradients",
"green",
"kleur",
"log",
"logging",
"magenta",
"NO_COLOR",
"picocolors",
"red",
"rgb",
"shell",
"string",
"strip-color",
"style",
"styles",
"tagged template literal",
"tagged template string",
"tagged template",
"tagged-template",
"template",
"template-string",
"templates",
"terminal",
"text",
"truecolor",
"tty",
"visulima",
"xterm",
"yellow"
],
"homepage": "https://www.visulima.com/docs/package/colorize",
"repository": {
"type": "git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/colorize"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"edge-light": {
"types": "./dist/index.server.d.mts",
"default": "./dist/index.server.mjs"
},
"browser": {
"types": "./dist/index.browser.d.mts",
"default": "./dist/index.browser.mjs"
},
"require": {
"types": "./dist/index.server.d.cts",
"default": "./dist/index.server.cjs"
},
"import": {
"types": "./dist/index.server.d.mts",
"default": "./dist/index.server.mjs"
}
},
"./browser": {
"import": {
"types": "./dist/index.browser.d.mts",
"default": "./dist/index.browser.mjs"
}
},
"./template": {
"require": {
"types": "./dist/template.d.cts",
"default": "./dist/template.cjs"
},
"import": {
"types": "./dist/template.d.mts",
"default": "./dist/template.mjs"
}
},
"./gradient": {
"require": {
"types": "./dist/gradient.d.cts",
"default": "./dist/gradient.cjs"
},
"import": {
"types": "./dist/gradient.d.mts",
"default": "./dist/gradient.mjs"
}
},
"./utils": {
"require": {
"types": "./dist/utils.d.cts",
"default": "./dist/utils.cjs"
},
"import": {
"types": "./dist/utils.d.mts",
"default": "./dist/utils.mjs"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.server.cjs",
"module": "dist/index.server.mjs",
"types": "dist/index.server.d.ts",
"typesVersions": {
">=5.0": {
".": [
"./dist/index.server.d.ts",
"./dist/index.browser.d.ts"
],
"browser": [
"./dist/index.browser.d.ts"
],
"template": [
"./dist/template.d.ts"
],
"gradient": [
"./dist/gradient.d.ts"
],
"utils": [
"./dist/utils.d.ts"
]
}
},
"files": [
"dist/**",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"dependencies": {
"@visulima/is-ansi-color-supported": "2.2.13"
},
"engines": {
"node": ">=18.0.0 <=23.x"
},
"os": [
"darwin",
"linux",
"win32"
],
"publishConfig": {
"access": "public",
"provenance": true
}
}