Source: node-p-locate Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-p-limit , node-tape Standards-Version: 4.5.0 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 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.