File: control

package info (click to toggle)
node-lockfile 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: sh: 8; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 942 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
Source: node-lockfile
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12)
 , node-tap <!nocheck>
 , node-signal-exit (>= 3.0.2~) <!nocheck>
 , pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.1
Homepage: https://github.com/isaacs/lockfile
Vcs-Git: https://salsa.debian.org/js-team/node-lockfile.git
Vcs-Browser: https://salsa.debian.org/js-team/node-lockfile
Rules-Requires-Root: no

Package: node-lockfile
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-signal-exit (>= 3.0.2~)
Description: Asynchronous file lock module for Node.js
 This module provides asynchronous and synchronous concurrent file
 locking. It supports timeouts, expirations, and retrying upon failure.
 .
 Node.js is an event-based server-side javascript engine.