node-babel-loader 9.1.0-3 source package in Ubuntu

Changelog

node-babel-loader (9.1.0-3) unstable; urgency=medium

  * Team upload
  * Back to unstable after successful tests

 -- Yadd <email address hidden>  Wed, 23 Nov 2022 14:29:11 +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
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-babel-loader_9.1.0-3.dsc 2.2 KiB 72cd8a539e14eb0f403a18318e7e603d02c8a9b0483f54e3c2846462e1f6e0bf
node-babel-loader_9.1.0.orig.tar.gz 926.3 KiB 17410ae2a0a5d894dbc876e8b3a2d6527d298c344f4ec8187e3aec106ad6e91f
node-babel-loader_9.1.0-3.debian.tar.xz 11.7 KiB 9bb49e8896c256dda3f500f7d257541e4b7678096c4b2ec651af88980f71f106

Available diffs

No changes file available.

Binary packages built by this source

node-babel-loader: babel module loader for webpack

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