node-asynckit 0.5.0-ok1 source package in openKylin

Changelog

node-asynckit (0.5.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 18:44:06 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.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

Downloads

File Size SHA-256 Checksum
node-asynckit_0.5.0.orig.tar.gz 19.2 KiB 77a044e300ff20e9072fb5a3804a8571023126d007d715a79922c12bc4189303
node-asynckit_0.5.0-ok1.debian.tar.xz 2.2 KiB 30cfcf7e6eaf5650f770084e0080c64455ed63882dd95f9baee5be17efe96b30
node-asynckit_0.5.0-ok1.dsc 1.8 KiB 1462c159ebb9f4dc60cd4ac5382c55cd09d38da3236259c98c493b8967914599

Available diffs

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.