Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
find-up
Find a file or directory by walking up parent directories
npm-run-path
Get your PATH prepended with locally installed binaries
pkg-dir
Find the root directory of a Node.js project or npm package
parent-module
Get the path of the parent module
read-pkg
Read a package.json file
test-exclude
test for inclusion or exclusion of paths using globs
spdx-expression-parse
parse SPDX license expressions
validate-npm-package-license
Give me a string and I'll tell you if it's a valid npm package license string
global-modules
The directory used by npm for globally installed npm modules.
validate-npm-package-name
Give me a string and I'll tell you if it's a valid npm package name
is-installed-globally
Check if your package was installed globally
find-root
find the closest package.json
@rushstack/eslint-patch
Enhance ESLint with better support for large scale monorepos
package-json
Get metadata of a package from the npm registry
local-pkg
Get information on local packages.
latest-version
Get the latest version of an npm package
update-notifier
Update notifications for your CLI app
has-yarn
Check if a project is using Yarn
global-directory
Get the directory of globally installed packages and binaries
find-up-simple
Find a file or directory by walking up parent directories — Zero dependencies