{
  "_from": "furthermore",
  "_id": "furthermore@0.4.4",
  "_inBundle": false,
  "_integrity": "sha1-Dx9pjjD7xTzTUKJLGv8JEVdi7nk=",
  "_location": "/furthermore",
  "_phantomChildren": {
    "asn1": "0.1.11",
    "assert-plus": "0.1.5",
    "aws-sign2": "0.5.0",
    "cliui": "3.2.0",
    "core-util-is": "1.0.2",
    "ctype": "0.5.3",
    "deasync": "0.1.7",
    "decamelize": "1.2.0",
    "escape-string-regexp": "1.0.5",
    "extend": "3.0.1",
    "get-caller-file": "1.0.2",
    "graceful-fs": "4.1.11",
    "har-validator": "1.8.0",
    "inherits": "2.0.3",
    "ini": "1.3.4",
    "is-utf8": "0.2.1",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "mime-types": "2.1.15",
    "node-uuid": "1.4.8",
    "normalize-package-data": "2.4.0",
    "os-locale": "1.4.0",
    "parse-json": "2.2.0",
    "pify": "2.3.0",
    "pinkie-promise": "2.0.1",
    "process-nextick-args": "1.0.7",
    "require-directory": "2.1.1",
    "require-main-filename": "1.0.1",
    "set-blocking": "2.0.0",
    "string-width": "1.0.2",
    "string_decoder": "0.10.31",
    "stringstream": "0.0.5",
    "tough-cookie": "2.3.2",
    "tunnel-agent": "0.4.3",
    "url-parse": "1.0.5",
    "util-deprecate": "1.0.2",
    "y18n": "3.2.1"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "furthermore",
    "name": "furthermore",
    "escapedName": "furthermore",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/furthermore/-/furthermore-0.4.4.tgz",
  "_shasum": "0f1f698e30fbc53cd350a24b1aff09115762ee79",
  "_spec": "furthermore",
  "_where": "/git/node/kickerd/example/app",
  "author": {
    "name": "C J Silverio",
    "email": "ceej@npmjs.com"
  },
  "bin": {
    "furthermore": "cli.js",
    "fm": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/ceejbot/furthermore/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "~1.1.3",
    "cli-columns": "~3.0.0",
    "node-etcd": "~5.0.3",
    "rc": "~1.2.1",
    "update-notifier": "~2.1.0",
    "visit-values": "^2.0.0",
    "yargs": "~7.1.0"
  },
  "deprecated": false,
  "description": "add and set etcd keys conveniently",
  "devDependencies": {
    "coveralls": "~2.13.0",
    "eslint-config-ceejbot": "~1.0.3",
    "mocha": "~3.3.0",
    "must": "~0.13.4",
    "nyc": "~10.2.0",
    "sinon": "~2.1.0",
    "xo": "~0.18.1"
  },
  "homepage": "https://github.com/ceejbot/furthermore#readme",
  "keywords": [
    "cli",
    "etcd"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "furthermore",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ceejbot/furthermore.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "xo",
    "test": "nyc mocha -R spec",
    "travis": "npm run lint && npm test"
  },
  "version": "0.4.4",
  "xo": {
    "extends": "eslint-config-ceejbot",
    "rules": {
      "unicorn/no-process-exit": 0
    }
  }
}
