Skip to content

Commit 4dd0aa7

Browse files
committed
add bun
1 parent f238d85 commit 4dd0aa7

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

img/website/35.svg

Lines changed: 1 addition & 0 deletions
Loading

stylus/website/index.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,3 +1326,7 @@ footer
13261326
.jwt-playground .algorithm-code .tab-content .input:hover
13271327
.editor-warning
13281328
display: none;
1329+
1330+
.bun h3 {
1331+
color: rgb(0,0,0)!important;
1332+
}

views/website/libraries/35-Bun.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "Bun",
3+
"uniqueClass": "bun",
4+
"image": "/img/35.svg",
5+
"bgColor": "rgb(251, 240, 223)",
6+
"libs": [
7+
{
8+
"minimumVersion": null,
9+
"support": {
10+
"sign": true,
11+
"verify": true,
12+
"iss": true,
13+
"sub": true,
14+
"aud": true,
15+
"exp": true,
16+
"nbf": true,
17+
"iat": true,
18+
"jti": true,
19+
"typ": true,
20+
"hs256": true,
21+
"hs384": true,
22+
"hs512": true,
23+
"rs256": true,
24+
"rs384": true,
25+
"rs512": true,
26+
"es256": true,
27+
"es384": true,
28+
"es512": true,
29+
"ps256": true,
30+
"ps384": true,
31+
"ps512": true,
32+
"eddsa": false,
33+
"es256k": false
34+
},
35+
"authorUrl": "https://github.com/panva",
36+
"authorName": "Filip Skokan",
37+
"gitHubRepoPath": "panva/jose",
38+
"repoUrl": "https://github.com/panva/jose",
39+
"installCommandHtml": "bun add jose"
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)