Source: node-mocks-http Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Thorsten Alteholz Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , chai , mocha , node-accepts , node-content-disposition , node-depd , node-fresh , node-merge-descriptors , node-methods , node-mime , node-parseurl , node-range-parser , node-sinon , node-sinon-chai , node-type-is Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-mocks-http Vcs-Git: https://salsa.debian.org/js-team/node-mocks-http.git Homepage: https://github.com/howardabrams/node-mocks-http Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-mocks-http Architecture: all Depends: ${misc:Depends} , node-accepts , node-content-disposition , node-depd , node-fresh , node-merge-descriptors , node-methods , node-mime , node-parseurl , node-range-parser , node-type-is Provides: node-node-mocks-http Description: Mock 'http' objects for testing Express routing functions Mock 'http' objects for testing Express routing functions, but could be used for testing any Node.js web server applications that have code that requires mockups of the request and response objects . Node.js is an event-based server-side JavaScript engine.