jccp_a/vuepress/node_modules/@vuepress/plugin-cache/package.json
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

44 lines
989 B
JSON

{
"name": "@vuepress/plugin-cache",
"version": "2.0.0-rc.114",
"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.1",
"lru-cache": "^11.2.2"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.26"
},
"publishConfig": {
"access": "public"
},
"gitHead": "bb7cbe54154be9d9b09b6116888ed61d8701862b"
}