Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
totp
Node One Time Password, convert from PHPGangsta/GoogleAuthenticator
daet
Minimal immutable date class that supports relative time, calendar time, and plus/minus of different units.
resolve-from
Resolve the path of a module like `require.resolve()` but from a given path
from-now
Get relative time (ago) like 5 seconds, 12 hours, 3 months
resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
es-iterator-helpers
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
from2
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
import-from
Import a module like with `require()` but from a given path
to-readable-stream
Convert a value to a ReadableStream
into-stream
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
import-cwd
Import a module like with `require()` but from the current working directory
remove-trailing-spaces
Remove the trailing spaces from a string.
clone-buffer
Easier Buffer cloning in node.
resolve-pkg
Resolve the path of a package regardless of it having an entry point
@stdlib/number-float64-base-from-words
Create a double-precision floating-point number from a higher order word and a lower order word.
from2-array
Create a from2 stream based on an array of source values
ip-cidr
Module for working with CIDR (v4, v6)
string-strip-html
Strip HTML tags from strings. No parser, accepts mixed sources.
ranges-apply
Take an array of string index ranges, delete/replace the string according to them
url-regex-safe
Regular expression matching for URL's. Maintained, safe, and browser-friendly version of url-regex. Resolves CVE-2020-7661. Works in Node v10.12.0+ and browsers.