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:
authorRebecca Turner <me@re-becca.org>2015-08-14 10:24:25 +0300
committerRebecca Turner <me@re-becca.org>2015-08-14 22:25:45 +0300
commite429a481dc050420b045f88b89d4db54cb7095be (patch)
treea2aff25fd6f3b3b61b0d7ad13982355fca93fe9a /node_modules/columnify/package.json
parent797d3ca59e74b26a2466c80ed2d519a070f7a194 (diff)
columnify@1.5.2
Diffstat (limited to 'node_modules/columnify/package.json')
-rw-r--r--node_modules/columnify/package.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/node_modules/columnify/package.json b/node_modules/columnify/package.json
index a790a09c2..1c9b23ddf 100644
--- a/node_modules/columnify/package.json
+++ b/node_modules/columnify/package.json
@@ -6,15 +6,15 @@
]
],
"_from": "columnify@>=1.5.1 <1.6.0",
- "_id": "columnify@1.5.1",
+ "_id": "columnify@1.5.2",
"_inCache": true,
"_location": "/columnify",
- "_nodeVersion": "0.10.36",
+ "_nodeVersion": "2.0.1",
"_npmUser": {
"email": "secoif@gmail.com",
"name": "timoxley"
},
- "_npmVersion": "2.7.6",
+ "_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "columnify",
@@ -27,8 +27,8 @@
"_requiredBy": [
"/"
],
- "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.1.tgz",
- "_shasum": "15fdda803a3875f87f9d302b3bc828932d664003",
+ "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.2.tgz",
+ "_shasum": "6937930d47c22a9bfa20732a7fd619d47eaba65a",
"_shrinkwrap": null,
"_spec": "columnify@~1.5.1",
"_where": "/Users/rebecca/code/npm",
@@ -39,25 +39,26 @@
"url": "https://github.com/timoxley/columnify/issues"
},
"dependencies": {
- "strip-ansi": "^2.0.1",
+ "strip-ansi": "^3.0.0",
"wcwidth": "^1.0.0"
},
- "description": "Render data in text columns. supports in-column text-wrap.",
+ "description": "Render data in text columns. Supports in-column text-wrap.",
"devDependencies": {
- "babel": "^5.0.10",
- "chalk": "^1.0.0",
- "tap-spec": "^3.0.0",
- "tape": "^4.0.0"
+ "babel": "^5.8.21",
+ "chalk": "^1.1.0",
+ "tap-spec": "^4.0.2",
+ "tape": "^4.0.3"
},
"directories": {
"test": "test"
},
"dist": {
- "shasum": "15fdda803a3875f87f9d302b3bc828932d664003",
- "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.1.tgz"
+ "shasum": "6937930d47c22a9bfa20732a7fd619d47eaba65a",
+ "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.2.tgz"
},
- "gitHead": "1e5f5ec9478d7dbd1e3d1d74343b552da7ae01ba",
+ "gitHead": "e7417b78091844ff2f3ba62551a4817c7ae217bd",
"homepage": "https://github.com/timoxley/columnify",
+ "installable": true,
"keywords": [
"ansi",
"column",
@@ -87,5 +88,5 @@
"pretest": "npm prune",
"test": "make prepublish && tape test/*.js | tap-spec"
},
- "version": "1.5.1"
+ "version": "1.5.2"
}