{
  "_args": [
    [
      "restore-cursor@https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "restore-cursor@>=1.0.1 <2.0.0",
  "_id": "restore-cursor@1.0.1",
  "_inCache": true,
  "_location": "/restore-cursor",
  "_phantomChildren": {},
  "_requested": {
    "name": "restore-cursor",
    "raw": "restore-cursor@https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
    "rawSpec": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/cli-cursor"
  ],
  "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
  "_shasum": "34661f46886327fed2991479152252df92daa541",
  "_shrinkwrap": null,
  "_spec": "restore-cursor@https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/restore-cursor/issues"
  },
  "dependencies": {
    "exit-hook": "^1.0.0",
    "onetime": "^1.0.0"
  },
  "description": "Gracefully restore the CLI cursor on exit",
  "devDependencies": {},
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
  "keywords": [
    "ansi",
    "cli",
    "command-line",
    "console",
    "cursor",
    "exit",
    "graceful",
    "kill",
    "process",
    "quit",
    "shell",
    "show",
    "shutdown",
    "sigint",
    "sigterm",
    "stop",
    "term",
    "terminal",
    "terminate",
    "tty"
  ],
  "license": "MIT",
  "name": "restore-cursor",
  "optionalDependencies": {},
  "readme": "# restore-cursor\n\n> Gracefully restore the CLI cursor on exit\n\nPrevent the cursor you've hidden interactively to remain hidden if the process crashes.\n\n\n## Install\n\n```sh\n$ npm install --save restore-cursor\n```\n\n\n## Usage\n\n```js\nvar restoreCursor = require('restore-cursor');\nrestoreCursor();\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
  "readmeFilename": "readme.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/restore-cursor.git"
  },
  "version": "1.0.1"
}
