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

Changelog

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

  * Team upload
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Embed typescript definitions and repack

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-json-parse-better-errors_1.0.2+~cs3.3.1-1.dsc 3.1 KiB 7576d73dd296f8397b6dc22a1d326ce0c27bd39a920ef34701f8b4f09c4c2f24
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-1.debian.tar.xz 3.2 KiB 9343372ddc4a160c89232f95e408f6ab0897b0092ded0c1c07474ed83113a056

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.