File: control

package info (click to toggle)
node-write-file-atomic 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 228 kB
  • sloc: makefile: 4; sh: 2
file content (34 lines) | stat: -rw-r--r-- 1,119 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
34
Source: node-write-file-atomic
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Aarti Kashyap <kaarti.sr@gmail.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , node-tap
 , node-require-inject
 , node-mkdirp
 , node-rimraf
 , node-signal-exit (>= 3.0~)
 , node-imurmurhash (>= 0.1.4~)
 , node-graceful-fs (>= 4.1.11~)
Standards-Version: 4.1.0
Homepage: https://github.com/iarna/write-file-atomic
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-write-file-atomic.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-write-file-atomic.git

Package: node-write-file-atomic
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-imurmurhash (>= 0.1.4~)
 , node-graceful-fs (>= 4.1.11~)
 , node-signal-exit (>= 3.0~)
Description: Write files in an atomic fashion w/configurable ownership
 This is an extension for node's `fs.writeFile` that makes its operation atomic
 and allows you set ownership (uid/gid of the file).
 .
 Node.js is an event-based server-side JavaScript engine.