heroip
Version:
heroip: A Node.js utility for seamless IP address detection and geolocation. Easily retrieve the client's IP address and gather geolocation details, all in one package. Simplify IP-based operations in your applications with heroip.
38 lines (37 loc) • 950 B
JSON
{
"name": "heroip",
"version": "1.0.2",
"description": "heroip: A Node.js utility for seamless IP address detection and geolocation. Easily retrieve the client's IP address and gather geolocation details, all in one package. Simplify IP-based operations in your applications with heroip.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"heroip",
"IP address",
"Request IP",
"GeoIP",
"Location",
"Geolocation",
"IP lookup",
"Client IP",
"IP details",
"Node.js",
"Express",
"Middleware",
"Networking",
"Internet",
"Location data",
"Geographical information"
],
"author": "",
"license": "MIT",
"dependencies": {
"geoip-lite": "^1.4.7",
"request-ip": "^3.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Hridoyn75/heroip.git"
}
}