node-cson-parser 4.0.0-1 source package in Ubuntu

Changelog

node-cson-parser (4.0.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Bump policy (no changes)

 -- Bastien Roucariès <email address hidden>  Tue, 06 Nov 2018 14:08:12 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cson-parser_4.0.0-1.dsc 2.1 KiB b845be3df596674ba1f8dc233913c8cf28f73af7d2e9858aec029ce9c5a6950b
node-cson-parser_4.0.0.orig.tar.gz 27.8 KiB 6f7c6fffc9389be42d74b8210c07339483df2bf283b54386f68a32b7fc0d8ed5
node-cson-parser_4.0.0-1.debian.tar.xz 3.3 KiB 322d856511bb2abeb4d5db228825b0d39070a240097a10b5297634595c4d5a2e

Available diffs

No changes file available.

Binary packages built by this source

node-cson-parser: Safe parsing of CSON files

 Node-cson-parser is a minimalistic CSON parser which offers:
  - A strict subset of CSON that allows only data
  - Interface is identical to JSON.{parse,stringify}
  - Does not run the code, free of intermediate string representations
  - Sane parse error messages with line/column
  - Regular Expressions are considered data and will be accepted as well
 .
 In addition of pure data it allows for simple arithmetic expressions like
 addition and multiplication. This allows more readable configuration
 of numbers.
 .
 Node.js is an event-based server-side JavaScript engine.