node-json-parse-better-errors 1.0.2+~cs3.3.1-3 source package in Ubuntu

Changelog

node-json-parse-better-errors (1.0.2+~cs3.3.1-3) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.7.0
  * Fix test for Node.js 20 (Closes: #1072600)

 -- Yadd <email address hidden>  Mon, 10 Jun 2024 15:47:03 +0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json-parse-better-errors_1.0.2+~cs3.3.1-3.dsc 3.1 KiB 7c66366514230e77222270874f44057e2553f9496c3226db8aaf4dff077ac3d0
node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-json-parse-even-better-errors.tar.gz 33.7 KiB 71034e9af548723889a9b08d8a0cbbfe21a137671a2892b7afc80e87a289ac8a
node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-types-json-parse-better-errors.tar.gz 1.7 KiB d4949e1b87c64e439b5a0890ef14e64cd4cf909eca0682bd0fd21d9b0524d96f
node-json-parse-better-errors_1.0.2+~cs3.3.1.orig.tar.gz 37.5 KiB de24a47b60a145fe111a1262f7ea47bd580bba85bc9971dd87343fb8608833e4
node-json-parse-better-errors_1.0.2+~cs3.3.1-3.debian.tar.xz 4.4 KiB 8b136e8d6fe979789c1e22a9783a1bbc4cb95f6aa963a6e477a1942c6902f522

No changes file available.

Binary packages built by this source

node-json-parse-better-errors: JSON.parse() with context information on error

 This is a Node.js library for getting nicer errors out of JSON.parse(),
 including context and position of parse errors.
 .
 It servers similar purpose as the JSON.parse method but returns more useful
 errors when exceptions happen.
 .
 It's really fast, really good at concurrency, and it will never give you
 corrupted data, even if cache files get corrupted or manipulated.
 .
 It was originally written to be used as npm's local cache, but
 can just as easily be used on its own
 .
 Node.js is an event-based server-side JavaScript engine.