Source: node-jsonfile Maintainer: Debian Javascript Maintainers Uploaders: Julien Puydt Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13), nodejs (>= 10), mocha Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/js-team/node-jsonfile Vcs-Git: https://salsa.debian.org/js-team/node-jsonfile.git Homepage: https://github.com/jprichardson/node-jsonfile Package: node-jsonfile Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, nodejs (>= 10), node-graceful-fs (>= 4.1.6), node-universalify Description: Easily read/write JSON files in Node.js jsonfile is a Node.js module to easily read/write JSON files in JavaScript. . The module provides readFile() and writeFile() methods that combine JSON.parse() with fs.readFile() and JSON.parse() with fs.readFile(). . Node.js is an event-based server-side JavaScript engine.