{
  "_from": "cli-columns@~3.0.0",
  "_id": "cli-columns@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-0mJuDz4vNI30RAetPkk3oqvO0xc=",
  "_location": "/cli-columns",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cli-columns@~3.0.0",
    "name": "cli-columns",
    "escapedName": "cli-columns",
    "rawSpec": "~3.0.0",
    "saveSpec": null,
    "fetchSpec": "~3.0.0"
  },
  "_requiredBy": [
    "/furthermore"
  ],
  "_resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-3.0.0.tgz",
  "_shasum": "d2626e0f3e2f348df44407ad3e4937a2abced317",
  "_spec": "cli-columns@~3.0.0",
  "_where": "/git/node/kickerd/example/app/node_modules/furthermore",
  "author": {
    "name": "Shannon Moeller",
    "email": "me@shannonmoeller",
    "url": "http://shannonmoeller.com"
  },
  "bugs": {
    "url": "https://github.com/shannonmoeller/cli-columns/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "string-width": "^2.0.0",
    "strip-ansi": "^3.0.1"
  },
  "deprecated": false,
  "description": "Columnated lists for the CLI.",
  "devDependencies": {
    "ava": "^0.18.1",
    "chalk": "^1.1.3",
    "coveralls": "^2.11.16",
    "nyc": "^10.1.2",
    "xo": "^0.17.1"
  },
  "homepage": "https://github.com/shannonmoeller/cli-columns",
  "keywords": [
    "ansi",
    "cli",
    "column",
    "columnate",
    "columns",
    "grid",
    "list",
    "log",
    "ls",
    "row",
    "rows",
    "unicode",
    "unix"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cli-columns",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shannonmoeller/cli-columns.git"
  },
  "scripts": {
    "coveralls": "nyc report -r text-lcov | coveralls",
    "test": "xo && nyc ava"
  },
  "version": "3.0.0"
}
