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.
