Showing 1-20 of 1,860,124 packages
Parse CSS inline style to JavaScript object.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
string representations of objects in node and the browser
Delete nested properties from an object using dot notation.
Returns true if a value is a plain object, array or function.
Traverse JSON Schema passing each schema object to callback
Matches strings against configurable strings, globs, regular expressions, and/or functions
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Extend an object with the properties of additional objects. node.js/javascript util.
Iterate 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
Create an object path from a list or array of strings.
Node.js object hash library with properties/arrays sorting to provide constant hashes
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Copy static properties, prototype properties, and descriptors from one object to another.
Wordwrap a string with ANSI escape codes
Returns true if the value is an object and not an array or null.
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
Iterate over the own 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.
Call a specified method on each value in the given object.
Access deep object properties using a path