>_Skillful
Need help with advanced AI agent engineering?Contact FirmAdapt
Bevry Team

Bevry Team

@bevryme

An open company and community dedicated to empowering developers everywhere.

@Bevry bevry.me On GitHub since March 2015

77

Published Tools

0

Total Stars

0

Weekly Downloads

15

GitHub Followers

0

Public Repos

Published Tools

77 Skillsacross 2 categories

domain-browser

bevryme

Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.

SkillAI Tool
1 dir

textextensions

bevryme

A package that contains an array of every single file extension there is for text files

SkillAI Tool
1 dir

binaryextensions

bevryme

A package that contains an array of every single file extension there is for binary files

SkillAI Tool
1 dir

editions

bevryme

Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)

...more
SkillAI Tool
1 dir

istextorbinary

bevryme

Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

SkillAI Tool
1 dir

version-range

bevryme

Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.

SkillAI Tool
1 dir

errlop

bevryme

An extended Error class that envelops a parent error, such that the stack trace contains the causation

SkillAI Tool
1 dir

typechecker

bevryme

Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)

SkillAI Tool
1 dir

sortobject

bevryme

Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it

SkillAI Tool
1 dir

eachr

bevryme

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.

...more
SkillAI Tool
1 dir

safefs

bevryme

Stop getting EMFILE errors! Open only as many files as the operating system supports.

SkillAI Tool
1 dir

envfile

bevryme

Parse and stringify the environment configuration files and format, also known as .env files and dotenv files

SkillAI Tool
1 dir

extract-opts

bevryme

Extract the options and callback from a function's arguments easily

SkillAI Tool
1 dir

cson

bevryme

CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.

SkillAI Tool
1 dir

requirefresh

bevryme

Require a file without adding it into the require cache

SkillAI Tool
1 dir

ambi

bevryme

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.

...more
SkillAI Tool
1 dir

getmac

bevryme

Get the MAC address of the current machine you are on.

SkillAI Tool
1 dir

taskgroup

bevryme

Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.

SkillAI Tool
1 dir

extendr

bevryme

Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways

SkillAI Tool
1 dir

watchr

bevryme

Better file system watching for Node.js

SkillAI Tool
1 dir

ignorefs

bevryme

Ignore common and custom patterns of the file system

SkillAI Tool
1 dir

ignorepatterns

bevryme

A regular expression that matches common filenames that we want to ignore

SkillAI Tool
1 dir

unbounded

bevryme

Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function

...more
SkillAI Tool
1 dir

scandirectory

bevryme

Scan a directory recursively with a lot of control and power

SkillAI Tool
1 dir

safeps

bevryme

Work with processes safely and easily with Node.js

SkillAI Tool
1 dir

get-current-line

bevryme

Get the current line number of the executing file and method

SkillAI Tool
1 dir

filedirname

bevryme

Fetch the current file and directory path, no matter your environment (Deno, Node.js, Web Browsers, ESM, CJS)

SkillAI Tool
1 dir

version-compare

bevryme

Comparator to determine if a version is less than, equivalent to, or greater than another version

SkillAI Tool
1 dir

crypto-ml-alerts

bevryme

Fetch the alerts from crypto-ml.com

SkillAI Automation
1 dir

arrange-package-json

bevryme

Arrange the properties in the package.json file to a universally consistent order

SkillAI Tool
1 dir

docpad-plugin-services

bevryme

Adds super simple support for many 3rd party services to DocPad

SkillAI Tool
1 dir

badges

bevryme

The definitive collection of badges for rendering

SkillAI Tool
1 dir

getsetdeep

bevryme

Get and set nested variables of an object, includes support for Backbone Models

SkillAI Tool
1 dir

lazy-require

bevryme

Lazy require allows you to require modules lazily, meaning that when you lazy require a module that is missing, lazy require will automatically install it for you.

...more
SkillAI Tool
1 dir

caterpillar

bevryme

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

...more
SkillAI Tool
1 dir

@bevry/file-url-to-path

bevryme

Convert a file: URL to its path

SkillAI Tool
1 dir

rfc-log-levels

bevryme

A map of log level aliases matched to their numeric values. Follows the RFC Standard.

SkillAI Tool
1 dir

projectz

bevryme

Stop wasting time syncing and updating your project's README and Package Files!

SkillAI Tool
1 dir

fellow

bevryme

Fellow is a package for creating people that can be unified by their shared values via a singleton list on the class

SkillAI Tool
1 dir

@bevry/ansi

bevryme

ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript

SkillAI Tool
1 dir

event-emitter-grouped

bevryme

Emit events in serial or parallel with support for synchronous and asynchronous listeners

SkillAI Tool
1 dir

native-promise-pool

bevryme

Create a pool of a specified concurrency that accepts functions that return promises

SkillAI Tool
1 dir

kava

bevryme

Kava has been powering accurate test suites for Node.js and Web Browsers since 2012.

SkillAI Tool
1 dir

assert-helpers

bevryme

Common utilities and helpers to make testing assertions easier

SkillAI Tool
1 dir

readdir-cluster

bevryme

Create a cluster of workers to iterate through the filesystem

SkillAI Tool
1 dir

normalify

bevryme

Normalize different variable value types - e.g. `"1"` becomes `1`

SkillAI Tool
1 dir

get-cli-arg

bevryme

Get the value of a CLI argument

SkillAI Tool
1 dir

@bevry/json

bevryme

Helpers for reading and writing JSON.

SkillAI Tool
1 dir

arrangekeys

bevryme

Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.

SkillAI Tool
1 dir

eslint-config-bevry

bevryme

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.

...more
SkillAI Tool
1 dir

@bevry/fs-accessible

bevryme

Check if a path is accessible

SkillAI Tool
1 dir

@bevry/github-api

bevryme

Interact with the GitHub API, fetching commits, repositories, members, and backers (authors, maintainers, contributors, funders, sponsors, donors)

...more
SkillAI Tool
1 dir

valid-directory

bevryme

Check whether or not a directory and its descendants are valid

SkillAI Tool
1 dir

@bevry/list

bevryme

List/array/set utility functions: union, intersect, complement, unique, first, last, has, add, toggle

SkillAI Tool
1 dir

@bevry/valid-filename

bevryme

Check if a string is a valid filename.

SkillAI Tool
1 dir

@bevry/fs-write

bevryme

Write contents to a file.

SkillAI Tool
1 dir

@bevry/fs-readable

bevryme

Check if a path is readable

SkillAI Tool
1 dir

@bevry/fs-mkdirp

bevryme

Create a directory.

SkillAI Tool
1 dir

@bevry/fs-read

bevryme

Read the contents of a file.

SkillAI Tool
1 dir

@bevry/fs-list

bevryme

List the entire contents of a directory.

SkillAI Tool
1 dir

@bevry/wait

bevryme

Promise'd setTimeout

SkillAI Tool
1 dir

make-deno-edition

bevryme

Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.

SkillAI Tool
1 dir

@bevry/render

bevryme

Render elements for HTML and Markdown

SkillAI Tool
1 dir

version-clean

bevryme

Turn a dirty version (such as v1, =1.0.x, >1.0 <2) into a clean version (1.0)

SkillAI Tool
1 dir

@bevry/fs-unlink

bevryme

Remove a file.

SkillAI Tool
1 dir

trim-empty-keys

bevryme

Trim empty, nullish, or falsey keys from your JSON object

SkillAI Tool
1 dir

@bevry/argument

bevryme

Parse CLI arguments with only the magic you actually need

SkillAI Tool
1 dir

@bevry/fs-remove

bevryme

Remove a file or directory.

SkillAI Tool
1 dir

valid-module

bevryme

Verify that file or package, be it remote, or local, is a valid ECMAScript Module

SkillAI Tool
1 dir

hostenv

bevryme

Exports the correct PORT and HOSTNAME values for Heroku, AppFog, CloudFoundry, OpenShift, and other service environments

SkillAI Tool
1 dir

duration-timestamp

bevryme

Parse and stringify duration timestamps (such as hh:mm:ss and HhMmSs)

SkillAI Tool
1 dir

docpad

bevryme

DocPad is a dynamic static site generator. Write your content as files, or import your content from other external sources. Render the content with plugins. And deploy your static or dynamic website to your favourite hosting provider.

...more
SkillAI Tool
1 dir

@bevry/update-contributors

bevryme

Update the package.json author, contributors, and maintainers fields with the latest remote data

SkillAI Automation
1 dir

logger-clearable

bevryme

A logger that is clearable

SkillAI Tool
1 dir

csextends

bevryme

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

...more
SkillAI Tool
1 dir

bal-util

bevryme

Common utility functions for Node.js used and maintained by Benjamin Lupton

SkillAI Tool
1 dir

progressbar

bevryme

A nice wrapper around [TJ Holowaychuck's](https://github.com/visionmedia) [node-progress](https://github.com/visionmedia/node-progress) with chaining, domains, and steps

...more
SkillAI Tool
1 dir