tjmehta/101
A modern JS utility library 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4527
- days_rel: n/a
- days_push: 1700
- n_releases_24m: 0
Adoption not part of the score
1540 stars · 73 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
101 is a modern JavaScript utility library of small, selectively requirable helper functions (assign, and, apply, pick, pluck, etc.) that assume ES5+ and minimize overlap with vanilla JS. Each utility is an individual CommonJS module so bundlers only include what is imported.
Use cases
- require small javascript utility functions without pulling in a large library
- use functional programming helpers with array map, reduce, and filter
- extend or merge objects in node or the browser
- avoid duplicating ES5 methods already available in vanilla JS
- keep bundle size small by importing only the utils used
When to avoid
- you need a batteries-included utility library like lodash with broad API surface
- you need ES module support or actively maintained releases
- you need utilities for newer ES6+ features
Facets
library · maturity maintenance
developer-tools developer-tools web-development browser utility-library functional-programming es5 micro-modules javascript-utils nodejs
2 sources
- readme: https://github.com/tjmehta/101 · fetched 2026-08-28 · fd13bd854d94
- registry_npm: https://registry.npmjs.org/101 · fetched 2026-08-29 · 54ceae1007ea
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tjmehta/101 | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem