node-webpack 5.76.1+dfsg2+~cs10.8.15-3 source package in Ubuntu

Changelog

node-webpack (5.76.1+dfsg2+~cs10.8.15-3) unstable; urgency=medium

  * Upload to unstable

 -- Bastien Roucariès <email address hidden>  Mon, 12 Feb 2024 21:42:25 +0000

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
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-webpack_5.76.1+dfsg2+~cs10.8.15-3.dsc 4.3 KiB 9dddf8df009eb1cab9ce16f2ff7eab9a6735bfbfbc0902b1f8bf58a2c96d269e
node-webpack_5.76.1+dfsg2+~cs10.8.15.orig-discoveryjs-json-ext.tar.xz 46.0 KiB fc7e7aefe600a040f523e8f17de24dc3ca0e1de097d40e571d8cf89507fc9867
node-webpack_5.76.1+dfsg2+~cs10.8.15.orig-terser-webpack-plugin.tar.xz 173.4 KiB 68fc558e426d3ff5f01ab98dd60a8fd612715340fa985325452b382dc7d223a3
node-webpack_5.76.1+dfsg2+~cs10.8.15.orig-webpack-cli.tar.xz 306.6 KiB b31d284ac8ed1b5717ac634c94ce7ec449810713944134674589728b2d602bcf
node-webpack_5.76.1+dfsg2+~cs10.8.15.orig.tar.xz 1.5 MiB 2cd0969eb9ce42b01d22de8e1f9290f385df2b21c9f40dfbda8194e2922189ff
node-webpack_5.76.1+dfsg2+~cs10.8.15-3.debian.tar.xz 38.3 KiB 08f61a01dec4752f9b351da646aae3bff2dcea34dc65353fa2e355b7a0b4ae30

No changes file available.

Binary packages built by this source

webpack: Packs CommonJs/AMD modules for the browser

 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.