1.0.0 • Published 7 years ago

whereis v1.0.0

Weekly downloads
4,758
License
MIT
Repository
github
Last release
7 years ago

Note from maintainers: Nowadays you should use https://github.com/npm/node-which

node-whereis Version Badge Build Status License Downloads

Simply get the first path to a bin on any system.

var whereis = require('whereis');
whereis('wget', function(err, path) {
  console.log(path);
});
// /usr/bin/wget
1.0.0

7 years ago

0.4.1

7 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.0.2

13 years ago

0.0.1

13 years ago