Source: node-vhost
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
Multi-Arch: foreign
Build-Depends: debhelper-compat (= 12),
               dh-buildinfo,
               nodejs,
               node-mocha,
               node-should,
               node-supertest,
               pkg-js-tools (>= 0.8.8)
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/js-team/node-vhost
Vcs-Git: https://salsa.debian.org/js-team/node-vhost.git
Homepage: https://github.com/expressjs/vhost

Package: node-vhost
Architecture: all
Depends: ${misc:Depends},
         nodejs
Description: connect middleware for domain request matching - Node.js module
 This module allows one to match incoming http requests to given
 host-server pairs, also known as virtual hosts.
 .
 It only works with in-process Request and Server Node.js objects,
 in particular it is not a proxy.
 .
 Connect is an extensible HTTP server framework.
 .
 Node.js is an event-based server-side JavaScript engine.
