{
  "_args": [
    [
      "keyv@4.4.1",
      "/home/bkra0192/evag_andy/strapi"
    ]
  ],
  "_from": "keyv@4.4.1",
  "_id": "keyv@4.4.1",
  "_inBundle": false,
  "_integrity": "sha512-PzByhNxfBLnSBW2MZi1DF+W5+qB/7BMpOokewqIvqS8GFtP7xHm2oeGU72Y1fhtfOv/FiEnI4+nyViYDmUChnw==",
  "_location": "/keyv",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "keyv@4.4.1",
    "name": "keyv",
    "escapedName": "keyv",
    "rawSpec": "4.4.1",
    "saveSpec": null,
    "fetchSpec": "4.4.1"
  },
  "_requiredBy": [
    "/cacheable-request"
  ],
  "_resolved": "https://registry.npmjs.org/keyv/-/keyv-4.4.1.tgz",
  "_spec": "4.4.1",
  "_where": "/home/bkra0192/evag_andy/strapi",
  "author": {
    "name": "Jared Wray",
    "email": "me@jaredwray.com",
    "url": "http://jaredwray.com"
  },
  "bugs": {
    "url": "https://github.com/jaredwray/keyv/issues"
  },
  "dependencies": {
    "compress-brotli": "^1.3.8",
    "json-buffer": "3.0.1"
  },
  "description": "Simple key-value storage with support for multiple backends",
  "devDependencies": {
    "@keyv/test-suite": "*",
    "ava": "^4.3.1",
    "eslint": "^8.22.0",
    "eslint-plugin-promise": "^6.0.0",
    "nyc": "^15.1.0",
    "pify": "5.0.0",
    "this": "^1.1.0",
    "timekeeper": "^2.2.0",
    "tsd": "^0.22.0",
    "typescript": "^4.7.4",
    "xo": "^0.51.0"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/jaredwray/keyv",
  "keywords": [
    "key",
    "value",
    "store",
    "cache",
    "ttl"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "keyv",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaredwray/keyv.git"
  },
  "scripts": {
    "clean": "rm -rf node_modules && rm -rf .nyc_output && rm -rf coverage.lcov && rm -rf ./test/testdb.sqlite",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov",
    "test": "xo && nyc ava --serial"
  },
  "tsd": {
    "directory": "test"
  },
  "types": "./src/index.d.ts",
  "version": "4.4.1",
  "xo": {
    "rules": {
      "unicorn/prefer-module": 0,
      "unicorn/prefer-node-protocol": 0
    }
  }
}
