File: control

package info (click to toggle)
node-jsonfile 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: sh: 7; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 914 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
Source: node-jsonfile
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11), nodejs (>= 6), mocha
Standards-Version: 4.2.1
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
Depends: ${misc:Depends}, nodejs (>= 6), 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.