node-resolve

Synchronous/Asynchronous require.resolve() algorithm
  https://github.com/substack/node-resolve#readme
  0
  no reviews



This module implements the node require.resolve() algorithm such that you can require.resolve() on behalf of a file asynchronously and synchronously

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