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.json57
1 files changed, 19 insertions, 38 deletions
diff --git a/node_modules/columnify/package.json b/node_modules/columnify/package.json
index a661b6e35..4e60c8c1c 100644
--- a/node_modules/columnify/package.json
+++ b/node_modules/columnify/package.json
@@ -1,29 +1,18 @@
{
- "_args": [
- [
- "columnify@1.5.4",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "columnify@1.5.4",
+ "_from": "columnify@~1.5.4",
"_id": "columnify@1.5.4",
- "_inCache": true,
- "_installable": true,
+ "_integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=",
"_location": "/columnify",
- "_nodeVersion": "4.2.3",
- "_npmUser": {
- "email": "secoif@gmail.com",
- "name": "timoxley"
- },
- "_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "columnify@~1.5.4",
"name": "columnify",
- "raw": "columnify@1.5.4",
- "rawSpec": "1.5.4",
- "scope": null,
- "spec": "1.5.4",
- "type": "version"
+ "escapedName": "columnify",
+ "rawSpec": "~1.5.4",
+ "saveSpec": null,
+ "fetchSpec": "~1.5.4"
},
"_requiredBy": [
"/"
@@ -31,8 +20,8 @@
"_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz",
"_shasum": "4737ddf1c7b69a8a7c340570782e947eec8e78bb",
"_shrinkwrap": null,
- "_spec": "columnify@1.5.4",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "columnify@~1.5.4",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Tim Oxley"
},
@@ -41,13 +30,16 @@
"es2015"
]
},
+ "bin": null,
"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",
@@ -60,32 +52,21 @@
"directories": {
"test": "test"
},
- "dist": {
- "shasum": "4737ddf1c7b69a8a7c340570782e947eec8e78bb",
- "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz"
- },
- "gitHead": "b5373b3d6344bf59e1ab63c912c188c34bce5889",
"homepage": "https://github.com/timoxley/columnify",
"keywords": [
- "ansi",
"column",
+ "text",
+ "ansi",
"console",
- "table",
"terminal",
- "text",
- "wrap"
+ "wrap",
+ "table"
],
"license": "MIT",
"main": "columnify.js",
- "maintainers": [
- {
- "name": "timoxley",
- "email": "secoif@gmail.com"
- }
- ],
"name": "columnify",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/timoxley/columnify.git"