node-lockfile 1.0.4-3 source package in Ubuntu

Changelog

node-lockfile (1.0.4-3) unstable; urgency=medium

  * Team upload
  * Back to unstable after successful tests
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Switch install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Tue, 19 Nov 2019 22:46:07 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lockfile_1.0.4-3.dsc 2.0 KiB 703458ec6a94ddb26dd750faf1902a06bdee602f796764b20a9153f0c318bd63
node-lockfile_1.0.4.orig.tar.gz 24.8 KiB 99d1fb9ab6c1497dfa839df86da073b435b7d9815b516253876a77b2d3f6e05b
node-lockfile_1.0.4-3.debian.tar.xz 4.9 KiB b6a28b095c1868e0eb06309ad756679cdbafc98f389b05dac204d52909fd953a

Available diffs

No changes file available.

Binary packages built by this source

node-lockfile: 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.