UNPKG

ascii-table3

Version:

Javascript ASCII renderer for beautiful console-based tables

45 lines (44 loc) 1.07 kB
{ "name": "ascii-table3", "version": "1.0.1", "author": "João Simões <joao.santos.simoes@gmail.com> (https://github.com/AllMightySauron)", "description": "Javascript ASCII renderer for beautiful console-based tables", "repository": { "type": "git", "url": "git://github.com/AllMightySauron/ascii-table3" }, "license": "Apache-2.0", "keywords": [ "table", "ascii", "console" ], "contributors": [ { "name": "João Simões", "github": "https://github.com/AllMightySauron" } ], "main": "index.js", "types": "dist/ascii-table3.d.ts", "engines": { "node": ">=11.14.0" }, "scripts": { "qa": "npm run hint && npm run coverage", "hint": "jshint ./", "test": "mocha -R spec", "coverage": "nyc mocha", "build": "copyfiles -u 1 \"src/**/*.d.ts\" dist && npx tsc" }, "devDependencies": { "jshint": "^2.12.0", "typescript": "^4.9.3", "copyfiles": "^2.4.1", "mocha": "^11.5.0", "nyc": "^15.1.0" }, "dependencies": { "printable-characters": "^1.0.42" } }