node-cson-parser 4.0.9-2 source package in Ubuntu

Changelog

node-cson-parser (4.0.9-2) unstable; urgency=medium

  * Declare compliance with policy 4.6.1
  * Add fix for coffeescript 2

 -- Yadd <email address hidden>  Sat, 04 Jun 2022 07:41:06 +0200

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
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cson-parser_4.0.9-2.dsc 2.1 KiB 3269f4fcb015f5643d64454770ce5242631d796fe238e7067a94cfa3d6c0bab9
node-cson-parser_4.0.9.orig.tar.gz 47.6 KiB 5f7c5e56091b32e68cadfbd03314f6a3cf29d5235d0440de1ad65aefbfcfbdfa
node-cson-parser_4.0.9-2.debian.tar.xz 3.9 KiB 2374b96f2e81dec791db2a1700e977c3a89463888cdf2e63c528f0c35d064eb3

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.