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

Changelog

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

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * New upstream version 4.0.3
  * Refresh patch
  * Switch test and install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Tue, 17 Dec 2019 06:50:18 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cson-parser_4.0.3-1.dsc 2.1 KiB 59ec8b0a41dc4504c3c1752ebc49fb313f2754712361fc8756a4167061f78d28
node-cson-parser_4.0.3.orig.tar.gz 36.4 KiB 5beaf9127efbef7e21d290a4aabb3b6d7c03baeb5e48980d825fb1fe06c2ec25
node-cson-parser_4.0.3-1.debian.tar.xz 3.2 KiB 666bda0cebc0434eed0f5f91e30172fa64ce1a75b6352faf5b52bcf21d1658c3

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.