File: control

package info (click to toggle)
node-yauzl 2.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 492 kB
  • sloc: javascript: 1,796; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: node-yauzl
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , node-bl
 , node-buffer-crc32
 , node-fd-slicer
 , node-pend
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-yauzl
Vcs-Git: https://salsa.debian.org/js-team/node-yauzl.git
Homepage: https://github.com/thejoshwolfe/yauzl
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-yauzl
Architecture: all
Depends: ${misc:Depends}
 , node-buffer-crc32
 , node-fd-slicer
 , nodejs:any
Description: yet another unzip library - Node.js module
 yauzl is a Node.js module which provides the ability to read from zip files.
 It follows the spec by reading the central directory for file metadata instead
 of scanning for local file headers which might be deleted. yauzl also keeps
 memory usage low by not attempting to buffer entire files in RAM at once.
 yauzl is designed to generate an error instead of crashing when encountering
 corrupted or malicious zip files and has a robust test suite to ensure this.
 .
 Node.js is an event-based server-side JavaScript engine.