blob: 2d4c0b092165a7a4313cdf946a234540a8e875cc [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"dependencies": {
"onetime": "^2.0.0",
"signal-exit": "^3.0.2"
},
"description": "Gracefully restore the CLI cursor on exit",
"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"
],
"license": "MIT",
"name": "restore-cursor",
"repository": "sindresorhus/restore-cursor",
"version": "2.0.0"
}