Source: node-agent-base
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Per Andersson <avtobiff@debian.org>,
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-nodejs,
 expect <!nocheck>,
 mocha <!nocheck>,
 node-semver <!nocheck>,
 node-typescript,
 node-typescript-types (>= 20201201~),
 node-debug (>= 4~),
 node-types-mocha,
 node-semver (>= 7~),
 nodejs (>= 6),
 openssl <!nocheck>,
Standards-Version: 4.5.0
Homepage: https://github.com/TooTallNate/node-agent-base#readme
Vcs-Git: https://salsa.debian.org/js-team/node-agent-base.git
Vcs-Browser: https://salsa.debian.org/js-team/node-agent-base
Rules-Requires-Root: no

Package: node-agent-base
Architecture: all
Depends:
 node-debug,
 node-semver,
 nodejs (>= 6),
 ${misc:Depends},
Description: Turn a function into an http.Agent instance
 This module provides an http.Agent generator. That is, you pass it an async
 callback function, and it returns a new http.Agent instance that will invoke
 the given callback function when sending outbound HTTP requests.
 .
 Node.js is an event-based server-side JavaScript engine.
