1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: node-json-parse-better-errors
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Hari Govind S <harigovindind@gmail.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-tap <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-json-parse-better-errors
Vcs-Git: https://salsa.debian.org/js-team/node-json-parse-better-errors.git
Homepage: https://github.com/zkat/json-parse-better-errors
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-json-parse-better-errors
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: 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.
|