mozilla/source-map
Consume and generate source maps. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 93
- Release rhythm 40
- Longevity 100
Flags: no_license
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: 0
- age_days: 5536
- days_rel: 405
- days_push: 43
- n_releases_24m: 2
Adoption not part of the score
3724 stars · 369 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A JavaScript library for generating and consuming source maps, the standard format mapping generated code back to original sources. It provides both high-level (SourceNode) and low-level (SourceMapGenerator/SourceMapConsumer) APIs and works in Node.js and the browser.
Use cases
- generate source maps for a transpiler or minifier
- map stack trace positions back to original source files
- read and query mappings from an existing source map
- combine or transform source maps in a build tool
- embed original source content in generated source maps
When to choose
- you are building a compiler, bundler, or minifier that must emit source maps
- you need to resolve generated positions to original sources programmatically
- you need a battle-tested, widely-adopted source map implementation for Node or the browser
When to avoid
- you only need source map support inside an existing bundler that already provides it
- you need a language other than JavaScript/TypeScript ecosystem tooling
- you need source map generation for CSS-only or other specialized formats with dedicated tooling
Facets
library · maturity stable
parser serialization developer-tools developer-tools web-development parsers browser source-maps debugging sourcemaps nodejs javascript
2 sources
- readme: https://github.com/mozilla/source-map · fetched 2026-08-28 · 772772fce6d5
- registry_npm: https://registry.npmjs.org/source-map · fetched 2026-08-29 · 142dad7eb7c2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mozilla/source-map | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="mozilla/source-map")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem