JSPM

Found 82 results for deno-edition

istextorbinary

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

  • v9.5.0
  • 108.49
  • Published

textextensions

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

  • v6.11.0
  • 93.69
  • Published

editions

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

  • v6.21.0
  • 92.82
  • Published

errlop

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

  • v8.4.0
  • 92.58
  • Published

binaryextensions

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

  • v6.11.0
  • 92.37
  • Published

typechecker

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

  • v9.3.0
  • 84.79
  • Published

sortobject

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

  • v5.6.0
  • 81.32
  • Published

eachr

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.

  • v7.4.0
  • 81.14
  • Published

version-range

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

  • v4.14.0
  • 81.10
  • Published

envfile

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

  • v7.1.0
  • 79.53
  • Published

scandirectory

Scan a directory recursively with a lot of control and power

  • v8.1.1
  • 77.63
  • Published

getmac

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

  • v6.6.0
  • 76.90
  • Published

requirefresh

Require a file without adding it into the require cache

  • v5.13.0
  • 72.87
  • Published

ambi

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.

  • v10.9.0
  • 72.23
  • Published

ignorepatterns

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

  • v5.6.0
  • 69.18
  • Published

unbounded

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

  • v6.3.1
  • 68.71
  • Published

ignorefs

Ignore common and custom patterns of the file system

  • v5.0.4
  • 65.22
  • Published

version-compare

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

  • v3.11.0
  • 62.07
  • Published

get-current-line

Get the current line number of the executing file and method

  • v7.4.0
  • 61.52
  • Published

filedirname

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

  • v3.4.0
  • 59.60
  • Published

getsetdeep

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

  • v5.6.0
  • 58.22
  • Published

rfc-log-levels

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

  • v4.3.0
  • 57.89
  • Published

fellow

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

  • v7.4.0
  • 57.31
  • Published

caterpillar

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

  • v8.2.0
  • 57.26
  • Published

badges

The definitive collection of badges for rendering

  • v4.40.0
  • 56.14
  • Published

@bevry/ansi

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

  • v6.9.0
  • 47.09
  • Published

native-promise-pool

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

  • v3.28.0
  • 45.67
  • Published

normalify

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

  • v2.32.0
  • 45.66
  • Published

valid-directory

Check whether or not a directory and its descendants are valid

  • v4.9.0
  • 43.83
  • Published

@bevry/json

Helpers for reading and writing JSON.

  • v2.4.0
  • 43.42
  • Published

version-clean

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

  • v1.9.0
  • 43.22
  • Published

assert-helpers

Common utilities and helpers to make testing assertions easier

  • v11.12.0
  • 42.99
  • Published

get-cli-arg

Get the value of a CLI argument

  • v8.6.0
  • 42.15
  • Published

valid-module

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

  • v2.6.0
  • 41.93
  • Published

@bevry/github-api

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

  • v11.4.0
  • 41.18
  • Published

@bevry/list

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

  • v2.5.0
  • 40.44
  • Published

arrangekeys

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

  • v6.7.0
  • 39.55
  • Published

@bevry/fs-list

List the entire contents of a directory.

  • v2.7.0
  • 39.22
  • Published

arrange-package-json

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

  • v5.2.0
  • 39.21
  • Published

@bevry/fs-read

Read the contents of a file.

  • v1.6.0
  • 39.21
  • Published

trim-empty-keys

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

  • v1.2.0
  • 38.11
  • Published

@bevry/argument

Parse CLI arguments with only the magic you actually need

  • v1.2.0
  • 37.70
  • Published

@bevry/render

Render elements for HTML and Markdown

  • v1.2.0
  • 36.81
  • Published

@bevry/memo

Wrap a function in a memo to reuse the first invocation result of the function

  • v4.6.0
  • 36.36
  • Published

@bevry/wait

Promise'd setTimeout

  • v2.6.0
  • 35.77
  • Published

@bevry/pluginloader

A class for loading, verifying, and creating plugins. Used by DocPad for years.

  • v5.3.0
  • 35.35
  • Published

hostenv

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

  • v4.9.0
  • 29.51
  • Published

@bevry/hooks

Aggregation of react hooks that we use. Such as useInterval, useMetaKey.

  • v4.6.0
  • 29.05
  • Published

@bevry/nodejs-versions

Filter the absolute or significant Node.js versions by vast amounts of criteria, such as LTS status.

  • v3.5.0
  • 29.04
  • Published

@bevry/links

Collection of Links for Redirection on the Bevry websites

  • v2.14.0
  • 28.02
  • Published

@bevry/mdx

MDX loader for Next.js

  • v3.6.0
  • 26.86
  • Published

@bevry/figures

Unicode symbols with fallbacks for older terminals. Forked to implement Bevry's best practices and maintain widespread compatibility.

  • v7.6.0
  • 26.15
  • Published

oneday

The number of milliseconds in one day

  • v5.6.0
  • 26.03
  • Published

cachely

A tiny wrapper that sits around your request function that caches its data for a specified duration, provides updates as requested rather than polling each interval

  • v6.8.0
  • 25.60
  • Published

detect-indentation

Utility to detect the indentation used in a string

  • v6.8.0
  • 25.36
  • Published

start-of-week

Take a locale and return its start of the week (0 = Sunday, 1 = Monday)

  • v4.7.0
  • 25.19
  • Published

pluginclerk

A clerk for retrieving compatible plugins from the npm database

  • v6.5.0
  • 24.97
  • Published

@bevry/github-orgs

JSON listing of all the Bevry managed GitHub organisations

  • v3.6.0
  • 24.95
  • Published

@bevry/ecmascript-versions

Get all ECMAScript versions, or the ECMAScript version that was ratified on a specific date.

  • v4.8.0
  • 23.98
  • Published

@bevry/nodejs-ecmascript-compatibility

API for the Node.js ECMAScript Compatibility information, such that for a particular Node.js release, you get details on which and how many features of an ECMAScript version are supported.

  • v5.8.0
  • 23.31
  • Published

spinner-title

Write your spinner to your terminal's title bar

  • v5.3.0
  • 23.24
  • Published

trim-indentation

Trim the initial indentation from a string

  • v5.7.0
  • 22.52
  • Published

@bevry/date

Functional utility helpers for working with Date instances

  • v2.8.0
  • 19.16
  • Published

promise-errback

Forward the resolution/rejection of a resolvable to an errback; forwarding the resolution/rejection of the errback to ourself.

  • v2.0.0
  • 18.51
  • Published

which-fileextension

detect file extensions, check if text or binary file, or get list of text or binary file extensions

  • v1.0.0
  • 10.73
  • Published

egg-version-compare

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

    • v1.0.2
    • 8.84
    • Published