Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
resolve-from
Resolve the path of a module like `require.resolve()` but from a given path
resolve
resolve like require.resolve() on behalf of files asynchronously and synchronously
graceful-fs
A drop-in replacement for fs, making various improvements.
is-core-module
Is this specifier a node.js core module?
async
Higher-order functions and common patterns for asynchronous code
import-fresh
Import a module while bypassing the cache
parent-module
Get the path of the parent module
resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
which-module
Find the module object for something that was require()d
global-prefix
Get the npm global path prefix.
babel-loader
babel module loader for webpack
global-modules
The directory used by npm for globally installed npm modules.
node-gyp
Node.js native addon build tool
is-installed-globally
Check if your package was installed globally
module-details-from-path
Extract the Node.js module details like name and base path given an abosulte path to a file inside the module
find-root
find the closest package.json
require-in-the-middle
Module to hook into the Node.js require function
@rushstack/eslint-patch
Enhance ESLint with better support for large scale monorepos
import-lazy
Import a module lazily
webpack-cli
CLI for webpack & friends