{
  "_from": "cacheable-request@^13.0.12",
  "_id": "cacheable-request@13.0.18",
  "_inBundle": false,
  "_integrity": "sha512-rFWadDRKJs3s2eYdXlGggnBZKG7MTblkFBB0YllFds+UYnfogDp2wcR6JN97FhRkHTvq59n2vhNoHNZn29dh/Q==",
  "_location": "/cacheable-request",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cacheable-request@^13.0.12",
    "name": "cacheable-request",
    "escapedName": "cacheable-request",
    "rawSpec": "^13.0.12",
    "saveSpec": null,
    "fetchSpec": "^13.0.12"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-13.0.18.tgz",
  "_shasum": "b256c499df6c266d3c2ed075009f54e6d08fe431",
  "_spec": "cacheable-request@^13.0.12",
  "_where": "/home/easypc6/backend/node_modules/got",
  "author": {
    "name": "Jared Wray",
    "email": "me@jaredwray.com",
    "url": "http://jaredwray.com"
  },
  "bugs": {
    "url": "https://github.com/jaredwray/cacheable/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/http-cache-semantics": "^4.0.4",
    "get-stream": "^9.0.1",
    "http-cache-semantics": "^4.2.0",
    "keyv": "^5.5.5",
    "mimic-response": "^4.0.0",
    "normalize-url": "^8.1.1",
    "responselike": "^4.0.2"
  },
  "dependenciesComments": {
    "@types/http-cache-semantics": "It needs to be in the dependencies list and not devDependencies because otherwise projects that use this one will be getting `Could not find a declaration file for module 'http-cache-semantics'` error when running `tsc`, see https://github.com/jaredwray/cacheable-request/issues/194 for details"
  },
  "deprecated": false,
  "description": "Wrap native HTTP requests with RFC compliant cache support",
  "devDependencies": {
    "@biomejs/biome": "^2.3.11",
    "@keyv/sqlite": "^4.0.6",
    "@types/express": "^5.0.6",
    "@types/node": "^25.0.3",
    "@types/responselike": "^1.0.3",
    "@vitest/coverage-v8": "^4.0.16",
    "body-parser": "^2.2.2",
    "delay": "^7.0.0",
    "express": "^5.2.1",
    "pify": "^6.1.0",
    "rimraf": "^6.1.0",
    "sqlite3": "^5.1.7",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": "./dist/index.js",
  "files": [
    "dist",
    "LICENSE"
  ],
  "homepage": "https://github.com/jaredwray/cacheable#readme",
  "keywords": [
    "HTTP",
    "HTTPS",
    "cache",
    "caching",
    "layer",
    "cacheable",
    "RFC 7234",
    "RFC",
    "7234",
    "compliant"
  ],
  "license": "MIT",
  "name": "cacheable-request",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaredwray/cacheable.git",
    "directory": "packages/cacheable-request"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc --project tsconfig.build.json",
    "clean": "rimraf node_modules ./coverage ./test/testdb.sqlite ./dist",
    "lint": "biome check --write --error-on-warnings",
    "prepublish": "pnpm run build",
    "test": "pnpm lint && vitest run --coverage",
    "test:ci": "biome check --error-on-warnings && vitest run --coverage"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "13.0.18"
}
