blob: 8ede42367c07425acf2a354f321c2e5313974e02 [file] [edit]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"dependencies": {
"onetime": "^5.1.0",
"signal-exit": "^3.0.2"
},
"description": "Gracefully restore the CLI cursor on exit",
"devDependencies": {
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"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",
"scripts": {
"test": "xo && tsd"
},
"version": "3.1.0"
}