File: control

package info (click to toggle)
node-typedarray-to-buffer 4.0.0%2B~4.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: javascript: 47; makefile: 17
file content (47 lines) | stat: -rw-r--r-- 1,912 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
37
38
39
40
41
42
43
44
45
46
47
Source: node-typedarray-to-buffer
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , uglifyjs
 , dh-sequence-nodejs
 , node-tape <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/js-team/node-typedarray-to-buffer/tree/debian/sid
Vcs-Git: https://salsa.debian.org/js-team/node-typedarray-to-buffer.git -b debian/sid
Homepage: https://github.com/feross/typedarray-to-buffer
Rules-Requires-Root: no

Package: libjs-typedarray-to-buffer
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: Nodejs utility converting TypedArray to buffer without copy
 This package offers a zero‑copy way to treat typed arrays like Uint8Array as
 Node‑style Buffers, avoiding the costly data duplication imposed by
 Buffer.from() and the standard buffer module. It provides a faster,
 more memory‑efficient alternative for applications that process
 large or performance‑critical binary data.
 .
 This package include the browser version of this utility.
 .
 Node.js is an event-based server-side JavaScript engine.


Package: node-typedarray-to-buffer
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
 , libjs-typedarray-to-buffer (= ${binary:Version})
Description: JavaScript utility converting TypedArray to buffer without copy
 This package offers a zero‑copy way to treat typed arrays like Uint8Array as
 Node‑style Buffers, avoiding the costly data duplication imposed by
 Buffer.from() and the standard buffer module. It provides a faster,
 more memory‑efficient alternative for applications that process
 large or performance‑critical binary data.
 .
 Node.js is an event-based server-side JavaScript engine.