Source: node-regex-cache Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper (>= 9) , dh-buildinfo , nodejs , mocha , node-should , node-is-primitive (>= 2.0.0) , node-is-equal-shallow (>= 0.1.3) Standards-Version: 3.9.8 Homepage: https://github.com/jonschlinkert/regex-cache Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-regex-cache.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-regex-cache.git Package: node-regex-cache Architecture: all Depends: ${misc:Depends} , nodejs , node-is-primitive (>= 2.0.0) , node-is-equal-shallow (>= 0.1.3) Description: Memorize the results of a call to the RegExp constructor Memorize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements. . Node.js is an event-based server-side JavaScript engine.