File: control

package info (click to toggle)
node-proper-lockfile 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • ctags: 20
  • sloc: makefile: 4; sh: 2
file content (33 lines) | stat: -rw-r--r-- 1,015 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
Source: node-proper-lockfile
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , node-async
 , node-expect.js
 , node-rimraf
 , node-graceful-fs (>= 4.1.2)
 , node-retry
 , mocha
 , nodejs
Standards-Version: 4.0.0
Homepage: https://github.com/IndigoUnited/node-proper-lockfile#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-proper-lockfile.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-proper-lockfile.git

Package: node-proper-lockfile
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-graceful-fs (>= 4.1.2)
 , node-retry
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.