{
  "_args": [
    [
      "fetch-json-cache@0.2.9",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "fetch-json-cache@0.2.9",
  "_id": "fetch-json-cache@0.2.9",
  "_inBundle": false,
  "_integrity": "sha512-M3GmfURcbTS5tuH7UTvjW6rLqrlBk3/JMnNA/LgYzyMjuqrrpd0Qi3os0Fxzx2fjYSBS4d+o8LNRCYojHc7Ovw==",
  "_location": "/fetch-json-cache",
  "_phantomChildren": {
    "content-disposition": "0.5.4",
    "core-js": "3.25.1",
    "core-util-is": "1.0.3",
    "end-of-stream": "1.4.4",
    "eslint-plugin-n": "15.3.0",
    "function-exec-sync": "0.2.10",
    "glob": "7.2.3",
    "graceful-fs": "4.2.10",
    "imurmurhash": "0.1.4",
    "inherits": "2.0.4",
    "isarray": "1.0.0",
    "minimist": "1.2.6",
    "mkpath": "1.0.0",
    "node-exec-path": "0.0.1",
    "os-shim": "0.1.3",
    "process-nextick-args": "2.0.1",
    "progress-stream": "2.0.0",
    "pump": "3.0.0",
    "require_optional": "1.0.1",
    "safe-buffer": "5.1.2",
    "slide": "1.1.6",
    "temp-suffix": "0.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fetch-json-cache@0.2.9",
    "name": "fetch-json-cache",
    "escapedName": "fetch-json-cache",
    "rawSpec": "0.2.9",
    "saveSpec": null,
    "fetchSpec": "0.2.9"
  },
  "_requiredBy": [
    "/node-semvers"
  ],
  "_resolved": "https://registry.npmjs.org/fetch-json-cache/-/fetch-json-cache-0.2.9.tgz",
  "_spec": "0.2.9",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/fetch-json-cache/issues"
  },
  "dependencies": {
    "core-js": "^3.24.1",
    "get-remote": "^0.8.1",
    "mkpath": "^1.0.0",
    "rimraf": "^2.7.1",
    "write-file-atomic": "^1.3.4"
  },
  "description": "Caches fetched json. Updates when etag changes and is uses cache regardless if endpoint unreachable. Uses write-file-atomic for safe updates",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.33.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0",
    "fs-access-sync-compat": "^1.0.2",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/fetch-json-cache",
  "keywords": [
    "every",
    "async",
    "array",
    "callback"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "fetch-json-cache",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/fetch-json-cache.git"
  },
  "scripts": {
    "build": "",
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js --no-timeouts",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.2.9"
}
