root-hints
Version:
Provides IP addresses of the DNS root servers, also known as 'root hints'.
40 lines (39 loc) • 807 B
JSON
{
"name": "root-hints",
"version": "4.0.1",
"description": "Provides IP addresses of the DNS root servers, also known as 'root hints'.",
"author": "silverwind <me@silverwind.io> (https://github.com/silverwind)",
"license": "BSD-2-Clause",
"repository": "silverwind/root-hints",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=8"
},
"keywords": [
"dns",
"root",
"hints",
"internic",
"zone",
"authorative",
"ip",
"ipv4",
"ipv6",
"root-servers"
],
"files": [
"index.js",
"hints.json"
],
"devDependencies": {
"eslint": "7.10.0",
"eslint-config-silverwind": "21.0.0",
"fetch-enhanced": "5.0.0",
"ip-regex": "4.2.0",
"node-fetch": "2.6.1",
"updates": "11.2.4",
"versions": "8.4.3"
}
}