1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: node-send
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>, Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-after <!nocheck>
, node-debug <!nocheck>
, node-depd <!nocheck>
, node-encodeurl <!nocheck>
, node-escape-html <!nocheck>
, node-etag <!nocheck>
, node-fresh <!nocheck>
, node-http-errors <!nocheck>
, node-mime-types <!nocheck>
, node-ms <!nocheck>
, node-on-finished <!nocheck>
, node-range-parser <!nocheck>
, node-should <!nocheck>
, node-supertest (>= 4.0.2) <!nocheck>
, node-statuses (>= 2) <!nocheck>
Standards-Version: 4.7.2
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
Package: node-send
Architecture: all
Depends: ${misc:Depends}
, node-debug
, node-encodeurl
, node-escape-html
, node-etag
, node-fresh
, node-http-errors
, node-mime-types
, node-ms
, node-on-finished
, node-range-parser
, node-statuses (>= 2)
Provides: ${nodejs:Provides}
Breaks: node-express (<< 4.21.0~)
, node-serve-static (<< 2)
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.
|