File: control

package info (click to toggle)
node-typedarray-to-buffer 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 112 kB
  • sloc: javascript: 47; makefile: 16
file content (29 lines) | stat: -rw-r--r-- 1,100 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
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
 , node-tape <!nocheck>
Standards-Version: 4.6.0
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
Description: Nodejs utility converting TypedArray to buffer without copy
 Convert a typed array to a Buffer without a copy.

Package: node-typedarray-to-buffer
Architecture: all
Depends: ${misc:Depends}
 , libjs-typedarray-to-buffer (= ${binary:Version})
 , node-is-typedarray
Description: JavaScript utility converting TypedArray to buffer without copy
 Convert a typed array to a Buffer without a copy.