| { |
| "author": "Ben Coe <ben@npmjs.com>", |
| "config": { |
| "blanket": { |
| "data-cover-never": [ |
| "node_modules", |
| "test" |
| ], |
| "output-reporter": "spec", |
| "pattern": [ |
| "index.js" |
| ] |
| } |
| }, |
| "dependencies": { |
| "string-width": "^2.1.1", |
| "strip-ansi": "^4.0.0", |
| "wrap-ansi": "^2.0.0" |
| }, |
| "description": "easily create complex multi-column command-line-interfaces", |
| "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" |
| }, |
| "engine": { |
| "node": ">=4" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "cli", |
| "command-line", |
| "layout", |
| "design", |
| "console", |
| "wrap", |
| "table" |
| ], |
| "license": "ISC", |
| "main": "index.js", |
| "name": "cliui", |
| "repository": { |
| "type": "git", |
| "url": "http://github.com/yargs/cliui.git" |
| }, |
| "scripts": { |
| "coverage": "nyc --reporter=text-lcov mocha | coveralls", |
| "pretest": "standard", |
| "release": "standard-version", |
| "test": "nyc mocha" |
| }, |
| "standard": { |
| "globals": [ |
| "it" |
| ], |
| "ignore": [ |
| "**/example/**" |
| ] |
| }, |
| "version": "4.1.0" |
| } |