node-express-static-gzip_3.0.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sun, 13 Jul 2025 15:45:10 +0200 |
Source: | node-express-static-gzip |
Binary: | node-express-static-gzip |
Architecture: | source all |
Version: | 3.0.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
Changed-By: | Thomas Goirand <zigo@debian.org> |
Description: | node-express-static-gzip - serve pre-compressed static assets in Express efficiently |
Closes: | 1109208 |
Changes: | node-express-static-gzip (3.0.0-1) unstable; urgency=medium * Initial release (Closes: #1109208) |
Files: | d0d61e3cbcf281fb34cf181e22785abf 2191 javascript optional node-express-static-gzip_3.0.0-1.dsc 2731589f224a2bcc1e3dd54a3b2c4ed5 36644 javascript optional node-express-static-gzip_3.0.0.orig.tar.xz 209b6a10985dcd7ca38e51fe7d4c5b7b 2152 javascript optional node-express-static-gzip_3.0.0-1.debian.tar.xz 2ec229f89aaae0365590f75ac869215e 9920 javascript optional node-express-static-gzip_3.0.0-1_all.deb 7374cb4fe64dee26e250c7a78d0c9c6e 8783 javascript optional node-express-static-gzip_3.0.0-1_amd64.buildinfo |
node-express-static-gzip_3.0.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | node-express-static-gzip |
Binary: | node-express-static-gzip |
Architecture: | all |
Version: | 3.0.0-1 |
Maintainer: | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
Uploaders: | Thomas Goirand <zigo@debian.org>, |
Homepage: | https://github.com/tkoenig89/express-static-gzip |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/js-team/node-express-static-gzip |
Vcs-Git: | https://salsa.debian.org/js-team/node-express-static-gzip.git |
Testsuite: | autopkgtest-pkg-nodejs |
Build-Depends: | debhelper-compat (=13), dh-nodejs, dh-sequence-nodejs, openstack-pkg-tools |
Package-List: | node-express-static-gzip deb javascript optional arch=all |
Files: | 2731589f224a2bcc1e3dd54a3b2c4ed5 36644 node-express-static-gzip_3.0.0.orig.tar.xz 209b6a10985dcd7ca38e51fe7d4c5b7b 2152 node-express-static-gzip_3.0.0-1.debian.tar.xz |
README.source for node-express-static-gzip_3.0.0-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for node-express-static-gzip_3.0.0-1_all.deb (click to toggle) | |
---|---|
Package: | node-express-static-gzip |
Version: | 3.0.0-1 |
Architecture: | all |
Maintainer: | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
Installed-Size: | 32 |
Depends: | node-mime-types, node-parseurl, node-serve-static |
Section: | javascript |
Priority: | optional |
Homepage: | https://github.com/tkoenig89/express-static-gzip |
Description: | serve pre-compressed static assets in Express efficiently This library extends Express.js by providing middleware to serve pre-compressed (gzip and Brotli) static files transparently. It detects client-supported compression formats and delivers the appropriate asset, falling back to uncompressed files if necessary. . Key features: - Automatically serve .gz and .br pre-compressed files alongside originals - Honor client Accept-Encoding header for optimal compression selection - Fallback support to original resources if compressed versions are missing - Easy integration with Express apps using familiar middleware pattern - Lightweight and dependency-free . Ideal for performance-conscious web servers and apps utilizing static site generation where assets are compressed ahead of time. |
contents of node-express-static-gzip_3.0.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-07-13 13:45 ./ drwxr-xr-x root/root 0 2025-07-13 13:45 ./usr/ drwxr-xr-x root/root 0 2025-07-13 13:45 ./usr/share/ drwxr-xr-x root/root 0 2025-07-13 13:45 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-07-13 13:45 ./usr/share/doc/node-express-static-gzip/ -rw-r--r-- root/root 2994 2025-07-13 13:45 ./usr/share/doc/node-express-static-gzip/README.md.gz -rw-r--r-- root/root 168 2025-07-13 13:45 ./usr/share/doc/node-express-static-gzip/changelog.Debian.gz -rw-r--r-- root/root 1477 2025-07-13 13:45 ./usr/share/doc/node-express-static-gzip/copyright drwxr-xr-x root/root 0 2025-07-13 13:45 ./usr/share/nodejs/ drwxr-xr-x root/root 0 2025-07-13 13:45 ./usr/share/nodejs/express-static-gzip/ -rw-r--r-- root/root 2900 2025-07-13 13:45 ./usr/share/nodejs/express-static-gzip/index.d.ts -rw-r--r-- root/root 5621 2025-07-13 13:45 ./usr/share/nodejs/express-static-gzip/index.js -rw-r--r-- root/root 930 2025-07-13 13:45 ./usr/share/nodejs/express-static-gzip/package.json drwxr-xr-x root/root 0 2025-07-13 13:45 ./usr/share/nodejs/express-static-gzip/util/ -rw-r--r-- root/root 2571 2025-07-13 13:45 ./usr/share/nodejs/express-static-gzip/util/encoding-selection.js -rw-r--r-- root/root 3333 2025-07-13 13:45 ./usr/share/nodejs/express-static-gzip/util/options.js |
copyright of node-express-static-gzip_3.0.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: express-static-gzip Upstream-Contact: https://github.com/tkoenig89/express-static-gzip/issues Source: https://github.com/tkoenig89/express-static-gzip#readme Files: * Copyright: 2016-2025, Tobias Koenig <tobiaskoenig1@gmail.com> License: Expat Files: debian/* Copyright: 2025, Thomas Goirand <zigo@debian.org> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Timestamp: 13.07.2025 / 15:02:35 (UTC)