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
|
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 (= 13)
, dh-sequence-nodejs
, node-binary-extensions (>= 2.0.0) <!nocheck>
, node-tape <!nocheck>
Standards-Version: 4.6.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}
, node-binary-extensions (>= 2.0.0)
Multi-Arch: foreign
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.
|