Package Licenses
MIT
Dependency Licenses
MIT28
Package | Relation | Dependencies | Published |
---|---|---|---|
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 | |
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array. | DIRECT | 3 | |
component-emitter • 1.3.1Event emitter | DIRECT | 0 | |
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 | |
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object. | DIRECT | 0 | |
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths. | INDIRECT | 4 | |
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths. | DIRECT | 7 | |
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. | INDIRECT | 0 | |
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. | INDIRECT | 4 | |
is-buffer • 1.1.6Determine if an object is a Buffer | INDIRECT | 0 | |
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?" | INDIRECT | 0 | |
is-extendable • 1.0.1Returns true if a value is a plain object, array or function. | INDIRECT | 2 | |
is-number • 3.0.0Returns true if the value is a number. comprehensive tests. | INDIRECT | 2 | |
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor. | INDIRECT | 1 | |
isarray • 1.0.0Array#isArray for older browsers | INDIRECT | 0 | |
isobject • 2.1.0Returns true if the value is an object and not an array or null. | INDIRECT | 1 | |
isobject • 3.0.1Returns true if the value is an object and not an array or null. | DIRECT | 0 | |
kind-of • 3.2.2Get the native type of a value. | INDIRECT | 1 | |
kind-of • 4.0.0Get the native type of a value. | INDIRECT | 1 | |
map-visit • 1.0.0Map `visit` over an array of objects. | INDIRECT | 2 | |
object-visit • 1.0.1Call a specified method on each value in the given object. | INDIRECT | 1 | |
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | DIRECT | 8 | |
split-string • 3.1.0Split a string on a character except when the character is escaped. | INDIRECT | 5 | |
to-object-path • 0.3.0Create an object path from a list or array of strings. | DIRECT | 2 | |
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. | DIRECT | 11 | |
unset-value • 1.0.0Delete nested properties from an object using dot notation. | DIRECT | 6 |