-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 973 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}