node-asynckit 0.4.0-ok1 source package in openKylin

Changelog

node-asynckit (0.4.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Tue, 21 Feb 2023 10:05:53 +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-asynckit_0.4.0.orig.tar.gz 19.3 KiB 7512bb764eb128d4b0043de0630cacb87f48c3fa6f3a25e22fbfb24bc95a59f1
node-asynckit_0.4.0-ok1.debian.tar.xz 2.1 KiB b7b4fd6ab68e40d6bbf54a9d6e3104dd3149606edddab00d4b397c1d4feb243d
node-asynckit_0.4.0-ok1.dsc 1.8 KiB 7267e72103c959c7d59474770b08c56d246ff13d4296fb73d0a155f688de21bb

View changes file

Binary packages built by this source

node-asynckit: Minimal async jobs utility library, with streams support

 Runs iterator over provided array sequentially. Stores output in the `result`
 array on the matching positions. In unlikely event of an error from one of
 the jobs, will not proceed to the rest of the items in the list
 and return error along with salvaged data to the main callback function.
 .
 Node.js is an event-based server-side JavaScript engine.