Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Get the PATH environment variable key cross-platform
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Simple key-value storage with support for multiple backends
Really Fast Deep Clone
Map object keys and values into a new object
Port of TweetNaCl cryptographic library to JavaScript
Lowercase the keys of an object
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Convert object keys from camel case
- map
- object
- key
- keys
- decamelize
- decamelcase
- uncamelcase
- camelcase
- camel-case
- camel
- case
- separator
- string
- text
- View more
Set nested properties on an object using dot notation.
- bury
- deep-get-set
- deep-object
- deep-property
- deep-set-in
- deep-set
- deephas
- dot-prop
- dot2val
- es5-dot-prop
- get
- getsetdeep
- has
- hasown
- View more
Visit a method over the items in an object, or map visit over the objects in an array.
Sort the keys of an object
Delete nested properties from an object using dot notation.
Returns an array of all enumerable symbol properties found directly upon a given object
Convert object keys to camel case
Call a specified method on each value in the given object.
Map `visit` over an array of objects.
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible