mout/mout
Modular JavaScript Utilities observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4984
- days_rel: n/a
- days_push: 1044
- n_releases_24m: 0
Adoption not part of the score
1285 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mout is a modular JavaScript utility library providing helper functions for arrays, objects, strings, functions, math, and other common tasks, independent of any DOM or framework. It aims to act as a cross-browser JavaScript standard library that composes well with other frameworks.
Use cases
- manipulate arrays and objects in JavaScript without pulling in a big framework
- find modular string and number utility functions for node.js
- replace lodash/underscore-style helpers with a modular stdlib
- write cross-browser JavaScript code supporting legacy browsers like IE7
- reuse small utility functions across browser and node environments
When to choose
- you need small, framework-agnostic utility modules for JavaScript
- you want tree-shakeable/modular helpers rather than a monolithic library
- you must support older browsers alongside node.js
When to avoid
- you need DOM manipulation, UI components, or event systems
- you want an actively developed library with frequent updates
- modern ES features or lodash already cover your needs
Facets
library · maturity maintenance
developer-tools developer-tools web-development programming-languages browser cross-platform javascript utility-library stdlib functional modular nodejs
4 sources
- readme: https://github.com/mout/mout · fetched 2026-08-28 · c9b13c6f09b0
- homepage: http://moutjs.com/ · fetched 2026-08-29 · ed2d4b1a9fb0
- site_page: https://moutjs.com/about · fetched 2026-08-29 · ffb2d93170ec
- registry_npm: https://registry.npmjs.org/mout · fetched 2026-08-29 · 54e54cbe0ac0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mout/mout | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem