File: control

package info (click to toggle)
node-string-decoder 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 280 kB
  • sloc: makefile: 10; sh: 4
file content (34 lines) | stat: -rw-r--r-- 1,313 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
34
Source: node-string-decoder
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 12),
	       dh-buildinfo,
	       nodejs (>= 8),
	       dpkg-dev (>= 1.17.14),
	       node-safe-buffer (>= 5.1.0) <!nocheck>,
	       node-tap (>= 8.0) <!nocheck>,
	       node-babel-polyfill (>= 6.23.0) <!nocheck>,
	       node-inherits (>= 2.0.3) <!nocheck>,
	       node-core-util-is (>= 1.0.2) <!nocheck>
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-string-decoder
Vcs-Git: https://salsa.debian.org/js-team/node-string-decoder.git
Homepage: https://github.com/nodejs/string_decoder

Package: node-string-decoder
Architecture: all
Depends: ${misc:Depends},
	 nodejs (>= 8),
	 node-safe-buffer (>= 5.1.0)
Description: string_decoder module from Node core for browsers
 node-string-decoder provides a string_decoder module compatible with
 string_decoder module from Node.js core but adapted for
 browsers context.
 .
 Node.js string_decoder module provides an API for decoding Buffer objects
 into strings in a manner that preserves encoded multi-byte UTF-8 and
 UTF-16 characters.
 .
 Node.js is an event-based server-side JavaScript engine.