File: control

package info (click to toggle)
node-proper-lockfile 4.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 504 kB
  • sloc: javascript: 577; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,167 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-proper-lockfile
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 12)
 , mocha <!nocheck>
 , node-async <!nocheck>
 , node-expect.js <!nocheck>
 , node-graceful-fs (>= 4.1.2) <!nocheck>
 , node-retry <!nocheck>
 , node-rimraf <!nocheck>
 , node-signal-exit <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-proper-lockfile
Vcs-Git: https://salsa.debian.org/js-team/node-proper-lockfile.git
Homepage: https://github.com/IndigoUnited/node-proper-lockfile
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-proper-lockfile
Architecture: all
Depends: ${misc:Depends}
 , node-graceful-fs (>= 4.1.2)
 , node-retry
 , node-signal-exit
 , nodejs
Description: Inter-process and inter-machine lockfile utility
 Node.js module that provides utilities for file locking, based on
 the mkdir strategy. Works atomically on a local and network file
 systems.
 .
 Node.js is an event-based server-side JavaScript engine.