{
  "_args": [
    [
      "inquirer@3.0.6",
      "/Users/carlos8f/projects/bot18"
    ]
  ],
  "_from": "inquirer@3.0.6",
  "_id": "inquirer@3.0.6",
  "_inBundle": false,
  "_integrity": "sha1-4EqqnQW3o8ubD0B9BDdfBEcZA0c=",
  "_location": "/inquirer",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5",
    "has-ansi": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "inquirer@3.0.6",
    "name": "inquirer",
    "escapedName": "inquirer",
    "rawSpec": "3.0.6",
    "saveSpec": null,
    "fetchSpec": "3.0.6"
  },
  "_requiredBy": [
    "/opencollective"
  ],
  "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.0.6.tgz",
  "_spec": "3.0.6",
  "_where": "/Users/carlos8f/projects/bot18",
  "author": {
    "name": "Simon Boudrias",
    "email": "admin@simonboudrias.com"
  },
  "bugs": {
    "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  },
  "dependencies": {
    "ansi-escapes": "^1.1.0",
    "chalk": "^1.0.0",
    "cli-cursor": "^2.1.0",
    "cli-width": "^2.0.0",
    "external-editor": "^2.0.1",
    "figures": "^2.0.0",
    "lodash": "^4.3.0",
    "mute-stream": "0.0.7",
    "run-async": "^2.2.0",
    "rx": "^4.1.0",
    "string-width": "^2.0.0",
    "strip-ansi": "^3.0.0",
    "through": "^2.3.6"
  },
  "description": "A collection of common interactive command line user interfaces.",
  "devDependencies": {
    "chai": "^3.0.0",
    "cmdify": "^0.0.4",
    "eslint": "^3.10.2",
    "eslint-config-xo-space": "^0.15.0",
    "gulp": "^3.9.0",
    "gulp-coveralls": "^0.1.0",
    "gulp-eslint": "^3.0.1",
    "gulp-exclude-gitignore": "^1.0.0",
    "gulp-istanbul": "^1.1.1",
    "gulp-line-ending-corrector": "^1.0.1",
    "gulp-mocha": "^3.0.0",
    "gulp-nsp": "^2.1.0",
    "gulp-plumber": "^1.0.0",
    "mocha": "^3.1.2",
    "mockery": "^2.0.0",
    "sinon": "^1.12.1"
  },
  "eslintConfig": {
    "extends": "xo-space",
    "env": {
      "mocha": true
    },
    "rules": {
      "quotes": [
        "error",
        "single"
      ],
      "no-unused-expressions": "off",
      "handle-callback-err": "off",
      "no-eq-null": "off",
      "eqeqeq": [
        "error",
        "allow-null"
      ]
    }
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
  "keywords": [
    "command",
    "prompt",
    "stdin",
    "cli",
    "tty",
    "menu"
  ],
  "license": "MIT",
  "main": "lib/inquirer.js",
  "name": "inquirer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
  },
  "scripts": {
    "prepublish": "gulp prepublish",
    "test": "gulp"
  },
  "version": "3.0.6"
}
