Source: node-vhost Maintainer: Debian Javascript Maintainers Uploaders: Leo Iannacone Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , dh-buildinfo , mocha , node-should , node-supertest (>= 1.1.0) , nodejs , pkg-js-tools (>= 0.8.8) Standards-Version: 4.5.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 Rules-Requires-Root: no 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.