denoland/std
The Deno Standard Library observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 95
- Release rhythm 95
- Longevity 100
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: 13
- age_days: 2856
- days_rel: 34
- days_push: 30
- n_releases_24m: 46
Adoption not part of the score
3558 stars · 679 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official Deno Standard Library, a collection of high-quality TypeScript packages published on JSR covering assertions, async utilities, collections, CLI parsing, caching, serialization, and more. Packages are designed for Deno but many also work with Node.js, Bun, browsers, and Cloudflare Workers.
Use cases
- parse command line arguments in a deno script
- assert deep equality in tests
- add an LRU or TTL cache in javascript
- read and write CSV files in deno
- debounce, retry, or pool async operations
- chunk, group, or deduplicate arrays with pure functions
- encode and decode CBOR data
When to choose
- you're building Deno applications and want well-maintained, officially supported utilities
- you need tested, dependency-free building blocks that also run on Node, Bun, or browsers
- you want semver-stable packages with generated docs on JSR
When to avoid
- you need a single bundled library rather than many small per-feature packages
- you rely on packages still marked UNSTABLE (e.g. cache, cbor, datetime) for production-critical code
- your project is not in the JavaScript/TypeScript ecosystem
Facets
library · maturity stable
developer-tools testing caching serialization cli concurrency csv cryptography date-time json logging math parser configuration-management developer-tools programming-languages cross-platform bun browser cross-platform standard-library jsr deno typescript utility-functions monorepo command-line nodejs
10 sources
- readme: https://github.com/denoland/std · fetched 2026-08-28 · b8d4569c1ffd
- homepage: https://jsr.io/@std · fetched 2026-08-29 · bc2ef414a465
- site_page: https://jsr.io/docs · fetched 2026-08-29 · 6adfe1cd470e
- site_page: https://jsr.io/@std/assert/doc · fetched 2026-08-29 · 8baacf0b66d5
- site_page: https://jsr.io/@std/async/doc · fetched 2026-08-29 · 08914a0bba95
- site_page: https://jsr.io/@std/bytes/doc · fetched 2026-08-29 · f23f3f1dd6ae
- site_page: https://jsr.io/@std/cache/doc · fetched 2026-08-29 · 52d2161b1fae
- site_page: https://jsr.io/@std/cbor/doc · fetched 2026-08-29 · e419d1e0f0c0
- site_page: https://jsr.io/@std/cli/doc · fetched 2026-08-29 · cf89831f6c79
- site_page: https://jsr.io/@std/collections/doc · fetched 2026-08-29 · 0e7ba0853ed4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| denoland/std | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem