| 12
 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.
 |