Ross ROSS = Recommend OSS · open-source software intelligence for agents

jspm/jspm

Import Map Package Manager observed · 2026-08-28

github.com/jspm/jspm · homepage · TypeScript · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 98
  • Release rhythm 90
  • Longevity 100
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: 15
  • age_days: 4912
  • days_rel: 65
  • days_push: 16
  • n_releases_24m: 28

Full methodology

Adoption not part of the score

3867 stars · 271 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

JSPM is a package manager for browser-native ES modules built around import maps, comprising a CLI, the @jspm/generator library, and import map manipulation tools. It resolves npm packages against CDNs like jspm.io, jsDelivr, and UNPKG, and can inject import maps with preloading and integrity attributes into HTML files.

Use cases

  • manage frontend dependencies with import maps instead of a bundler
  • generate import maps for npm packages served from a CDN
  • install and link packages to local node_modules for browser ES modules
  • inject import maps with module preloading and integrity into HTML
  • serve and build a no-build-step JavaScript project
  • resolve conditional package versions per environment in the browser

When to choose

  • you want browser-native ES module loading without a bundler or build step
  • you want CDN-cached dependencies with immutable URLs for faster incremental updates
  • you need standards-based import map generation and management in a CLI or programmatically

When to avoid

  • you need a traditional bundler pipeline with code splitting and asset transforms
  • your project targets older browsers without an import maps polyfill strategy
  • you rely heavily on Node.js-specific tooling and CommonJS packages

Facets

cli-tool · maturity active

package-manager cli developer-tools build-tool web-development frontend developer-tools cli browser cross-platform import-maps es-modules cdn-resolution npm esm no-bundler typescript command-line nodejs

8 sources

Member repositories

RepositoryRoleHealth v2
jspm/jspmmain96

For agents

markdown · JSON · MCP: product_card(name="jspm/jspm")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem