File: control

package info (click to toggle)
node-through2-filter 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: javascript: 306; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,074 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
Source: node-through2-filter
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)
 , dh-sequence-nodejs
 , node-concat-stream <!nocheck>
 , node-process-nextick-args <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-string-decoder <!nocheck>
 , node-tape <!nocheck>
 , node-through2 (>= 2.0.0) <!nocheck>
 , node-xtend <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-through2-filter
Vcs-Git: https://salsa.debian.org/js-team/node-through2-filter.git
Homepage: https://github.com/brycebaril/through2-filter
Rules-Requires-Root: no

Package: node-through2-filter
Architecture: all
Depends: ${misc:Depends}
 , node-through2 (>= 2.0.0)
 , node-xtend
Description: create an Array.prototype.filter analog for streams
 A through2 to create an Array.prototype.filter analog for streams.
 .
 Node.js is an event-based server-side JavaScript engine.