node-detect-file 1.0.0-3 source package in Ubuntu
Changelog
node-detect-file (1.0.0-3) unstable; urgency=medium * Team upload * Bump debhelper compatibility level to 13 * Fix GitHub regex * Use dh-sequence-nodejs * Declare compliance with policy 4.6.0 -- Yadd <email address hidden> Wed, 22 Sep 2021 16:55:17 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-detect-file_1.0.0-3.dsc | 2.1 KiB | 956e01cc6023f994c82883e631ee09103614b0ee00bbca4ecc64481f4d4ffd2f |
node-detect-file_1.0.0.orig.tar.gz | 6.1 KiB | df99510d2922747fd1458dd5380249f2429c25231b7dfa8e48def29aa522faba |
node-detect-file_1.0.0-3.debian.tar.xz | 2.7 KiB | 0a273b70e6feb17f850f562ff908b3bbd7b2dec4899adb21b3c4864a82ece340 |
Available diffs
- diff from 1.0.0-2 to 1.0.0-3 (1.1 KiB)
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.