File: control

package info (click to toggle)
node-p-locate 6.0.0-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: javascript: 203; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: node-p-locate
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.14.11~)
 , node-p-limit (>= 4)
 , node-tape <!nocheck>
 , nodejs (>= 14) <!nocheck>
 , rollup
Standards-Version: 4.7.3
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

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.