UNPKG

le-table

Version:

Another NodeJS module for creating ASCII tables.

59 lines 1.21 kB
{ "name": "le-table", "version": "6.1.11", "description": "Another NodeJS module for creating ASCII tables.", "main": "lib/index.js", "scripts": { "test": "node example" }, "repository": { "type": "git", "url": "git@github.com:IonicaBizau/le-table.git" }, "contributors": [ "Adam Paszke <gracz1500@gmail.com>" ], "keywords": [ "table", "ascii", "node", "cli" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/le-table/issues" }, "homepage": "https://github.com/IonicaBizau/le-table", "directories": { "test": "test" }, "dependencies": { "ansi-parser": "^3.2.1", "cli-box": "^6.0.0", "overlap": "^2.2.1", "ul": "^5.2.1" }, "blah": { "h_img": "http://i.imgur.com/BKXaFAa.png", "ex_img": "http://i.imgur.com/DwyCfWo.png" }, "devDependencies": {}, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }