-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
143 lines (143 loc) · 5.24 KB
/
deno.lock
File metadata and controls
143 lines (143 loc) · 5.24 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"version": "3",
"packages": {
"specifiers": {
"jsr:@momiji/cors@^1.0.1": "jsr:@momiji/cors@1.0.1",
"jsr:@oak/commons@0.11": "jsr:@oak/commons@0.11.0",
"jsr:@oak/oak@^16.1.0": "jsr:@oak/oak@16.1.0",
"jsr:@std/assert@0.223": "jsr:@std/assert@0.223.0",
"jsr:@std/assert@0.226": "jsr:@std/assert@0.226.0",
"jsr:@std/assert@^0.223.0": "jsr:@std/assert@0.223.0",
"jsr:@std/assert@^0.224.0": "jsr:@std/assert@0.224.0",
"jsr:@std/bytes@0.223": "jsr:@std/bytes@0.223.0",
"jsr:@std/bytes@0.224": "jsr:@std/bytes@0.224.0",
"jsr:@std/bytes@^0.223.0": "jsr:@std/bytes@0.223.0",
"jsr:@std/crypto@0.223": "jsr:@std/crypto@0.223.0",
"jsr:@std/crypto@0.224": "jsr:@std/crypto@0.224.0",
"jsr:@std/encoding@1.0.0-rc.2": "jsr:@std/encoding@1.0.0-rc.2",
"jsr:@std/encoding@^0.223.0": "jsr:@std/encoding@0.223.0",
"jsr:@std/http@0.223": "jsr:@std/http@0.223.0",
"jsr:@std/http@0.224": "jsr:@std/http@0.224.5",
"jsr:@std/io@0.223": "jsr:@std/io@0.223.0",
"jsr:@std/media-types@0.223": "jsr:@std/media-types@0.223.0",
"jsr:@std/media-types@0.224": "jsr:@std/media-types@0.224.1",
"jsr:@std/path@0.223": "jsr:@std/path@0.223.0",
"npm:@types/node": "npm:@types/node@18.16.19",
"npm:path-to-regexp@6.2.1": "npm:path-to-regexp@6.2.1"
},
"jsr": {
"@momiji/cors@1.0.1": {
"integrity": "2cab5fd27ec2a978380ad8ae2d93ced813070b64c78a739e17eda007f928e5e2",
"dependencies": [
"jsr:@oak/oak@^16.1.0"
]
},
"@oak/commons@0.11.0": {
"integrity": "07702bfe5c07cd8144c422022994da1f9fea466b185824f4be63a2b1b1a65125",
"dependencies": [
"jsr:@std/assert@0.226",
"jsr:@std/bytes@0.224",
"jsr:@std/crypto@0.224",
"jsr:@std/http@0.224",
"jsr:@std/media-types@0.224"
]
},
"@oak/oak@16.1.0": {
"integrity": "ab21506555fffeb08dc8f45ff5d28607e8087949ff58bd2964b27df65994480b",
"dependencies": [
"jsr:@oak/commons@0.11",
"jsr:@std/assert@0.223",
"jsr:@std/bytes@0.223",
"jsr:@std/crypto@0.223",
"jsr:@std/http@0.223",
"jsr:@std/io@0.223",
"jsr:@std/media-types@0.223",
"jsr:@std/path@0.223",
"npm:path-to-regexp@6.2.1"
]
},
"@std/assert@0.223.0": {
"integrity": "eb8d6d879d76e1cc431205bd346ed4d88dc051c6366365b1af47034b0670be24"
},
"@std/assert@0.224.0": {
"integrity": "8643233ec7aec38a940a8264a6e3eed9bfa44e7a71cc6b3c8874213ff401967f"
},
"@std/assert@0.226.0": {
"integrity": "0dfb5f7c7723c18cec118e080fec76ce15b4c31154b15ad2bd74822603ef75b3"
},
"@std/bytes@0.223.0": {
"integrity": "84b75052cd8680942c397c2631318772b295019098f40aac5c36cead4cba51a8"
},
"@std/bytes@0.224.0": {
"integrity": "a2250e1d0eb7d1c5a426f21267ab9bdeac2447fa87a3d0d1a467d3f7a6058e49"
},
"@std/crypto@0.223.0": {
"integrity": "1aa9555ff56b09e197ad988ea200f84bc6781fd4fd83f3a156ee44449af93000",
"dependencies": [
"jsr:@std/assert@^0.223.0",
"jsr:@std/encoding@^0.223.0"
]
},
"@std/crypto@0.224.0": {
"integrity": "154ef3ff08ef535562ef1a718718c5b2c5fc3808f0f9100daad69e829bfcdf2d",
"dependencies": [
"jsr:@std/assert@^0.224.0"
]
},
"@std/encoding@0.223.0": {
"integrity": "2b5615a75e00337ce113f34cf2f9b8c18182c751a8dcc8b1a2c2fc0e117bef00"
},
"@std/encoding@1.0.0-rc.2": {
"integrity": "160d7674a20ebfbccdf610b3801fee91cf6e42d1c106dd46bbaf46e395cd35ef"
},
"@std/http@0.223.0": {
"integrity": "15ab8a0c5a7e9d5be017a15b01600f20f66602ceec48b378939fa24fcec522aa",
"dependencies": [
"jsr:@std/assert@^0.223.0",
"jsr:@std/encoding@^0.223.0"
]
},
"@std/http@0.224.5": {
"integrity": "b03b5d1529f6c423badfb82f6640f9f2557b4034cd7c30655ba5bb447ff750a4",
"dependencies": [
"jsr:@std/encoding@1.0.0-rc.2"
]
},
"@std/io@0.223.0": {
"integrity": "2d8c3c2ab3a515619b90da2c6ff5ea7b75a94383259ef4d02116b228393f84f1",
"dependencies": [
"jsr:@std/bytes@^0.223.0"
]
},
"@std/media-types@0.223.0": {
"integrity": "84684680c2eb6bc6d9369c6d6f26a49decaf2c7603ff531862dda575d9d6776e"
},
"@std/media-types@0.224.1": {
"integrity": "9e69a5daed37c5b5c6d3ce4731dc191f80e67f79bed392b0957d1d03b87f11e1"
},
"@std/path@0.223.0": {
"integrity": "593963402d7e6597f5a6e620931661053572c982fc014000459edc1f93cc3989",
"dependencies": [
"jsr:@std/assert@^0.223.0"
]
}
},
"npm": {
"@types/node@18.16.19": {
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==",
"dependencies": {}
},
"path-to-regexp@6.2.1": {
"integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==",
"dependencies": {}
}
}
},
"remote": {},
"workspace": {
"dependencies": [
"jsr:@momiji/cors@^1.0.1",
"jsr:@oak/oak@^16.1.0"
]
}
}