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
TestSuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 12),
               dh-buildinfo,
               nodejs (>= 8),
               node-safe-buffer <!nocheck>,
               node-tap (>= 8.0) <!nocheck>,
               node-babel-polyfill <!nocheck>,
               node-inherits (>= 2.0.3) <!nocheck>,
               node-core-util-is <!nocheck>,
	       pkg-js-tools (>= 0.9.8)
Standards-Version: 4.5.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
Rules-Requires-Root: no

Package: node-string-decoder
Architecture: all
Depends: ${misc:Depends},
         nodejs (>= 8),
         node-safe-buffer
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.
