{
  "_from": "cacheable-lookup@^2.0.0",
  "_id": "cacheable-lookup@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-EMMbsiOTcdngM/K6gV/OxF2x0t07+vMOWxZNSCRQMjO2MY2nhZQ6OYhOOpyQrbhqsgtvKGI7hcq6xjnA92USjg==",
  "_location": "/cacheable-lookup",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cacheable-lookup@^2.0.0",
    "name": "cacheable-lookup",
    "escapedName": "cacheable-lookup",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/tabletojson/got"
  ],
  "_resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-2.0.1.tgz",
  "_shasum": "87be64a18b925234875e10a9bb1ebca4adce6b38",
  "_spec": "cacheable-lookup@^2.0.0",
  "_where": "C:\\Users\\c\\Desktop\\COVID-19\\server\\node_modules\\tabletojson\\node_modules\\got",
  "author": {
    "name": "Szymon Marczak"
  },
  "bugs": {
    "url": "https://github.com/szmarczak/cacheable-lookup/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/keyv": "^3.1.1",
    "keyv": "^4.0.0"
  },
  "deprecated": false,
  "description": "A cacheable dns.lookup(…) that respects the TTL",
  "devDependencies": {
    "ava": "^3.1.0",
    "benchmark": "^2.1.4",
    "coveralls": "^3.0.9",
    "nyc": "^15.0.0",
    "proxyquire": "^2.1.3",
    "tsd": "^0.11.0",
    "xo": "^0.25.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/szmarczak/cacheable-lookup#readme",
  "keywords": [
    "dns",
    "lookup",
    "cacheable",
    "ttl"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cacheable-lookup",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szmarczak/cacheable-lookup.git"
  },
  "scripts": {
    "test": "xo && nyc ava && tsd"
  },
  "version": "2.0.1"
}
