Package: node-detect-file Version: 1.0.0 Revision: 2.1 ### BuildDepends: << fink (>= 0.32) << Depends: << node-fs-exists-sync, nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(df99510d2922747fd1458dd5380249f2429c25231b7dfa8e48def29aa522faba) SourceDirectory: detect-file-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-2.debian.tar.xz Source2-Checksum: SHA256(c60d95b57286eec3d3b054cef2e19e9af5318e2c75ed419b3a8d4ce94290e351) Source2ExtractDir: detect-file-%v ### DocFiles: README.md LICENSE ### CompileScript: << echo << InfoTest: << TestDepends: << mocha << TestScript: << mocha || exit 2 << << InstallScript: << install -d -m0755 %i/share/nodejs/detect-file install -m0644 index.js %i/share/nodejs/detect-file/ install -m0644 package.json %i/share/nodejs/detect-file/ << ### Description: Detect if an abs filepath exists DescDetail: << 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. << ### License: BSD Homepage: https://github.com/doowb/detect-file Maintainer: Justin F. Hallett