File: control

package info (click to toggle)
node-readable-stream 3.6.0%2B~cs3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,996 kB
  • sloc: javascript: 20,337; makefile: 13; sh: 8
file content (58 lines) | stat: -rw-r--r-- 1,972 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: node-readable-stream
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , node-assert <!nocheck>
 , node-babel7 <!nocheck>
 , node-buf-compare <!nocheck>
 , node-core-js (>= 3.4.2) <!nocheck>
 , node-core-util-is <!nocheck>
 , node-debug <!nocheck>
 , node-define-properties <!nocheck>
 , node-debbundle-es-to-primitive <!nocheck>
 , node-es-abstract <!nocheck>
 , node-inherits <!nocheck>
 , node-isarray <!nocheck>
 , node-ms <!nocheck>
 , node-process-nextick-args <!nocheck>
 , node-regenerator-runtime <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-sinon <!nocheck>
 , node-string-decoder <!nocheck>
 , node-tap <!nocheck>
 , node-tape <!nocheck>
 , node-util-deprecate <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-readable-stream
Vcs-Git: https://salsa.debian.org/js-team/node-readable-stream.git
Homepage: https://github.com/nodejs/readable-stream#readme
Rules-Requires-Root: no

Package: node-readable-stream
Architecture: all
Depends:
 ${misc:Depends}
 , node-inherits
 , node-core-util-is
 , node-string-decoder
 , node-safe-buffer
 , node-process-nextick-args
 , node-util-deprecate
 , node-isarray
Breaks: node-libs-browser (<< 2.2.1-3)
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: stream compatibility library for Node.js and browser
 node-readable-stream package is a port to browser context of the well
 known stream API of Node.js, usable both under Node.js or inside a browser.
 .
 A stream is an abstract interface for working with streaming data in Node.js.
 There are many stream objects provided by Node.js. For instance, a request
 to an HTTP server and process.stdout are both stream instances.
 .
 Node.js is an event-based server-side JavaScript engine.