Source: node-which
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 9.0.0)
 , dh-buildinfo
Standards-Version: 4.1.1
Homepage: https://github.com/isaacs/node-which
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-which.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/node-which.git

Package: node-which
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-isexe
Description: Cross-platform 'which' module for Node.js
 node-which finds the first instance of a specified executable
 in the PATH environment variable, simulating the behaviour of
 the standard "which" program.
 node-which supports all platforms supported by Node.js.
 .
 This is the module only, the binary being totally useless.
 .
 Node.js is an event-based server-side javascript engine.
