@palett/fluo
Version:
A color converter
65 lines • 1.65 kB
JSON
{
"name": "@palett/fluo",
"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": {
"@spare/serial": "^0.16.25",
"@vect/matrix-index": "^0.8.5",
"@palett/enum-ansi-codes": "^0.12.28",
"@palett/util-ansi": "^0.12.28"
},
"devDependencies": {
"@texting/charset-fullwidth": "^0.2.3",
"@texting/charset-halfwidth": "^0.2.3",
"@texting/string-value": "^0.2.3",
"@typen/enum-data-types": "^0.2.0",
"@typen/literal": "^0.2.0",
"@typen/nullish": "^0.2.0",
"@typen/num-strict": "^0.2.0",
"@vect/matrix-index": "^0.8.0",
"@vect/matrix-init": "^0.8.5",
"@vect/object-update": "^0.8.5",
"@palett/projector": "^0.12.28",
"@palett/presets": "^0.12.28",
"@palett/dye": "^0.12.28",
"@palett/pres": "^0.12.28"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/palett/fluo.git"
},
"keywords": [
"table",
"cross table",
"bi",
"insight",
"analytic"
],
"author": {
"name": "Hoyeung Wong",
"email": "hoyeungw@outlook.com",
"url": "https://github.com/hoyeungw"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/palett/fluo"
},
"homepage": "https://github.com/hoyeungw/palett/fluo#readme",
"gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/archive/test.archive/test.index.js",
"test-jest": "jest"
}
}