node-end-of-stream 1.4.4+~1.4.1-1 source package in Ubuntu
Changelog
node-end-of-stream (1.4.4+~1.4.1-1) unstable; urgency=medium * Team upload [ Debian Janitor ] * Set upstream metadata fields: Bug-Submit. * Update standards version to 4.5.0, no changes needed. * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on nodejs. + node-end-of-stream: Drop versioned constraint on node-once and nodejs in Depends. [ Yadd ] * Bump debhelper compatibility level to 13 * Modernize debian/watch * debian/watch: * version 4 * Fix GitHub tags regex * Fix filenamemangle * Use dh-sequence-nodejs * Update standards version to 4.6.0, no changes needed. * Drop dependency to nodejs * Embed typescript definitions and repack -- Yadd <email address hidden> Mon, 22 Nov 2021 11:31:21 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- javascript
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-end-of-stream_1.4.4+~1.4.1-1.dsc | 2.5 KiB | 1cf999490c9d5950f31fef25c9aaca6318c7bf40c399a4995d934511a3069dff |
node-end-of-stream_1.4.4+~1.4.1.orig-types-end-of-stream.tar.gz | 1.7 KiB | a1633c9950f18bce680c4dd267250231f89a887662c3f7b367239f334efce08b |
node-end-of-stream_1.4.4+~1.4.1.orig.tar.gz | 3.3 KiB | 1c91fb517e98b63cdd679560974aa42f2306f2e42e3c1b90f171e14b0419c073 |
node-end-of-stream_1.4.4+~1.4.1-1.debian.tar.xz | 3.1 KiB | 3f229d95df980126fbf4f78922da768f163a992a3b13fed48936251ff142d658 |
Available diffs
- diff from 1.4.4-1 to 1.4.4+~1.4.1-1 (3.7 KiB)
No changes file available.
Binary packages built by this source
- node-end-of-stream: Invoke a callback when a stream has completed or failed
end-of-stream is a Node.js module which calls a callback when a readable,
writable, or duplex stream has completed or failed.
.
Pass a stream and a callback to end-of-stream. Both legacy streams and
streams2 are supported.
.
Node.js is an event-based server-side JavaScript engine.