Source: node-lockfile Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-signal-exit (>= 4) , node-tap Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/js-team/node-lockfile Vcs-Git: https://salsa.debian.org/js-team/node-lockfile.git Homepage: https://github.com/isaacs/lockfile Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-lockfile Architecture: all Depends: ${misc:Depends} , node-signal-exit (>= 4) Provides: ${nodejs:Provides} 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.