File: control

package info (click to toggle)
node-to-regex 3.0.2%2B~cs2.2.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,212 kB
  • sloc: javascript: 10,172; sh: 10; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 1,287 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
38
39
40
41
42
43
Source: node-to-regex
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12)
 , nodejs
 , node-define-property
 , node-extend-shallow
 , node-regex-not
 , pkg-js-tools (>= 0.9.12~)
# regexp-tree build dependencies
 , node-babel7
 , node-colors
 , node-shelljs
 , node-nomnom
 , node-cli-table
# Test dependencies
 , mocha <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-to-regex
Vcs-Git: https://salsa.debian.org/js-team/node-to-regex.git
Homepage: https://github.com/jonschlinkert/to-regex

Package: node-to-regex
Architecture: all
Provides: ${nodejs:Provides}
Depends:
 ${misc:Depends}
 , nodejs
 , node-define-property
 , node-extend-shallow
 , node-regex-not
Description: regex generator from string or array of strings
 to-regex  can be used to generate a regex from a string or array of strings.
 .
 This package installs also regexptree, a regular expressions processor, and
 safe-regex, which detects potentially catastrophic exponential-time regular
 expressions by limiting the star height to 1.