node-style-loader 3.3.1-2 source package in Ubuntu

Changelog

node-style-loader (3.3.1-2) unstable; urgency=medium

  * Team upload
  * Back to unstable

 -- Yadd <email address hidden>  Wed, 23 Nov 2022 17:36:04 +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-style-loader_3.3.1-2.dsc 2.1 KiB 4617b095343c8128a85ed8ea42bdaf637d8c2d713302ad3ef3a1713145a58051
node-style-loader_3.3.1.orig.tar.gz 358.0 KiB 04f4ff4583fd284ab2334c9b245da105e2a37788de724c0a62347b8925e50a61
node-style-loader_3.3.1-2.debian.tar.xz 3.1 KiB b166dd6f6652669b27b09350a5cc5de2130f2e6a1e55d2183101ebf2ea541715

Available diffs

No changes file available.

Binary packages built by this source

node-style-loader: style loader module for webpack

 This library is a style loader module for webpack.
 .
 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.