npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "arr" 的结果(共 142 个)
array-flatten

Flatten nested arrays

MIT
yargs-unparser

Converts back a yargs argv object to its original array form

MIT
babel-plugin-array-includes

Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.

MIT
split-cmd

💦Split a command into an array or an object

MIT
arrify

Convert a value to an array

MIT
@types/arrify

Stub TypeScript definitions entry for arrify, which provides its own types definitions

MIT
find-node-modules

Return an array of all parent node_modules directories

MIT
array-series

Call an array of asynchronous functions in series

MIT
array-parallel

Call an array of asynchronous functions in parallel

MIT
collection-map

Returns an array of mapped values from an array or object.

MIT
arr-flatten

Recursively flatten an array or arrays.

MIT
ordered-read-streams

Combines array of streams into one Readable stream in strict order.

MIT
through2-map

A through2 to create an Array.prototype.map analog for streams.

MIT
array-differ

Create an array with values that are present in the first input array but not additional ones

MIT
object.map

Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.

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
semver-greatest-satisfied-range

Find the greatest satisfied semver range from an array of ranges.

MIT
arranger

A React utility belt for hook composition

MIT
unicode-5.2.0

JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v5.2.0’s categories, scripts, blocks, bidi, and other properties.

MIT
array.prototype.map

An ES5 spec-compliant `Array.prototype.map` shim/polyfill/replacement that works as far down as ES3.

MIT
pug-parser

The pug parser (takes an array of tokens and converts it to an abstract syntax tree)

MIT
pug
pug-lexer

The pug lexer (takes a string and converts it to an array of tokens)

MIT
pug
run-series

Run an array of functions in series

MIT
arraywrap

if it's not an array, wrap it in an array. if it's already an array, do nothing.

MIT
to-array

Turn an array like into an array

stringify-object

Stringify an object/array like JSON.stringify just without all the double-quotes

BSD-2-Clause
string-argv

string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.

MIT
postgres-array

Parse postgres array columns

MIT