dns-lookup-promise
Version:
Promise version from `dns-lookup-cache`
30 lines (29 loc) • 784 B
JSON
{
"name": "dns-lookup-promise",
"version": "1.0.4",
"description": "Promise version from `dns-lookup-cache`",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/michael34435/dns-lookup-cache-promise.git"
},
"keywords": [
"dns",
"lookup"
],
"author": "Michael.K <michael34435@capslock.tw>",
"license": "MIT",
"bugs": {
"url": "https://github.com/michael34435/dns-lookup-cache-promise/issues"
},
"homepage": "https://github.com/michael34435/dns-lookup-cache-promise#readme",
"dependencies": {
"dns-lookup-cache": "^1.0.3"
},
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.14.0"
}
}