@hyperone/dns-probing
Version:
A library that allows you to guess popular DNS records without using e.g. zone transfer, access to DNS server configuration.
32 lines (31 loc) • 702 B
JSON
{
"name": "@hyperone/dns-probing",
"version": "0.1.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "ava ./tests/automated/*.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperonecom/h1-dns-probing.git"
},
"keywords": [
"dns-probing"
],
"author": "Adam Dobrawy",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperonecom/h1-dns-probing/issues"
},
"homepage": "https://github.com/hyperonecom/h1-dns-probing#readme",
"devDependencies": {
"@hyperone/eslint-config": "^2.0.1",
"ava": "^2.4.0",
"eslint": "^6.6.0"
},
"dependencies": {
"dns-socket": "^4.2.0"
}
}