cordova-android/bin/node_modules/which
2014-08-18 09:48:31 -04:00
..
bin CB-3445: Add which to checked-in node_modules 2014-08-18 09:48:31 -04:00
LICENSE CB-3445: Add which to checked-in node_modules 2014-08-18 09:48:31 -04:00
package.json CB-3445: Add which to checked-in node_modules 2014-08-18 09:48:31 -04:00
README.md CB-3445: Add which to checked-in node_modules 2014-08-18 09:48:31 -04:00
which.js CB-3445: Add which to checked-in node_modules 2014-08-18 09:48:31 -04:00

The "which" util from npm's guts.

Finds the first instance of a specified executable in the PATH environment variable. Does not cache the results, so hash -r is not needed when the PATH changes.