The Deno Standard Library
Go to file
2024-07-10 20:32:59 +10:00
_tools chore: run test in Node.js (#5258) 2024-07-04 14:36:47 +09:00
.github chore(fmt): release fmt@1.0.0-rc.1 (#5372) 2024-07-10 15:05:25 +10:00
.vscode chore: add vscode settings (#4735) 2024-05-15 15:41:32 +09:00
archive chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
assert chore(assert): release assert@1.0.0 (#4989) 2024-07-04 21:26:54 +10:00
async chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
bytes chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
cli chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
collections chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
crypto chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
csv BREAKING(csv): throw TypeError in stringify() instead of StringifyError (#5347) 2024-07-10 20:32:59 +10:00
data_structures chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
datetime chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
dotenv chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
encoding chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
expect chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
fmt docs(fmt): improve documentation (#5373) 2024-07-10 15:26:41 +10:00
front_matter refactor(front-matter): replace regexp objects with maps (#5379) 2024-07-10 20:32:26 +10:00
fs chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
html chore(html): release html@1.0.0 (#4988) 2024-07-10 01:08:38 +00:00
http BREAKING(http): rename Entity to ETagSource and calculate() to eTag() (#5144) 2024-07-10 16:27:34 +10:00
ini chore(ini): release ini@1.0.0-rc.1 (#5357) 2024-07-09 13:12:08 +09:00
internal chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
io chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
json chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
jsonc chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
log chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
media_types fix(media-types): update db.ts (#5193) 2024-07-01 12:11:09 +10:00
msgpack chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
net chore(net): release net@1.0.0-rc.1 (#5349) 2024-07-09 20:21:00 +09:00
path chore(path): release path@1.0.0 (#5203) 2024-07-10 11:02:12 +10:00
regexp chore(regexp): release regexp@1.0.0-rc.1 (#5024) 2024-06-11 22:19:12 +12:00
semver refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199) 2024-06-30 08:30:10 +00:00
streams chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
testing chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
text chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
toml chore(toml): release toml@1.0.0 (#5204) 2024-07-10 01:03:29 +00:00
ulid chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
url chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
uuid chore: release uuid@1.0.0 (#5200) 2024-07-01 20:04:00 +10:00
webgpu chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
yaml refactor(yaml): camelcase iskey (#5365) 2024-07-09 20:32:26 +10:00
.editorconfig chore: run test in Node.js (#5258) 2024-07-04 14:36:47 +09:00
.gitattributes Remove std/node, it was merged into Deno itself (#3206) 2023-02-22 10:28:55 -05:00
.gitignore chore: add vscode settings (#4735) 2024-05-15 15:41:32 +09:00
badge.svg chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
browser-compat.tsconfig.json chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
deno.json chore: fix path version range in import map (#5377) 2024-07-10 17:36:02 +09:00
LICENSE chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
README.md docs: cleanup README (#5174) 2024-06-27 18:55:45 +10:00
Releases.md chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00

Deno Standard Library

JSR @std codecov ci

High-quality APIs for Deno and the web. Use fearlessly.

Important

Newer versions of the Standard Library are now hosted on JSR. Older versions up till 0.224.0 are still available at deno.land/std.

Packages

The following list contains links to the Standard Library's packages and documentation:

Package Status Latest version
archive Unstable JSR
assert Settled JSR
async Settled JSR
bytes Settled JSR
cli Unstable JSR
collections Settled JSR
crypto Settled JSR
csv Settled JSR
data_structures Unstable JSR
datetime Unstable JSR
dotenv Unstable JSR
encoding Settled JSR
expect Unstable JSR
fmt Settled JSR
front_matter Settled JSR
fs Settled JSR
html Unstable JSR
http Unstable JSR
ini Unstable JSR
io Unstable JSR
json Settled JSR
jsonc Settled JSR
log Unstable JSR
media_types Settled JSR
msgpack Unstable JSR
net Unstable JSR
path Settled JSR
regexp Unstable JSR
semver Unstable JSR
streams Settled JSR
testing Settled JSR
text Unstable JSR
toml Settled JSR
ulid Unstable JSR
url Unstable JSR
uuid Settled JSR
webgpu Unstable JSR
yaml Settled JSR

Note

Settled status means a package is unlikely to have breaking changes, but has not yet achieved v1 status.

Stabilization

The Standard Library is now in the process of stabilizing its packages. See #4600 for details.

Architecture

Check out the architecture guide here.

Design

Check out the design documentation here.

Contributing

Check out the contributing guidelines here.

Releases

Package versions >=1.0.0 follow Semantic Versioning, and package versions <1.0.0 follow this proposal.

Badge

Built with the Deno Standard Library

<a href="https://jsr.io/@std">
  <img
    width="135"
    height="20"
    src="https://raw.githubusercontent.com/denoland/deno_std/main/badge.svg"
    alt="Built with the Deno Standard Library"
  />
</a>
[![Built with the Deno Standard Library](https://raw.githubusercontent.com/denoland/deno_std/main/badge.svg)](https://jsr.io/@std)

Frequently Asked Questions

Check out the frequently asked questions page here.