File: control

package info (click to toggle)
node-regexpp 3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,228 kB
  • sloc: makefile: 32; javascript: 26; sh: 1
file content (37 lines) | stat: -rw-r--r-- 1,024 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
34
35
36
37
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:
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 eslint <!nocheck>,
 mocha <!nocheck>,
 node-rollup-plugin-node-resolve (>= 9),
 node-rollup-plugin-sourcemaps,
 node-types-json-schema,
 node-types-eslint,
 node-typescript,
 pandoc <!nodoc>,
 rollup,
 ts-node,
 unicode-data,
Standards-Version: 4.6.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},
Multi-Arch: foreign
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.