UNPKG

@leichtgewicht/dns-socket

Version:

Make low-level DNS requests with retry and timeout support.

43 lines (42 loc) 969 B
{ "name": "@leichtgewicht/dns-socket", "version": "5.0.0", "description": "Make low-level DNS requests with retry and timeout support.", "author": "Mathias Buus (@mafintosh)", "main": "index.js", "module": "index.mjs", "exports": { ".": { "import": "./index.mjs", "require": "./index.js" } }, "license": "MIT", "repository": "mafintosh/dns-socket", "homepage": "https://github.com/mafintosh/dns-socket", "engines": { "node": ">=6" }, "scripts": { "test": "npm run lint && npm run unit", "lint": "standard", "unit": "tape test.mjs", "coverage": "c8 -r html npm run unit", "prepare": "npx @leichtgewicht/esm2umd" }, "dependencies": { "@leichtgewicht/dns-packet": "^6.0.0" }, "devDependencies": { "@leichtgewicht/esm2umd": "^0.3.4", "c8": "^7.11.3", "standard": "^17.0.0", "tape": "^5.5.3" }, "keywords": [ "dns", "domain", "socket", "low-level" ] }