{ "author": { "name": "Ben Coe", "email": "ben@npmjs.com" }, "bugs": { "url": "https://github.com/yargs/cliui/issues" }, "bundleDependencies": false, "config": { "blanket": { "pattern": [ "index.js" ], "data-cover-never": [ "node_modules", "test" ], "output-reporter": "spec" } }, "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^6.2.0" }, "deprecated": false, "description": "easily create complex multi-column command-line-interfaces", "devDependencies": { "chai": "^4.2.0", "chalk": "^3.0.0", "coveralls": "^3.0.3", "mocha": "^6.2.2", "nyc": "^14.1.1", "standard": "^12.0.1" }, "engine": { "node": ">=8" }, "files": [ "index.js" ], "homepage": "https://github.com/yargs/cliui#readme", "keywords": [ "cli", "command-line", "layout", "design", "console", "wrap", "table" ], "license": "ISC", "main": "index.js", "name": "cliui", "repository": { "type": "git", "url": "git+ssh://git@github.com/yargs/cliui.git" }, "scripts": { "coverage": "nyc --reporter=text-lcov mocha | coveralls", "pretest": "standard", "test": "nyc mocha" }, "standard": { "ignore": [ "**/example/**" ], "globals": [ "it" ] }, "version": "6.0.0" }