Package: wnpp Severity: wishlist Owner: Raju Devidas <raju...@disroot.org> X-Debbugs-CC: debian-devel@lists.debian.org
* Package name : node-quick-lru Version : 1.1.0 Upstream Author : Sindre Sorhus <sindresor...@gmail.com> (sindresorhus.com) * URL : https://github.com/sindresorhus/quick-lru#readme * License : Expat Programming Lang: JavaScript Description : Useful when you need to cache something and limit memory usage. “Simple "Least Recently Used" (LRU) cache”. Useful when you need to cache something and limit memory usage. Inspired by the hashlru algorithm, but instead uses Map to support keys of any type, not just strings, and values can be undefined. I need to package node-quick-lru as it is a dependency for ava. ava is a test framework used in JavaScript.