Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
os-locale
Get the system locale
env-paths
Get paths for storing things like data, config, cache, etc
github-username
Get a GitHub username from an email address
external-editor
Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT
remark-github
remark plugin to autolink references like in GitHub issues, PRs, and comments
untildify
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
expand-tilde
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
resolve-dir
Resolve a directory that is either local, global or in the user's home directory.
is-root
Check if the process is running as root user, for example, one started with `sudo`
tildify
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
home-or-tmp
Get the user home directory with fallback to the system temp directory
parse-github-url
Parse a github URL into an object.
env-editor
Get metadata on the default editor or a specific editor
electron-json-storage
Easily write and read user settings in Electron apps
userhome
A cross-platform path to the user's home
react-svg-pan-zoom
A React component that adds pan and zoom features to SVG
@folder/xdg
Get cross-platform XDG Base Directories or their equivalents. Works with Linux, Windows (win32), or MacOS (darwin).
xdg-app-paths
Determine (XDG-compatible) paths for storing application files (cache, config, data, etc)
useragent
Fastest, most accurate & effecient user agent string parser, uses Browserscope's research for parsing
username
Get the username of the current user