{
  "_from": "got-scraping@^4.0.0",
  "_id": "got-scraping@4.1.3",
  "_inBundle": false,
  "_integrity": "sha512-PTXcxbuWg631hbRNZRa7p0JKCTLDVAy5AMbJtrxkiNHLVb9Fkn5ghOELaxjNXU5axrriPhEhV4/N/omhaOWJeg==",
  "_location": "/got-scraping",
  "_phantomChildren": {
    "lodash.isequal": "4.5.0",
    "vali-date": "1.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "got-scraping@^4.0.0",
    "name": "got-scraping",
    "escapedName": "got-scraping",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/@crawlee/basic",
    "/@crawlee/core",
    "/@crawlee/http",
    "/@crawlee/utils"
  ],
  "_resolved": "https://registry.npmjs.org/got-scraping/-/got-scraping-4.1.3.tgz",
  "_shasum": "4ad080404238b1ff512e4a08bb40baab129963dc",
  "_spec": "got-scraping@^4.0.0",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/basic",
  "author": {
    "name": "Apify",
    "email": "support@apify.com",
    "url": "https://apify.com"
  },
  "bugs": {
    "url": "https://github.com/apify/got-scraping/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "got": "^14.2.1",
    "header-generator": "^2.1.41",
    "http2-wrapper": "^2.2.0",
    "mimic-response": "^4.0.0",
    "ow": "^1.1.1",
    "quick-lru": "^7.0.0",
    "tslib": "^2.6.2"
  },
  "deprecated": false,
  "description": "HTTP client made for scraping based on got.",
  "devDependencies": {
    "@apify/eslint-config-ts": "^0.3.0",
    "@apify/tsconfig": "^0.1.0",
    "@types/body-parser": "^1.19.3",
    "@types/express": "^4.17.18",
    "@types/node": "^24.0.8",
    "@typescript-eslint/eslint-plugin": "^6.7.3",
    "@typescript-eslint/parser": "^6.7.3",
    "eslint": "^8.50.0",
    "express": "^4.18.2",
    "fs-extra": "^11.1.1",
    "get-stream": "^8.0.1",
    "jsdoc-to-markdown": "^8.0.0",
    "markdown-toc": "^1.2.0",
    "ts-node": "^10.9.1",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2",
    "vitest": "^3.0.4"
  },
  "engines": {
    "node": ">=16"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/apify/got-scraping#readme",
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "name": "got-scraping",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apify/got-scraping.git"
  },
  "scripts": {
    "build": "tsc --noEmit && tsup && node ./scripts/es-fixes.mjs",
    "lint": "eslint src test",
    "lint:fix": "eslint src test --fix",
    "prepublishOnly": "npm run build",
    "pretest:blocking": "npm run build",
    "test": "npx vitest",
    "test:blocking": "ts-node -T ./test/live-testing/index.js"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "4.1.3"
}
