Source: node-re2
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 10)
 , nodejs (>= 6)
 , node-nan
 , node-gyp
 , libnode-dev
 , libre2-dev
Standards-Version: 4.4.1
Homepage: http://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

Package: node-re2
Architecture: any
Depends:
 ${shlibs:Depends}
 , ${misc:Depends}
 , nodejs (>= 6)
Provides:
	node-heya-unit (= 0.3.0)
	, node-heya-ice (= 0.1.11)
	, node-heya-unify (= 0.2.7)
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.
