UNPKG

@palett/util-ansi

Version:
46 lines 1.02 kB
{ "name": "@palett/util-ansi", "version": "0.12.28", "description": "A color converter", "type": "module", "exports": "./index.js", "files": [ "index.js" ], "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@palett/convert": "^0.12.28" }, "devDependencies": { "@pres/util-colors": "^0.2.19" }, "repository": { "type": "git", "url": "git+https://github.com/hoyeungw/palett/util-ansi.git" }, "keywords": [ "chalk", "color" ], "author": { "name": "Hoyeung Wong", "email": "hoyeungw@outlook.com", "url": "https://github.com/hoyeungw" }, "license": "MIT", "bugs": { "url": "https://github.com/hoyeungw/palett/util-ansi" }, "homepage": "https://github.com/hoyeungw/palett/util-ansi#readme", "gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1", "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/test.index.js", "test-jest": "jest" } }