node-move-concurrently 1.0.1-5 source package in Ubuntu

Changelog

node-move-concurrently (1.0.1-5) unstable; urgency=medium

  * Team upload
  * Fix test for tap >= 15 (--no-cov) (Closes: #1009522)

 -- Yadd <email address hidden>  Thu, 21 Apr 2022 17:01:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-move-concurrently_1.0.1-5.dsc 2.3 KiB 1ed24bb3420537153346cb600a9b7a940732eeb5d5ad02334cde647fcc5b318d
node-move-concurrently_1.0.1.orig.tar.gz 4.7 KiB e28f1a1435eef2ff80bff5281b5629f1a62675677ff0b606ea59ba8f82581153
node-move-concurrently_1.0.1-5.debian.tar.xz 3.0 KiB c06fe497a8c335230c2f751a6fa5bbaac46c95f1c654de836227b82efb0686eb

Available diffs

No changes file available.

Binary packages built by this source

node-move-concurrently: Move files and directories concurrently

 Promises of moves of files or directories with rename, falling back to
 recursive rename/copy on EXDEV errors, with configurable concurrency and win32
 junction support.
 .
 If you `move` across devices or on filesystems that don't support renaming
 large directories. That is, situations that result in `rename` returning
 the `EXDEV` error, then `move` will fallback to copy + delete.
 .
 Node.js is an event-based server-side JavaScript engine.