summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/which/README.md
blob: ff1eb531a7773129d6ad8ccaed572104cf0d9e06 (plain)
1
2
3
4
5
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.