# tjmehta/101

A modern JS utility library

Repository: https://github.com/tjmehta/101
Canonical: https://ross.abutalabs.com/products/101
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-01-06T10:09:29+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4527, "days_push": 1700, "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 1540, forks 73 (observed 2026-08-28T04:05:00.448658+00:00)

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

## Member repositories
- tjmehta/101 (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:00.448658+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:30:52.143038+00:00, confidence not recorded.
  - readme: https://github.com/tjmehta/101 (fetched 2026-08-28T04:05:00.448658+00:00, sha fd13bd854d94)
  - registry_npm: https://registry.npmjs.org/101 (fetched 2026-08-29T11:32:27.001597+00:00, sha 54ceae1007ea)
- Data as of 2026-08-30T08:39:29.467469+00:00.
