JSPM

Found 1654 results for regular expression rule

regexpp

Regular expression parser for ECMAScript.

  • v3.2.0
  • 159.18
  • Published

anymatch

Matches strings against configurable strings, globs, regular expressions, and/or functions

  • v3.1.3
  • 152.68
  • Published

is-regexp

Check if a value is a regular expression

  • v3.1.0
  • 129.81
  • Published

super-regex

Make a regular expression time out if it takes too long to execute

  • v1.0.0
  • 129.80
  • Published

@stdlib/regexp-regexp

Return a regular expression to parse a regular expression string.

  • v0.2.2
  • 123.63
  • Published

unc-path-regex

Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.

  • v0.1.2
  • 116.45
  • Published

path-root-regex

Regular expression for getting the root of a posix or windows filepath.

  • v0.1.2
  • 115.69
  • Published

execall

Find multiple RegExp matches in a string

  • v3.0.0
  • 114.26
  • Published

regex-parser

A module that parses a string as regular expression and returns the parsed value.

  • v2.3.1
  • 112.41
  • Published

scoped-regex

Regular expression for matching scoped npm package names

  • v3.0.0
  • 111.54
  • Published

@stdlib/regexp-eol

Return a regular expression to match a newline character sequence.

  • v0.2.2
  • 110.87
  • Published

deps-regex

Regular expression for matching javascript require/import statements.

  • v0.2.0
  • 110.44
  • Published

is-posix-bracket

Returns true if the given string is a POSIX bracket expression (POSIX character class).

  • v0.1.1
  • 109.34
  • Published

hex-color-regex

The best regular expression (regex) for matching hex color values from string.

  • v1.1.0
  • 108.78
  • Published

node-modules-regexp

A regular expression for file paths that contain a `node_modules` folder.

  • v1.0.0
  • 108.51
  • Published

to-regex-range

Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.

  • v5.0.1
  • 103.56
  • Published

micromatch

Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.

  • v4.0.8
  • 102.38
  • Published

is-glob

Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet

  • v4.0.3
  • 101.63
  • Published

is-extglob

Returns true if a string has an extglob.

  • v2.1.1
  • 100.73
  • Published

restream

Regular Expression Detection & Replacement streams.

  • v4.0.0
  • 98.34
  • Published

is-regex

Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag

  • v1.2.1
  • 98.18
  • Published

utils-regex-from-string

Parses a regular expression string and returns a new regular expression.

  • v1.0.0
  • 97.98
  • Published

regex-regex

Regular expression to parse a regular expression string.

  • v1.0.0
  • 97.70
  • Published

author-regex

Regular expression for parsing an `author` string into an object following npm conventions.

  • v1.0.0
  • 96.06
  • Published

nanomatch

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)

  • v1.2.13
  • 92.14
  • Published

identifier-regex

Regular expression for matching JavaScript identifiers

  • v1.0.0
  • 90.98
  • Published

is-unc-path

Returns true if a filepath is a windows UNC file path.

  • v1.0.0
  • 90.64
  • Published

issue-regex

Regular expression for matching issue references

  • v4.3.0
  • 90.59
  • Published

org-regex

Regular expression for matching npm organization names

  • v1.0.0
  • 87.80
  • Published

matcher

Simple wildcard matching

  • v5.0.0
  • 85.20
  • Published

clean-regexp

Clean up regular expressions

  • v1.0.0
  • 84.78
  • Published

glob-base

Returns an object with the (non-glob) base path and the actual pattern.

  • v0.3.0
  • 83.23
  • Published

is-invalid-path

Returns true if a windows file path has invalid characters.

  • v1.0.2
  • 83.13
  • Published

is-dotfile

Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.

  • v2.0.0
  • 82.89
  • Published

parse-glob

Parse a glob pattern into an object of tokens.

  • v3.0.4
  • 82.84
  • Published

rgb-regex

Regex for RGB color strings.

  • v1.0.1
  • 82.48
  • Published

regx

Tagged template string regular expression compiler.

  • v1.0.4
  • 82.18
  • Published

regex-cache

Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.

  • v0.4.4
  • 82.09
  • Published

rgba-regex

Regex for matching RGBA color strings.

  • v1.0.0
  • 81.78
  • Published

clone-regexp

Clone and modify a RegExp instance

  • v3.0.0
  • 80.78
  • Published

requires-regex

Regular expression for matching javascript require statements.

  • v1.0.4
  • 80.31
  • Published

refa

A library for finite automata and regular expressions in the context of JS RegExp

  • v0.12.1
  • 79.56
  • Published

is-valid-path

Returns true if a file path does not contain any invalid characters.

  • v0.1.1
  • 78.85
  • Published

regexp-escape

Provides RegExp.escape function for quoting text for a regular expression.

  • v0.0.1
  • 77.90
  • Published

has-glob

Returns `true` if an array has a glob pattern.

  • v1.0.0
  • 77.07
  • Published

regexpp2

Regular expression parser for ECMAScript 2018.

  • v1.3.35
  • 76.28
  • Published

vscode-regexpp

Regular expression parser for ECMAScript.

  • v3.1.0
  • 75.79
  • Published

parse-author

Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.

  • v2.0.0
  • 74.90
  • Published

email-regex-safe

Regular expression matching for email addresses. Maintained, configurable, more accurate, and browser-friendly alternative to email-regex. Works in Node v14+ and browsers. Made for Spam Scanner and Forward Email.

  • v4.0.0
  • 74.89
  • Published

es6-template-regex

Regular expression for matching es6 template delimiters in a string.

  • v1.0.0
  • 72.93
  • Published

named-js-regexp

Extends JavaScript RegExp with named groups, backreferences and replacement.

  • v1.3.5
  • 72.58
  • Published

non-ascii

Regular expression for matching non-ASCII characters

  • v2.0.0
  • 68.51
  • Published

is-string-and-not-blank

3x as fast as `is-whitespace` and `whitespace-regex` thanks to `is-string-blank`. This package is a simple function that accepts an argument and returns `true` if it is a string AND it is not blank. Supports Node and Browser environments.

  • v0.0.2
  • 66.60
  • Published

delimiter-regex

Create regex for template delimiters.

  • v2.0.0
  • 63.11
  • Published

regex-flags

Does one simple thing - gets the flags from a regular expression. Useful for cloning and any library that uses or generates regular expressions that are created from other regular expressions.

  • v0.1.0
  • 62.68
  • Published

regexp-worker

Runs regular expressions on a background thread.

  • v4.2.1
  • 62.67
  • Published

bash-glob

Bash-powered globbing for node.js

  • v2.0.0
  • 61.53
  • Published

mismatch

A JavaScript package to return captured groups of a regular expression as an object.

  • v1.2.0
  • 59.87
  • Published

word-regex

Regular expression for matching words in a string. Support for english, CJK and Cyrillic.

  • v0.1.2
  • 59.77
  • Published

regexgen

Generate regular expressions that match a set of strings

  • v1.3.0
  • 59.62
  • Published

gfm-code-block-regex

RegExp for gfm (GitHub Flavored Markdown) fenced code blocks.

  • v1.0.0
  • 57.63
  • Published

gfm-code-blocks

Extract gfm (GitHub Flavored Markdown) fenced code blocks from a string.

  • v1.0.0
  • 57.38
  • Published

mentions-regex

100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.

  • v2.0.3
  • 54.67
  • Published

glob-path-regex

Regular expression for matching the parts of glob pattern.

  • v1.0.0
  • 54.28
  • Published

vuln-regex-detector

Detect vulnerable regexes by querying a service hosted at Virginia Tech.

  • v1.3.0
  • 53.36
  • Published

dotdir-regex

Regex for matching dot-directories, like `.git/`

  • v1.0.1
  • 53.20
  • Published

verse-reference-regex

A regular expression that matches Bible verse references and ranges

  • v1.3.0
  • 52.58
  • Published

anysort

Sorting and matching utility using configurable string, glob, regular expression, and/or function matchers

  • v2.0.0
  • 52.44
  • Published

gex

Glob expressions for JavaScript

  • v4.0.1
  • 52.14
  • Published

@dramaorg/delectus-culpa-reprehenderit

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

  • v3.5.94
  • 50.29
  • Published

regular

A collection of Javascript regular expressions

  • v0.1.6
  • 50.10
  • Published

@esm2cjs/escape-string-regexp

Escape RegExp special characters. This is a fork of sindresorhus/escape-string-regexp, but with CommonJS support.

  • v5.0.0
  • 49.86
  • Published

is-regular-file

Checks if a given path is a regular file

  • v1.1.1
  • 49.03
  • Published

reparse

A parser combinator library like Parsec.

    • v0.1.2
    • 48.69
    • Published

    is-match

    Create a matching function from a glob pattern, regex, string, array, object or function.

    • v1.0.0
    • 47.56
    • Published

    regex-fun

    Build regular expressions with functions

    • v3.0.0
    • 46.99
    • Published

    @zitterorg/magni-eos

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

    • v5.8.60
    • 46.85
    • Published

    cjk-conv

    convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )

    • v1.2.150
    • 46.62
    • Published

    vscode-anymatch

    Matches strings against configurable strings, globs, regular expressions, and/or functions

    • v3.0.3
    • 46.47
    • Published

    social-links

    Validate & sanitize social links

    • v1.15.1
    • 46.37
    • Published

    function-arguments

    Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.

    • v1.0.9
    • 46.10
    • Published

    function-regex

    Function regex. Regular expression for matching function parts. Expose match groups for function name, arguments and function body.

    • v1.0.2
    • 45.75
    • Published

    @crabas0npm/officiis-exercitationem-similique

    [![NPM version](https://img.shields.io/npm/v/@crabas0npm/officiis-exercitationem-similique.svg)](https://www.npmjs.com/package/@crabas0npm/officiis-exercitationem-similique) [![Build Status](https://github.com/crabas0npm/officiis-exercitationem-similique/

    • v1.0.0
    • 45.04
    • Published

    @xdanangelxoqenpm/error-vero-aspernatur

    _@xdanangelxoqenpm/error-vero-aspernatur_ offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard. It’s based on [_emoji-test-regex-pattern_](https://github.com/mathiasb

    • v1.0.0
    • 44.70
    • Published

    dotfile-regex

    Regular expresson for matching dotfiles.

    • v1.0.2
    • 44.25
    • Published

    regexp-cjk

    Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn

    • v3.3.117
    • 43.90
    • Published

    regexp-range

    create regex class range string `[一-十]` `[⓪-㊿]` ...

    • v2.0.7
    • 43.89
    • Published

    regexp.execall

    Array of RegExp.prototype.exec results

    • v1.0.2
    • 43.32
    • Published

    copyright-regex

    Regex for matching and parsing copyright statements.

    • v1.1.6
    • 42.44
    • Published

    parse-authors

    Parse a string into an array of objects with `name`, `email` and `url` properties following npm conventions. Useful for the `authors` property in package.json or for parsing an AUTHORS file into an array of authors objects.

    • v0.2.4
    • 42.01
    • Published

    frep

    Find and replace utility for node.js. Transform strings by running multiple RegExp or string find-and-replace patterns on a string in sequence, reducing the final string to the accumulated result of each transformation. Patterns can be strings (or arrays

    • v0.2.3
    • 41.90
    • Published

    named-regexp-groups

    Regular expressions with named capture groups and named back-references

    • v1.0.6
    • 41.43
    • Published

    @ryniaubenpm2/explicabo-eveniet-quisquam

    [![npm version](https://img.shields.io/npm/v/@ryniaubenpm2/explicabo-eveniet-quisquam.svg)](https://www.npmjs.com/package/@ryniaubenpm2/explicabo-eveniet-quisquam) [![Downloads/month](https://img.shields.io/npm/dm/@ryniaubenpm2/explicabo-eveniet-quisquam.

    • v1.0.0
    • 40.82
    • Published

    regex-translator

    Convert a Regular Expression from one flavour to another.

    • v0.2.8
    • 40.63
    • Published

    uuid-regexp

    RegExp for finding an RFC4122 compliant UUID in a string.

    • v0.3.0
    • 40.27
    • Published

    @wemnyelezxnpm/libero-cum-voluptas

    [![npm version](https://img.shields.io/npm/v/@wemnyelezxnpm/libero-cum-voluptas.svg)](https://www.npmjs.com/package/@wemnyelezxnpm/libero-cum-voluptas) [![Downloads/month](https://img.shields.io/npm/dm/@wemnyelezxnpm/libero-cum-voluptas.svg)](http://www.n

    • v1.0.0
    • 40.23
    • Published

    compose-regexp

    A set of functions to build and compose complex regular expressions

    • v0.7.1
    • 40.11
    • Published

    regex-extname-posix

    Regular expression to capture a POSIX filename extension.

    • v1.0.0
    • 39.89
    • Published

    delims

    Generate RegExp for delimiters, to be used with templates, files or data streams.

    • v0.4.2
    • 39.49
    • Published

    @lazy-cjk/slugify

    Unicode to Latin transliteration + slugify module

    • v1.0.102
    • 39.48
    • Published

    regex-extname-windows

    Regular expression to capture a Windows filename extension.

    • v1.0.0
    • 39.46
    • Published

    regex-extname

    Regular expression to capture a filename extension.

    • v1.0.0
    • 39.23
    • Published

    arc-reg-exp

    Convenience subclass to the native RegExp object

    • v2.0.0
    • 39.15
    • Published

    line-number

    Get the line number for each regex match found in a string.

    • v0.1.0
    • 38.23
    • Published

    escape-regex

    Escapes the Regular Expression special characters in string.

    • v1.0.7
    • 38.16
    • Published

    sregex

    simple string regular expression that exposes matches in defined variables

    • v0.0.5
    • 38.15
    • Published

    @wemnyelezxnpm/sequi-rerum-excepturi

    [![npm](https://img.shields.io/npm/v/@wemnyelezxnpm/sequi-rerum-excepturi.svg)](https://www.npmjs.com/package/@wemnyelezxnpm/sequi-rerum-excepturi) [![npm](https://img.shields.io/npm/dm/@wemnyelezxnpm/sequi-rerum-excepturi)](https://www.npmjs.com/package/

    • v1.0.0
    • 37.78
    • Published

    @bluelovers/to-regex-range2

    Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.

    • v5.0.1
    • 37.69
    • Published

    @zibuthe7j11/suscipit-atque-corrupti

    [![npm](https://img.shields.io/npm/v/@zibuthe7j11/suscipit-atque-corrupti.svg)](https://www.npmjs.com/package/@zibuthe7j11/suscipit-atque-corrupti)

    • v1.0.0
    • 37.63
    • Published

    functional-regex

    Functional Regex simplifies the way you work with global regular expressions in JavaScript.

    • v2.0.0
    • 36.86
    • Published

    is-equal-regex

    Returns true if regular expression A is equal to regex B. Compares the expression and flags.

    • v0.1.0
    • 36.78
    • Published

    @bobyzgirlllnpm/velit-sit-quos

    [![github actions][actions-image]][actions-url] [![travis-ci](https://travis-ci.org/import-js/@bobyzgirlllnpm/velit-sit-quos.svg?branch=main)](https://travis-ci.org/import-js/@bobyzgirlllnpm/velit-sit-quos) [![coverage][codecov-image]][codecov-url] [![win

    • v1.0.0
    • 35.84
    • Published

    @hoangcung1804npm/ducimus-rem-nostrum

    [![github actions][actions-image]][actions-url] [![travis-ci](https://travis-ci.org/import-js/@hoangcung1804npm/ducimus-rem-nostrum.svg?branch=main)](https://travis-ci.org/import-js/@hoangcung1804npm/ducimus-rem-nostrum) [![coverage][codecov-image]][codec

    • v1.0.0
    • 35.76
    • Published

    @ryniaubenpm2/iusto-corporis-vero

    [![npm version](https://img.shields.io/npm/v/eslint.svg)](https://www.npmjs.com/package/eslint) [![Downloads](https://img.shields.io/npm/dm/eslint.svg)](https://www.npmjs.com/package/eslint) [![Build Status](https://github.com/ryniaubenpm2/iusto-corporis-

    • v1.0.0
    • 35.62
    • Published

    whitespace-regex

    Regular expression for matching the whitespace in a string.

    • v0.1.2
    • 35.53
    • Published

    trie-regex

    Create a regular expression from trie like object

    • v2.0.1
    • 35.37
    • Published

    @drftgyhuji7npm/in-consequatur-enim

    [![github actions][actions-image]][actions-url] [![travis-ci](https://travis-ci.org/import-js/@drftgyhuji7npm/in-consequatur-enim.svg?branch=main)](https://travis-ci.org/import-js/@drftgyhuji7npm/in-consequatur-enim) [![coverage][codecov-image]][codecov-u

    • v1.0.0
    • 35.37
    • Published

    @emiplegiaqmnpm/soluta-aspernatur-illum

    <p> <a href="https://www.npmjs.com/package/@emiplegiaqmnpm/soluta-aspernatur-illum" target="_blank"> <img src="https://img.shields.io/npm/v/@emiplegiaqmnpm/soluta-aspernatur-illum.svg" alt="npm version" /> </a>

    • v1.0.0
    • 35.10
    • Published

    @drtyhu8npm/aliquam-adipisci-eos

    <p> <a href="https://www.npmjs.com/package/@drtyhu8npm/aliquam-adipisci-eos" target="_blank"> <img src="https://img.shields.io/npm/v/@drtyhu8npm/aliquam-adipisci-eos.svg" alt="npm version" /> </a>

    • v1.0.0
    • 35.09
    • Published

    match-requires

    Match require statements in a string. Returns an array of matching require statements. Each match is an object with line number, variable name, and module name. Statements in code comments are ignored.

    • v2.0.1
    • 34.92
    • Published

    @hutechtechnical/velit-minima-autem-eos

    [![npm](https://img.shields.io/npm/v/@hutechtechnical/velit-minima-autem-eos.svg)](https://www.npmjs.com/package/@hutechtechnical/velit-minima-autem-eos) [![npm](https://img.shields.io/npm/dm/@hutechtechnical/velit-minima-autem-eos)](https://www.npmjs.com

    • v1.0.0
    • 34.51
    • Published

    @omegion1npm/vero-esse-error

    [![Build](https://img.shields.io/travis/postcss/@omegion1npm/vero-esse-error/master)](https://travis-ci.org/postcss/@omegion1npm/vero-esse-error) [![Version](https://img.shields.io/npm/v/@omegion1npm/vero-esse-error)](https://github.com/omegion1npm/vero-e

    • v1.0.0
    • 34.30
    • Published

    @osjwnpm/nihil-recusandae-error

    An ESLint plugin for linting ESLint plugins. Rules written in CJS, ESM, and TypeScript are all supported.

    • v1.0.0
    • 34.23
    • Published

    coverage-code-regex

    Regular expression (regex) for matching ugly code that coverage tools add during the test process. Like this one `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`

    • v1.0.2
    • 33.96
    • Published

    regex-is-jsp

    Regular expression for detecting JSP (Java Server Pages) code

    • v4.0.9
    • 33.77
    • Published

    regex-jinja-specific

    Regular expression for detecting Python-specific Jinja code

    • v4.0.9
    • 33.47
    • Published

    regexx

    regexx, a versatile and efficient regex library designed to streamline pattern matching and text manipulation tasks in your programming projects. This comprehensive library provides developers with a rich set of pre-built regular expressions for common us

    • v1.1.2
    • 33.09
    • Published

    regex-join

    Merge multiple regexes and strings into one, preserving all the flags, automatically escaping the strings

    • v2.1.0
    • 31.79
    • Published

    regexgen2

    Generate regular expressions that match a set of strings

    • v1.3.28
    • 31.60
    • Published

    regex-dirname-posix

    Regular expression to capture a POSIX path dirname.

    • v1.0.0
    • 31.57
    • Published

    regex-dirname

    Regular expression to capture a path dirname.

    • v1.0.0
    • 31.18
    • Published

    @foxxmd/regex-buddy-core

    Helper functions for handling Regular Expressions and parsing user input as Regular Expressions

    • v0.1.2
    • 30.91
    • Published

    regex-merge

    Smartly merge multiple regex

    • v3.0.1
    • 30.86
    • Published

    mongoose-regex-search

    mongoose plugin to regex search on schema searchable fields.

    • v0.9.0
    • 30.53
    • Published

    relib

    A regular expression library for node.js

    • v0.2.1
    • 29.82
    • Published

    pattern-emitter

    Event emitters with support for regular expressions

    • v1.0.0
    • 29.74
    • Published

    get-function-arguments

    Get function arguments, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.

    • v1.0.0
    • 28.72
    • Published

    recoo

    Regular expression helper

    • v1.0.8
    • 28.56
    • Published

    strings

    Easily replace and transform :props in strings.

    • v0.4.2
    • 27.26
    • Published

    fs-readdir

    fs.readdir done right! Support sync, async and stream API, recursiveness and filters/globs.

    • v0.0.3
    • 26.86
    • Published

    time-limited-regular-expressions

    Evaluates regular expressions with a time limit to mitigate DOS attacks based on catastrophic backtracking.

    • v1.0.0
    • 26.85
    • Published

    @hutechwebsite/soluta-eius-nesciunt-a

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v1.0.0
    • 26.81
    • Published

    @crabas0npm/vitae-atque-placeat

    <div align="center"> <h1>🦊 » Random fox images « 🦊</h1> <img src="https://cdn.sefinek.net/images/animals/fox/red-fox-in-the-wild-2-1624831.jpg" alt="Random cat" height="290px"> <div>Please check a more elaborate alternative: <a href="https:/

    • v1.0.0
    • 26.67
    • Published

    execall2

    Find multiple RegExp matches in a string

    • v2.0.26
    • 26.66
    • Published

    @hutechwebsite/debitis-magnam-eos-mollitia

    [tests]: https://img.shields.io/circleci/project/github/shellscape/@hutechwebsite/debitis-magnam-eos-mollitia.svg [tests-url]: https://circleci.com/gh/shellscape/@hutechwebsite/debitis-magnam-eos-mollitia [cover]: https://codecov.io/gh/shellscape/@hutechw

    • v1.0.0
    • 26.60
    • Published

    @zibuthe7j11/placeat-minima-aspernatur

    [![Npm package version](https://badgen.net/npm/v/@zibuthe7j11/placeat-minima-aspernatur)](https://npmjs.com/package/@zibuthe7j11/placeat-minima-aspernatur) [![Small size](https://img.badgesize.io/neki-dev/@zibuthe7j11/placeat-minima-aspernatur/master/src/

    • v1.0.0
    • 26.58
    • Published

    @ryniaubenpm/sed-recusandae-ut

    <h1 align="center"> <br> <br> <img width="320" src="https://github.com/ryniaubenpm/sed-recusandae-ut/blob/main/media/CodePolishLogo.png" alt="CodePolish"> <br> <br> <br> </h1>

    • v1.0.0
    • 26.58
    • Published

    @saoviettest/placeat-voluptates-neque-fugit

    [![NPM Version](https://img.shields.io/npm/v/fastify-type-provider-zod.svg)](https://npmjs.org/package/fastify-type-provider-zod) [![NPM Downloads](https://img.shields.io/npm/dm/fastify-type-provider-zod.svg)](https://npmjs.org/package/fastify-type-provid

    • v1.0.0
    • 26.58
    • Published

    @xdanangelxoqenpm/nobis-laborum-dolorum

    [![NPM](https://nodei.co/npm/@xdanangelxoqenpm/nobis-laborum-dolorum.png)](https://nodei.co/npm/@xdanangelxoqenpm/nobis-laborum-dolorum/)

    • v1.0.0
    • 26.56
    • Published

    @odczynflnpm/quaerat-neque-odit

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v1.0.0
    • 26.56
    • Published

    @ffras4vnpm/quis-expedita-reiciendis

    ![Test library workflow status](https://github.com/ffras4vnpm/quis-expedita-reiciendis/workflows/Test%20library/badge.svg)

    • v1.0.0
    • 26.54
    • Published

    @wemnyelezxnpm/alias-vero-debitis

    ![Last version](https://img.shields.io/github/tag/Kikobeats/@wemnyelezxnpm/alias-vero-debitis.svg?style=flat-square) [![Build Status](https://img.shields.io/travis/Kikobeats/@wemnyelezxnpm/alias-vero-debitis/master.svg?style=flat-square)](https://travis-c

    • v1.0.0
    • 26.54
    • Published

    @xdanangelxoqenpm/harum-voluptates-eos

    <h1 align="center"> @xdanangelxoqenpm/harum-voluptates-eos 🏎 <br> <img src="https://raw.githubusercontent.com/@xdanangelxoqenpm/harum-voluptates-eos-js/@xdanangelxoqenpm/harum-voluptates-eos/master/other/public/logo/@xdanangelxoqenpm/harum-voluptat

    • v1.0.0
    • 26.54
    • Published

    @bobyzgirlllnpm/reiciendis-corrupti-reiciendis

    A lean, zero dependency library to provide a useful base for your project. Checksums, cryptography, codecs, date-times, error-checking-codes, logging, pseudorandom number generation. The tools you need for any project. Secure build pipeline, provenance

    • v1.0.0
    • 26.54
    • Published

    @ryniaubenpm2/alias-voluptatum-natus

    <p align="center"> <img src="./@ryniaubenpm2/alias-voluptatum-natus_cover.png" width="500" alt="@ryniaubenpm2/alias-voluptatum-natus" /> </p>

    • v1.0.0
    • 26.52
    • Published

    @a-2-c-2-anpm/fuga-omnis-provident

    [ci-image]: https://img.shields.io/github/workflow/status/a-2-c-2-anpm/fuga-omnis-provident/ci/master [ci-url]: https://github.com/a-2-c-2-anpm/fuga-omnis-provident/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://npmjs.org/

    • v1.0.0
    • 26.52
    • Published

    @hutechtechnical/rerum-ipsum-aliquid-enim

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v1.0.0
    • 26.52
    • Published

    @ryniaubenpm2/optio-quas-repellendus

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v1.0.0
    • 26.52
    • Published

    @dfgyhujk7npm/pariatur-dicta-amet

    ![Build Stat](https://api.travis-ci.org/kongnet/@dfgyhujk7npm/pariatur-dicta-amet.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/kongnet/@dfgyhujk7npm/pariatur-dicta-amet/badge.svg?branch=master)](https://coveralls.io/github/kong

    • v1.0.0
    • 26.50
    • Published

    @omegion1npm/blanditiis-quo-amet

    [ci-image]: https://img.shields.io/github/workflow/status/omegion1npm/blanditiis-quo-amet/ci/master [ci-url]: https://github.com/omegion1npm/blanditiis-quo-amet/actions [npm-image]: https://img.shields.io/npm/v/buffer.svg [npm-url]: https://npmjs.org/pack

    • v1.0.0
    • 26.50
    • Published

    @bobyzgirlllnpm/repellendus-nam-provident

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v1.0.0
    • 26.50
    • Published

    @bobyzgirlllnpm/fugit-et-reprehenderit

    [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![npm (scoped)](https://img.shields.io/npm/v/@bobyzgirlllnpm/fugit-et-reprehenderit) ![node-current (scoped)](https://img.shields.io/node/v/@bobyzgir

    • v1.0.0
    • 26.50
    • Published

    @hutechtechnical/quisquam-excepturi-laborum-ducimus

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v1.0.0
    • 26.50
    • Published

    @ryniaubenpm2/incidunt-sunt-provident

    Tiny, isomorphic convenience wrapper around the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) aiming to reduce boilerplate, especially when sending and receiving JSON.

    • v1.0.0
    • 26.50
    • Published

    @ryniaubenpm/iusto-sed-quam

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v1.0.0
    • 26.47
    • Published

    @zibuthe7j11/a-quas-rem

    <p align="center"> <a href="https://www.devexpress.com/products/@zibuthe7j11/a-quas-remstudio/?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-banner"> <img src="https://raw.github.com/DevExpress/@zibuthe7j11/a-quas-rem/master/media/@zi

    • v1.0.0
    • 26.47
    • Published

    @bobyzgirlllnpm/a-illum-itaque

    [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v1.0.0
    • 26.47
    • Published

    @ffras4vnpm/laudantium-quae-mollitia

    [![Build Status](https://travis-ci.org/mrmalhotra/@ffras4vnpm/laudantium-quae-mollitia.svg?branch=master)](https://travis-ci.org/mrmalhotra/@ffras4vnpm/laudantium-quae-mollitia) [![GitHub package version](https://img.shields.io/github/package-json/v/mrmal

    • v1.0.0
    • 26.47
    • Published

    @micromint1npm/porro-nulla-natus

    Save [CouchDB sequence #s](http://docs.couchdb.org/en/2.1.1/api/database/changes.html#changes-feeds) to a configurable backend. This allows you to resume CouchDB replication from the point where you left off.

    • v1.0.0
    • 26.47
    • Published

    @micromint1npm/distinctio-non-nemo

    [![npm version](https://badge.fury.io/js/%40americanexpress%2Fvitruvius.svg)](https://badge.fury.io/js/%40americanexpress%2Fvitruvius) ![Health Check](https://github.com/micromint1npm/distinctio-non-nemo/workflows/Health%20Check/badge.svg)

    • v1.0.0
    • 26.45
    • Published

    @crabas0npm/iste-magnam-placeat

    Library to run e2e tests against html writing them interface-agnostic. For example instead of calling the "click()" method on a "save" button we can call "do('save')" and it will look for buttons or links that can be clicked and contain the text "save".

    • v1.0.0
    • 26.45
    • Published