mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
05b6d7eedd
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"name": "@std/cache",
|
|
"version": "0.1.3",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./lru-cache": "./lru_cache.ts",
|
|
"./memoize": "./memoize.ts",
|
|
"./ttl-cache": "./ttl_cache.ts"
|
|
}
|
|
}
|