File: control

package info (click to toggle)
node-unique-stream 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: javascript: 461; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 955 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
Source: node-unique-stream
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , chai <!nocheck>
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-after <!nocheck>
 , node-json-stable-stringify <!nocheck>
 , node-through2-filter <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-unique-stream
Vcs-Git: https://salsa.debian.org/js-team/node-unique-stream.git
Homepage: https://github.com/eugeneware/unique-stream
Rules-Requires-Root: no

Package: node-unique-stream
Architecture: all
Depends: ${misc:Depends}
 , node-json-stable-stringify
 , node-through2-filter
 , nodejs
Description: node.js through stream that emits a unique stream of objects based on criteria
 Node.js is an event-based server-side JavaScript engine.