arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
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
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`.
DIRECT
44
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.
INDIRECT
13
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.
DIRECT
1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.
INDIRECT
4
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?"
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.
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
unset-value • 1.0.0Delete nested properties from an object using dot notation.
INDIRECT
6
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.
INDIRECT
0
use • 3.1.1Easily add plugin support to your node.js application.