strapi-plugin-rest-cache
Version:
Speed-up HTTP requests with LRU cache
91 lines (90 loc) • 2.29 kB
JSON
{
"name": "strapi-plugin-rest-cache",
"version": "4.2.9",
"description": "Speed-up HTTP requests with LRU cache",
"license": "MIT",
"strapi": {
"displayName": "REST Cache",
"name": "rest-cache",
"description": "Speed-up HTTP requests with LRU cache",
"kind": "plugin"
},
"keywords": [
"strapi",
"plugin",
"rest",
"cache",
"http",
"lru"
],
"files": [
"admin/**/*.js",
"admin/**/*.json",
"server/**/*.js",
"strapi-admin.js",
"strapi-server.js"
],
"author": {
"name": "Strapi Community",
"url": "https://github.com/strapi-community/"
},
"maintainers": [
{
"name": "Sacha Stafyniak",
"email": "sacha@digisquad.io",
"url": "https://digisquad.io"
},
{
"name": "Patrick R",
"url": "https://github.com/patrixr/"
},
{
"name": "Davide Pellegatta",
"email": "davide.pellegatta@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/strapi-community/strapi-plugin-rest-cache.git",
"directory": "packages/strapi-plugin-rest-cache"
},
"bugs": {
"url": "https://github.com/strapi-community/strapi-plugin-rest-cache/issues"
},
"homepage": "https://strapi-community.github.io/strapi-plugin-rest-cache/",
"scripts": {
"lint": "run-s eslint:server:fix prettier:fix",
"eslint:server": "eslint ./server",
"eslint:server:fix": "eslint ./server --fix",
"prettier": "prettier --check ./{admin,server}/**/*",
"prettier:fix": "prettier --write ./{admin,server}/**/*",
"test": "run-s test:*",
"test:lint": "run-s eslint:server prettier"
},
"dependencies": {
"@koa/router": "^10.1.1",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"lodash": "^4.17.21",
"path": "^0.12.7",
"strapi-provider-rest-cache-memory": "^4.2.9"
},
"devDependencies": {
"@strapi/strapi": "^4.11.7",
"koa": "^2.11.0",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-intl": "^5.24.7",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"styled-components": "^5.2.3"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.5"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"gitHead": "7e08dc4715b0c231b9f6646045b5c9a8674b58fd"
}