UNPKG

tty-table

Version:

Command line table generator.

61 lines (60 loc) 1.38 kB
{ "name": "tty-table", "version": "2.5.3", "description": "Command line table generator.", "main": "src/main.js", "bin": { "tty-table": "src/terminal-adapter.js" }, "preferGlobal": false, "scripts": { "test": "grunt t" }, "repository": { "type": "git", "url": "https://github.com/tecfu/tty-table.git" }, "keywords": [ "table", "table in bash", "cli-table", "terminal table", "console table", "cli table", "console.table", "ascii table" ], "author": "Tecfu", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/tecfu/tty-table/issues" }, "homepage": "https://github.com/tecfu/tty-table", "dependencies": { "chalk": "^1.1.0", "csv": "^1.1.1", "merge": "^1.2.0", "smartwrap": "^1.0.7", "strip-ansi": "^3.0.0", "use-strict": "^1.0.1", "wcwidth": "^1.0.1", "yargs": "^8.0.1" }, "devDependencies": { "babel-preset-babili": "0.0.12", "babel-preset-es2015": "^6.24.1", "babelify": "^7.3.0", "browserify-banner": "^1.0.4", "chai": "^3.0.0", "glob": "^7.1.2", "grunt": "^1.0.1", "grunt-contrib-uglify": "^3.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-jsdoc": "^2.1.0", "grunt-mocha": "^1.0.4", "grunt-mocha-test": "^0.13.2", "grunt-shell": "^2.1.0", "mocha": "^3.4.1", "orgy": "^2.2.0" } }