| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/terminal-link/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/terminal-link/package.json |
{
"_from": "terminal-link@^3.0.0",
"_id": "terminal-link@3.0.0",
"_inBundle": false,
"_integrity": "sha512-flFL3m4wuixmf6IfhFJd1YPiLiMuxEc8uHRM1buzIeZPm22Au2pDqBJQgdo7n1WfPU1ONFGv7YDwpFBmHGF6lg==",
"_location": "/@google/gemini-cli/terminal-link",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "terminal-link@^3.0.0",
"name": "terminal-link",
"escapedName": "terminal-link",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@google/gemini-cli/ink-link"
],
"_resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-3.0.0.tgz",
"_shasum": "91c82a66b52fc1684123297ce384429faf72ac5c",
"_spec": "terminal-link@^3.0.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink-link",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"ava": {
"serial": true
},
"bugs": {
"url": "https://github.com/sindresorhus/terminal-link/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-escapes": "^5.0.0",
"supports-hyperlinks": "^2.2.0"
},
"deprecated": false,
"description": "Create clickable links in the terminal",
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
},
"engines": {
"node": ">=12"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/terminal-link#readme",
"keywords": [
"link",
"hyperlink",
"url",
"ansi",
"escape",
"terminal",
"term",
"console",
"command-line"
],
"license": "MIT",
"name": "terminal-link",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/terminal-link.git"
},
"scripts": {
"//test": "xo && ava && tsd",
"test": "xo && tsd"
},
"type": "module",
"version": "3.0.0"
}