Source: node-request Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal , Pirate Praveen Build-Depends: debhelper (>= 11~), nodejs, node-aws-sign2 (>= 0.7~) , node-aws4 (>= 1.8~) , node-caseless (>= 0.12~) , node-combined-stream (>= 1.0.6~) , node-extend (>= 3.0.2~) , node-forever-agent (>= 0.6.1~) , node-form-data (>= 2.3.2~) , node-har-validator (>= 5.1~) , node-http-signature (>= 1.2~) , node-is-typedarray (>= 1.0~) , node-isstream (>= 0.1.2~) , node-json-stringify-safe (>= 5.0.1~) , node-mime-types (>= 2.1.19~) , node-oauth-sign (>= 0.9~) , node-performance-now (>= 2.1~) , node-qs (>= 6.5.2~) , node-safe-buffer (>= 5.1.2~) , node-tough-cookie , node-tunnel-agent (>= 0.6~) , node-node-uuid Standards-Version: 4.2.1 Homepage: https://github.com/mikeal/request Vcs-Git: https://salsa.debian.org/js-team/node-request.git Vcs-Browser: https://salsa.debian.org/js-team/node-request Package: node-request Architecture: all Depends: ${misc:Depends}, nodejs, node-aws-sign2 (>= 0.7~), node-aws4 (>= 1.8~), node-caseless (>= 0.12~), node-combined-stream (>= 1.0.6~), node-extend (>= 3.0.2~), node-forever-agent (>= 0.6.1~), node-form-data (>= 2.3.2~), node-har-validator (>= 5.1~), node-http-signature (>= 1.2~), node-is-typedarray (>= 1.0~), node-isstream (>= 0.1.2~), node-json-stringify-safe (>= 5.0.1~), node-mime-types (>= 2.1.19~), node-oauth-sign (>= 0.9~), node-performance-now (>= 2.1~), node-qs (>= 6.5.2~), node-safe-buffer (>= 5.1.2~), node-tough-cookie, node-tunnel-agent (>= 0.6~), node-node-uuid Description: simplified HTTP request client module for Node.js node-request is an HTTP client with a simple API and a lot of features: * streaming response * multipart form upload * HTTP auth * OAuth signing * Proxy Some features are available as suggested Node.js modules. . Node.js is an event-based server-side javascript engine.