File: control

package info (click to toggle)
node-polite-json 4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: sh: 12; makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,295 bytes parent folder | download | duplicates (2)
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
35
36
37
38
Source: node-polite-json
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-typescript
 , ts-node
 , node-sync-content
 , node-tap <!nocheck>
Standards-Version: 4.7.3
Homepage: https://github.com/isaacs/polite-json#readme
Vcs-Git: https://salsa.debian.org/js-team/node-polite-json.git
Vcs-Browser: https://salsa.debian.org/js-team/node-polite-json
Rules-Requires-Root: no

Package: node-polite-json
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
Description: JSON parser with error context and formatting fidelity
 This package enhances JSON.parse() by delivering clearer,
 more informative error messages, including precise context
 and character positions for parse failures.
 .
 It also preserves the original formatting of the JSON input,
 capturing indentation and newline styles.
 When the parsed object is later stringified,
 it retains the same layout, making it ideal for tools that need
 to read, modify, and rewrite JSON while keeping the original
 style intact.
 .
 Node.js is an event-based server-side JavaScript engine.