client-ip
Version:
Get the client IP address of the current request
32 lines (31 loc) • 693 B
JSON
{
"name": "client-ip",
"version": "1.0.0",
"description": "Get the client IP address of the current request",
"main": "index.js",
"scripts": {
"test": "node test | tap-format-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/scottcorgan/client-ip.git"
},
"devDependencies": {
"@tap-format/spec": "github:tap-format/spec",
"tape": "^4.6.0"
},
"keywords": [
"client",
"ip",
"request",
"remote",
"address",
"x-forward-for"
],
"author": "Scott Corgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/scottcorgan/client-ip/issues"
},
"homepage": "https://github.com/scottcorgan/client-ip"
}