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-05-22 11:33:46 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:27:03 +0300
commitd3c858ce4cfb3aee515bb299eb034fe1b5e44344 (patch)
treee7714c839934a729b68038f4c7dc5ec3ed877638 /node_modules/columnify/package.json
parent24564b9654528d23c726cf9ea82b1aef2044b692 (diff)
deps: deduplicate npm@3 style
Diffstat (limited to 'node_modules/columnify/package.json')
-rw-r--r--node_modules/columnify/package.json108
1 files changed, 66 insertions, 42 deletions
diff --git a/node_modules/columnify/package.json b/node_modules/columnify/package.json
index 195a7f092..a790a09c2 100644
--- a/node_modules/columnify/package.json
+++ b/node_modules/columnify/package.json
@@ -1,67 +1,91 @@
{
- "name": "columnify",
- "version": "1.5.1",
- "description": "Render data in text columns. supports in-column text-wrap.",
- "main": "columnify.js",
- "scripts": {
- "pretest": "npm prune",
- "test": "make prepublish && tape test/*.js | tap-spec",
- "bench": "npm test && node bench",
- "prepublish": "make prepublish"
+ "_args": [
+ [
+ "columnify@~1.5.1",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "columnify@>=1.5.1 <1.6.0",
+ "_id": "columnify@1.5.1",
+ "_inCache": true,
+ "_location": "/columnify",
+ "_nodeVersion": "0.10.36",
+ "_npmUser": {
+ "email": "secoif@gmail.com",
+ "name": "timoxley"
},
+ "_npmVersion": "2.7.6",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "columnify",
+ "raw": "columnify@~1.5.1",
+ "rawSpec": "~1.5.1",
+ "scope": null,
+ "spec": ">=1.5.1 <1.6.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.1.tgz",
+ "_shasum": "15fdda803a3875f87f9d302b3bc828932d664003",
+ "_shrinkwrap": null,
+ "_spec": "columnify@~1.5.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Tim Oxley"
},
- "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/timoxley/columnify/issues"
+ },
+ "dependencies": {
+ "strip-ansi": "^2.0.1",
+ "wcwidth": "^1.0.0"
+ },
+ "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"
},
- "repository": {
- "type": "git",
- "url": "git://github.com/timoxley/columnify.git"
+ "directories": {
+ "test": "test"
},
+ "dist": {
+ "shasum": "15fdda803a3875f87f9d302b3bc828932d664003",
+ "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.1.tgz"
+ },
+ "gitHead": "1e5f5ec9478d7dbd1e3d1d74343b552da7ae01ba",
+ "homepage": "https://github.com/timoxley/columnify",
"keywords": [
- "column",
- "text",
"ansi",
+ "column",
"console",
+ "table",
"terminal",
- "wrap",
- "table"
+ "text",
+ "wrap"
],
- "bugs": {
- "url": "https://github.com/timoxley/columnify/issues"
- },
- "homepage": "https://github.com/timoxley/columnify",
- "dependencies": {
- "strip-ansi": "^2.0.1",
- "wcwidth": "^1.0.0"
- },
- "directories": {
- "test": "test"
- },
- "gitHead": "1e5f5ec9478d7dbd1e3d1d74343b552da7ae01ba",
- "_id": "columnify@1.5.1",
- "_shasum": "15fdda803a3875f87f9d302b3bc828932d664003",
- "_from": "columnify@>=1.5.1 <1.6.0",
- "_npmVersion": "2.7.6",
- "_nodeVersion": "0.10.36",
- "_npmUser": {
- "name": "timoxley",
- "email": "secoif@gmail.com"
- },
+ "license": "MIT",
+ "main": "columnify.js",
"maintainers": [
{
"name": "timoxley",
"email": "secoif@gmail.com"
}
],
- "dist": {
- "shasum": "15fdda803a3875f87f9d302b3bc828932d664003",
- "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.1.tgz"
+ "name": "columnify",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/timoxley/columnify.git"
+ },
+ "scripts": {
+ "bench": "npm test && node bench",
+ "prepublish": "make prepublish",
+ "pretest": "npm prune",
+ "test": "make prepublish && tape test/*.js | tap-spec"
},
- "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.1.tgz"
+ "version": "1.5.1"
}