node-exports-loader 1.1.1-3 source package in Ubuntu

Changelog

node-exports-loader (1.1.1-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ Yadd ]
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle

 -- Yadd <email address hidden>  Thu, 25 Nov 2021 14:12:40 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-exports-loader_1.1.1-3.dsc 2.1 KiB b3cc4500a3af1dbd7fd91b0940c1d94d371c55cbe370434d93a133eb16296d71
node-exports-loader_1.1.1.orig.tar.gz 140.2 KiB da086b071d0623f7b44eabf934025319fe5bef790dd74781f2f0a9c9d729dc03
node-exports-loader_1.1.1-3.debian.tar.xz 2.9 KiB 7c5825eaf8b9a98fddbbf5669c80cfd62e44a31d29b16066da67b4a817f91c97

Available diffs

No changes file available.

Binary packages built by this source

node-exports-loader: exports loader module for webpack

 This module exports variables from inside the file by appending
 'exports[...] = ...' statements.
 .
 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.