Source: node-locate-path Maintainer: Debian Javascript Maintainers Uploaders: Paolo Greppi Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-p-locate (>= 6) , node-tape , nodejs (>= 14) 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) Multi-Arch: foreign 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.