https://github.com/aio-libs/frozenlist
FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.
aiohttp frozenlist
Last synced: 26 Mar 2026
https://github.com/python-greenlet/greenlet
Lightweight in-process concurrent programming
Last synced: 26 Mar 2026
https://github.com/Yubico/python-fido2
Provides library functionality for FIDO 2.0, including communication with a device over USB.
fido2 webauthn yubikey
Last synced: 26 Mar 2026
https://github.com/crowdcomms/faker-e164
Faker provider to generate E164 Phone Numbers
python test-data test-data-generator
Last synced: 26 Mar 2026
https://github.com/pytest-dev/execnet
distributed Python deployment and communication
Last synced: 26 Mar 2026
https://github.com/JoshData/python-email-validator
A robust email syntax and deliverability validation library for Python.
dns email normalization syntax validation
Last synced: 26 Mar 2026
https://github.com/DataDog/envier
Python application configuration from the environment
Last synced: 26 Mar 2026
https://github.com/qlustered/deepdiff
DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.
comparison deep-search deepdiff deephash delta diff difference distance distance-calculation hash hashing nested python reconstruction recursive repetition report-repetition tree
Last synced: 26 Mar 2026
https://github.com/confluentinc/confluent-kafka-python
Confluent's Kafka Python Client
confluent kafka-client kafka-protocol librdkafka python-client
Last synced: 26 Mar 2026
https://github.com/dafny-lang/dafny
Dafny is a verification-aware programming language
programming-language verification
Last synced: 26 Mar 2026
https://github.com/agronholm/cbor2
Python CBOR (de)serializer with extensive tag support
cbor serialization
Last synced: 26 Mar 2026
https://github.com/tartley/colorama
Simple cross-platform colored terminal text in Python
Last synced: 26 Mar 2026
https://github.com/noahmorrison/chevron
A Python implementation of mustache
mustache python
Last synced: 26 Mar 2026
https://github.com/boto/botocore
The low-level, core functionality of boto3 and the AWS CLI.
Last synced: 26 Mar 2026
https://github.com/MatthieuDartiailh/bytecode
Python module to modify bytecode
Last synced: 26 Mar 2026
https://github.com/josiahcarlson/parse-crontab
Parse and use crontab schedules in Python
Last synced: 26 Mar 2026
https://github.com/aws/aws-cryptographic-material-providers-library
AWS Cryptographic Material Providers Library
Last synced: 26 Mar 2026
https://github.com/aws/aws-secretsmanager-caching-python
The AWS Secrets Manager Python caching client enables in-process caching of secrets for Python applications.
aws aws-secrets-manager caching python secret
Last synced: 26 Mar 2026
https://github.com/python-cffi/cffi
A Foreign Function Interface package for calling C libraries from Python.
Last synced: 26 Mar 2026
https://github.com/TypeStrong/ts-loader
TypeScript loader for webpack
loader typescript webpack webpack-loader
Last synced: 26 Mar 2026
https://github.com/annotated-types/annotated-types
Reusable constraint types to use with typing.Annotated
Last synced: 26 Mar 2026
https://github.com/jantimon/html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
html-webpack-plugin webpack
Last synced: 26 Mar 2026
https://github.com/sqlalchemy/alembic
A database migrations tool for SQLAlchemy.
python sql sqlalchemy
Last synced: 26 Mar 2026
https://github.com/gaearon/react-hot-loader
Tweak React components in real time. (Deprecated: use Fast Refresh instead.)
Last synced: 26 Mar 2026
https://github.com/webpack-contrib/source-map-loader
extract sourceMappingURL comments from modules and offer it to webpack
sourcemaps webpack-loader
Last synced: 26 Mar 2026
https://github.com/webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
amd build-tool commonjs compiler es2015 es6 esm javascript javascript-compiler javascript-modules loaders module-bundler plugins web web-performance webpack
Last synced: 26 Mar 2026
https://github.com/aio-libs/aiohappyeyeballs
Happy Eyeballs for pre-resolved hosts
Last synced: 26 Mar 2026
https://github.com/webpack/webpack-cli
Webpack's Command Line Interface
cli scaffold webpack
Last synced: 26 Mar 2026
https://github.com/krakenjs/post-robot
Cross domain post-messaging on the client side using a simple listener/client pattern.
hacktoberfest popup popup-messaging popup-windows post-messaging postmessaging promise
Last synced: 26 Mar 2026
https://github.com/mvasin/react-div-100vh
A workaround for the '100vh' issue in mobile browsers
mobile-web react
Last synced: 26 Mar 2026
https://github.com/runk/node-chardet
Character encoding detection tool for NodeJS
hacktoberfest
Last synced: 26 Mar 2026
https://github.com/thlorenz/cardinal
Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.
Last synced: 26 Mar 2026
https://github.com/Richienb/char-regex
A regex to match any full character, considering weird character ranges.
Last synced: 26 Mar 2026
https://github.com/browserslist/caniuse-lite
A smaller version of caniuse-db, with only the essentials!
Last synced: 26 Mar 2026
https://github.com/chalk/chalk
🖍 Terminal string styling done right
ansi ansi-escape-codes chalk cli color commandline console javascript strip-ansi terminal terminal-emulators
Last synced: 26 Mar 2026
https://github.com/feross/buffer
The buffer module from node.js, for the browser.
browser browserify buffer javascript nodejs
Last synced: 26 Mar 2026
https://github.com/micromatch/braces
Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
brace-expansion brace-matching brace-patterns braces expansion glob glob-matcher glob-pattern globbing javascript minimatch multimatch node nodejs regular-expression tidelift
Last synced: 26 Mar 2026
https://github.com/sindresorhus/camelcase-keys
Convert object keys to camel case
Last synced: 26 Mar 2026
https://github.com/sindresorhus/builtin-modules
A static list of the Node.js builtin modules from the latest Node.js version
Last synced: 26 Mar 2026
https://github.com/sindresorhus/camelcase
Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
Last synced: 26 Mar 2026
https://github.com/sindresorhus/callsites
Get callsites from the V8 stack trace API
Last synced: 26 Mar 2026
https://github.com/browserslist/browserslist
🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env
Last synced: 26 Mar 2026
https://github.com/npm/bin-links
.bin/ script linker
binary links npm npm-cli
Last synced: 26 Mar 2026
https://github.com/rvagg/bl
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
Last synced: 26 Mar 2026
https://github.com/juliangruber/brace-expansion
Brace expansion, as known from sh/bash, in JavaScript
Last synced: 26 Mar 2026
https://github.com/es-shims/Array.prototype.flatMap
An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
array ecmascript flatmap javascript polyfill shim
Last synced: 26 Mar 2026
https://github.com/facebook/watchman
Watches files and records, or triggers actions, when they change.
Last synced: 26 Mar 2026
https://github.com/gr2m/before-after-hook
wrap methods with before/after hooks
api async asynchronous events hooks promise
Last synced: 26 Mar 2026
https://github.com/beatgammit/base64-js
Base64 encoding/decoding in pure JS
Last synced: 26 Mar 2026
https://github.com/patrickjuchli/basic-ftp
FTP client for Node.js, supports FTPS over TLS, passive mode over IPv6, async/await, and Typescript.
async-await ftp ftps ipv6 nodejs promise tls typescript
Last synced: 26 Mar 2026
https://github.com/sindresorhus/binary-extensions
List of binary file extensions
Last synced: 26 Mar 2026
https://github.com/kumavis/browser-process-hrtime
:watch: Browser shim for Node.js process.hrtime()
Last synced: 26 Mar 2026
https://github.com/es-shims/Array.prototype.toSorted
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Last synced: 26 Mar 2026
https://github.com/SGrondin/bottleneck
Job scheduler and rate limiter, supports Clustering
clustering limiter rate-limiter rate-limiting scheduler throttle throttling
Last synced: 26 Mar 2026
https://github.com/vercel/arg
Simple argument parsing
argument argv cli command parser
Last synced: 26 Mar 2026
https://github.com/es-shims/Array.prototype.flat
An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
array ecmascript flat flatten javascript polyfill shim
Last synced: 26 Mar 2026
https://github.com/npm/are-we-there-yet
Track complex hiearchies of asynchronous task completion statuses.
npm-cli
Last synced: 26 Mar 2026
https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax
A Babel preset that enables parsing of proposals supported by the current Node.js version.
Last synced: 26 Mar 2026
https://github.com/istanbuljs/babel-plugin-istanbul
A babel plugin that adds istanbul instrumentation to ES6 code
Last synced: 26 Mar 2026
https://github.com/es-shims/Array.prototype.findLast
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
array ecmascript findlast javascript polyfill shim
Last synced: 26 Mar 2026
https://github.com/sindresorhus/array-union
Create an array of unique values, in order, from the input arrays
Last synced: 26 Mar 2026
https://github.com/juliangruber/balanced-match
Match balanced character pairs, like { and }
Last synced: 26 Mar 2026
https://github.com/es-shims/array-includes
Array.prototype.includes spec-compliant polyfill
array contains ecmascript includes javascript polyfill shim
Last synced: 26 Mar 2026
https://github.com/es-shims/ArrayBuffer.prototype.slice
ES spec-compliant shim for ArrayBuffer.prototype.slice
array arraybuffer buffer ecmascript es-shim javascript polyfill shim slice typed
Last synced: 26 Mar 2026
https://github.com/inspect-js/available-typed-arrays
Returns an array of Typed Array names that are available in the current environment.
Last synced: 26 Mar 2026
https://github.com/chalk/ansi-regex
Regular expression for matching ANSI escape codes
Last synced: 26 Mar 2026
https://github.com/benjamn/ast-types
Esprima-compatible implementation of the Mozilla JS Parser API
Last synced: 26 Mar 2026
https://github.com/inspect-js/array-buffer-byte-length
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
arraybuffer byte bytelength es-shim es-shims length polyfill shim
Last synced: 26 Mar 2026
https://github.com/alexindigo/asynckit
Minimal async jobs utility library, with streams support
async browser iterator jobs library nodejs parallel serial streaming-support streams universal utility
Last synced: 26 Mar 2026
https://github.com/kriskowal/asap
High-priority task queue for Node.js and browsers
Last synced: 26 Mar 2026
https://github.com/es-shims/Array.prototype.findLastIndex
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
array ecmascript findlastindex javascript polyfill shim
Last synced: 26 Mar 2026
https://github.com/bendrucker/argv-formatter
Bizarro minimist: transform an options object into argv
Last synced: 26 Mar 2026
https://github.com/thlorenz/ansicolors
Functions that surround a string with ansicolor codes so it prints in color.
Last synced: 26 Mar 2026
https://github.com/chalk/ansi-styles
ANSI escape codes for styling strings in the terminal
chalk
Last synced: 26 Mar 2026
https://github.com/nodeca/argparse
CLI arguments parser for node.js. JS port of python's argparse module.
Last synced: 26 Mar 2026
https://github.com/iarna/aproba
A ridiculously light-weight function argument validator
Last synced: 26 Mar 2026
https://github.com/micromatch/anymatch
:bangbang: Matches strings against configurable strings, globs, regular expressions, and/or functions
fs glob javascript match matcher micromatch minimatch multimatch node nodejs regex regular-expression
Last synced: 26 Mar 2026
https://github.com/sindresorhus/ansi-escapes
ANSI escape codes for manipulating the terminal
Last synced: 26 Mar 2026
https://github.com/sindresorhus/aggregate-error
Create an error from multiple errors
Last synced: 26 Mar 2026
https://github.com/node-modules/agentkeepalive
Support keepalive http agent.
keep-alive
Last synced: 26 Mar 2026
https://github.com/acornjs/acorn-jsx
Alternative, faster React.js JSX parser
Last synced: 26 Mar 2026
https://github.com/wilsonjackson/add-stream
Append the contents of one stream onto another.
Last synced: 26 Mar 2026
https://github.com/acornjs/acorn
A small, fast, JavaScript-based JavaScript parser
Last synced: 26 Mar 2026
https://github.com/TooTallNate/proxy-agents
Node.js HTTP Proxy Agents Monorepo
agent http https nodejs pac proxy socks
Last synced: 26 Mar 2026
https://github.com/ForbesLindesay/acorn-globals
Use acorn to detect global variables in JavaScript
Last synced: 26 Mar 2026
https://github.com/jsdom/abab
Perfectly spec-compliant atob and btoa implementations
Last synced: 26 Mar 2026