{
  "_args": [
    [
      "readline2@0.1.1",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "readline2@0.1.1",
  "_id": "readline2@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-mUQ7pug7gw7zBRv9fcJBqCco1Wg=",
  "_location": "/readline2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "readline2@0.1.1",
    "name": "readline2",
    "escapedName": "readline2",
    "rawSpec": "0.1.1",
    "saveSpec": null,
    "fetchSpec": "0.1.1"
  },
  "_requiredBy": [
    "/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/readline2/-/readline2-0.1.1.tgz",
  "_spec": "0.1.1",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Simon Boudrias",
    "email": "admin@simonboudrias.com"
  },
  "bugs": {
    "url": "https://github.com/SBoudrias/readline2/issues"
  },
  "dependencies": {
    "mute-stream": "0.0.4",
    "strip-ansi": "^2.0.1"
  },
  "description": "Readline Façade fixing bugs and issues found in releases 0.8 and 0.10",
  "devDependencies": {
    "chalk": "^0.5.1",
    "mocha": "^2.1.0",
    "sinon": "^1.7.3"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/SBoudrias/readline2#readme",
  "keywords": [
    "cli",
    "terminal",
    "readline",
    "tty",
    "ansi"
  ],
  "license": "MIT",
  "name": "readline2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SBoudrias/readline2.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.1.1"
}
