node-through2 4.0.2-ok1 source package in openKylin

Changelog

node-through2 (4.0.2-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Fri, 17 Feb 2023 15:05:49 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main javascript
Huanghe V3.0 release main javascript
Nile V2.0 proposed main javascript
Nile V2.0 release main javascript
Yangtze V1.0 release main javascript
Yangtze V1.0 proposed main javascript

Downloads

File Size SHA-256 Checksum
node-through2_4.0.2.orig.tar.gz 6.1 KiB f87f62309825a967fd47706d957bcb3aaa1b61b7ef8748c836fb287ffb11739c
node-through2_4.0.2-ok1.debian.tar.xz 3.4 KiB 6c9fb36e5b75dd01659f5ce9a7fe52698d75764d708a99cd7286cc87cd22089c
node-through2_4.0.2-ok1.dsc 1.8 KiB acd29d039ca0285382cdee27fccfe77c6a09d0a21fb118b7a0d95a6f04892bcb

View changes file

Binary packages built by this source

node-through2: Make a stream.Transform out of a function - Node.js module

 This package provide a tiny wrapper around stream.Transform from
 Node.js library to avoid explicit subclassing noise.
 .
 Inspired by Dominic Tarr's through module in that it's so much easier
 to make a stream out of a function than it is to set up the prototype
 chain properly.
 .
 Node.js is an event-based server-side JavaScript engine.