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:
Diffstat (limited to 'node_modules/columnify/package.json')
-rw-r--r--node_modules/columnify/package.json23
1 files changed, 10 insertions, 13 deletions
diff --git a/node_modules/columnify/package.json b/node_modules/columnify/package.json
index 5d8ab3c52..97496f19a 100644
--- a/node_modules/columnify/package.json
+++ b/node_modules/columnify/package.json
@@ -1,32 +1,27 @@
{
- "_args": [
- [
- "columnify@1.5.4",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "columnify@1.5.4",
+ "_from": "columnify@~1.5.4",
"_id": "columnify@1.5.4",
"_inBundle": false,
"_integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=",
"_location": "/columnify",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "columnify@1.5.4",
+ "raw": "columnify@~1.5.4",
"name": "columnify",
"escapedName": "columnify",
- "rawSpec": "1.5.4",
+ "rawSpec": "~1.5.4",
"saveSpec": null,
- "fetchSpec": "1.5.4"
+ "fetchSpec": "~1.5.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz",
- "_spec": "1.5.4",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "4737ddf1c7b69a8a7c340570782e947eec8e78bb",
+ "_spec": "columnify@~1.5.4",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Tim Oxley"
},
@@ -38,10 +33,12 @@
"bugs": {
"url": "https://github.com/timoxley/columnify/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"strip-ansi": "^3.0.0",
"wcwidth": "^1.0.0"
},
+ "deprecated": false,
"description": "Render data in text columns. Supports in-column text-wrap.",
"devDependencies": {
"babel": "^6.3.26",