File: control

package info (click to toggle)
node-output-file-sync 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: javascript: 1,086; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,051 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
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 (>= 4.1.4) <!nocheck>
 , node-is-plain-obj <!nocheck>
 , node-kind-of <!nocheck>
 , node-mkdirp (>= 0.5) <!nocheck>
 , node-rimraf <!nocheck>
 , node-strip-bom <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.5.1
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 (>= 4.1.4)
 , node-is-plain-obj
 , node-mkdirp (>= 0.5)
Description: Synchronously write a file and create its ancestor directories if needed
 .
 Node.js is an event-based server-side JavaScript engine.