Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
dot-prop
Get, set, or delete a property from a nested object using a dot path
camelcase-keys
Convert object keys to camel case
dlv
Safely get a dot-notated property within an object.
to-object-path
Create an object path from a list or array of strings.
union-value
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
compare-func
Get a compare function for array to sort
is-property
Tests if a JSON property can be accessed using . syntax
is-dotfile
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
object-path
Access deep object properties using a path
array-sort
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
getobject
get.and.set.deep.objects.easily = true
ts-graphviz
Graphviz library for TypeScript
dot-object
dot-object makes it possible to transform and read (JSON) objects using dot notation.
@ts-graphviz/core
Graphviz Models for Object-Oriented Programming
@ts-graphviz/adapter
Graphviz Runtime adapters for Cross Platform
@ts-graphviz/common
Graphviz Types and Utilities
find-config
Find the first config file matching a given name in the current directory or the nearest ancestor directory.
get-object
Get a property from an object using dot (object path) notation.
sort-on
Sort an array on an object property