{
  "_from": "readline-sync",
  "_id": "readline-sync@1.4.7",
  "_inBundle": false,
  "_integrity": "sha1-ABv91MBhEMPAhMY798alYCIhPzA=",
  "_location": "/readline-sync",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "readline-sync",
    "name": "readline-sync",
    "escapedName": "readline-sync",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.7.tgz",
  "_shasum": "001bfdd4c06110c3c084c63bf7c6a56022213f30",
  "_spec": "readline-sync",
  "_where": "F:\\temp",
  "author": {
    "name": "anseki",
    "url": "https://github.com/anseki"
  },
  "bugs": {
    "url": "https://github.com/anseki/readline-sync/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/anseki/readline-sync",
  "keywords": [
    "readline",
    "synchronous",
    "interactive",
    "prompt",
    "question",
    "password",
    "cli",
    "tty",
    "command",
    "repl",
    "keyboard",
    "wait",
    "block"
  ],
  "license": "MIT",
  "main": "./lib/readline-sync.js",
  "name": "readline-sync",
  "repository": {
    "type": "git",
    "url": "git://github.com/anseki/readline-sync.git"
  },
  "title": "readlineSync",
  "version": "1.4.7"
}
