npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "nested" 的结果(共 55 个)
array-flatten

Flatten nested arrays

MIT
dottie

Fast and safe nested object access and manipulation in JavaScript

MIT
require-directory

Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.

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

MIT
flat

Take a nested Javascript object and flatten it, or unflatten an object with delimited keys

BSD-3-Clause
dot-prop

Get, set, or delete a property from a nested object using a dot path

MIT
postcss-nested

PostCSS plugin to unwrap nested rules like how Sass does it

MIT
@csstools/postcss-nested-calc

Use nested calc() expressions in CSS

MIT-0
get-value

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

MIT
postcss-resolve-nested-selector

Resolve a nested selector in a PostCSS AST

MIT
ignore-walk

Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.

ISC
has-value

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

MIT
set-getter

Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths

MIT
@remix-run/router

Nested/Data-driven/Framework-agnostic Routing

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
nested-error-stacks

An Error subclass that will chain nested Errors and dump nested stacktraces

MIT
m_flattened

flatten a nested array

MIT
deep-object-diff

Deep diffs two objects, including nested structures of arrays and objects, and return the difference.

MIT
dotty

Access properties of nested objects using dot-path notation

BSD-3-Clause
deep-require-cwd

Require a module like `require()` but via a sequence of nested packages from the current working directory

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
okay

error check nested callbacks with domain support

MIT
mdast-flat

- Flat version of [MDAST format](https://github.com/syntax-tree/mdast). - Nodes are stored in a flat `nodes` array instead of a nested tree. - Table of contents is available in `contents` key. - All definitions are available in `definitions` map. - All fo

Unlicense
deep-require-from

Require a module like `require()` but via a sequence of nested packages

MIT
react-broadcast

Reliably communicate state changes to deeply nested React elements

MIT
has-own-deep

Returns true if an object has an own, nested property using dot notation paths ('a.b.c').

MIT