File: control

package info (click to toggle)
node-jszip 3.1.4%2Bdfsg-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,004 kB
  • sloc: javascript: 5,697; sh: 2; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 891 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-jszip
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.1.0
Homepage: https://github.com/Stuk/jszip#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-jszip.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-jszip.git

Package: node-jszip
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-es6-promise (>= 3.0.2)
 , node-lie (>= 3.1.0)
 , node-core-js (>= 2.3.0)
 , nodejs (>= 2.0.6)
 , node-pako (>= 1.0.2)
Description: Create, read and edit .zip files with Javascript
 A library for creating, reading and editing .zip files with Javascript, with a
 lovely and simple API.
 .
 Node.js is an event-based server-side JavaScript engine.