node-json-loader 0.5.7-5 source package in Ubuntu

Changelog

node-json-loader (0.5.7-5) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 17:53:47 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json-loader_0.5.7-5.dsc 2.0 KiB 57c7a563a9823e405c47f996c83417082e19cba006be26f5cc97857784fcb901
node-json-loader_0.5.7.orig.tar.gz 13.8 KiB 8174e578255a16e1d66bcd39816b0a978d181cc562eea5761210bb519ce5293c
node-json-loader_0.5.7-5.debian.tar.xz 2.6 KiB 85f20f17019f8ae79f58dab2cda2d0b3bd21f4d9e234c0a55be204b562427538

Available diffs

No changes file available.

Binary packages built by this source

node-json-loader: json loader for webpack

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