{
  "_from": "got@^14.2.1",
  "_id": "got@14.6.6",
  "_inBundle": false,
  "_integrity": "sha512-QLV1qeYSo5l13mQzWgP/y0LbMr5Plr5fJilgAIwgnwseproEbtNym8xpLsDzeZ6MWXgNE6kdWGBjdh3zT/Qerg==",
  "_location": "/got",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "got@^14.2.1",
    "name": "got",
    "escapedName": "got",
    "rawSpec": "^14.2.1",
    "saveSpec": null,
    "fetchSpec": "^14.2.1"
  },
  "_requiredBy": [
    "/got-scraping"
  ],
  "_resolved": "https://registry.npmjs.org/got/-/got-14.6.6.tgz",
  "_shasum": "5adf7f576f89de8e291fd782e8b277f9bcc8e6c0",
  "_spec": "got@^14.2.1",
  "_where": "/home/easypc6/backend/node_modules/got-scraping",
  "ava": {
    "files": [
      "test/*",
      "!test/*.types.ts"
    ],
    "timeout": "10m",
    "extensions": {
      "ts": "module"
    },
    "workerThreads": false
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/got/issues"
  },
  "bundleDependencies": false,
  "c8": {
    "reporter": [
      "text",
      "html",
      "lcov"
    ],
    "exclude": [
      "test/**",
      "dist/**"
    ]
  },
  "dependencies": {
    "@sindresorhus/is": "^7.0.1",
    "byte-counter": "^0.1.0",
    "cacheable-lookup": "^7.0.0",
    "cacheable-request": "^13.0.12",
    "decompress-response": "^10.0.0",
    "form-data-encoder": "^4.0.2",
    "http2-wrapper": "^2.2.1",
    "keyv": "^5.5.3",
    "lowercase-keys": "^3.0.0",
    "p-cancelable": "^4.0.1",
    "responselike": "^4.0.2",
    "type-fest": "^4.26.1"
  },
  "deprecated": false,
  "description": "Human-friendly and powerful HTTP request library for Node.js",
  "devDependencies": {
    "@hapi/bourne": "^3.0.0",
    "@sindresorhus/tsconfig": "^6.0.0",
    "@sinonjs/fake-timers": "^11.2.2",
    "@types/benchmark": "^2.1.5",
    "@types/express": "^5.0.0",
    "@types/node": "^22.7.5",
    "@types/pem": "^1.14.4",
    "@types/readable-stream": "^4.0.14",
    "@types/request": "^2.48.12",
    "@types/sinon": "^17.0.2",
    "@types/sinonjs__fake-timers": "^8.1.5",
    "ava": "^5.3.1",
    "axios": "^1.7.7",
    "benchmark": "^2.1.4",
    "bluebird": "^3.7.2",
    "body-parser": "^1.20.3",
    "c8": "^10.1.3",
    "chunk-data": "^0.1.0",
    "create-cert": "^1.0.6",
    "create-test-server": "^3.0.1",
    "del-cli": "^6.0.0",
    "delay": "^6.0.0",
    "expect-type": "^1.0.0",
    "express": "^4.21.1",
    "form-data": "^4.0.0",
    "formdata-node": "^6.0.3",
    "get-stream": "^9.0.1",
    "nock": "^13.5.5",
    "node-fetch": "^3.3.2",
    "np": "^10.0.5",
    "p-event": "^6.0.1",
    "pem": "^1.14.8",
    "pify": "^6.1.0",
    "quick-lru": "^7.2.0",
    "readable-stream": "^4.4.2",
    "request": "^2.88.2",
    "sinon": "^19.0.2",
    "slow-stream": "0.0.4",
    "tempy": "^3.1.0",
    "then-busboy": "^5.2.1",
    "tough-cookie": "^4.1.4",
    "tsx": "^4.19.1",
    "typescript": "^5.6.3",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    "types": "./dist/source/index.d.ts",
    "default": "./dist/source/index.js"
  },
  "files": [
    "dist/source"
  ],
  "funding": "https://github.com/sindresorhus/got?sponsor=1",
  "homepage": "https://github.com/sindresorhus/got#readme",
  "keywords": [
    "http",
    "https",
    "http2",
    "get",
    "got",
    "url",
    "uri",
    "request",
    "simple",
    "curl",
    "wget",
    "fetch",
    "net",
    "network",
    "gzip",
    "brotli",
    "zstd",
    "zstandard",
    "requests",
    "human-friendly",
    "axios",
    "superagent",
    "node-fetch",
    "ky"
  ],
  "license": "MIT",
  "name": "got",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/got.git"
  },
  "runkitExampleFilename": "./documentation/examples/runkit-example.js",
  "scripts": {
    "build": "del-cli dist && tsc",
    "prepare": "npm run build",
    "release": "np",
    "test": "xo && tsc --noEmit && NODE_OPTIONS='--import=tsx/esm' ava",
    "test:coverage": "xo && tsc --noEmit && NODE_OPTIONS='--import=tsx/esm' c8 ava"
  },
  "sideEffects": false,
  "type": "module",
  "version": "14.6.6",
  "xo": {
    "ignores": [
      "documentation/examples/*"
    ],
    "rules": {
      "@typescript-eslint/no-empty-function": "off",
      "n/no-deprecated-api": "off",
      "@typescript-eslint/no-implicit-any-catch": "off",
      "ava/assertion-arguments": "off",
      "@typescript-eslint/no-unsafe-member-access": "off",
      "@typescript-eslint/no-unsafe-return": "off",
      "@typescript-eslint/no-unsafe-assignment": "off",
      "@typescript-eslint/no-unsafe-call": "off",
      "@typescript-eslint/await-thenable": "off",
      "@typescript-eslint/no-redundant-type-constituents": "off",
      "@typescript-eslint/no-unsafe-argument": "off",
      "@typescript-eslint/promise-function-async": "off",
      "no-lone-blocks": "off",
      "unicorn/no-await-expression-member": "off",
      "unicorn/prefer-event-target": "off"
    }
  }
}
