Skills
128,470Reusable AI skills and capabilities for agent workflows
Creates an array composed of the own enumerable property names(including nested) of an object.
Omit object key/values recursively with lodash as only dependency.
The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.
Extends Chai with an assertion for deeply matching objects (i.e. subset equality checking)
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
A tool for trimming deep/lenghty javascript structures. Some potential usages are: debugging, logging or data sanitization.
Tree utilities which provides a full-featured extend and object-cloning facility, and various tools to deal with nested object structures.
writable stream that concatenates strings or binary data and calls a callback with the result
Convert string with bracket notation to dot property notation for Node.js and the browser.
OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.