Source: node-pixl-request
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-async <!nocheck>,
 node-class-plus <!nocheck>,
 node-errno <!nocheck>,
 node-form-data <!nocheck>,
 node-pixl-acl <!nocheck>,
 node-pixl-perf <!nocheck>,
 node-pixl-server <!nocheck>,
 node-pixl-server-web <!nocheck>,
 node-pixl-unit <!nocheck>,
 node-pixl-xml <!nocheck>,
 node-proxy-agent <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-request
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-request.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-request

Package: node-pixl-request
Architecture: all
Multi-Arch: foreign
Depends:
 node-class-plus,
 node-errno,
 node-form-data,
 node-pixl-acl,
 node-pixl-perf,
 node-pixl-xml,
 node-proxy-agent,
 ${misc:Depends},
Description: very simple module for making HTTP requests
 This module is a very simple wrapper around Node's built-in http library
 for making HTTP requests. It provides an easy way to send an HTTP GET or
 POST, including things like support for HTTPS (SSL), file uploads and
 JSON REST style API calls. Compressed responses are also handled
 automatically.
 .
 Node.js is an event-based server-side JavaScript engine.
