case-sensitive-paths-webpack-plugin
Enforces module path case sensitivity in Webpack
Updated by @urthen
resolve-from
popularResolve the path of a module like `require.resolve()` but from a given path
Updated by @sindresorhus
require-directory
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
Updated by @troygoode
import-local
Let a globally installed package use a locally installed version of itself if available
Updated by @sindresorhus
requires-port
Check if a protocol requires a certain port number to be added to an URL.
Updated by @v1
stealthy-require
The closest you can get to require something with bypassing the require cache
Updated by @analog-nico
resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
Updated by @sindresorhus
optional-require
NodeJS Require that let you handle module not found error without try/catch
Updated by @jchip