Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
resolve
resolve like require.resolve() on behalf of files asynchronously and synchronously
resolve-from
Resolve the path of a module like `require.resolve()` but from a given path
import-fresh
Import a module while bypassing the cache
require-directory
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
requires-port
Check if a protocol requires a certain port number to be added to an URL.
import-local
Let a globally installed package use a locally installed version of itself if available
resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
require-main-filename
shim for require.main.filename() that works in as many environments as possible
which-module
Find the module object for something that was require()d
rechoir
Prepare a node environment to require files with different extensions.
import-lazy
Import a module lazily
require-in-the-middle
Module to hook into the Node.js require function
case-sensitive-paths-webpack-plugin
Enforces module path case sensitivity in Webpack
import-from
Import a module like with `require()` but from a given path
default-require-extensions
Node's default require extensions as a separate module
lazy-cache
Cache requires to be lazy-loaded when needed.
requireindex
Write minimal node index.js files that require and export siblings by file basename
append-transform
Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.
@rollup/plugin-commonjs
Convert CommonJS modules to ES2015
caching-transform
Wraps a transform and provides caching