Package Licenses
MIT
Dependency Licenses
MIT8
Package | Relation | Dependencies | Published |
---|---|---|---|
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 | |
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 | |
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?" | DIRECT | 0 | |
is-extendable • 1.0.1Returns true if a value is a plain object, array or function. | INDIRECT | 2 | |
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor. | DIRECT | 1 | |
isobject • 3.0.1Returns true if the value is an object and not an array or null. | INDIRECT | 0 | |
split-string • 3.1.0Split a string on a character except when the character is escaped. | DIRECT | 5 |