Source: node-connect-timeout
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , mocha (>= 4) <!nocheck>
 , node-http-errors <!nocheck>
 , node-ms <!nocheck>
 , node-on-finished <!nocheck>
 , node-on-headers <!nocheck>
 , node-supertest <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
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}
 , node-http-errors
 , node-ms
 , node-on-finished
 , 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.
