File: control

package info (click to toggle)
node-to-regex-range 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,109 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
Source: node-to-regex-range
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
Build-Depends: debhelper-compat (= 12),
               mocha,
               node-fill-range,
               node-is-number,
               node-repeat-string,
               nodejs,
               pkg-js-tools (>= 0.9.8~)
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/js-team/node-to-regex-range
Vcs-Git: https://salsa.debian.org/js-team/node-to-regex-range.git
Homepage: https://github.com/jonschlinkert/to-regex-range

Package: node-to-regex-range
Architecture: all
Depends: node-is-number,
         node-repeat-string,
         nodejs,
         ${misc:Depends}
Description: returns a regex-compatible range from two numbers, min and max
 It comes with 855,412 generated unit tests to validate it's accuracy! Useful
 for creating regular expressions to validate numbers, ranges, years, etc.
 .
 Node.js is an event-based server-side JavaScript engine.