File: control

package info (click to toggle)
node-proxy 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: javascript: 587; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 894 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
Source: node-proxy
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-basic-auth-parser <!nocheck>
 , node-debug (>= 4.1.1) <!nocheck>
 , nodejs (>= 6)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-proxy
Vcs-Git: https://salsa.debian.org/js-team/node-proxy.git
Homepage: https://github.com/TooTallNate/proxy#readme
Rules-Requires-Root: no

Package: node-proxy
Architecture: all
Depends: ${misc:Depends}
 , node-basic-auth-parser
 , node-debug (>= 4.1.1)
 , nodejs (>= 6)
Description: HTTP proxy written with Node.js
 This module provides standard HTTP proxy logic. Servers can be scripted
 using the proxy server API.