UNPKG

console-toolkit

Version:

Toolkit to produce a fancy console output (boxes, tables, charts, colors).

73 lines (72 loc) 1.92 kB
{ "name": "console-toolkit", "version": "1.2.4", "description": "Toolkit to produce a fancy console output (boxes, tables, charts, colors).", "type": "module", "main": "src/index.js", "module": "src/index.js", "exports": { "./*": "./src/*", "./ansi": "./src/ansi/index.js", "./plot": "./src/plot/index.js", "./spinner": "./src/spinner/index.js", "./table": "./src/table/index.js", "./turtle": "./src/turtle/index.js", "./box": "./src/box.js", "./panel": "./src/panel.js", "./strings": "./src/strings.js", "./style": "./src/style.js" }, "scripts": { "test": "tape6 --flags FO", "test:bun": "tape6-bun --flags FO", "test:deno-original": "tape6-deno --flags FO", "test:deno": "deno run -A `tape6-runner main` --flags FO", "test:proc": "tape6-proc --flags FO", "test:proc:bun": "bun run `npx tape6-proc --self` --flags FO", "test:proc:deno": "deno run -A `npx tape6-proc --self` --flags FO --runFileArgs -A" }, "github": "http://github.com/uhop/console-toolkit", "repository": { "type": "git", "url": "git+https://github.com/uhop/console-toolkit.git" }, "keywords": [ "console", "color", "colors", "box", "boxes", "table", "tables", "chart", "charts", "turtle", "CLI", "TUI" ], "author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (https://www.lazutkin.com/)", "license": "BSD-3-Clause", "funding": { "type": "github", "url": "https://github.com/sponsors/uhop" }, "bugs": { "url": "https://github.com/uhop/console-toolkit/issues" }, "homepage": "https://github.com/uhop/console-toolkit#readme", "files": [ "./src" ], "tape6": { "tests": [ "/tests/test-*.*js" ] }, "devDependencies": { "emoji-regex": "^10.4.0", "get-east-asian-width": "^1.3.0", "tape-six": "^1.1.1", "tape-six-proc": "^1.0.1" } }