node-imports-loader 0.8.0-6 source package in Ubuntu

Changelog

node-imports-loader (0.8.0-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-imports-loader: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 28 Nov 2022 17:34:30 +0000

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-imports-loader_0.8.0-6.dsc 2.2 KiB 086c44b0dce820dfc3a9868b18251914b23e3eb9b53584396b05c539b1f6b5bb
node-imports-loader_0.8.0.orig.tar.gz 19.5 KiB 557a500b4f2f29b0e0f8f303ab3acf02ce082ca5f70c4393363e104789a13977
node-imports-loader_0.8.0-6.debian.tar.xz 2.8 KiB 21e403640c5bc3ebfab4d1550c00d594f80291a3880fc0bbe0d802ebb1daf9d0

Available diffs

No changes file available.

Binary packages built by this source

node-imports-loader: imports loader module for webpack

 The imports loader allows you to use modules that depend on specific global
 variables.
 .
 This is useful for third-party modules that rely on global variables like '$'
 or 'this' being the 'window' object. The imports loader can add the necessary
 require('whatever') calls, so those modules work with webpack.
 .
 Node.js is an event-based server-side JavaScript engine.