{
  "_from": "flat-cache@^4.0.0",
  "_id": "flat-cache@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  "_location": "/flat-cache",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "flat-cache@^4.0.0",
    "name": "flat-cache",
    "escapedName": "flat-cache",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/file-entry-cache"
  ],
  "_resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
  "_shasum": "0ece39fcb14ee012f4b0410bd33dd9c1f011127c",
  "_spec": "flat-cache@^4.0.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\file-entry-cache",
  "author": {
    "name": "Jared Wray",
    "url": "https://jaredwray.com"
  },
  "bugs": {
    "url": "https://github.com/jaredwray/flat-cache/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "flatted": "^3.2.9",
    "keyv": "^4.5.4"
  },
  "deprecated": false,
  "description": "A stupidly simple key/value storage using files to persist some data",
  "devDependencies": {
    "c8": "^9.1.0",
    "chai": "^4.3.10",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-mocha": "^10.2.0",
    "glob-expand": "^0.2.1",
    "mocha": "^10.3.0",
    "prettier": "^3.2.4",
    "rimraf": "^5.0.5",
    "sinon": "^17.0.1",
    "write": "^2.0.0"
  },
  "engines": {
    "node": ">=16"
  },
  "files": [
    "src/cache.js",
    "src/del.js",
    "src/utils.js"
  ],
  "homepage": "https://github.com/jaredwray/flat-cache#readme",
  "keywords": [
    "json cache",
    "simple cache",
    "file cache",
    "key par",
    "key value",
    "cache"
  ],
  "license": "MIT",
  "main": "src/cache.js",
  "name": "flat-cache",
  "precommit": [
    "npm run verify --silent"
  ],
  "prepush": [
    "npm run verify --silent"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaredwray/flat-cache.git"
  },
  "scripts": {
    "autofix": "npm run eslint-fix",
    "check": "npm run eslint",
    "clean": "rimraf ./node_modules ./package-lock.json ./yarn.lock ./coverage",
    "eslint": "eslint --cache --cache-location=node_modules/.cache/ ./src/**/*.js ./test/**/*.js",
    "eslint-fix": "npm run eslint -- --fix",
    "format": "prettier --write .",
    "test": "npm run verify --silent",
    "test:cache": "c8 mocha -R spec test/specs",
    "test:ci:cache": "c8 --reporter=lcov mocha -R spec test/specs",
    "verify": "npm run eslint && npm run test:cache"
  },
  "version": "4.0.1"
}
