@phamleduy04/cheshire
Version:
TLRU / LRU cache based on @discordjs/collections
31 lines (30 loc) • 631 B
JSON
{
"name": "@phamleduy04/cheshire",
"version": "2.0.7",
"description": "TLRU / LRU cache based on @discordjs/collections",
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=14.0.0"
},
"author": "Saya",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Deivu/Cheshire"
},
"keywords": [
"discord.js",
"discordjs",
"discord-bot",
"cache",
"collection",
"tlru",
"lru",
"@discordjs/collections"
],
"dependencies": {
"fun-dispatcher": "^1.2.6",
"@discordjs/collection": "^1.5.1"
}
}