node-json2module 0.0.3-1 source package in Ubuntu

Changelog

node-json2module (0.0.3-1) unstable; urgency=low

  * Initial release (Closes: #878300)

 -- Pirate Praveen <email address hidden>  Thu, 12 Oct 2017 17:57:35 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json2module_0.0.3-1.dsc 2.0 KiB 7558751d87f38c4c8b3defc7830807576643725f245c5ef0dc048e8d90a9aac1
node-json2module_0.0.3.orig.tar.gz 6.2 KiB c523d436ad60c02413fcf333b71a41de5420c8cafdd4eda35ae41e3090166f6f
node-json2module_0.0.3-1.debian.tar.xz 2.3 KiB 6578f3fc3a10e13c422b73ba32699674c398e0b3225251e9f5815bb75b64c490

No changes file available.

Binary packages built by this source

node-json2module: Convert a JSON object to an ES6 module

 For example, given a package.json file and run this through json2module,
 you’ll get ES6 module as output.
 .
 This is particularly useful for exporting a version number defined in your
 package.json file when using Rollup. Unlike rollup-plugin-json, which enables
 Rollup to parse JSON directly, json2module creates standard ES6 modules that
 can be consumed by any client.
 .
 Node.js is an event-based server-side JavaScript engine.