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 (= 13)
 , node-tap <!nocheck>
 , node-signal-exit (>= 3.0.2~) <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
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}
 , 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.
