-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
46 lines (46 loc) · 1.4 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "bsky-oauth-demo",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@atcute/oauth-browser-client": "^1.0.5"
}
},
"node_modules/@atcute/client": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@atcute/client/-/client-2.0.4.tgz",
"integrity": "sha512-bKA6KEOmrdhU2CDRNp13M4WyKN0EdrVLKJffzPo62ANSTMacz5hRJhmvQYwuo7BZSGIoDql4sH+QR6Xbk3DERg==",
"license": "MIT"
},
"node_modules/@atcute/oauth-browser-client": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@atcute/oauth-browser-client/-/oauth-browser-client-1.0.5.tgz",
"integrity": "sha512-UUs2WFMh22rXOapRM848WfWtvgaxV/ji0tEupFrrBYe2i+/UlwhXcphlqdwm43LBsFtMWtV1Xsy2zmnItf0Akg==",
"license": "MIT",
"dependencies": {
"@atcute/client": "^2.0.4",
"nanoid": "^5.0.7"
}
},
"node_modules/nanoid": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.8.tgz",
"integrity": "sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"bin": {
"nanoid": "bin/nanoid.js"
},
"engines": {
"node": "^18 || >=20"
}
}
}
}