Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
file-type-checker
Detect and validate file types by their signatures (✨magic numbers✨)
file-type
Detect the file type of a file, stream, or data
crypto-es
A cryptography algorithms library compatible with ES6 and TypeScript
bf
Bf - bufferfile - a nodejs file descriptor abstraction that you can use with [Buffer](https://nodejs.org/api/buffer.html) signatures.
find-up
Find a file or directory by walking up parent directories
locate-path
Get the first path that exists on disk of multiple paths
path-exists
Check if a path exists
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
micromatch
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
mime
A comprehensive library for mime-type mapping
chokidar
Minimal and efficient cross-platform file watching library
execa
Process execution for humans
normalize-path
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
anymatch
Matches strings against configurable strings, globs, regular expressions, and/or functions
callsites
Get callsites from the V8 stack trace API
path-parse
Node.js path.parse() ponyfill
flat-cache
A simple key/value storage using files to persist the data
pkg-dir
Find the root directory of a Node.js project or npm package
path-type
Check if a path is a file, directory, or symlink
jsonfile
Easily read/write JSON files.