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.
54 lines
1.2 KiB
54 lines
1.2 KiB
{
|
|
"name": "columnify",
|
|
"version": "0.1.2",
|
|
"description": "Render data in text columns, supports in-column text-wrap.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap test"
|
|
},
|
|
"author": {
|
|
"name": "Tim Oxley"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tape": "~2.3.0",
|
|
"tap": "~0.4.6"
|
|
},
|
|
"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",
|
|
"_id": "columnify@0.1.2",
|
|
"dist": {
|
|
"shasum": "ab1a1f1e37b26ba4b87c6920fb717fe51c827042",
|
|
"tarball": "http://registry.npmjs.org/columnify/-/columnify-0.1.2.tgz"
|
|
},
|
|
"_from": "columnify@0.1.2",
|
|
"_npmVersion": "1.3.23",
|
|
"_npmUser": {
|
|
"name": "timoxley",
|
|
"email": "secoif@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "timoxley",
|
|
"email": "secoif@gmail.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_shasum": "ab1a1f1e37b26ba4b87c6920fb717fe51c827042",
|
|
"_resolved": "https://registry.npmjs.org/columnify/-/columnify-0.1.2.tgz"
|
|
}
|
|
|