node-stats-webpack-plugin 0.7.0-4 source package in Ubuntu

Changelog

node-stats-webpack-plugin (0.7.0-4) unstable; urgency=medium

  * Team upload
  * Wrap long lines in changelog entries: 0.7.0-3.
  * Declare compliance with policy 4.6.1
  * Fix filenamemangle
  * Drop dependency to nodejs
  * Fix autopkgtest

 -- Yadd <email address hidden>  Wed, 01 Jun 2022 14:28:01 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stats-webpack-plugin_0.7.0-4.dsc 2.2 KiB bf20c766cede6e269514819de0d38297ac14122d6b99f73c8b9c556728df09b1
node-stats-webpack-plugin_0.7.0.orig.tar.gz 32.5 KiB 2e97906fb0b4b798c45a8a549cf79a18cae917b3c73d2ff7eb32c2188489a0fc
node-stats-webpack-plugin_0.7.0-4.debian.tar.xz 3.4 KiB 3fa3e67d0c157823da213b5d3e9e719b176570e5a70a4e3f33ad34b70bd7e5bf

Available diffs

No changes file available.

Binary packages built by this source

node-stats-webpack-plugin: Write the stats of a build to a file

 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.