Source: node-re2 Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , nodejs (>= 6) , node-nan , node-gyp , libnode-dev , libre2-dev , dh-sequence-nodejs Standards-Version: 4.5.1 Homepage: https://github.com/uhop/node-re2 Vcs-Git: https://salsa.debian.org/js-team/node-re2.git Vcs-Browser: https://salsa.debian.org/js-team/node-re2 Rules-Requires-Root: no Package: node-re2 Architecture: any Depends: ${shlibs:Depends} , ${misc:Depends} , nodejs (>= 6) Provides: ${nodejs:Provides} Description: Node.js bindings for RE2, a fast and safe regular expression engine This package provides bindings to a safer alternative to the native JavaScript regular expression engine, without supporting features that are targets for Denial-Of-Service attacks, like backreferences and lookahead assertions. . Node.js is an event-based server-side JavaScript engine.