node-json5 2.1.3-2 source package in Ubuntu

Changelog

node-json5 (2.1.3-2) unstable; urgency=medium

  * Team upload.
  * Ship TypeScript definitions (Closes: #974072).

 -- Julien Puydt <email address hidden>  Mon, 09 Nov 2020 19:24:23 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json5_2.1.3-2.dsc 2.1 KiB a5e8a12e9f22c6b2e706f83bea3f5a51608d80bd599fa54a523178316110f525
node-json5_2.1.3.orig.tar.gz 65.0 KiB 8377e5b7a604ba3e3113ec14f2346e89850224670c1593a542863ca1ea75c97d
node-json5_2.1.3-2.debian.tar.xz 4.8 KiB 009dcc234d0902b693d6569bd740994c74b836ef2d6e6168d5bda6f84bbe7627

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.