Source: node-agent-base Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Per Andersson , Andrius Merkys Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , expect , mocha , node-debug (>= 4~) , node-semver (>= 7~) , node-types-mocha , node-typescript , node-types-node , nodejs (>= 6) , openssl Standards-Version: 4.5.1 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: ${misc:Depends} , node-debug , node-semver , nodejs (>= 6) 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.