File: control

package info (click to toggle)
node-re2 1.18.0%2B~cs2.13.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 836 kB
  • sloc: javascript: 5,134; cpp: 1,782; makefile: 14
file content (33 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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-compat (= 13)
 , dh-sequence-nodejs
 , libnode-dev
 , libre2-dev
 , node-gyp
 , node-nan
 , node-typescript <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-re2
Vcs-Git: https://salsa.debian.org/js-team/node-re2.git
Homepage: https://github.com/uhop/node-re2
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-re2
Architecture: any
Depends: ${misc:Depends}
 , ${shlibs:Depends}
 , nodejs:any
Provides: ${nodejs:Provides}
Multi-Arch: same
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.