{ "_from": "inquirer@^2", "_id": "inquirer@2.0.0", "_inBundle": false, "_integrity": "sha1-4TUWh7kNFQykA86qPO+x4wZb70s=", "_location": "/inquirer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "inquirer@^2", "name": "inquirer", "escapedName": "inquirer", "rawSpec": "^2", "saveSpec": null, "fetchSpec": "^2" }, "_requiredBy": [ "/console-ui" ], "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-2.0.0.tgz", "_shasum": "e1351687b90d150ca403ceaa3cefb1e3065bef4b", "_spec": "inquirer@^2", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/console-ui", "author": { "name": "Simon Boudrias", "email": "admin@simonboudrias.com" }, "bugs": { "url": "https://github.com/SBoudrias/Inquirer.js/issues" }, "bundleDependencies": false, "dependencies": { "ansi-escapes": "^1.1.0", "chalk": "^1.0.0", "cli-cursor": "^1.0.1", "cli-width": "^2.0.0", "external-editor": "^1.1.0", "figures": "^2.0.0", "lodash": "^4.3.0", "mute-stream": "0.0.6", "pinkie-promise": "^2.0.0", "run-async": "^2.2.0", "rx": "^4.1.0", "string-width": "^2.0.0", "strip-ansi": "^3.0.0", "through": "^2.3.6" }, "deprecated": false, "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.1", "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": "2.0.0" }