arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
INDIRECT
0
array-lru • 1.1.1A really fast LRU cache for array items (numeric keys)
INDIRECT
0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.
INDIRECT
0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
INDIRECT
0
atomic-batcher • 1.0.2A simple batching function that allows you to atomically batch a series of operations.
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.
braces • 2.3.2Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
bulk-write-stream • 1.1.4Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams
INDIRECT
9
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
INDIRECT
28
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.
INDIRECT
1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.
INDIRECT
4
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.
INDIRECT
66
fast-bitfield • 1.2.2Variable sized bitfield that allows you to quickly iterate over bits
INDIRECT
1
fd-lock • 1.2.0Advisory cross-platform lock on a file using a file descriptor to it.
INDIRECT
2
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.
INDIRECT
2
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
INDIRECT
4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
INDIRECT
4
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility
INDIRECT
0
nanoguard • 1.3.0Small module that allows you to guard a call to a function.
INDIRECT
0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
INDIRECT
68
napi-macros • 2.0.0Set of utility macros to make writing N-API modules a little easier.
INDIRECT
0
napi-macros • 2.2.2Set of utility macros to make writing N-API modules a little easier.
INDIRECT
0
node-gyp-build • 4.1.1Build tool and bindings loader for node-gyp that supports prebuilds
INDIRECT
0
node-gyp-build • 4.8.2Build tool and bindings loader for node-gyp that supports prebuilds
INDIRECT
0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.
sparse-bitfield • 3.0.3Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
INDIRECT
1
split-string • 3.1.0Split a string on a character except when the character is escaped.
INDIRECT
5
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
subleveldown • 4.1.4Split a levelup database into sublevels with their own keyspace, encoding and events
INDIRECT
25
tar-stream • 1.6.2tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
DIRECT
18
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
DIRECT
9
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
INDIRECT
9
thunky • 1.1.0delay the evaluation of a paramless async function and cache the result
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
INDIRECT
4
to-regex • 3.0.2Generate a regex from a string or array of strings.
uint64be • 2.0.2Encode / decode big endian unsigned 64 bit integers
INDIRECT
3
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
INDIRECT
11
uniq • 1.0.1Removes duplicates from a sorted array in place
abstract-blob-store • 3.3.5A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms.
INDIRECT
13
folder-walker • 3.2.0A recursive stream of the files and directories in a given folder
INDIRECT
9
BSD-3-Clause2
Package
Relation
Dependencies
Published
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like object