| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/cli-cursor/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/cli-cursor/package.json |
{
"_from": "cli-cursor@^4.0.0",
"_id": "cli-cursor@4.0.0",
"_inBundle": false,
"_integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
"_location": "/@google/gemini-cli/cli-cursor",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cli-cursor@^4.0.0",
"name": "cli-cursor",
"escapedName": "cli-cursor",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/@google/gemini-cli/ink"
],
"_resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
"_shasum": "3cecfe3734bf4fe02a8361cbdc0f6fe28c6a57ea",
"_spec": "cli-cursor@^4.0.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/cli-cursor/issues"
},
"bundleDependencies": false,
"dependencies": {
"restore-cursor": "^4.0.0"
},
"deprecated": false,
"description": "Toggle the CLI cursor",
"devDependencies": {
"@types/node": "^16.7.1",
"ava": "^3.15.0",
"tsd": "^0.17.0",
"xo": "^0.44.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/cli-cursor#readme",
"keywords": [
"cli",
"cursor",
"ansi",
"toggle",
"display",
"show",
"hide",
"term",
"terminal",
"console",
"tty",
"shell",
"command-line"
],
"license": "MIT",
"name": "cli-cursor",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/cli-cursor.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"type": "module",
"version": "4.0.0"
}