Sha256: 5070325e0889c5ce1e94a8aa30f8254b8549f95f3b6f6de304994b98ee05ce2c
Contents?: true
Size: 1.23 KB
Versions: 14
Compression:
Stored size: 1.23 KB
Contents
{ "name": "cliui", "version": "4.1.0", "description": "easily create complex multi-column command-line-interfaces", "main": "index.js", "scripts": { "pretest": "standard", "test": "nyc mocha", "coverage": "nyc --reporter=text-lcov mocha | coveralls", "release": "standard-version" }, "repository": { "type": "git", "url": "http://github.com/yargs/cliui.git" }, "config": { "blanket": { "pattern": [ "index.js" ], "data-cover-never": [ "node_modules", "test" ], "output-reporter": "spec" } }, "standard": { "ignore": [ "**/example/**" ], "globals": [ "it" ] }, "keywords": [ "cli", "command-line", "layout", "design", "console", "wrap", "table" ], "author": "Ben Coe <ben@npmjs.com>", "license": "ISC", "dependencies": { "string-width": "^2.1.1", "strip-ansi": "^4.0.0", "wrap-ansi": "^2.0.0" }, "devDependencies": { "chai": "^3.5.0", "chalk": "^1.1.2", "coveralls": "^2.11.8", "mocha": "^3.0.0", "nyc": "^10.0.0", "standard": "^8.0.0", "standard-version": "^3.0.0" }, "files": [ "index.js" ], "engine": { "node": ">=4" } }
Version data entries
14 entries across 14 versions & 7 rubygems