@bevry/json(latest: 2.4.0) Helpers for reading and writing JSON.
extendr(latest: 7.10.0) Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways
cson(latest: 8.4.0) CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.
getcontributors(latest: 2.23.0) Fetch all the contributors from a github repository, github organisation, or github search
eachr(latest: 7.4.0) Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.
caterpillar(latest: 8.2.0) Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and
caterpillar-filter(latest: 6.15.0) Filter out undesired log levels from your Caterpillar logger stream
caterpillar-human(latest: 6.15.0) Turn your [Caterpillar](https://github.com/bevry/caterpillar) logger stream into a beautiful readable format with colors and optional debug information
typechecker(latest: 9.3.0) Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
badges(latest: 4.40.0) The definitive collection of badges for rendering
chainy-core(latest: 1.6.0) Perhaps the most awesome way of interacting with data using a chainable API
chainy-plugin-each(latest: 1.1.0) Chainy action that iterates through each item in the array with an asynchronous or synchronous iterator
chainy-plugin-feed(latest: 1.0.0) Chainy action that sets the chain data with the parsed results of a request, includes caching
chainy-plugin-map(latest: 1.0.5) Chainy action that replaces each item in the array with the result of an asynchronous or synchronous iterator
chainy-plugin-set(latest: 1.0.2) Chainy action that sets the data for the chain with the data that is passed over to the plugin
fellow(latest: 7.4.0) Fellow is a package for creating people that can be unified by their shared values via a singleton list on the class
githubauthquerystring(latest: 4.0.0) Authorise GitHub API requests by appending the environments auth credentials to your request's query string.
safeps(latest: 11.6.0) Work with processes safely and easily with Node.js
@bevry/file(latest: 2.3.0) Helpers for reading, writing, deleting, and accessing a file.
@bevry/argument(latest: 1.2.0) Parse CLI arguments with only the magic you actually need
@bevry/github-api(latest: 11.4.0) Interact with the GitHub API, fetching commits, repositories, members, and backers (authors, maintainers, contributors, funders, sponsors, donors)
@bevry/render(latest: 1.2.0) Render elements for HTML and Markdown
arrange-package-json(latest: 5.2.0) Arrange the properties in the package.json file to a universally consistent order
trim-empty-keys(latest: 1.2.0) Trim empty, nullish, or falsey keys from your JSON object
readdir-cluster(latest: 6.0.0) Create a cluster of workers to iterate through the filesystem
ambi(latest: 10.9.0) Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
unbounded(latest: 6.3.1) Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function
csextends(latest: 1.2.0) Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `B
normalify(latest: 2.32.0) Normalize different variable value types - e.g. `"1"` becomes `1`
extract-opts(latest: 5.9.0) Extract the options and callback from a function's arguments easily
requirefresh(latest: 5.13.0) Require a file without adding it into the require cache
bal-util(latest: 2.8.0) Common utility functions for Node.js used and maintained by Benjamin Lupton
feedr(latest: 4.8.0) Use feedr to fetch the data from a remote url, respect its caching, and parse its data. Despite its name, it's not just for feed data but also for all data that you can feed into it (including binary data).
getrepos(latest: 5.17.0) Fetch the specified repositories, or those that match a particular github user or search query
githubauthreq(latest: 8.0.0) Authorize GitHub API requests with the appropriate credentials and preferences.
rfc-log-levels(latest: 4.3.0) A map of log level aliases matched to their numeric values. Follows the RFC Standard.
get-current-line(latest: 7.4.0) Get the current line number of the executing file and method