Source: node-mimic-response Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Nirmal K V Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , jest , node-express , node-iconv , node-os-tmpdir , node-p-timeout Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-mimic-response Vcs-Git: https://salsa.debian.org/js-team/node-mimic-response.git Homepage: https://github.com/sindresorhus/mimic-response Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-mimic-response Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Description: Mimic a Node.js HTTP response stream Make a function mimic another one. . Useful when you wrap a function and like to preserve the original name and other properties. . Node.js is an event-based server-side JavaScript engine.