@as207111/whois
Version:
Geolocation, Proxy, VPN or Tor exit address detection, for free.
34 lines (33 loc) • 734 B
JSON
{
"name": "@as207111/whois",
"version": "2.0.0",
"description": "Geolocation, Proxy, VPN or Tor exit address detection, for free.",
"main": "dist/index.js",
"scripts": {
"test": "node src/test.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AS207111/whois-js.git"
},
"keywords": [
"geolocation",
"proxy",
"vpn",
"whois",
"ip2location"
],
"author": "René Preuß <rene@preuss.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AS207111/whois-js/issues"
},
"homepage": "https://github.com/AS207111/whois-js#readme",
"dependencies": {
"node-fetch": "2"
},
"devDependencies": {
"typescript": "^4.6.3"
}
}