File: control

package info (click to toggle)
node-text-encoding 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,664 kB
  • sloc: javascript: 2,244; sh: 2; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,306 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
Source: node-text-encoding
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13), nodejs
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/inexorabletash/text-encoding
Vcs-Git: https://salsa.debian.org/js-team/node-text-encoding.git
Vcs-Browser: https://salsa.debian.org/js-team/node-text-encoding

Package: node-text-encoding
Architecture: all
Depends: ${misc:Depends}, nodejs, libjs-text-encoding (= ${binary:Version})
Multi-Arch: foreign
Description: Polyfill for the Encoding Living Standard's API (Node.js module)
 Provides a polyfill for the Encoding Living Standard's API for the
 Web, allowing encoding and decoding of textual data to and from
 Typed Array buffers for binary data in JavaScript.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-text-encoding
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Polyfill for the Encoding Living Standard's API (JavaScript lib)
 Provides a polyfill for the Encoding Living Standard's API for the
 Web, allowing encoding and decoding of textual data to and from
 Typed Array buffers for binary data in JavaScript.