File: control

package info (click to toggle)
node-p-map 4.0.0%2B~3.1.0%2B~3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: javascript: 529; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 992 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
30
31
Source: node-p-map
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , node-escape-string-regexp <!nocheck>
 , node-indent-string <!nocheck>
 , node-tape <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-p-map
Vcs-Git: https://salsa.debian.org/js-team/node-p-map.git
Homepage: https://github.com/sindresorhus/p-map#readme
Rules-Requires-Root: no

Package: node-p-map
Architecture: all
Depends:
 ${misc:Depends}
 , node-escape-string-regexp
 , node-indent-string
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Map over promises concurrently
 Useful when you need to run promise-returning & async functions multiple times
 with different inputs concurrently.
 .
 Node.js is an event-based server-side JavaScript engine.