File: control

package info (click to toggle)
node-has-binary 0.1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: javascript: 150; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 934 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
Source: node-has-binary
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-isarray <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-has-binary
Vcs-Git: https://salsa.debian.org/js-team/node-has-binary.git
Homepage: https://github.com/socketio/has-binary
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-has-binary
Architecture: all
Depends: ${misc:Depends}
 , node-isarray
Multi-Arch: foreign
Description: Test if a JavaScript object contains binary data
 The has-binary Node.js module provides a function that takes anything in
 JavaScript and returns true if its argument contains binary data.
 .
 Node.js is an event-based server-side JavaScript engine.