node-isexe 2.0.0+~2.0.1-3 source package in Ubuntu

Changelog

node-isexe (2.0.0+~2.0.1-3) unstable; urgency=medium

  * Team upload
  * Binary upload due to circular dependency

 -- Yadd <email address hidden>  Sat, 20 Nov 2021 22:13:29 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-isexe_2.0.0+~2.0.1-3.dsc 2.3 KiB 960d543ab7b6cd4ff2091eff4b0db2117543dd40ea33a91c4b80ba881d8067bb
node-isexe_2.0.0+~2.0.1.orig-types-isexe.tar.gz 1.7 KiB 04e68b5cbef29600b5ef4e912cbbb7fe362daa8c7ea42ab2969f2b82075eb901
node-isexe_2.0.0+~2.0.1.orig.tar.gz 3.8 KiB 6af33f8cce57076339328c571c5597efd71f74a0f2271824dd580e6250a4003f
node-isexe_2.0.0+~2.0.1-3.debian.tar.xz 3.6 KiB 460edcf5af6d701496e1b2c7343dbde148041f3b80de4b1d68ab679d88727905

Available diffs

No changes file available.

Binary packages built by this source

node-isexe: minimal module to check if a file is executable

 This Node.js module allows ones to check if a given file is executable,
 using promise is available and checking PATHEXT environment
 variable on windows.
 .
 Node.js is an event-based server-side JavaScript engine.