Source: node-lru-cache Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper (>= 11~) , nodejs , node-yallist , node-tap , pkg-js-tools Standards-Version: 4.3.0 Homepage: https://github.com/isaacs/node-lru-cache Vcs-Git: https://salsa.debian.org/js-team/node-lru-cache.git Vcs-Browser: https://salsa.debian.org/js-team/node-lru-cache Package: node-lru-cache Architecture: all Depends: ${misc:Depends} , node-yallist , nodejs Description: least-recently-used cache object for Node.js A cache object that deletes the least-recently-used items. This is the Node.js module. . Node.js is an event-based server-side javascript engine.