node-raw-loader 4.0.2-3 source package in Ubuntu

Changelog

node-raw-loader (4.0.2-3) unstable; urgency=medium

  * Team upload
  * Fix GitHub tags regex
  * Update standards version to 4.6.1, no changes needed.
  * Fix filenamemangle

 -- Yadd <email address hidden>  Tue, 22 Nov 2022 13:35:12 +0100

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-raw-loader_4.0.2-3.dsc 2.1 KiB 2f459c293d37468b5743fce61a228844d7515bd5b7e607a51dbb8aeb77828489
node-raw-loader_4.0.2.orig.tar.gz 133.0 KiB 1e9905d729c70ef79134e2f2cb05c9f2d67bb99c8c9f88fceba4809d62a6b5d9
node-raw-loader_4.0.2-3.debian.tar.xz 3.0 KiB ca78343ac45eb413a932062147e2e806b43921dedacd0a533904632020f5519e

Available diffs

No changes file available.

Binary packages built by this source

node-raw-loader: raw loader module for webpack

 This library is a loader for webpack that allows importing files as a String.
 .
 Webpack takes code targeted at node.js and adapts it to run in the browser.
 Node.js comes with an API of its own that is not available in 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.