{ "name": "@vuepress/plugin-cache", "version": "2.0.0-rc.112", "description": "VuePress plugin - cache", "keywords": [ "vuepress-plugin", "vuepress", "plugin", "cache" ], "homepage": "https://ecosystem.vuejs.press/plugins/tools/cache.html", "bugs": { "url": "https://github.com/vuepress/ecosystem/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuepress/ecosystem.git", "directory": "plugins/tools/plugin-cache" }, "license": "MIT", "author": "pengzhanbo", "type": "module", "exports": { ".": "./lib/node/index.js", "./package.json": "./package.json" }, "main": "./lib/node/index.js", "types": "./lib/node/index.d.ts", "files": [ "lib" ], "dependencies": { "ci-info": "^4.3.0", "lru-cache": "^11.1.0" }, "peerDependencies": { "vuepress": "2.0.0-rc.24" }, "publishConfig": { "access": "public" }, "gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0" }