nv-array-pop-with-value ============ - nv-array-pop-with-value
Array manipulation, ordering, searching, summarizing, etc.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
The smallest and simplest JavaScript priority queue
Like a Set, but provides the index of the `key` in the backing array
An implementation of the CSSStyleDeclaration class from the CSS Object Model specification
Extremely fast double-ended queue implementation
Lazy-evaluating list of files, based on globs or regex patterns
Parses set-cookie headers into objects
Run an array of functions in parallel
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
CSS Object Model implementation and CSS parser
The Aztec KV store is an implementation of a durable key-value database with a pluggable backend. The only supported backend right now is LMDB by using the [`lmdb-js` package](https://github.com/kriszyp/lmdb-js).
File system walker with Readable stream interface.
nv-array-combo ============ - nv-array-combo
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Stringify any JavaScript value.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Parse postgres array columns
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).
Copy a descriptor from object A to object B
nv-array-pop-with-function ============ - nv-array-pop-with-function
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Parse HTTP request cookies