node-json5 2.2.1+dfsg-2 source package in Ubuntu

Changelog

node-json5 (2.2.1+dfsg-2) unstable; urgency=medium

  * Team upload
  * Update to node-unicode-15.0.0

 -- Yadd <email address hidden>  Fri, 16 Sep 2022 18:10:00 +0200

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json5_2.2.1+dfsg-2.dsc 2.1 KiB b15f4c8f78f705fdf6f97e0cb702529b62753fc3ce2b4459671cbb42ea911cf9
node-json5_2.2.1+dfsg.orig.tar.xz 52.5 KiB 721bf9f95209f0eba280eccd09b1121d8829bdf75bef70b39bfc85f2092d38d0
node-json5_2.2.1+dfsg-2.debian.tar.xz 4.9 KiB 49bed7e6329125b91cb5157f4d3960b856277e7e513f281fa6b201dd52872e57

Available diffs

No changes file available.

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.