File: control

package info (click to toggle)
node-string-decoder 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 444 kB
  • sloc: javascript: 2,581; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,307 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
35
36
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 (= 13)
 , node-babel7 (>= 7.4.5+~cs6.2.2-2~) <!nocheck>
 , node-core-js <!nocheck>
 , node-core-util-is <!nocheck>
 , node-inherits (>= 2.0.3) <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-tap (>= 8.0) <!nocheck>
 , nodejs (>= 8)
 , dh-sequence-nodejs
Standards-Version: 4.5.1
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}
 , node-safe-buffer
 , nodejs (>= 8)
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.