initial commit
authorJustin Wind <justin.wind+git@gmail.com>
Thu, 10 Jul 2025 21:43:51 +0000 (14:43 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 10 Jul 2025 21:48:54 +0000 (14:48 -0700)
commitbbf8141c29e0c0def26bf5cc1dc5777d22b216f4
treef4a01303bc0ba969b019d2a7f47e2281b522be3b
parent282de199ba1410bf038c3cf45b14b989e3cfc8a7
initial commit
15 files changed:
.gitignore [new file with mode: 0644]
.husky/pre-commit [new file with mode: 0644]
.npmrc [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
README.md [new file with mode: 0644]
eslint.config.js [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/arc.js [new file with mode: 0644]
lib/cache-entry.js [new file with mode: 0644]
lib/lru.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/arc.js [new file with mode: 0644]
test/cache-entry.js [new file with mode: 0644]
test/lru.js [new file with mode: 0644]