# mout/mout

Modular JavaScript Utilities

Repository: https://github.com/mout/mout
Canonical: https://ross.abutalabs.com/products/mout
Homepage: http://moutjs.com/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-10-24T22:18:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4984, "days_push": 1044, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1285, forks 120 (observed 2026-08-28T04:04:14.718249+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: developer-tools
- domain: developer-tools, web-development, programming-languages
- platform: browser, cross-platform
- tags: javascript, utility-library, stdlib, functional, modular, nodejs

## Member repositories
- mout/mout (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:14.718249+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:56:40.557743+00:00, confidence not recorded.
  - readme: https://github.com/mout/mout (fetched 2026-08-28T04:04:14.718249+00:00, sha c9b13c6f09b0)
  - homepage: http://moutjs.com/ (fetched 2026-08-29T12:12:36.016176+00:00, sha ed2d4b1a9fb0)
  - site_page: https://moutjs.com/about (fetched 2026-08-29T12:12:36.018895+00:00, sha ffb2d93170ec)
  - registry_npm: https://registry.npmjs.org/mout (fetched 2026-08-29T12:12:36.020696+00:00, sha 54e54cbe0ac0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
