Source: node-locate-path
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-p-locate (>= 6) <!nocheck>
 , node-tape <!nocheck>
 , nodejs (>= 14) <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-locate-path
Vcs-Git: https://salsa.debian.org/js-team/node-locate-path.git
Homepage: https://github.com/sindresorhus/locate-path#readme
Rules-Requires-Root: no

Package: node-locate-path
Architecture: all
Depends:
 ${misc:Depends}
 , node-p-locate (>= 6)
Description: 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.
