Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
convert-to-object
Convert string to object and fix syntax errors.
property-string-path
Generate type safe dot paths to object properties based on an interface.
tap-parse-string-to-object
Parses raw Tap: string-to-object or stream-to-a-promise-of-an-object
camelcase-keys
Convert object keys to camel case
decamelize-keys
Convert object keys from camel case
into-stream
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
fixedstr
Transforms fixed string to object and vice versa
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
object-treeify
Stringify Object as tree structure
pupa
Simple micro templating
is-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
wrap-ansi
Wordwrap a string with ANSI escape codes
string-width
Get the visual width of a string - the number of columns required to display it
repeat-element
Create an array by repeating the given value n times.
es-to-primitive
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
get-east-asian-width
Determine the East Asian Width of a Unicode character
prelude-ls
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
anymatch
Matches strings against configurable strings, globs, regular expressions, and/or functions