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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: node-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)
, dh-sequence-nodejs
, dh-nodejs (>= 0.16.0~)
, node-deep-equal <!nocheck>
, node-function-bind <!nocheck>
, node-isarray <!nocheck>
, node-safe-buffer <!nocheck>
, node-tape <!nocheck>
Standards-Version: 4.7.2
Homepage: https://github.com/browserify/to-buffer
Vcs-Git: https://salsa.debian.org/js-team/node-to-buffer.git
Vcs-Browser: https://salsa.debian.org/js-team/node-to-buffer
Rules-Requires-Root: no
Package: node-call-bind-apply-helpers
Architecture: all
Depends: ${misc:Depends}
, node-es-errors
, node-function-bind
Description: Helper functions around Function call/apply/bind
node-call-bind-apply-helpers is a helper to be used use in node-call-bind or
node-get-intrinsic.
Package: node-call-bound
Architecture: all
Depends: ${misc:Depends}
, node-call-bind-apply-helpers
, node-get-intrinsic
Description: Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`
node-call-bound is a rRobust call-bound JavaScript intrinsics. To be used in
node-call-bind.
Package: node-es-errors
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Simple cache for a few of the JS Error constructors
node-es-errors is a simple cache for a few of the JS Error constructors.
Package: node-typed-array-buffer
Architecture: all
Depends: ${misc:Depends}
, node-call-bound
, node-es-errors
, node-is-typed-array
Description: Get the ArrayBuffer out of a TypedArray
node-typed-array-buffer permits one to get the ArrayBuffer out of a TypedArray
robustly.
Package: node-to-buffer
Architecture: all
Depends:
${misc:Depends}
, node-isarray
, node-safe-buffer
, node-typed-array-buffer
Description: Nodejs library to get a buffer robustly from various variable types
node-to-buffer permits one to get a buffer robustly from a string, an array,
a buffer, a dataview or an Uint8Array.
|