Source: node-configurable-http-proxy Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Roland Mas Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , chai , help2man , jest (>= 29) , node-aws-sign2 , node-aws4 , node-caseless , node-combined-stream , node-commander , node-extend , node-forever-agent , node-form-data , node-http-proxy , node-http-signature , node-is-typedarray , node-isstream , node-jasmine (>= 4) , node-json-stringify-safe , node-lynx , node-mime-types , node-nock , node-oauth-sign , node-performance-now , node-qs , node-safe-buffer , node-stealthy-require , node-strftime , node-tough-cookie , node-tunnel-agent , node-typescript , node-underscore , node-uuid , node-winston , node-ws (>= 7) , nodeunit Standards-Version: 4.6.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 Rules-Requires-Root: no Package: node-configurable-http-proxy Architecture: all Depends: ${misc:Depends} , node-commander , node-http-proxy , node-lynx , node-strftime , node-winston , nodejs:any Provides: ${nodejs:Provides} Description: 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.