{
  "_args": [
    [
      "tabtab@3.0.2",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "tabtab@3.0.2",
  "_id": "tabtab@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-jANKmUe0sIQc/zTALTBy186PoM/k6aPrh3A7p6AaAfF6WPSbTx1JYeGIGH162btpH+mmVEXln+UxwViZHO2Jhg==",
  "_location": "/tabtab",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tabtab@3.0.2",
    "name": "tabtab",
    "escapedName": "tabtab",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/serverless"
  ],
  "_resolved": "https://registry.npmjs.org/tabtab/-/tabtab-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "author": {
    "name": "mklabs"
  },
  "auto-changelog": {
    "template": "keepachangelog",
    "unreleased": true,
    "commitLimit": false,
    "ignoreCommitPattern": "changelog|readme|^test"
  },
  "bugs": {
    "url": "https://github.com/mklabs/tabtab/issues"
  },
  "dependencies": {
    "debug": "^4.0.1",
    "es6-promisify": "^6.0.0",
    "inquirer": "^6.0.0",
    "minimist": "^1.2.0",
    "mkdirp": "^0.5.1",
    "untildify": "^3.0.3"
  },
  "description": "tab completion helpers, for node cli programs. Inspired by npm completion.",
  "devDependencies": {
    "auto-changelog": "^1.8.0",
    "c8": "^3.2.0",
    "coveralls": "^3.0.2",
    "eslint-config-mklabs": "^1.0.9",
    "inquirer-test": "^2.0.1",
    "jsdoc-to-markdown": "^4.0.1",
    "mocha": "^5.2.0",
    "npm-watch": "^0.4.0",
    "remark-cli": "^5.0.0",
    "remark-toc": "^5.0.0",
    "serve": "^10.0.2"
  },
  "homepage": "https://github.com/mklabs/tabtab#readme",
  "keywords": [
    "terminal",
    "tab",
    "unix",
    "console",
    "complete",
    "completion"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "tabtab",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mklabs/tabtab.git"
  },
  "scripts": {
    "api": "for file in `echo index.js installer.js prompt.js`; do jsdoc2md lib/$file > api/$file.md; done",
    "changelog": "auto-changelog",
    "coverage": "c8 report --reporter=text-lcov | coveralls",
    "coverage-html": "npm run mocha && c8 report --reporter=html && serve coverage",
    "docs": "npm run api && npm run readme && npm run changelog",
    "eslint": "eslint lib/ test/",
    "mocha": "DEBUG='tabtab*' mocha --timeout 5000",
    "posttest": "npm run eslint",
    "readme": "remark readme.md --use toc --output",
    "test": "mkdirp ~/.config/tabtab && DEBUG='tabtab*' c8 mocha --timeout 5000",
    "watch": "npm-watch"
  },
  "version": "3.0.2",
  "watch": {
    "test": "{lib,test}/**/*.js"
  }
}
