1.0.0 • Published 6 years ago

whereis v1.0.0

Weekly downloads
4,758
License
MIT
Repository
github
Last release
6 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

6 years ago

0.4.1

6 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.0.2

12 years ago

0.0.1

12 years ago