node-json5 0.5.1-3 source package in Ubuntu

Changelog

node-json5 (0.5.1-3) unstable; urgency=medium

  * Team upload
  * Improve test
  * Add fix for mocha ≥ 6 (fixes debci)

 -- Xavier Guimard <email address hidden>  Mon, 03 Feb 2020 14:00:56 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json5_0.5.1-3.dsc 2.0 KiB 9cc1933373a643f45b97b44092807e91f52b2d397fb3535f2e7b7f052d6b30f7
node-json5_0.5.1.orig.tar.gz 19.6 KiB 3618908ccc9038ecbd5e11b8e20f38246a2527778b3a38c8814d499aa05e206e
node-json5_0.5.1-3.debian.tar.xz 9.0 KiB f6129076ef2b80c1ecc1cc038252e2ce7edd144e86a95eeaa41ec0bb92a1e28d

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.