Sha256: bf95ade8ea54746faad72710f12d04cfa9933cd8db0a13b08f95483a908295ec
Contents?: true
Size: 1.59 KB
Versions: 62
Compression:
Stored size: 1.59 KB
Contents
{ "name": "restore-cursor", "version": "1.0.1", "description": "Gracefully restore the CLI cursor on exit", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/restore-cursor.git" }, "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "keywords": [ "exit", "quit", "process", "graceful", "shutdown", "sigterm", "sigint", "terminate", "kill", "stop", "cli", "cursor", "ansi", "show", "term", "terminal", "console", "tty", "shell", "command-line" ], "dependencies": { "exit-hook": "^1.0.0", "onetime": "^1.0.0" }, "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", "bugs": { "url": "https://github.com/sindresorhus/restore-cursor/issues" }, "homepage": "https://github.com/sindresorhus/restore-cursor#readme", "_id": "restore-cursor@1.0.1", "_shasum": "34661f46886327fed2991479152252df92daa541", "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", "_from": "restore-cursor@>=1.0.1 <2.0.0" }
Version data entries
62 entries across 62 versions & 1 rubygems