# adamwdraper/Numeral-js

A javascript library for formatting and manipulating numbers.

Repository: https://github.com/adamwdraper/Numeral-js
Canonical: https://ross.abutalabs.com/products/numeral-js
Homepage: http://numeraljs.com
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-02-15T15:16:26+00:00

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

## Adoption (not part of the score)
Stars 9706, forks 906 (observed 2026-08-28T04:10:36.889302+00:00)

## What it is
Numeral.js is a JavaScript library for formatting and manipulating numbers, supporting formats like currency, percentages, bytes, time, and abbreviations, with locale support and custom format plugins. It works in the browser and Node.js.

## Use cases
- format numbers with thousands separators in javascript
- display currency values in the browser
- format percentages and bytes in a web app
- parse number strings like '1,000' into values
- localize number formatting for different languages

## When to choose
- you need lightweight number formatting in browser or Node.js
- you need locale-aware number, currency, or percentage formatting
- you want extensible custom number formats

## When to avoid
- you need arbitrary-precision decimal math
- you need full date/time formatting (use a date library)
- you need actively developed alternatives like Intl.NumberFormat

## Facets
- artifact type: library
- maturity: maintenance
- function: serialization, internationalization
- domain: web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: number-formatting, currency, percentages, javascript, nodejs

## Member repositories
- adamwdraper/Numeral-js (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:36.889302+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-29T17:21:14.421595+00:00, confidence not recorded.
  - readme: https://github.com/adamwdraper/Numeral-js (fetched 2026-08-28T04:10:36.889302+00:00, sha cf466b60a8c2)
  - homepage: http://numeraljs.com (fetched 2026-08-29T08:21:09.424659+00:00, sha 1e62d92abec7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
