{ "name": "cli-columns", "version": "3.1.2", "description": "Columnated lists for the CLI.", "scripts": { "report": "nyc report -r text-lcov | coveralls", "test": "xo && nyc ava" }, "keywords": [ "ansi", "cli", "column", "columnate", "columns", "grid", "list", "log", "ls", "row", "rows", "unicode", "unix" ], "author": "Shannon Moeller (http://shannonmoeller.com)", "homepage": "https://github.com/shannonmoeller/cli-columns#readme", "repository": "shannonmoeller/cli-columns", "license": "MIT", "main": "index.js", "files": [ "*.js" ], "dependencies": { "string-width": "^2.0.0", "strip-ansi": "^3.0.1" }, "devDependencies": { "ava": "^0.19.1", "chalk": "^1.1.3", "coveralls": "^2.13.1", "nyc": "^11.0.2", "xo": "^0.18.2" }, "engines": { "node": ">= 4" } }