File: control

package info (click to toggle)
node-write-file-atomic 4.0.2%2B~4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: javascript: 1,100; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,009 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
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-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-write-file-atomic
Vcs-Git: https://salsa.debian.org/js-team/node-write-file-atomic.git
Homepage: https://github.com/iarna/write-file-atomic
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-write-file-atomic
Architecture: all
Depends: ${misc:Depends}
 , node-imurmurhash
 , node-is-typedarray
 , node-signal-exit (>= 4)
 , node-typedarray-to-buffer
Provides: ${nodejs:Provides}
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.