@hakerh400/table
Version:
ASCII-art table visualizer
28 lines (27 loc) • 601 B
JSON
{
"name": "@hakerh400/table",
"description": "ASCII-art table visualizer",
"version": "1.0.0",
"author": "Thomas <hakerh403@gmail.com>",
"main": "index.js",
"contributors": [],
"keywords": [
"table",
"ASCII-art"
],
"homepage": "https://github.com/Hakerh400/js-table",
"repository": "git://github.com/Hakerh400/js-table.git",
"scripts": {
"test": "node test"
},
"dependencies": {
"omikron": "^1.2.5"
},
"devDependencies": {
"@hakerh400/jstest": "^1.1.2"
},
"engines": {
"node": ">=13"
},
"license": "Unlicense"
}