Source: node-configurable-http-proxy
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 11)
 , nodejs (>= 6)
 , pkg-js-tools (>= 0.9.35)
 , node-http-proxy (>= 1.18.1)
 , node-lynx (>= 0.2.0)
 , node-strftime (>= 0.10.0)
 , node-winston (>= 3.3.0)
Standards-Version: 4.5.1
Homepage: https://github.com/jupyterhub/configurable-http-proxy#readme
Vcs-Git: https://salsa.debian.org/js-team/node-configurable-http-proxy.git
Vcs-Browser: https://salsa.debian.org/js-team/node-configurable-http-proxy

Package: node-configurable-http-proxy
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-commander
 , node-http-proxy (>= 1.18.1)
 , node-lynx (>= 0.2.0)
 , node-strftime (>= 0.10.0)
 , node-winston (>= 3.3.0)
Description: A configurable-on-the-fly HTTP Proxy in Node.js
 configurable-http-proxy (CHP) provides you with a way to update and
 manage a proxy table using a command line interface or REST API.  It
 is a simple wrapper around node-http-proxy. node-http-proxy is an
 HTTP programmable proxying library that supports websockets and is
 suitable for implementing components such as reverse proxies and load
 balancers. By wrapping node-http-proxy, configurable-http-proxy
 extends this functionality to JupyterHub deployments.
 .
 Node.js is an event-based server-side JavaScript engine.
