@zeit/dns-cached-resolve
Version:
Caching DNS resolve
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "@zeit/dns-cached-resolve",
"version": "2.1.2",
"description": "Caching DNS resolve",
"license": "Apache-2.0",
"author": "Olli Vanhoja",
"keywords": [
"async",
"dns",
"resolve",
"lookup"
],
"homepage": "https://github.com/zeit/dns-cached-resolve",
"bugs": {
"url": "https://github.com/zeit/dns-cached-resolve/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/dns-cached-resolve.git"
},
"scripts": {
"prepublishOnly": "yarn build",
"fmt": "prettier --single-quote --print-width=80 --write './{src, test}/**/*.ts'",
"build": "tsc",
"test": "jest"
},
"main": "lib/index.js",
"dependencies": {
"@types/async-retry": "1.2.1",
"@types/lru-cache": "4.1.1",
"@types/node": "10.12.18",
"async-retry": "1.2.3",
"lru-cache": "5.1.1"
},
"devDependencies": {
"@types/jest": "23.3.10",
"jest": "24.8.0",
"prettier": "1.15.3",
"ts-jest": "24.0.2",
"typescript": "3.2.2"
},
"jest": {
"preset": "ts-jest",
"testURL": "http://localhost/",
"verbose": false
}
}