Source: node-typedarray-to-buffer Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Yadd Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , uglifyjs , dh-sequence-nodejs , node-tape , node-tap 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.