mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.5 KiB
65 lines
1.5 KiB
{
|
|
"name": "columnify",
|
|
"version": "1.3.2",
|
|
"description": "Render data in text columns. supports in-column text-wrap.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"pretest": "npm prune",
|
|
"test": "tape test/*.js | tap-spec",
|
|
"bench": "npm test && node bench"
|
|
},
|
|
"author": {
|
|
"name": "Tim Oxley"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chalk": "^0.5.1",
|
|
"tap-spec": "^2.1.1",
|
|
"tape": "^3.0.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/timoxley/columnify.git"
|
|
},
|
|
"keywords": [
|
|
"column",
|
|
"text",
|
|
"ansi",
|
|
"console",
|
|
"terminal",
|
|
"wrap",
|
|
"table"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/timoxley/columnify/issues"
|
|
},
|
|
"homepage": "https://github.com/timoxley/columnify",
|
|
"dependencies": {
|
|
"strip-ansi": "^2.0.0",
|
|
"wcwidth": "^1.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"gitHead": "5c7d4363a8d6178f0d415e8bdaf692281fe71975",
|
|
"_id": "columnify@1.3.2",
|
|
"_shasum": "61bd578a9269ae6fd949ce36fff589f3702c7867",
|
|
"_from": "columnify@>=1.3.2 <1.4.0",
|
|
"_npmVersion": "2.1.10",
|
|
"_nodeVersion": "0.10.33",
|
|
"_npmUser": {
|
|
"name": "timoxley",
|
|
"email": "secoif@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "timoxley",
|
|
"email": "secoif@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "61bd578a9269ae6fd949ce36fff589f3702c7867",
|
|
"tarball": "http://registry.npmjs.org/columnify/-/columnify-1.3.2.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.3.2.tgz"
|
|
}
|
|
|