File: control

package info (click to toggle)
node-path-to-regexp 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,616 kB
  • sloc: javascript: 2,594; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 1,065 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
Source: node-path-to-regexp
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>,
           Xavier Guimard <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               chai <!nocheck>,
               mocha <!nocheck>,
               node-rimraf,
               node-typescript,
               node-typescript-types,
               node-util,
               dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-path-to-regexp
Vcs-Git: https://salsa.debian.org/js-team/node-path-to-regexp.git
Homepage: https://github.com/pillarjs/path-to-regexp
Rules-Requires-Root: no

Package: node-path-to-regexp
Architecture: all
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: express style path to RegExp utility
 Turn an Express-style path string such as `/user/:name`
 into a regular expression.
 .
 Node.js is an event-based server-side JavaScript engine.