node-json5 0.5.1-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release
  * Modernize packaging (change section, bump standards, bump compat)
  * Enable tests (disable failing tests)

 -- Pirate Praveen <email address hidden>  Fri, 09 Feb 2018 19:51:52 +0530

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json5_0.5.1-1.dsc 2.0 KiB 20178a19415cf4441a5a4a874e825d0c900702b49eae43093348be50068ecfa6
node-json5_0.5.1.orig.tar.gz 19.6 KiB 3618908ccc9038ecbd5e11b8e20f38246a2527778b3a38c8814d499aa05e206e
node-json5_0.5.1-1.debian.tar.xz 7.9 KiB b0cb4c8fac65504a14c71a473f4408f7d95892c5a75162a08a2a040af2dbb4b3

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.