obj-props
List of properties for JavaScript objects
List of properties for JavaScript objects
Returns true if an object has an own, nested property using dot notation paths ('a.b.c').
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
A safe, declarative way to influence the styles and attributes of nodes outside your app's tree.
Utility for modifying / processing the contents of Javascript objects or arrays via object notation strings or globs.
The lodash method `_.property` exported as a module.
A mixin for declaring property accessors
Like `extend` but recursively copies only the missing properties/values to the target object.
Similar to assign-value but deeply merges object values or nested values using object path/dot notation.
Create property accessor/caller statements for dot paths
Expand a string into a JavaScript object using a simple notation. Use the CLI or as a node.js lib.
Get the 'src' value from any string containing a src="" (embed, iframe, html, etc).
Lazy evaluated property injection decorators for InversifyJS
Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)
Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
A dynamic JSON parser that isn't strict and can be customized.
Minimal bi-directional object references for JavaScript
HTML5 HTMLElement.dataset ponyfill
Immutable version of dot-prop with some extensions