{
  "name": "@fastify/proxy-addr",
  "description": "Determine the address of a proxied request",
  "version": "5.1.0",
  "main": "index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
  "contributors": [
    {
      "name": "Matteo Collina",
      "email": "hello@matteocollina.com"
    },
    {
      "name": "Aras Abbasi",
      "email": "aras.abbasi@gmail.com"
    },
    {
      "name": "James Sumners",
      "url": "https://james.sumners.info"
    },
    {
      "name": "Frazer Smith",
      "email": "frazer.dev@icloud.com",
      "url": "https://github.com/fdawgs"
    }
  ],
  "license": "MIT",
  "keywords": [
    "ip",
    "proxy",
    "x-forwarded-for"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/proxy-addr.git"
  },
  "bugs": {
    "url": "https://github.com/fastify/proxy-addr/issues"
  },
  "homepage": "https://github.com/fastify/proxy-addr#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/fastify"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/fastify"
    }
  ],
  "dependencies": {
    "@fastify/forwarded": "^3.0.0",
    "ipaddr.js": "^2.1.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.8",
    "beautify-benchmark": "0.2.4",
    "benchmark": "2.1.4",
    "c8": "^10.1.2",
    "eslint": "^9.17.0",
    "neostandard": "^0.12.0",
    "tsd": "^0.32.0"
  },
  "scripts": {
    "bench": "node benchmark/index.js",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "npm run test:unit && npm run test:typescript",
    "test:typescript": "tsd",
    "test:unit": "c8 --100 node --test"
  }
}
