root-hints
Advanced tools
+6
-4
| { | ||
| "name": "root-hints", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "Provides IP addresses of the DNS root servers, also known as 'root hints'.", | ||
@@ -9,3 +9,3 @@ "author": "silverwind <me@silverwind.io> (https://github.com/silverwind)", | ||
| "scripts": { | ||
| "test": "node --trace-deprecation --throw-deprecation test.js" | ||
| "test": "make test" | ||
| }, | ||
@@ -32,5 +32,7 @@ "engines": { | ||
| "devDependencies": { | ||
| "got": "^6.7.1", | ||
| "ip-regex": "^2.1.0" | ||
| "eslint": "^4.12.1", | ||
| "got": "^8.0.1", | ||
| "ip-regex": "^2.1.0", | ||
| "updates": "^1.3.0" | ||
| } | ||
| } |
4538
0.15%4
100%