@nerdytechy/dns-info
Version:
Easily fetch all DNS records on a domain with a single high-speed function.
49 lines (48 loc) • 1.29 kB
JSON
{
"name": "@nerdytechy/dns-info",
"version": "1.2.0",
"description": "Easily fetch all DNS records on a domain with a single high-speed function.",
"main": "dns-info.js",
"exports": {
".": {
"require": "./dns-info.js",
"import": "./dns-info.mjs"
}
},
"scripts": {
"test": "node example.js",
"format": "npx prettier --write .",
"build:esm": "gen-esm-wrapper ./dns-info.js ./dns-info.mjs",
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NerdyTechy/dns-info.git"
},
"keywords": [
"dns",
"dns-info",
"dns-records",
"domains",
"records",
"domain-info",
"promise"
],
"author": "NerdyTechy",
"license": "ISC",
"bugs": {
"url": "https://github.com/NerdyTechy/dns-info/issues"
},
"homepage": "https://github.com/NerdyTechy/dns-info#readme",
"dependencies": {
"bluebird": "^3.7.2",
"lodash": "^4.17.21",
"native-dns": "^0.7.0"
},
"devDependencies": {
"eslint": "^8.32.0",
"gen-esm-wrapper": "^1.1.3",
"prettier": "^2.8.3"
}
}