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.
