UNPKG

jsdns

Version:

A simple DNS module for looking up hostnames + the total time taking to lookup the address in ms.

24 lines (23 loc) 494 B
{ "name": "jsdns", "version": "0.0.4", "description": "A simple DNS module for looking up hostnames + the total time taking to lookup the address in ms.", "main": "JSdns.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "DNS", "Reverse Lookup", "Resolver", "Networking", "DNS Cache", "Client-Side", "IPv4" ], "author": "Liam Robson", "license": "MIT", "dependencies": { "dnscache": "^1.0.1" } }