UNPKG

ipinfo.js

Version:

Package for retrieving GeoIP data using ipapi.co service, and checking if connection is coming from a Tor node.

35 lines (34 loc) 784 B
{ "name": "ipinfo.js", "version": "1.0.6", "description": "Package for retrieving GeoIP data using ipapi.co service, and checking if connection is coming from a Tor node.", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/kilobro/ipinfo.js.git" }, "keywords": [ "geoip", "geoip2", "geoiplite", "ipapi", "ipapico", "ipinfo", "ip-info", "ipinfojs", "ip-infojs" ], "author": "kilobro", "license": "ISC", "bugs": { "url": "https://github.com/kilobro/ipinfo.js/issues" }, "homepage": "https://github.com/kilobro/ipinfo.js#readme", "dependencies": { "axios": "^0.19.2", "tor-test": "^0.2.1" } }