iptoasn
Version:
IP to ASN using BGP table listings from http://thyme.apnic.net/current/
33 lines (32 loc) • 762 B
JSON
{
"name": "iptoasn",
"version": "1.3.1",
"description": "IP to ASN using BGP table listings from http://thyme.apnic.net/current/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kacperzuk/iptoasn.git"
},
"keywords": [
"asn",
"ip"
],
"author": "Kacper Żuk <npm@kacperzuk.pl>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kacperzuk/iptoasn/issues"
},
"homepage": "https://github.com/kacperzuk/iptoasn#readme",
"dependencies": {
"byline": "^5.0.0",
"fs-ext": "^0.5.0",
"replacestream": "^4.0.0",
"unbzip2-stream": "^1.0.9"
},
"devDependencies": {
"ip": "^1.1.3"
}
}