UNPKG

@pres/util-lum

Version:

lum color scheme for pres

55 lines (54 loc) 1.32 kB
{ "name": "@pres/util-lum", "version": "0.4.0", "description": "lum color scheme for pres", "type": "module", "exports": { "import": "./dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/test.index.js" }, "dependencies": { "@palett/cards": "^0.8.18", "@palett/convert": "^0.8.18", "@palett/fluo": "^0.8.18", "@palett/presets": "^0.8.18", "@palett/projector-factory": "^0.8.18", "@pres/enum-control-chars": "^0.4.0", "@pres/enum-csi-codes": "^0.4.0", "@pres/util-blessed-colors": "^0.4.0", "@pres/util-sgr-mode": "^0.4.0", "@texting/enum-chars": "^0.0.13", "@typen/enum-data-types": "^0.1.17", "@typen/nullish": "^0.1.17" }, "repository": { "type": "git", "url": "git+https://github.com/hoyeungw/pres.git" }, "keywords": [ "pres", "process", "signal-handler", "colors" ], "author": { "name": "Hoyeung Wong", "email": "hoyeungw@outlook.com", "url": "https://github.com/hoyeungw" }, "license": "MIT", "bugs": { "url": "https://github.com/hoyeungw/pres" }, "homepage": "https://github.com/hoyeungw/pres#readme", "gitHead": "44bde75b79e06ed10df00b456db759910915a736" }