File: control

package info (click to toggle)
node-browserify-zlib 0.2.0%2B20170820git8b3f0a862f6b%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 308 kB
  • sloc: makefile: 19; sh: 15
file content (32 lines) | stat: -rw-r--r-- 1,057 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
Source: node-browserify-zlib
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs (>= 4.7)
 , dpkg-dev (>= 1.17.14)
 , node-tape <!nocheck>
 , node-tap (>=8) <!nocheck>
 , node-pako (>= 0.2.0) <!nocheck>
 , imagemagick-6.q16  <!nocheck> | imagemagick <!nocheck>
 , node-babel-cli
 , node-babel-preset-es2015
Standards-Version: 4.1.4
Homepage: https://github.com/devongovett/browserify-zlib
Vcs-Git: https://salsa.debian.org/js-team/node-browserify-zlib.git
Vcs-Browser: https://salsa.debian.org/js-team/node-browserify-zlib

Package: node-browserify-zlib
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
 , node-pako (>= 0.2.0)
Description: Full zlib module for browserify
 This module emulates node.js' zlib module for Browserify using pako.
 Thus allowing one to use zlib API in browser context.
 .
 Node.js is an event-based server-side JavaScript engine.