Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
package-json
Get metadata of a package from the npm registry
latest-version
Get the latest version of an npm package
find-pkg
Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
electron-builder
A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box
author-regex
Regular expression for parsing an `author` string into an object following npm conventions.
app-builder-lib
electron-builder lib
parse-author
Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.
npm-name
Check whether a package or organization name is available on npm
npm-keyword
Get a list of npm packages with keywords
get-installed-path
Get installation path where the given package is installed. Works for globally and locally installed packages
resolve-package
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
package-up
Find the closest package.json file
detect-installed
Checks that given package is installed globally or locally.
prettier-plugin-pkg
An opinionated package.json formatter plugin for Prettier
simple-zstd
Node.js interface to the system installed zstd.
load-pkg
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
stringify-author
Stringify an authors object to `name <email> (url)`.
pkg-store
Use package.json as a config store.
base-pkg
Plugin for adding a `pkg` method that exposes pkg-store to your base application.
normalize-pkg
Normalize values in package.json using the map-schema library.