1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: node-superagent
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-babel7
, node-busboy <!nocheck>
, node-component-emitter (>= 1.3.0) <!nocheck>
, node-cookiejar (>= 2.1.2) <!nocheck>
, node-debug <!nocheck>
, node-fast-safe-stringify <!nocheck>
, node-form-data (>= 2.3.3) <!nocheck>
, node-formidable (>= 3) <!nocheck>
, node-methods (>= 1.1.2) <!nocheck>
, node-mime (>= 2.4.4) <!nocheck>
, node-qs (>= 6.7.0) <!nocheck>
, node-readable-stream <!nocheck>
, node-semver <!nocheck>
, node-streamsearch <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-superagent
Vcs-Git: https://salsa.debian.org/js-team/node-superagent.git
Homepage: https://github.com/ladjs/superagent
Rules-Requires-Root: no
Package: node-superagent
Architecture: all
Depends: ${misc:Depends}
, node-component-emitter (>= 1.3.0)
, node-cookiejar (>= 2.1.2)
, node-debug
, node-fast-safe-stringify
, node-form-data (>= 2.3.3)
, node-formidable (>= 3)
, node-methods (>= 1.1.2)
, node-mime (>= 2.4.4)
, node-qs (>= 6.7.0)
, node-readable-stream
, node-semver
Provides: ${nodejs:Provides}
Description: HTTP client request with chainable API - Node.js module
Super Agent is a light-weight, progressive, ajax API crafted
for flexibility, readability, and a low learning curve.
.
Node.js is an event-based server-side JavaScript engine.
|