File: control

package info (click to toggle)
node-json-parse-better-errors 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: makefile: 6; sh: 2
file content (33 lines) | stat: -rw-r--r-- 1,227 bytes parent folder | download
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
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 (>= 11~)
 , nodejs
 , node-tap <!nocheck>
Standards-Version: 4.2.1
Homepage: https://github.com/zkat/json-parse-better-errors#readme
Vcs-Git: https://salsa.debian.org/js-team/node-json-parse-better-errors.git
Vcs-Browser: https://salsa.debian.org/js-team/node-json-parse-better-errors

Package: node-json-parse-better-errors
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
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.