node-json2module 0.0.3-3 source package in Ubuntu

Changelog

node-json2module (0.0.3-3) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Modernize debian/watch
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Update nodejs dependency => nodejs:any

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 09:35:28 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json2module_0.0.3-3.dsc 2.1 KiB 9bf9cc28a6fbeb9f7fdf4a0730a7a7cfd0dd27b022d727175f60065e967510df
node-json2module_0.0.3.orig.tar.gz 6.2 KiB c523d436ad60c02413fcf333b71a41de5420c8cafdd4eda35ae41e3090166f6f
node-json2module_0.0.3-3.debian.tar.xz 3.0 KiB 82eef61fd0785359f6f6464b3d034c2482cb2049e4519d57295f0cd97513c072

Available diffs

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.