Showing 1-20 of 948,707 packages
Access deep object properties using a path
Create an object path from a list or array of strings.
Get the PATH environment variable key cross-platform
ES2015 `Object.assign()` ponyfill
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Returns true if a value is a plain object, array or function.
Copy static properties, prototype properties, and descriptors from one object to another.
Get your PATH prepended with locally installed binaries
Call a specified method on each value in the given object.
Define a lazily evaluated property on an object
Returns true if the value is an object and not an array or null.
extend like a boss
Object literal maintaining its properties in the order they were added
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
node style hmacs in the browser
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
create hashes for browserify
the path module from node core for browsers
HPACK implementation
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.