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

Changelog

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

  * Reupload to unstable
  * Update dependency versions
  * Bump Standards-Version to 4.4.0 (no changes needed)
  * Switch to pkg-js-tools auto install

 -- Pirate Praveen <email address hidden>  Thu, 08 Aug 2019 13:07:48 +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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-imports-loader_0.8.0-2.dsc 2.1 KiB fe74b4aacb058306dd1947cbe0c88503d979bfe1152fcbd54cae463d7bc21f60
node-imports-loader_0.8.0.orig.tar.gz 19.5 KiB 557a500b4f2f29b0e0f8f303ab3acf02ce082ca5f70c4393363e104789a13977
node-imports-loader_0.8.0-2.debian.tar.xz 2.3 KiB bd995a8da5ed87c16804ffc00fe59279a0a086a4f98d7c8bcace6c0d43f6e09a

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.