File: control

package info (click to toggle)
node-regexpp 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,176 kB
  • sloc: sh: 31; javascript: 26; makefile: 26
file content (33 lines) | stat: -rw-r--r-- 940 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-regexpp
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 debhelper-compat (= 12),
 eslint <!nocheck>,
# mocha <!nocheck>,
 node-rollup-plugin-node-resolve (>= 9),
 node-rollup-plugin-sourcemaps,
 node-typescript,
 pandoc <!nodoc>,
 rollup,
# ts-node,
 unicode-data,
Standards-Version: 4.5.1
Homepage: https://github.com/mysticatea/regexpp
Vcs-Browser: https://salsa.debian.org/js-team/node-regexpp
Vcs-Git: https://salsa.debian.org/js-team/node-regexpp.git
Rules-Requires-Root: no

Package: node-regexpp
Architecture: all
Depends:
 ${misc:Depends},
Description: regular expression parser for ECMAScript - Node.js library
 regexpp is a Node.js module
 for parsing ECMAScript (a.k.a. JavaScript) code
 using regular expressions.
 .
 Node.js is an event-based server-side JavaScript engine.