basant307/AI_Governance_Project
048
1{2 "name": "restore-cursor",3 "version": "4.0.0",4 "description": "Gracefully restore the CLI cursor on exit",5 "license": "MIT",6 "repository": "sindresorhus/restore-cursor",7 "funding": "https://github.com/sponsors/sindresorhus",8 "author": {9 "name": "Sindre Sorhus",10 "email": "sindresorhus@gmail.com",11 "url": "https://sindresorhus.com"12 },13 "type": "module",14 "exports": "./index.js",15 "engines": {16 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"17 },18 "scripts": {19 "test": "xo && tsd"20 },21 "files": [22 "index.js",23 "index.d.ts"24 ],25 "keywords": [26 "exit",27 "quit",28 "process",29 "graceful",30 "shutdown",31 "sigterm",32 "sigint",33 "terminate",34 "kill",35 "stop",36 "cli",37 "cursor",38 "ansi",39 "show",40 "term",41 "terminal",42 "console",43 "tty",44 "shell",45 "command-line"46 ],47 "dependencies": {48 "onetime": "^5.1.0",49 "signal-exit": "^3.0.2"50 },51 "devDependencies": {52 "tsd": "^0.7.2",53 "xo": "^0.24.0"54 }55}56 