rework with cache api
Showing
| { | { | ||
| "name": "koishi-plugin-thesaurus", | "name": "koishi-plugin-thesaurus", | ||
| "version": "1.0.1", | "version": "1.0.2", | ||
| "description": "Koishi.js chat plugin for https://github.com/Kyomotoi/AnimeThesaurus", | "description": "Koishi.js chat plugin for https://github.com/Kyomotoi/AnimeThesaurus", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
| ... | @@ -32,17 +32,15 @@ | ... | @@ -32,17 +32,15 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/lodash": "^4.14.175", | "@types/lodash": "^4.14.175", | ||
| "@types/lru-cache": "^5.1.1", | |||
| "@types/node": "^16.11.1", | "@types/node": "^16.11.1", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | "@typescript-eslint/parser": "^4.33.0", | ||
| "eslint": "^7.32.0", | "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.0.0-alpha.9", | "koishi": "^4.0.0-alpha.10", | ||
| "koishi-utils-schemagen": "^1.1.3", | "koishi-utils-schemagen": "^1.1.3", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "lru-cache": "^6.0.0", | |||
| "prettier": "^2.4.1", | "prettier": "^2.4.1", | ||
| "proxy-agent": "^5.0.0", | "proxy-agent": "^5.0.0", | ||
| "raw-loader": "^4.0.2", | "raw-loader": "^4.0.2", | ||
| ... | ... |
Please register or sign in to comment