npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "deeply" 的结果(共 16 个)
copy-props

Copy properties deeply between two objects.

MIT
each-props

Processes each properties of an object deeply.

MIT
has-value

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

MIT
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.

MIT
propget

Use dot notation to get properties from deeply nested object and array structures.

MIT
jest-expect-contain-deep

Assert deeply nested values in Jest

MIT
same-object

Determine if two objects are deeply equal

MIT
are-deeply-equal

Check if two values are deeply equal to each other.

MIT
react-broadcast

Reliably communicate state changes to deeply nested React elements

MIT
sortobject

Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it

Artistic-2.0
deeply

A toolkit for deep structure manipulations, provides deep merge/clone functionality out of the box, and exposes hooks and custom adapters for more control and greater flexibility.

MIT
options-defaults

Options-defaults design pattern implementation for reliable configuration. It merges objects deeply, overrides arrays and classes (different than Object) and the result remains strongly typed.

MIT
deep-bind

Bind a context to all functions in an object, including deeply nested functions.

MIT
ts-options-defaults

Options-defaults design pattern implementation for reliable configuration. It merges objects deeply, overrides arrays and classes (different than Object) and the result remains strongly typed.

GPL-3.0
merge-value

Similar to assign-value but deeply merges object values or nested values using object path/dot notation.

MIT
underscore.deep

Underscore mixins for deeply nested objects

BSD