node-lockfile 1.0.4-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream version 1.0.4
  * Use salsa.debian.org in Vcs-* fields
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.2.1 (no changes needed)
  * Change section to javascript and priority optional
  * Remove touch module usage in tests
  * Enable tests, nocheck build profile and autopkgtest

 -- Pirate Praveen <email address hidden>  Sun, 16 Sep 2018 14:23:38 +0530

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lockfile_1.0.4-1.dsc 2.0 KiB fd1e316283776387b4c5d9b7d5eebe9c6973a55724f36a59fbb729482557121b
node-lockfile_1.0.4.orig.tar.gz 24.8 KiB 99d1fb9ab6c1497dfa839df86da073b435b7d9815b516253876a77b2d3f6e05b
node-lockfile_1.0.4-1.debian.tar.xz 2.9 KiB 7d60e8d014343eee7b073a5127d323474d83c2294c874f65830e0202a19db83e

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.