File: control

package info (click to toggle)
node-is-binary-path 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 965 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-is-binary-path
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12)
 , nodejs
 , node-binary-extensions (>= 2.0.0) <!nocheck>
 , node-tape <!nocheck>
 , pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/js-team/node-is-binary-path
Vcs-Git: https://salsa.debian.org/js-team/node-is-binary-path.git
Homepage: https://github.com/sindresorhus/is-binary-path#readme

Package: node-is-binary-path
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-binary-extensions (>= 2.0.0)
Description: check if a filepath is a binary file
 This library checks if a filepath is a binary file by checking known binary
 file extensions list.
 .
 Node.js is an event-based server-side JavaScript engine.