diff options
Diffstat (limited to 'node_modules/restore-cursor/package.json')
-rw-r--r-- | node_modules/restore-cursor/package.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/node_modules/restore-cursor/package.json b/node_modules/restore-cursor/package.json new file mode 100644 index 0000000..f121ed1 --- /dev/null +++ b/node_modules/restore-cursor/package.json @@ -0,0 +1,44 @@ +{ + "name": "restore-cursor", + "version": "2.0.0", + "description": "Gracefully restore the CLI cursor on exit", + "license": "MIT", + "repository": "sindresorhus/restore-cursor", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "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": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } +} |