node-json5 2.2.0+dfsg-1 source package in Ubuntu

Changelog

node-json5 (2.2.0+dfsg-1) unstable; urgency=medium

  * Team upload
  * Exclude generated files from import
  * New upstream version 2.2.0+dfsg
  * Drop ship_typescript_definitions.patch
  * Build manpage with help2man
  * Update nodejs dependency => nodejs:any

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 06:36:08 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json5_2.2.0+dfsg-1.dsc 2.1 KiB fcad5902418ccc0588dba4d9519bf87bd8ff3e9bf3ffa9a1547c611b2c16e080
node-json5_2.2.0+dfsg.orig.tar.xz 52.3 KiB 91c9644dc46e59bd5f85d3361be8013ba93b2be06fbaec8fbe46be53fc13a09f
node-json5_2.2.0+dfsg-1.debian.tar.xz 4.9 KiB 2d15cbc738fb238423ccbb7164602817fb441413015a1693ff0ebfcac0c4f68c

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.