{
  "_from": "inquirer@^6.1.0",
  "_id": "inquirer@6.2.0",
  "_inBundle": false,
  "_integrity": "sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg==",
  "_location": "/inquirer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "inquirer@^6.1.0",
    "name": "inquirer",
    "escapedName": "inquirer",
    "rawSpec": "^6.1.0",
    "saveSpec": null,
    "fetchSpec": "^6.1.0"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.2.0.tgz",
  "_shasum": "51adcd776f661369dc1e894859c2560a224abdd8",
  "_spec": "inquirer@^6.1.0",
  "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  "author": {
    "name": "Simon Boudrias",
    "email": "admin@simonboudrias.com"
  },
  "bugs": {
    "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-escapes": "^3.0.0",
    "chalk": "^2.0.0",
    "cli-cursor": "^2.1.0",
    "cli-width": "^2.0.0",
    "external-editor": "^3.0.0",
    "figures": "^2.0.0",
    "lodash": "^4.17.10",
    "mute-stream": "0.0.7",
    "run-async": "^2.2.0",
    "rxjs": "^6.1.0",
    "string-width": "^2.1.0",
    "strip-ansi": "^4.0.0",
    "through": "^2.3.6"
  },
  "deprecated": false,
  "description": "A collection of common interactive command line user interfaces.",
  "devDependencies": {
    "chai": "^4.0.1",
    "chalk-pipe": "^1.2.0",
    "cmdify": "^0.0.4",
    "mocha": "^5.0.0",
    "mockery": "^2.1.0",
    "nsp": "^3.0.0",
    "nyc": "^12.0.1",
    "sinon": "^5.0.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "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": {
    "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
    "prepublish": "nsp check",
    "test": "nyc mocha test/**/* -r ./test/before"
  },
  "version": "6.2.0"
}