Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
is-invalid-path
Returns true if a windows file path has invalid characters.
is-valid-path
Returns true if a file path does not contain any invalid characters.
strip-path
Strip a path from a path
extract-path
Extract a valid fs path from a string
to-path
Converts string to a property path array.
get-object
Get a property from an object using dot (object path) notation.
find-value
Find object values by passing the path as string.
object-resolve-path
a simple utility function for getting a value at a path from an object with all the usecases properly covered
valid-path
Checks if provided string looks like a valid path
property-path
Get and set object properties by path where you can specify the separator.
objectpath
Parse js object paths using both dot and bracket notation. Stringify an array of properties into a valid path.
@stdlib/utils-convert-path
Convert between POSIX and Windows paths.
@generates/dotter
Work with nested JavaScript Objects and dot path strings
@ianwalter/dot
Work with nested JavaScript Objects and dot path strings
typed-path
Type safe object string paths for typescript.
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
strip-extension
Strip extension from a path. Also works when query parameters are involved
kind-of
Get the native type of a value.
string_decoder
The string_decoder module from Node core
@stdlib/constants-path
Standard string path constants.