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.json110
1 files changed, 43 insertions, 67 deletions
diff --git a/node_modules/columnify/package.json b/node_modules/columnify/package.json
index 1c9b23ddf..c4345001f 100644
--- a/node_modules/columnify/package.json
+++ b/node_modules/columnify/package.json
@@ -1,92 +1,68 @@
{
- "_args": [
- [
- "columnify@~1.5.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "columnify@>=1.5.1 <1.6.0",
- "_id": "columnify@1.5.2",
- "_inCache": true,
- "_location": "/columnify",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "email": "secoif@gmail.com",
- "name": "timoxley"
- },
- "_npmVersion": "2.9.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "columnify",
- "raw": "columnify@~1.5.1",
- "rawSpec": "~1.5.1",
- "scope": null,
- "spec": ">=1.5.1 <1.6.0",
- "type": "range"
+ "name": "columnify",
+ "version": "1.5.2",
+ "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"
},
- "_requiredBy": [
- "/"
- ],
- "_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",
"author": {
"name": "Tim Oxley"
},
- "bugs": {
- "url": "https://github.com/timoxley/columnify/issues"
- },
- "dependencies": {
- "strip-ansi": "^3.0.0",
- "wcwidth": "^1.0.0"
- },
- "description": "Render data in text columns. Supports in-column text-wrap.",
+ "license": "MIT",
"devDependencies": {
"babel": "^5.8.21",
"chalk": "^1.1.0",
"tap-spec": "^4.0.2",
"tape": "^4.0.3"
},
- "directories": {
- "test": "test"
- },
- "dist": {
- "shasum": "6937930d47c22a9bfa20732a7fd619d47eaba65a",
- "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.2.tgz"
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/timoxley/columnify.git"
},
- "gitHead": "e7417b78091844ff2f3ba62551a4817c7ae217bd",
- "homepage": "https://github.com/timoxley/columnify",
- "installable": true,
"keywords": [
- "ansi",
"column",
+ "text",
+ "ansi",
"console",
- "table",
"terminal",
- "text",
- "wrap"
+ "wrap",
+ "table"
],
- "license": "MIT",
- "main": "columnify.js",
+ "bugs": {
+ "url": "https://github.com/timoxley/columnify/issues"
+ },
+ "homepage": "https://github.com/timoxley/columnify",
+ "dependencies": {
+ "strip-ansi": "^3.0.0",
+ "wcwidth": "^1.0.0"
+ },
+ "directories": {
+ "test": "test"
+ },
+ "gitHead": "e7417b78091844ff2f3ba62551a4817c7ae217bd",
+ "_id": "columnify@1.5.2",
+ "_shasum": "6937930d47c22a9bfa20732a7fd619d47eaba65a",
+ "_from": "columnify@>=1.5.2 <1.6.0",
+ "_npmVersion": "2.9.0",
+ "_nodeVersion": "2.0.1",
+ "_npmUser": {
+ "name": "timoxley",
+ "email": "secoif@gmail.com"
+ },
"maintainers": [
{
"name": "timoxley",
"email": "secoif@gmail.com"
}
],
- "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"
+ "dist": {
+ "shasum": "6937930d47c22a9bfa20732a7fd619d47eaba65a",
+ "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.5.2.tgz"
},
- "version": "1.5.2"
+ "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.2.tgz",
+ "readme": "ERROR: No README data found!"
}