node-get-stream 8.0.1-10 source package in Ubuntu

Changelog

node-get-stream (8.0.1-10) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.2
  * Fix commonjs build (Closes: #1057582)

 -- Yadd <email address hidden>  Thu, 07 Dec 2023 07:19:05 +0400

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 Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-get-stream_8.0.1-10.dsc 2.1 KiB 1662e42a8d9564bb7b280b56fedcbaab3d023225bca506befa8fdf7e7f372259
node-get-stream_8.0.1.orig.tar.gz 14.4 KiB fd88ec23a00df6024aadd93fdfb50b2eef2253486da0aaf1689d2fbe76a3c233
node-get-stream_8.0.1-10.debian.tar.xz 6.0 KiB 73948489e81363079f00a015694b358a1b633f350335c67bdcf6764ce0a00deb

Available diffs

No changes file available.

Binary packages built by this source

node-get-stream: Get a stream as a string, buffer, or array

 This package transforms a stream (a continuous flow of
 data that is received for instance over internet) as
 a string (a linear sequence of characters), a buffer
 (a linear sequence of bytes) or an array.
 .
 Node.js is an event-based server-side JavaScript engine.