Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
async
Higher-order async utility functions for callback, async/await, and promise-based control flow in Node.js and the browser.
common-tags
A well-tested library of tagged template literal functions for cleaning up multiline strings, HTML, and lists in ES2015+ JavaScript.
pump
Pipe Node.js streams together and destroy all of them if one closes
wonka
A tiny but capable push and pull stream library for TypeScript
strip-indent
Strip leading whitespace from every line of a string, with a dedent() helper for cleaning up multi-line template literals.
normalize-path
Normalize Windows and POSIX file path slashes to unix-style forward slashes
charabia
Meilisearch's multilingual Rust tokenizer for segmenting and normalizing text
modern-normalize
A modern, minimal CSS reset that normalizes only the latest Chrome, Firefox, and Safari.
awesome-debounce-promise
Debounce async function calls and API requests in JavaScript/TypeScript, resolving only the last promise to avoid race conditions.
later
Composable library for defining recurring schedules and calculating their next or previous occurrences.
redent
Strip a string's redundant common indentation, then re-indent it to a given depth.
waker-fn
Convert any Rust closure into a std::task::Waker without hand-rolling the Wake trait.
observable-callback
A tiny RxJS wrapper that turns any callback into an observable stream and its trigger function.