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

Changelog

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

  * Non-maintainer upload.
  * source only upload to enable migration

 -- Paul Gevers <email address hidden>  Mon, 01 Nov 2021 22:14:18 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json-loader_0.5.7-3.1.dsc 1.8 KiB 596a46d9b0fa008b657c0d7ea47ed20aa22d4c86fb2ce3630df2058219a916b9
node-json-loader_0.5.7.orig.tar.gz 13.8 KiB 8174e578255a16e1d66bcd39816b0a978d181cc562eea5761210bb519ce5293c
node-json-loader_0.5.7-3.1.debian.tar.xz 2.4 KiB 424222cace27c9b874d807cfef4356a8fe2558605c2dd190d0116022ca5bba03

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.