Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
graphemer
A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)
char-regex
A regex to match any full character, considering weird character ranges.
flat
Take a nested Javascript object and flatten it, or unflatten an object with delimited keys
split-string
Easy way to split a string on a given character unless it's quoted or escaped.
split-on-first
Split a string on the first occurance of a given separator
grapheme-splitter
A JavaScript library that breaks strings into their individual user-perceived characters. It supports emojis!
event-stream
construct pipes of streams of events
exceljs
Excel Workbook Manager - Read and Write xlsx and csv Files.
require-package-name
gets the package name for a require statement
@tanstack/match-sorter-utils
A fork of match-sorter with separated filtering and sorting phases
split-ca
Simple module to split a single certificate authority chain file (aka: bundle, ca-bundle, ca-chain, etc.) into an array, as expected by the node.js tls api.
well-known-symbols
An ESnext spec-compliant shim/polyfill/replacement for all Well-Known Symbols that works in any environment with Symbols.
@turf/line-split
turf line-split module
fs-capacitor
Filesystem-buffered, passthrough stream that buffers indefinitely rather than propagate backpressure from downstream consumers.
@stdlib/regexp-eol
Return a regular expression to match a newline character sequence.
@stdlib/number-float64-base-to-words
Split a double-precision floating-point number into a higher order word and a lower order word.
stream-chopper
Chop a single stream of data into a series of readable streams
becke-ch--regex--s0-0-v1--base--pl--lib
A JavaScript Regular Expression library, extending the standard RegExp class with missing functionality
parse-unit
parses number and unit, '20px' into [20, 'px']
string-split-by
Split string by any separator excluding brackets, quotes and escaped characters