node-gyp/node_modules/which
2012-03-19 19:17:46 -07:00
..
bin Commit node_modules. 2012-02-10 23:44:09 -08:00
LICENSE Commit node_modules. 2012-02-10 23:44:09 -08:00
package.json re-commit all the npm dependencies 2012-03-19 19:17:46 -07:00
README.md Commit node_modules. 2012-02-10 23:44:09 -08:00
which.js Update the bundled node-which to v1.0.5. 2012-03-03 19:10:36 -08: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.