Website/node_modules/cliui/package.json

114 lines
2.4 KiB
JSON

{
"_args": [
[
"cliui@^3.0.3",
"/Users/okennedy/Documents/Website/node_modules/yargs"
]
],
"_from": "cliui@>=3.0.3 <4.0.0",
"_id": "cliui@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/cliui",
"_nodeVersion": "0.10.36",
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "2.7.5",
"_phantomChildren": {},
"_requested": {
"name": "cliui",
"raw": "cliui@^3.0.3",
"rawSpec": "^3.0.3",
"scope": null,
"spec": ">=3.0.3 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/cliui/-/cliui-3.1.0.tgz",
"_shasum": "a3b880308e0a8191721e0081a8c2a8b506d0abf9",
"_shrinkwrap": null,
"_spec": "cliui@^3.0.3",
"_where": "/Users/okennedy/Documents/Website/node_modules/yargs",
"author": {
"email": "ben@npmjs.com",
"name": "Ben Coe"
},
"bugs": {
"url": "https://github.com/bcoe/cliui/issues"
},
"config": {
"blanket": {
"data-cover-never": [
"node_modules",
"test"
],
"output-reporter": "spec",
"pattern": [
"index.js"
]
}
},
"dependencies": {
"string-width": "^1.0.1",
"strip-ansi": "^3.0.0",
"wrap-ansi": "^1.0.0"
},
"description": "easily create complex multi-column command-line-interfaces",
"devDependencies": {
"chai": "^3.3.0",
"chalk": "^1.1.1",
"coveralls": "^2.11.4",
"mocha": "^2.3.3",
"nyc": "^3.2.2",
"standard": "^5.3.1"
},
"directories": {},
"dist": {
"shasum": "a3b880308e0a8191721e0081a8c2a8b506d0abf9",
"tarball": "http://registry.npmjs.org/cliui/-/cliui-3.1.0.tgz"
},
"gitHead": "c8eb1b4aa6d2efdb5bc4903fb1fa6e9f7f066a72",
"homepage": "https://github.com/bcoe/cliui",
"keywords": [
"cli",
"command-line",
"console",
"design",
"layout",
"table",
"wrap"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
}
],
"name": "cliui",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bcoe/cliui.git"
},
"scripts": {
"coverage": "nyc --reporter=text-lcov mocha | coveralls",
"test": "standard && nyc mocha"
},
"standard": {
"globals": [
"it"
],
"ignore": [
"**/example/**"
]
},
"version": "3.1.0"
}