forked from s0urcelab/serverless-cloud-notepad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
77 lines (77 loc) · 3.12 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "serverless-cloud-notepad",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@tsndr/cloudflare-worker-jwt": "^1.1.7",
"cookie": "^0.5.0",
"dayjs": "^1.11.2",
"itty-router": "^2.6.1",
"js-cookie": "^3.0.1"
}
},
"node_modules/@tsndr/cloudflare-worker-jwt": {
"version": "1.1.7",
"resolved": "https://registry.npmmirror.com/@tsndr/cloudflare-worker-jwt/-/cloudflare-worker-jwt-1.1.7.tgz",
"integrity": "sha512-kxGiFq5trjR3CF13m+w6xxj25c1NuBdEuhf4AuEXmtwrCLJBBA87RRPCxeThhSTn519xP8JZ/GtaBIeH0jFRmQ=="
},
"node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/dayjs": {
"version": "1.11.2",
"resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.2.tgz",
"integrity": "sha512-F4LXf1OeU9hrSYRPTTj/6FbO4HTjPKXvEIC1P2kcnFurViINCVk3ZV0xAS3XVx9MkMsXbbqlK6hjseaYbgKEHw=="
},
"node_modules/itty-router": {
"version": "2.6.1",
"resolved": "https://registry.npmmirror.com/itty-router/-/itty-router-2.6.1.tgz",
"integrity": "sha512-l9gxWe5TOLUESYnBn85Jxd6tIZLWdRX5YKkHIBfSgbNQ7UFPNUGuWihRV+LlEbfJJIzgLmhwAbaWRi5yWJm8kg=="
},
"node_modules/js-cookie": {
"version": "3.0.1",
"resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.1.tgz",
"integrity": "sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==",
"engines": {
"node": ">=12"
}
}
},
"dependencies": {
"@tsndr/cloudflare-worker-jwt": {
"version": "1.1.7",
"resolved": "https://registry.npmmirror.com/@tsndr/cloudflare-worker-jwt/-/cloudflare-worker-jwt-1.1.7.tgz",
"integrity": "sha512-kxGiFq5trjR3CF13m+w6xxj25c1NuBdEuhf4AuEXmtwrCLJBBA87RRPCxeThhSTn519xP8JZ/GtaBIeH0jFRmQ=="
},
"cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw=="
},
"dayjs": {
"version": "1.11.2",
"resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.2.tgz",
"integrity": "sha512-F4LXf1OeU9hrSYRPTTj/6FbO4HTjPKXvEIC1P2kcnFurViINCVk3ZV0xAS3XVx9MkMsXbbqlK6hjseaYbgKEHw=="
},
"itty-router": {
"version": "2.6.1",
"resolved": "https://registry.npmmirror.com/itty-router/-/itty-router-2.6.1.tgz",
"integrity": "sha512-l9gxWe5TOLUESYnBn85Jxd6tIZLWdRX5YKkHIBfSgbNQ7UFPNUGuWihRV+LlEbfJJIzgLmhwAbaWRi5yWJm8kg=="
},
"js-cookie": {
"version": "3.0.1",
"resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.1.tgz",
"integrity": "sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw=="
}
}
}