node-yazl 2.5.1-1 source package in Ubuntu

Changelog

node-yazl (2.5.1-1) unstable; urgency=medium

  * Declare compliance with policy 4.4.1
  * New upstream version 2.5.1
  * Add lintian overrides
  * Drop unneeded version constraints from (build) dependencies
  * Install example
  * Replace Andrew Kelley by myself in uploaders list, thanks for your work!
    (Closes: #909884)

 -- Xavier Guimard <email address hidden>  Sun, 20 Oct 2019 09:33:13 +0200

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-yazl_2.5.1-1.dsc 2.0 KiB 63195290fb61f406b1ce3fabfdd3ad086ddda549cb93824bee877998c4f192af
node-yazl_2.5.1.orig.tar.gz 16.0 KiB df84ae65dc0a04405a3c091ce0f986f1370756a73478a549ca078d1d7b4c1230
node-yazl_2.5.1-1.debian.tar.xz 2.8 KiB c0085e49ab8300288eb585754cabadad07973ee3d303dcc0c1bf833b038689e2

Available diffs

No changes file available.

Binary packages built by this source

node-yazl: yet another zip library - Node.js module

 yazl is a Node.js module which provides the ability to generate zip files.
 It uses async APIs to avoid blocking the JavaScript thread, avoids buffering
 entire files in RAM, and opens input files one at a time to avoid EMFILE
 errors. yazl supports adding files, buffers, and streams. The output is a
 stream. If all the files in the zip file are uncompressed, the final size is
 known before the stream starts.
 .
 Node.js is an event-based server-side JavaScript engine.