esnextguardian(latest: 1.2.1) Load your ES6+ files if the user's environment supports it, otherwise gracefully fallback to your ES5 files.
getcontributors(latest: 2.23.0) Fetch all the contributors from a github repository, github organisation, or github search
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
githubauthquerystring(latest: 4.0.0) Authorise GitHub API requests by appending the environments auth credentials to your request's query string.
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
badges(latest: 4.40.0) The definitive collection of badges for rendering
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
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.
extendr(latest: 7.10.0) Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways
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
safefs(latest: 8.10.0) Stop getting EMFILE errors! Open only as many files as the operating system supports.
typechecker(latest: 9.3.0) Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
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
@bevry/github-repos(latest: 7.0.0) Fetch the GitHub API response for a specified repository, or for all those that match a particular GitHub user/organization or a search query
native-promise-pool(latest: 3.28.0) Create a pool of a specified concurrency that accepts functions that return promises
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
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.
normalify(latest: 2.32.0) Normalize different variable value types - e.g. `"1"` becomes `1`
requirefresh(latest: 5.13.0) Require a file without adding it into the require cache
ignorepatterns(latest: 5.6.0) A regular expression that matches common filenames that we want to ignore
ignorefs(latest: 5.0.4) Ignore common and custom patterns of the file system
scandirectory(latest: 8.1.1) Scan a directory recursively with a lot of control and power
editions(latest: 6.22.0) Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
assert-helpers(latest: 11.13.0) Common utilities and helpers to make testing assertions easier
eslint-config-bevry(latest: 6.1.6) Intelligent, self-configuring ESLint configuration that automatically analyzes your project structure, dependencies, and metadata to apply optimal linting rules for JavaScript, TypeScript, React, Node.js, and more.
version-compare(latest: 3.12.0) Comparator to determine if a version is less than, equivalent to, or greater than another version
errlop(latest: 8.5.0) An extended Error class that envelops a parent error, such that the stack trace contains the causation
version-range(latest: 4.15.0) Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.
@bevry/ansi(latest: 6.10.0) ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript
version-clean(latest: 1.10.0) Turn a dirty version (such as v1, =1.0.x, >1.0 <2) into a clean version (1.0)
filedirname(latest: 3.4.0) Fetch the current file and directory path, no matter your environment (Deno, Node.js, Web Browsers, ESM, CJS)
@bevry/ecmascript-versions(latest: 4.8.0) Get all ECMAScript versions, or the ECMAScript version that was ratified on a specific date.