UNPKG

get-client-ip

Version:

📍 A Lightweight Utility for Extracting the Real Client IP Address from Incoming HTTP Requests

57 lines (56 loc) 1.26 kB
{ "name": "get-client-ip", "version": "4.0.0", "description": "📍 A Lightweight Utility for Extracting the Real Client IP Address from Incoming HTTP Requests", "homepage": "https://github.com/WolfieLeader/npm/tree/main/packages/get-client-ip#readme", "repository": { "type": "git", "url": "git+https://github.com/WolfieLeader/npm.git", "directory": "packages/get-client-ip" }, "type": "module", "main": "./dist/index.cjs", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./package.json": "./package.json" }, "files": [ "dist" ], "sideEffects": false, "scripts": { "build": "tsup", "prepare": "npm run build", "typecheck": "tsc --noEmit", "test": "vitest" }, "devDependencies": { "@types/node": "^25.3.1", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.18" }, "engines": { "node": ">=18.0.0" }, "author": "WolfieLeader", "license": "MIT", "keywords": [ "ip", "express", "nestjs", "server", "backend", "middleware", "http" ] }