File: control

package info (click to toggle)
node-connect-timeout 1.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,264 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
37
38
Source: node-connect-timeout
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , mocha (>= 4) <!nocheck>
 , node-http-errors <!nocheck>
 , node-ms <!nocheck>
 , node-on-finished (>=2.3.0) <!nocheck>
 , node-on-headers <!nocheck>
 , node-supertest <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-connect-timeout
Vcs-Git: https://salsa.debian.org/js-team/node-connect-timeout.git
Homepage: https://github.com/expressjs/timeout
Rules-Requires-Root: no

Package: node-connect-timeout
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-http-errors
 , node-ms
 , node-on-finished (>=2.3.0)
 , node-on-headers
Description: connect middleware for timing out HTTP requests - Node.js module
 This module allows one to set a timeout (default 5000 milliseconds) for
 HTTP requests. A new timeout event is added to the HTTP request instance
 and triggered when the request expires.
 .
 Connect is an extensible HTTP server framework.
 .
 Node.js is an event-based server-side JavaScript engine.