File: control

package info (click to toggle)
node-agent-base 6.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 236 kB
  • sloc: javascript: 621; exp: 9; makefile: 7
file content (36 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download
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
Source: node-agent-base
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
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-debug (>= 4~)
 , node-semver (>= 7~)
 , node-types-mocha
 , node-typescript
 , node-types-node
 , nodejs (>= 6)
 , openssl <!nocheck>
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.