node-json5 2.2.3+dfsg-1build1 source package in Ubuntu

Changelog

node-json5 (2.2.3+dfsg-1build1) lunar; urgency=medium

  * No change rebuild for nodejs 18.13

 -- Bryce Harrington <email address hidden>  Wed, 25 Jan 2023 01:13:17 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Lunar
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-json5_2.2.3+dfsg.orig.tar.xz 58.7 KiB 01664ea79a36f8e4fff2accf487908ae2444bc6430bcf4a960f4a64398383e92
node-json5_2.2.3+dfsg-1build1.debian.tar.xz 5.0 KiB 09cfa3468c5975cabbebca3ec799cdc50ed84faee32c32874c847f12f309e1f1
node-json5_2.2.3+dfsg-1build1.dsc 2.1 KiB 26511ea3935e24ebad6f0e3c186841d18a53a01d8f22d372959c4c8eba704b6f

View changes file

Binary packages built by this source

node-json5: JSON for the ES5 era

 JSON5 is a proposed extension to JSON that aims to make it easier for
 humans to write and maintain by hand. It does this by adding some
 minimal syntax features directly from ECMAScript 5.
 .
 JSON5 remains a strict subset of JavaScript, adds no new data types,
 and works with all existing JSON content.
 .
 JSON5 is not an official successor to JSON, and JSON5 content may not
 work with existing JSON parsers. For this reason, JSON5 files use a
 new .json5 extension. (TODO: new MIME type needed too.)
 .
 The code here is a reference JavaScript implementation for both Node.js
 and all browsers. It’s based directly off of Douglas Crockford’s own
 JSON implementation, and it’s both robust and secure.
 .
 Node.js is an event-based server-side JavaScript engine.