node-resolve-from

Resolve the path of a module from a given path
  https://github.com/sindresorhus/resolve-from
  0
  no reviews



Resolve the path of a module like `require.resolve()`but from a given path. Unlike `require.resolve()` it returns `null` instead of throwing when the module can't be found.

Node.js is an event-based server-side JavaScript engine.