File: control

package info (click to toggle)
node-timed-out 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: javascript: 393; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 979 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
Source: node-timed-out
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Aditya Neralkar <adityaneralkar@gmail.com>
Build-Depends: debhelper-compat (= 13)
 , mocha
 , dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-timed-out
Vcs-Git: https://salsa.debian.org/js-team/node-timed-out.git
Homepage: https://github.com/floatdrop/timed-out
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-timed-out
Architecture: all
Depends: ${misc:Depends}
 , nodejs (>= 6)
Multi-Arch: foreign
Description: Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged
 Time in milliseconds to wait for `connect` event on socket.
 Or you can pass Object with following fields:
  - `connect` - time to wait for connection
  - `socket`  - time to wait for activity on socket
 .
 Node.js is an event-based server-side JavaScript engine.