Your IP : 216.73.216.74


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

{
  "_from": "ky@^1.2.0",
  "_id": "ky@1.8.1",
  "_inBundle": false,
  "_integrity": "sha512-7Bp3TpsE+L+TARSnnDpk3xg8Idi8RwSLdj6CMbNWoOARIrGrbuLGusV0dYwbZOm4bB3jHNxSw8Wk/ByDqJEnDw==",
  "_location": "/@google/gemini-cli/ky",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ky@^1.2.0",
    "name": "ky",
    "escapedName": "ky",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli/package-json"
  ],
  "_resolved": "https://registry.npmjs.org/ky/-/ky-1.8.1.tgz",
  "_shasum": "b1adaa473bc30aced2bab4c408ec177b78d198f0",
  "_spec": "ky@^1.2.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/package-json",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "extensions": {
      "ts": "module"
    },
    "nodeArguments": [
      "--import=tsx/esm"
    ],
    "workerThreads": false
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/ky/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Tiny and elegant HTTP client based on the Fetch API",
  "devDependencies": {
    "@sindresorhus/tsconfig": "^6.0.0",
    "@type-challenges/utils": "^0.1.1",
    "@types/body-parser": "^1.19.2",
    "@types/busboy": "^1.5.0",
    "@types/express": "^4.17.17",
    "@types/node": "^20.14.12",
    "ava": "^5.3.1",
    "body-parser": "^1.20.2",
    "busboy": "^1.6.0",
    "del-cli": "^5.1.0",
    "delay": "^6.0.0",
    "expect-type": "^0.19.0",
    "express": "^4.18.2",
    "jest-leak-detector": "^29.7.0",
    "pify": "^6.1.0",
    "playwright": "^1.45.3",
    "raw-body": "^2.5.2",
    "tsx": "^4.16.2",
    "typescript": "^5.5.4",
    "xo": "^0.58.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./distribution/index.d.ts",
    "default": "./distribution/index.js"
  },
  "files": [
    "distribution"
  ],
  "funding": "https://github.com/sindresorhus/ky?sponsor=1",
  "homepage": "https://github.com/sindresorhus/ky#readme",
  "keywords": [
    "fetch",
    "request",
    "requests",
    "http",
    "https",
    "fetching",
    "get",
    "url",
    "curl",
    "wget",
    "net",
    "network",
    "ajax",
    "api",
    "rest",
    "xhr",
    "browser",
    "got",
    "axios",
    "node-fetch"
  ],
  "license": "MIT",
  "main": "./distribution/index.js",
  "name": "ky",
  "nyc": {
    "reporter": [
      "text",
      "html",
      "lcov"
    ],
    "extension": [
      ".ts"
    ],
    "exclude": [
      "**/test/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/ky.git"
  },
  "scripts": {
    "build": "del-cli distribution && tsc --project tsconfig.dist.json",
    "debug": "PWDEBUG=1 ava --timeout=2m",
    "prepare": "npm run build",
    "release": "np",
    "test": "xo && npm run build && ava"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./distribution/index.d.ts",
  "version": "1.8.1",
  "xo": {
    "envs": [
      "browser"
    ],
    "rules": {
      "unicorn/filename-case": "off",
      "@typescript-eslint/ban-ts-comment": "off",
      "@typescript-eslint/no-unsafe-argument": "off",
      "@typescript-eslint/no-unsafe-assignment": "off",
      "@typescript-eslint/no-unsafe-return": "off",
      "@typescript-eslint/no-unsafe-call": "off",
      "@typescript-eslint/naming-convention": "off",
      "@typescript-eslint/no-unnecessary-type-assertion": "off",
      "n/no-unsupported-features/node-builtins": "off"
    }
  }
}