@cmunroe/ip2asn
Version:
A class that works with https://ip2asn.ipinfo.app/.
27 lines (26 loc) • 620 B
JSON
{
"name": "@cmunroe/ip2asn",
"version": "0.3.2",
"description": "A class that works with https://ip2asn.ipinfo.app/.",
"main": "src/ip2asn/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/cmunroe/ip2asn-js.git"
},
"keywords": [
"ip2asn",
"ipinfo"
],
"author": "Cameron Munroe",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/cmunroe/ip2asn-js/issues"
},
"homepage": "https://gitlab.com/cmunroe/ip2asn-js#readme",
"dependencies": {
"axios": "^0.19.2"
}
}