Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/restore-cursor/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/restore-cursor/package.json

{
  "_from": "restore-cursor@^4.0.0",
  "_id": "restore-cursor@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
  "_location": "/@google/gemini-cli/restore-cursor",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "restore-cursor@^4.0.0",
    "name": "restore-cursor",
    "escapedName": "restore-cursor",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli/cli-cursor"
  ],
  "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
  "_shasum": "519560a4318975096def6e609d44100edaa4ccb9",
  "_spec": "restore-cursor@^4.0.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/cli-cursor",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/restore-cursor/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "onetime": "^5.1.0",
    "signal-exit": "^3.0.2"
  },
  "deprecated": false,
  "description": "Gracefully restore the CLI cursor on exit",
  "devDependencies": {
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "exports": "./index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
  "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": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/restore-cursor.git"
  },
  "scripts": {
    "test": "xo && tsd"
  },
  "type": "module",
  "version": "4.0.0"
}