Sha256: f70b59c706d81c5048ae11cb1f17e56f0a5ef6b91960181117357dc490d42cc6
Contents?: true
Size: 1.23 KB
Versions: 26
Compression:
Stored size: 1.23 KB
Contents
{ "name": "cliui", "version": "5.0.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": "^3.1.0", "strip-ansi": "^5.2.0", "wrap-ansi": "^5.1.0" }, "devDependencies": { "chai": "^4.2.0", "chalk": "^2.4.2", "coveralls": "^3.0.3", "mocha": "^6.0.2", "nyc": "^13.3.0", "standard": "^12.0.1", "standard-version": "^5.0.2" }, "files": [ "index.js" ], "engine": { "node": ">=6" } }
Version data entries
26 entries across 25 versions & 8 rubygems