UNPKG

@juparog/print-table

Version:

print-table is a simple library that allows you to print beautiful and customizable tables in the console using ANSI escape codes. It is ideal for displaying tabular data in a clear and visually appealing way.

28 lines 811 B
{ "name": "@juparog/print-table", "version": "1.0.1", "description": "print-table is a simple library that allows you to print beautiful and customizable tables in the console using ANSI escape codes. It is ideal for displaying tabular data in a clear and visually appealing way.", "homepage": "https://github.com/juparog/nodejs-libs/blob/feature/fix-docs/libs/print-table/README.md", "dependencies": { "tslib": "^2.3.0" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/juparog/nodejs-libs.git", "directory": "libs/print-table" }, "keywords": [ "print-table", "print", "table", "ansi", "console", "logs" ] }