Source: node-lockfile Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 12) , node-tap , node-signal-exit (>= 3.0.2~) , 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.