ip-to-hosting
Version:
This package allows you to check whether an IP address belongs to a hosting provider or not. In case the IP address can be successfully linked to a hosting provider (datacenter), this module will return the meta information for the hosting provider.
35 lines • 973 B
JSON
{
"name": "ip-to-hosting",
"version": "1.0.7",
"description": "This package allows you to check whether an IP address belongs to a hosting provider or not. In case the IP address can be successfully linked to a hosting provider (datacenter), this module will return the meta information for the hosting provider.",
"main": "src/ip_to_hosting.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipapi-is/ip_to_hosting.git"
},
"keywords": [
"hosting-detection",
"datacenter-detection",
"cloud-provider-detection",
"IP",
"cloud",
"datacenter",
"API",
"lookup",
"AWS",
"Google-Cloud",
"Hetzner",
"OVH",
"Azure",
"Linode"
],
"author": "ipapi.is",
"license": "ISC",
"bugs": {
"url": "https://github.com/ipapi-is/ip_to_hosting/issues"
},
"homepage": "https://ipapi.is/hosting-detection.html"
}