File: control

package info (click to toggle)
node-basic-auth-parser 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 76 kB
  • sloc: javascript: 51; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 804 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
Source: node-basic-auth-parser
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 node-vows <!nocheck>,
 nodejs (>= 6),
 pkg-js-tools (>= 0.9.35),
Standards-Version: 4.5.0
Homepage: https://npmjs.com/package/basic-auth-parser
Vcs-Git: https://salsa.debian.org/js-team/node-basic-auth-parser.git
Vcs-Browser: https://salsa.debian.org/js-team/node-basic-auth-parser
Rules-Requires-Root: no

Package: node-basic-auth-parser
Architecture: all
Depends:
 nodejs (>= 6),
 ${misc:Depends},
Description: Parse Basic Auth Authorization HTTP headers
 NodeJS package to parse Basic Auth Authorization HTTP headers.