node-compression-webpack-plugin 10.0.0-2 source package in Ubuntu

Changelog

node-compression-webpack-plugin (10.0.0-2) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest

 -- Yadd <email address hidden>  Fri, 02 Dec 2022 15:11:25 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-compression-webpack-plugin_10.0.0-2.dsc 2.3 KiB c2875a653ae6a853c2ad9383f8e63b8b8ca198161666c0f048005f0abe64a88c
node-compression-webpack-plugin_10.0.0.orig.tar.gz 298.6 KiB 77fefdacb057fa9a03bcd947c7a3c1c6b4ff577335eb5a60e86e976e7a9a782f
node-compression-webpack-plugin_10.0.0-2.debian.tar.xz 3.4 KiB a00929ec8ae8f766cd99cc4ed4d1af425f2a934efb7ba9e33af26cabf41ff4af

Available diffs

No changes file available.

Binary packages built by this source

node-compression-webpack-plugin: Prepare compressed versions of assets

 This module can be used to prepare compressed versions of assets to serve
 them with Content-Encoding.
 .
 Webpack takes code targeted at node.js and makes it run in the browser.
 Node.js comes with API of its own that is not available in the browsers.
 Webpack exposes this code to programs that are unaware they are running in a
 browser.
 .
 Node.js is an event-based server-side JavaScript engine.