vs/v5.0.0/node_modules/npm/node_modules/columnify/package.json

{
  "_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"
  },
  "_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.",
  "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"
  },
  "gitHead": "e7417b78091844ff2f3ba62551a4817c7ae217bd",
  "homepage": "https://github.com/timoxley/columnify",
  "installable": true,
  "keywords": [
    "ansi",
    "column",
    "console",
    "table",
    "terminal",
    "text",
    "wrap"
  ],
  "license": "MIT",
  "main": "columnify.js",
  "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"
  },
  "version": "1.5.2"
}