Your IP : 216.73.216.74


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

{
  "_from": "ink-link@^4.1.0",
  "_id": "ink-link@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-3nNyJXum0FJIKAXBK8qat2jEOM41nJ1J60NRivwgK9Xh92R5UMN/k4vbz0A9xFzhJVrlf4BQEmmxMgXkCE1Jeg==",
  "_location": "/@google/gemini-cli/ink-link",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ink-link@^4.1.0",
    "name": "ink-link",
    "escapedName": "ink-link",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli"
  ],
  "_resolved": "https://registry.npmjs.org/ink-link/-/ink-link-4.1.0.tgz",
  "_shasum": "6da41c9f24e72c37fa12780ba9a3edd27efe3d48",
  "_spec": "ink-link@^4.1.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "extensions": {
      "ts": "module",
      "tsx": "module"
    },
    "workerThreads": false
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/ink-link/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "prop-types": "^15.8.1",
    "terminal-link": "^3.0.0"
  },
  "deprecated": false,
  "description": "Link component for Ink",
  "devDependencies": {
    "@sindresorhus/tsconfig": "^5.0.0",
    "@types/react": "^18.3.3",
    "ava": "^6.1.3",
    "eslint-config-xo-react": "^0.27.0",
    "eslint-plugin-react": "^7.34.2",
    "eslint-plugin-react-hooks": "^4.6.2",
    "ink": "^5.0.0",
    "ink-testing-library": "^4.0.0",
    "react": "^18.3.1",
    "tsx": "^4.11.0",
    "typescript": "^5.4.5",
    "xo": "^0.58.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/ink-link#readme",
  "keywords": [
    "ink-component",
    "ink",
    "component",
    "link",
    "hyperlink",
    "url",
    "react",
    "jsx",
    "terminal",
    "term",
    "console",
    "command-line"
  ],
  "license": "MIT",
  "name": "ink-link",
  "peerDependencies": {
    "ink": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/ink-link.git"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "xo && NODE_OPTIONS='--import=tsx/esm' FORCE_COLOR=1 ava"
  },
  "type": "module",
  "version": "4.1.0",
  "xo": {
    "extends": [
      "xo-react"
    ]
  }
}