Skip to content

denoland/std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Latest version
archive JSR
assert JSR
async JSR
bytes JSR
cli JSR
collections JSR
crypto JSR
csv JSR
data_structures JSR
datetime JSR
dotenv JSR
encoding JSR
expect JSR
fmt JSR
front_matter JSR
fs JSR
html JSR
http JSR
ini JSR
io JSR
json JSR
jsonc JSR
log JSR
media_types JSR
msgpack JSR
net JSR
path JSR
regexp JSR
semver JSR
streams JSR
testing JSR
text JSR
toml JSR
ulid JSR
url JSR
uuid JSR
webgpu JSR
yaml 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/std/main/badge.svg"
    alt="Built with the Deno Standard Library"
  />
</a>
[![Built with the Deno Standard Library](https://raw.githubusercontent.com/denoland/std/main/badge.svg)](https://jsr.io/@std)

Frequently Asked Questions

Check out the frequently asked questions page here.