node-resize-observer-polyfill

Polyfill for the Resize Observer API

Implementation is based on the MutationObserver and uses Mutation Events as a fall back if the first one is not supported, so there will be no polling unless DOM changes. Doesn't modify observed elements. Handles CSS transitions/animations and can possibly observe changes caused by dynamic CSS pseudo-classes, e.g. by `:hover`.

node-classnames

Utility for conditionally combining classnames in JavaScript

A simple utility for conditionally generating a list of CSS class names from criteria defined by a set of JavaScript objects.

ucto

Unicode Tokenizer

Ucto can tokenize UTF-8 encoded text files (i.e. separate words from punctuation, split sentences, generate n-grams), and offers several other basic preprocessing steps that make your text suited for further processing such as indexing, part-of-speech tagging, or machine translation.

libusbredirparser1t64

Parser for the usbredir protocol (runtime)

Usbredirparse is a library containing the parser for the usbredir protocol. This package contains the runtime library.

rr

application execution recorder, player and debugger

rr allows application executions to be recorded and then replayed with gdb as many times as desired.

libre2-9

efficient, principled regular expression library

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.