UNPKG

asnlookup

Version:

IP to ASN lookup using BGP table listings from http://thyme.apnic.net/current/

31 lines (30 loc) 661 B
{ "name": "asnlookup", "version": "1.0.1", "description": "IP to ASN lookup using BGP table listings from http://thyme.apnic.net/current/", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha ./test.js" }, "repository": { "type": "git", "url": "git+https://github.com/cloudron-io/asnlookup.git" }, "keywords": [ "asn", "ip", "thyme", "apnic" ], "author": "Johannes Zellner <support@cloudron.io>", "license": "MIT", "dependencies": { "debug": "^4.3.2", "ipcheck": "^0.1.0", "superagent": "^6.1.0" }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^9.0.3" } }