Showing 1-20 of 325,465 packages
extend like a boss
ES2015 `Object.assign()` ponyfill
Call a specified method on each value in the given object.
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Recursive object extending
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.
return whitelisted properties of an object
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
Deep comparison of 2 instances for should.js
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
make a shallow copy of an object or array
Visit a method over the items in an object, or map visit over the objects in an array.
Sort the keys in an object.
Does a shallow comparison of two objects, returning false if the keys or values differ.
A small polyfill for Object.setprototypeof
Extend an object with the properties of additional objects. node.js/javascript util.
Get a compare function for array to sort
Give me a string and I'll tell you if it's a valid npm package license string