This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Typertext/node_modules/grunt/node_modules/which
2014-02-26 13:12:37 -06:00
..
bin initial commit 2014-02-26 13:12:37 -06:00
LICENSE initial commit 2014-02-26 13:12:37 -06:00
package.json initial commit 2014-02-26 13:12:37 -06:00
README.md initial commit 2014-02-26 13:12:37 -06:00
which.js initial commit 2014-02-26 13:12:37 -06: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.