@yangshuanlin/y-cache
Version:
加密缓存插件,支持set,get,del,tag,只调试过vue
21 lines (20 loc) • 396 B
JSON
{
"name": "@yangshuanlin/y-cache",
"version": "1.0.0",
"description": "加密缓存插件,支持set,get,del,tag,只调试过vue",
"main": "src/cache.js",
"type": "module",
"scripts": {
"test": "node ./test/test.js"
},
"keywords": [
"cache",
"crypt-cache",
"加密缓存",
"缓存",
"localstorage",
"vue"
],
"author": "19js",
"license": "MIT"
}