asn-from-ip
Version:
This tiny module allows you to get ASN information for each IP address. The output includes IP suffixes, AS type, AS country, AS organisation and so on...
22 lines • 580 B
JSON
{
"name": "asn-from-ip",
"version": "1.0.5",
"description": "This tiny module allows you to get ASN information for each IP address. The output includes IP suffixes, AS type, AS country, AS organisation and so on...",
"main": "src/ip_to_asn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ASN",
"AS",
"ip-to-asn",
"API",
"ASN Lookup",
"ASN Type",
"ASN Meta"
],
"author": "ipapi.is",
"url": "https://ipapi.is/",
"license": "ISC",
"homepage": "https://github.com/ipapi-is/ip_to_asn"
}