ip-lookup.js
Version:
The Most easy way to get information of an IP Address!
20 lines (19 loc) • 346 B
JSON
{
"name": "ip-lookup.js",
"version": "1.0.0",
"description": "The Most easy way to get information of an IP Address!",
"main": "index.js",
"keywords": [
"ip",
"tracker",
"locator",
"ip-tracker",
"info",
"ip-info"
],
"author": "Rocky",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
}
}