Source: node-polite-json Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-typescript , ts-node , node-sync-content , node-tap 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.