File: control

package info (click to toggle)
node-is-stream 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 168 kB
  • sloc: javascript: 204; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,034 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-is-stream
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.14.16~)
 , node-tape <!nocheck>
 , node-unique-string <!nocheck>
 , node-rollup-plugin-node-resolve
 , rollup
 , terser
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-is-stream
Vcs-Git: https://salsa.debian.org/js-team/node-is-stream.git
Homepage: https://github.com/sindresorhus/is-stream
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-is-stream
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Check if something is a Node.js stream
 A stream is an abstract interface for working with streaming data in Node.js.
 The stream module provides a base API that makes it easy to build objects that
 implement the stream interface.
 .
 Node.js is an event-based server-side JavaScript engine.