{
  "_from": "express-rate-limit@^8.2.1",
  "_id": "express-rate-limit@8.6.1",
  "_inBundle": false,
  "_integrity": "sha512-0D493aP61w0TJ2A0wy27riRsO7FMQ7FK+KUHOKCSfPvYo0R55aiC6emCVgFUeShH0fq0ICPVzNcgoS+BsbXQCA==",
  "_location": "/express-rate-limit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "express-rate-limit@^8.2.1",
    "name": "express-rate-limit",
    "escapedName": "express-rate-limit",
    "rawSpec": "^8.2.1",
    "saveSpec": null,
    "fetchSpec": "^8.2.1"
  },
  "_requiredBy": [
    "/@modelcontextprotocol/sdk"
  ],
  "_resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.6.1.tgz",
  "_shasum": "e0977ec8075346e207d788383362ada7c08324ae",
  "_spec": "express-rate-limit@^8.2.1",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@modelcontextprotocol/sdk",
  "author": {
    "name": "Nathan Friedly",
    "url": "http://nfriedly.com/"
  },
  "bugs": {
    "url": "https://github.com/express-rate-limit/express-rate-limit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^4.4.3",
    "ip-address": "^10.2.0"
  },
  "deprecated": false,
  "description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",
  "devDependencies": {
    "@asyncapi/specs": "6.11.1",
    "@biomejs/biome": "2.4.6",
    "@express-rate-limit/prettier": "1.1.1",
    "@express-rate-limit/tsconfig": "1.0.5",
    "@jest/globals": "30.4.1",
    "@types/debug": "4.1.13",
    "@types/express": "5.0.6",
    "@types/jest": "30.0.0",
    "@types/node": "26.1.1",
    "@types/supertest": "7.2.1",
    "del-cli": "7.0.0",
    "dts-bundle-generator": "8.1.2",
    "esbuild": "0.28.1",
    "express": "5.2.1",
    "husky": "9.1.7",
    "jest": "30.4.2",
    "lint-staged": "17.1.0",
    "mintlify": "4.2.715",
    "npm-run-all": "4.1.5",
    "prettier": "3.9.5",
    "ratelimit-header-parser": "0.1.0",
    "supertest": "7.2.2",
    "ts-jest": "29.4.11",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">= 16"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist/",
    "tsconfig.json"
  ],
  "funding": "https://github.com/sponsors/express-rate-limit",
  "homepage": "https://github.com/express-rate-limit/express-rate-limit",
  "keywords": [
    "express-rate-limit",
    "express",
    "rate",
    "limit",
    "ratelimit",
    "rate-limit",
    "middleware",
    "ip",
    "auth",
    "authorization",
    "security",
    "brute",
    "force",
    "bruteforce",
    "brute-force",
    "attack"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,json}": "biome check --write",
    "*.{md,yaml}": "prettier --write"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "express-rate-limit",
  "peerDependencies": {
    "express": ">= 4.11"
  },
  "prettier": "@express-rate-limit/prettier",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/express-rate-limit/express-rate-limit.git"
  },
  "scripts": {
    "build:cjs": "esbuild --packages=external --platform=node --bundle --target=es2022 --format=cjs --outfile=dist/index.cjs --footer:js=\"module.exports = Object.assign(rateLimit, module.exports);\" source/index.ts",
    "build:esm": "esbuild --packages=external --platform=node --bundle --target=es2022 --format=esm --outfile=dist/index.mjs source/index.ts",
    "build:types": "dts-bundle-generator --out-file=dist/index.d.ts source/index.ts && cp dist/index.d.ts dist/index.d.cts && cp dist/index.d.ts dist/index.d.mts",
    "clean": "del-cli dist/ coverage/ *.log *.tmp *.bak *.tgz",
    "compile": "run-s clean build:*",
    "docs": "cd docs && mintlify dev",
    "format": "run-s format:*",
    "format-test": "run-s format test:lib",
    "format:code": "biome check --write",
    "format:docs": "prettier --write docs/ *.md",
    "lint": "run-s lint:*",
    "lint:code": "biome check",
    "lint:docs": "prettier --check docs/ *.md",
    "pre-commit": "lint-staged",
    "prepare": "run-s compile && husky",
    "test": "run-s lint test:lib",
    "test:ext": "cd test/external/ && bash run-all-tests",
    "test:lib": "jest"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "8.6.1"
}
