Source: node-p-locate Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.14.11~) , node-p-limit (>= 4) , node-tape , nodejs (>= 14) , rollup Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-p-locate Vcs-Git: https://salsa.debian.org/js-team/node-p-locate.git Homepage: https://github.com/sindresorhus/p-locate Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-p-locate Architecture: all Depends: ${misc:Depends} , node-p-limit (>= 4) Multi-Arch: foreign Description: async version of Array Get the first fulfilled promise that satisfies the provided testing function. . Array.prototype.find(): The find() method returns the value of the first element in the array that satisfies the provided testing function. p-locate is async version of this function. . Node.js is an event-based server-side JavaScript engine.