Source: node-send Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal , Yadd Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-after , node-debug , node-depd , node-encodeurl , node-escape-html , node-etag , node-fresh , node-http-errors , node-mime-types , node-ms , node-on-finished , node-range-parser , node-should , node-supertest (>= 4.0.2) , node-statuses (>= 2) Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-send Vcs-Git: https://salsa.debian.org/js-team/node-send.git Homepage: https://github.com/pillarjs/send Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-send Architecture: all Depends: ${misc:Depends} , node-debug , node-depd , node-encodeurl , node-escape-html , node-etag , node-fresh , node-http-errors , node-mime , node-ms , node-on-finished , node-range-parser , node-statuses (>= 2) Provides: ${nodejs:Provides} Breaks: node-express (<< 4.18.1~) Description: Static file server with ranges and negotiation support for Node.js This module offers a streaming static file server supporting partial responses (Ranges), conditional-GET negotiation, high test coverage, and granular events allowing middlewares to plug easily into it. . Node.js is an event-based server-side javascript engine.