{
  "_args": [
    [
      "strapi-middleware-cache@1.2.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "strapi-middleware-cache@1.2.0",
  "_id": "strapi-middleware-cache@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-cURKzfdTO5lIpFt8DPCdhZHYawf6IQkaejUKLb4aqnZILdGu6p5Hpu3sCWcEX8dr3XwxvUoavr6avTssTkQu1Q==",
  "_location": "/strapi-middleware-cache",
  "_phantomChildren": {
    "debug": "4.1.1",
    "http-errors": "1.8.0",
    "koa-compose": "4.1.0",
    "methods": "1.1.2",
    "path-to-regexp": "1.8.0",
    "urijs": "1.19.4"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "strapi-middleware-cache@1.2.0",
    "name": "strapi-middleware-cache",
    "escapedName": "strapi-middleware-cache",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/strapi-middleware-cache/-/strapi-middleware-cache-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Patrick R"
  },
  "bugs": {
    "url": "https://github.com/patrixr/strapi-middleware-cache/issues"
  },
  "dependencies": {
    "ioredis": "^4.17.1",
    "koa-router": "^8.0.8",
    "lodash": "^4.17.15",
    "lru-cache": "^5.1.1",
    "pluralize": "^8.0.0",
    "redis-lru": "^0.6.0"
  },
  "description": "Cache strapi requests",
  "devDependencies": {
    "chai": "^4.2.0",
    "koa": "^2.11.0",
    "mocha": "^7.1.1",
    "supertest": "^4.0.2",
    "supertest-koa-agent": "^0.3.2"
  },
  "directories": {
    "lib": "./lib"
  },
  "homepage": "https://github.com/patrixr/strapi-middleware-cache#readme",
  "keywords": [
    "cache",
    "strapi",
    "requests",
    "redis",
    "memcache"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "strapi-middleware-cache",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patrixr/strapi-middleware-cache.git"
  },
  "scripts": {
    "test": "mocha ./tests/*.test.js --exit"
  },
  "version": "1.2.0"
}
