{
  "name": "axios-cached-dns-resolve",
  "version": "3.3.0",
  "main": "index",
  "description": "Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background",
  "scripts": {
    "watchUnit": "NODE_ENV=DEBUG ava --fail-fast -v **/__tests__/**/*test*.js --watch",
    "ava": "ava",
    "test": "npm run ava -timeout=2m",
    "watchLint": "esw . --ext=js --ext=mjs --ignore-path .gitignore --fix --watch",
    "lint": "eslint . --ext=js --ext=mjs --ignore-path .gitignore --fix"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "esm": {
    "force": true,
    "mode": "auto"
  },
  "keywords": [
    "axios",
    "dns",
    "cache",
    "resolve",
    "lookup"
  ],
  "author": "Troy Collinsworth",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:tcollinsworth/axios-cached-dns-resolve.git"
  },
  "devDependencies": {
    "ava": "^3.15.0",
    "axios": "^0.27.2",
    "body-parser": "^1.20.2",
    "delay": "^5.0.0",
    "eslint": "^8.44.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-watch": "^8.0.0",
    "esm": "^3.2.25",
    "express": "^4.18.2",
    "ignore-styles": "^5.0.1"
  },
  "dependencies": {
    "json-stringify-safe": "^5.0.1",
    "lru-cache": "^7.18.3",
    "pino": "^8.14.1",
    "pino-pretty": "^10.0.1"
  }
}
