Source: node-request
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
 Pirate Praveen <praveen@debian.org>
Build-Depends: 
 debhelper (>= 11~),
 nodejs,
 node-aws-sign2 (>= 0.7~) <!nocheck>,
 node-aws4 (>= 1.8~) <!nocheck>,
 node-caseless (>= 0.12~) <!nocheck>,
 node-combined-stream (>= 1.0.6~) <!nocheck>,
 node-extend (>= 3.0.2~) <!nocheck>,
 node-forever-agent (>= 0.6.1~) <!nocheck>,
 node-form-data (>= 2.3.2~) <!nocheck>,
 node-har-validator (>= 5.1~) <!nocheck>,
 node-http-signature (>= 1.2~) <!nocheck>,
 node-is-typedarray (>= 1.0~) <!nocheck>,
 node-isstream (>= 0.1.2~) <!nocheck>,
 node-json-stringify-safe (>= 5.0.1~) <!nocheck>,
 node-mime-types (>= 2.1.19~) <!nocheck>,
 node-oauth-sign (>= 0.9~) <!nocheck>,
 node-performance-now (>= 2.1~) <!nocheck>,
 node-qs (>= 6.5.2~) <!nocheck>,
 node-safe-buffer (>= 5.1.2~) <!nocheck>,
 node-tough-cookie <!nocheck>,
 node-tunnel-agent (>= 0.6~) <!nocheck>,
 node-node-uuid <!nocheck>
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.
