node-detect-file 1.0.0-2 source package in Ubuntu

Changelog

node-detect-file (1.0.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto test & install
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Update debian/watch to use npm registry

 -- Xavier Guimard <email address hidden>  Wed, 13 May 2020 21:39:22 +0200

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-detect-file_1.0.0-2.dsc 2.1 KiB f68255728af54d0e61bb33634971c67078562e5555ae7bf00f8f5e7ce43a1fa7
node-detect-file_1.0.0.orig.tar.gz 6.1 KiB df99510d2922747fd1458dd5380249f2429c25231b7dfa8e48def29aa522faba
node-detect-file_1.0.0-2.debian.tar.xz 2.7 KiB c60d95b57286eec3d3b054cef2e19e9af5318e2c75ed419b3a8d4ce94290e351

Available diffs

No changes file available.

Binary packages built by this source

node-detect-file: Detect if a filepath exists and resolves the full filepath

 Node.js module to detect if a file exists and return the resolved filepath.
 .
 Uses a breadth-first search, when necessary, to resolve the file path using
 the correct casing, and verify that the file actually exists.
 Returns consistent results regardless of case sensitivity of the file path
 and/or operating system.
 .
 Node.js is an event-based server-side JavaScript engine.