npm install lru-cacheyarn add lru-cachepnpm add lru-cache<script src="https://fastly.jsdelivr.net/npm/lru-cache"></script><script src="https://unpkg.com/lru-cache"></script><script type="module">
import lrucache from 'https://cdn.jsdelivr.net/npm/lru-cache/+esm';
</script><script type="module">
import lrucache from 'https://cdn.skypack.dev/lru-cache';
</script>