This package has been deprecated

Author message:

whereis package is replaced by which: https://github.com/npm/node-which, npm install which --save, same usage

whereis

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i whereis

Weekly Downloads

895

Version

1.0.0

License

MIT

Unpacked Size

7.84 kB

Total Files

6

Last publish

Collaborators

  • vvo