Showing 1-20 of 489 packages
Use the node way to resolve required path to absolute path.
Offers a async require.resolve function. It's highly configurable.
resolve like require.resolve() on behalf of files asynchronously and synchronously
Resolve the path of a module like `require.resolve()` but from a given path
Resolve the path of a module like `require.resolve()` but from the current working directory
Isomorphic `require.resolve` for ESM and CommonJS.
require.resolve without throwing
Asynchronous require.resolve() implementation
The inverse of require.resolve()
A file loader plugin for esbuild for `require.resolve` statements.
require.resolve with search on extra paths
Module to hook into the Node.js require and require.resolve function
require.resolve for binaries
like require.resolve() on behalf of bower files asynchronously and synchronously
resolve like require.resolve() on behalf of files asynchronously and synchronously
require.resolve ===============
Resolves a given package if it is installed locally, then tries to resolve it from global registry, using battle-tested [global-modules][] package. Better approach than internal `require.resolve`, so you can trust. You just get absolute filepath to some p
Module to hook into the Node.js require and require.resolve function
Extension for require.resolve which will resolve directories as well as files
Offers a async require.resolve function. It's highly configurable.