File: control

package info (click to toggle)
node-output-file-sync 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: javascript: 1,086; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,008 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
Source: node-output-file-sync
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-graceful-fs <!nocheck>
 , node-is-plain-obj <!nocheck>
 , node-kind-of <!nocheck>
 , node-mkdirp <!nocheck>
 , node-rimraf <!nocheck>
 , node-strip-bom <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-output-file-sync
Vcs-Git: https://salsa.debian.org/js-team/node-output-file-sync.git
Homepage: https://github.com/shinnn/output-file-sync
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-output-file-sync
Architecture: all
Depends: ${misc:Depends}
 , node-graceful-fs
 , node-is-plain-obj
 , node-mkdirp
Description: Synchronously write a file and create its ancestor directories if needed
 Node.js is an event-based server-side JavaScript engine.