| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/supports-hyperlinks/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/supports-hyperlinks/package.json |
{
"_from": "supports-hyperlinks@^2.2.0",
"_id": "supports-hyperlinks@2.3.0",
"_inBundle": false,
"_integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
"_location": "/@google/gemini-cli/supports-hyperlinks",
"_phantomChildren": {
"has-flag": "4.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "supports-hyperlinks@^2.2.0",
"name": "supports-hyperlinks",
"escapedName": "supports-hyperlinks",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/@google/gemini-cli/terminal-link"
],
"_resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
"_shasum": "3943544347c1ff90b15effb03fc14ae45ec10624",
"_spec": "supports-hyperlinks@^2.2.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/terminal-link",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/jamestalmage/supports-hyperlinks/issues"
},
"bundleDependencies": false,
"dependencies": {
"has-flag": "^4.0.0",
"supports-color": "^7.0.0"
},
"deprecated": false,
"description": "Detect if your terminal emulator supports hyperlinks",
"devDependencies": {
"ava": "^2.2.0",
"codecov": "^3.5.0",
"nyc": "^14.1.1",
"typescript": "^3.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"browser.js"
],
"homepage": "https://github.com/jamestalmage/supports-hyperlinks#readme",
"keywords": [
"link",
"terminal",
"hyperlink",
"cli"
],
"license": "MIT",
"name": "supports-hyperlinks",
"nyc": {
"reporter": [
"lcov",
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamestalmage/supports-hyperlinks.git"
},
"scripts": {
"create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly",
"prepublishOnly": "npm run create-types",
"test": "xo && nyc ava"
},
"version": "2.3.0"
}