Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-06-06 09:36:36 +0400
committerisaacs <i@izs.me>2014-06-06 09:36:36 +0400
commit6d6f094e7b773939cc2525baa9567b9c981485eb (patch)
tree054d6b19077ffbb576759f8f91119f0f1fe2b5c9 /node_modules/columnify/package.json
parentab8270d5d1c0dda55b71b073a93a7828074de0d8 (diff)
columnify@1.1.0
Diffstat (limited to 'node_modules/columnify/package.json')
-rw-r--r--node_modules/columnify/package.json34
1 files changed, 21 insertions, 13 deletions
diff --git a/node_modules/columnify/package.json b/node_modules/columnify/package.json
index 5ad3d4a72..ba3124f14 100644
--- a/node_modules/columnify/package.json
+++ b/node_modules/columnify/package.json
@@ -1,18 +1,19 @@
{
"name": "columnify",
- "version": "0.1.2",
+ "version": "1.1.0",
"description": "Render data in text columns, supports in-column text-wrap.",
"main": "index.js",
"scripts": {
- "test": "tap test"
+ "test": "faucet"
},
"author": {
"name": "Tim Oxley"
},
"license": "MIT",
"devDependencies": {
- "tape": "~2.3.0",
- "tap": "~0.4.6"
+ "chalk": "^0.4.0",
+ "faucet": "0.0.1",
+ "tape": "~2.12.3"
},
"repository": {
"type": "git",
@@ -31,13 +32,17 @@
"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"
+ "dependencies": {
+ "strip-ansi": "^0.2.1",
+ "wcwidth.js": "~0.0.4"
+ },
+ "directories": {
+ "test": "test"
},
- "_from": "columnify@0.1.2",
- "_npmVersion": "1.3.23",
+ "_id": "columnify@1.1.0",
+ "_shasum": "0b908e6d4f1c80194358a1933aaf9dc49271c679",
+ "_from": "columnify@latest",
+ "_npmVersion": "1.4.10",
"_npmUser": {
"name": "timoxley",
"email": "secoif@gmail.com"
@@ -48,7 +53,10 @@
"email": "secoif@gmail.com"
}
],
- "directories": {},
- "_shasum": "ab1a1f1e37b26ba4b87c6920fb717fe51c827042",
- "_resolved": "https://registry.npmjs.org/columnify/-/columnify-0.1.2.tgz"
+ "dist": {
+ "shasum": "0b908e6d4f1c80194358a1933aaf9dc49271c679",
+ "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.1.0.tgz"
+ },
+ "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.1.0.tgz",
+ "readme": "ERROR: No README data found!"
}