Source: node-which Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 12) , nodejs , node-isexe (>= 2.0.0-5~) , node-tap (>= 8~) , node-mkdirp , node-rimraf , pkg-js-tools (>= 0.9.8) Standards-Version: 4.5.1 Homepage: https://github.com/isaacs/node-which Vcs-Git: https://salsa.debian.org/js-team/node-which.git Vcs-Browser: https://salsa.debian.org/js-team/node-which Rules-Requires-Root: no Package: node-which Architecture: all Depends: ${misc:Depends} , nodejs (>= 8) , node-isexe (>= 2.0.0-5~) Provides: ${nodejs:Provides} 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.