File: control

package info (click to toggle)
node-extract-zip 2.0.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: javascript: 157; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 899 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
Source: node-extract-zip
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-debug (>= 4.1.1) <!nocheck>
 , node-get-stream <!nocheck>
 , node-yauzl <!nocheck>
 , zip <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-extract-zip
Vcs-Git: https://salsa.debian.org/js-team/node-extract-zip.git
Homepage: https://github.com/maxogden/extract-zip#readme
Rules-Requires-Root: no

Package: node-extract-zip
Architecture: all
Depends:
 ${misc:Depends}
 , node-debug (>= 4.1.1)
 , node-get-stream
 , node-yauzl
 , nodejs:any
Description: unzip a zip file using pure javascript
 Unzip written in pure JavaScript. Extracts a zip into a directory.