Codebase list node-has-binary / 1471d1e
Apply multi-arch hints. + node-has-binary: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints Debian Janitor 1 year, 6 months ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1717 Architecture: all
1818 Depends: ${misc:Depends}
1919 , node-isarray
20 Multi-Arch: foreign
2021 Description: Test if a JavaScript object contains binary data
2122 The has-binary Node.js module provides a function that takes anything in
2223 JavaScript and returns true if its argument contains binary data.