package.json 2.34 KB
{
  "_args": [
    [
      {
        "raw": "readline2@^1.0.1",
        "scope": null,
        "escapedName": "readline2",
        "name": "readline2",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/inquirer"
    ]
  ],
  "_from": "readline2@>=1.0.1 <2.0.0",
  "_id": "readline2@1.0.1",
  "_inCache": true,
  "_location": "/readline2",
  "_nodeVersion": "0.12.5",
  "_npmUser": {
    "name": "sboudrias",
    "email": "admin@simonboudrias.com"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "readline2@^1.0.1",
    "scope": null,
    "escapedName": "readline2",
    "name": "readline2",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz",
  "_shasum": "41059608ffc154757b715d9989d199ffbf372e35",
  "_shrinkwrap": null,
  "_spec": "readline2@^1.0.1",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/inquirer",
  "author": {
    "name": "Simon Boudrias",
    "email": "admin@simonboudrias.com"
  },
  "bugs": {
    "url": "https://github.com/sboudrias/readline2/issues"
  },
  "dependencies": {
    "code-point-at": "^1.0.0",
    "is-fullwidth-code-point": "^1.0.0",
    "mute-stream": "0.0.5"
  },
  "description": "Readline Façade fixing bugs and issues found in releases 0.8 and 0.10",
  "devDependencies": {
    "chalk": "^1.1.0",
    "mocha": "^2.1.0",
    "sinon": "^1.7.3"
  },
  "directories": {},
  "dist": {
    "shasum": "41059608ffc154757b715d9989d199ffbf372e35",
    "tarball": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "32aa9851e2cbb0610364d5009165be6fb2fed4ef",
  "homepage": "https://github.com/sboudrias/readline2#readme",
  "keywords": [
    "cli",
    "terminal",
    "readline",
    "tty",
    "ansi"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sboudrias",
      "email": "admin@simonboudrias.com"
    }
  ],
  "name": "readline2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sboudrias/readline2.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "1.0.1"
}