node-locate-path 6.0.0-1 source package in Ubuntu

Changelog

node-locate-path (6.0.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Use dh-sequence-nodejs
  * New upstream version 6.0.0
  * Update copyright

 -- Xavier Guimard <email address hidden>  Fri, 30 Oct 2020 09:23:47 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-locate-path_6.0.0-1.dsc 2.1 KiB aeab3877789e4decc3bd4a980a79d4ed43539f31f6b83cd73cf080a135afdb6d
node-locate-path_6.0.0.orig.tar.gz 4.2 KiB f928808bb2becfc328b33b46432bf933aed187f26cc569240e023557276a5224
node-locate-path_6.0.0-1.debian.tar.xz 3.5 KiB eb6fbac7cd15ae66d6f00f028cf0ff7e28043372809d36958e0aa3e40ccd09bf

Available diffs

No changes file available.

Binary packages built by this source

node-locate-path: Get the first path that exists on disk of multiple paths

 Node.js module to get the first path that exists on disk, from
 an array of multiple possible paths.
 .
 Provides a synchronous version and an asynchronous version (that
 returns a promise).
 .
 Node.js is an event-based server-side JavaScript engine.