node-exports-loader 4.0.0-1 source package in Ubuntu

Changelog

node-exports-loader (4.0.0-1) unstable; urgency=medium

  * Team upload

  [ Yadd ]
  * Update standards version to 4.6.1, no changes needed

  [ Vinay Keshava ]
  * New upstream version 4.0.0

 -- Vinay Keshava <email address hidden>  Wed, 15 Jun 2022 18:14:55 +0530

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-exports-loader_4.0.0-1.dsc 2.1 KiB 611738b8fdec702ca4e67956fe0e17336f45ea0b5c2e9ebe62f96bd99690e1a9
node-exports-loader_4.0.0.orig.tar.gz 195.7 KiB f7f5020acdea7313a8b7bd6aa524a7f0a808dd113df0aae04392df6bf4700a33
node-exports-loader_4.0.0-1.debian.tar.xz 2.9 KiB c571366316853737e39ab7aa39300c5c91f645e4984959e491e53c21d6bf7a8d

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.