UNPKG

@otterhttp/proxy-address

Version:

proxy-addr rewrite with TypeScript and ESM support

36 lines 765 B
{ "name": "@otterhttp/proxy-address", "version": "3.0.1", "type": "module", "description": "proxy-addr rewrite with TypeScript and ESM support", "homepage": "https://otterhttp.lordfirespeed.dev", "repository": { "type": "git", "url": "https://github.com/otterjs/otterhttp.git", "directory": "packages/proxy-addr" }, "types": "./dist/index.d.ts", "exports": "./dist/index.js", "keywords": [ "otterhttp", "node.js", "web framework", "web", "backend", "proxy-addr", "ip", "net", "network" ], "engines": { "node": ">=20.16.0" }, "license": "LGPL-3.0-or-later", "dependencies": { "ipaddr.js": "^2.2.0", "@otterhttp/forwarded": "3.0.1" }, "scripts": { "build": "tsup" } }