Generates an array of consecutive integers starting at 0
list of SPDX standard license ranges
TypeScript definitions for range-parser
JavaScript library to pack primitives to octet arrays, including int64 support, packaged for NodeJS.
General purpose glob-based configuration matching.
Rearrange array elements by index array
Find [nd-]array min/max values
Curated collection of data structures for the JavaScript/TypeScript.
Split lines into an array of lines
GraphQL Codegen plugin for building mock data
Hashing made simple. Get the hash of a buffer/string/stream/file.
Converts arrays of integers from one base to another. Uses an O(N²) algorithm.
Rich text value and manipulation API.
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Babel plugin to transpile import() to a deferred require(), for node
Convert object keys from camel case
Slice a string with ANSI escape codes
Tiny queue data structure
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Core package of Faro.
Push items to an array at their correct sort-position
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Convert and detect character encoding in JavaScript
Unicode Trie data structure for fast character metadata lookup, ported from ICU