blob: 5ec6ea0f34f4e76de32022058c50db98f5da1e1d [file] [log] [blame]
pineafan6fb3e072022-05-20 19:27:23 +01001{
Skyler Grey75ea9172022-08-06 10:22:23 +01002 "name": "hi",
3 "version": "1.0.0",
4 "lockfileVersion": 2,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "hi",
9 "version": "1.0.0",
10 "license": "ISC",
11 "dependencies": {
12 "fs": "^0.0.1-security",
13 "mongodb": "^4.7.0"
14 }
pineafan6fb3e072022-05-20 19:27:23 +010015 },
Skyler Grey75ea9172022-08-06 10:22:23 +010016 "node_modules/@types/node": {
17 "version": "17.0.41",
18 "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.41.tgz",
19 "integrity": "sha512-xA6drNNeqb5YyV5fO3OAEsnXLfO7uF0whiOfPTz5AeDo8KeZFmODKnvwPymMNO8qE/an8pVY/O50tig2SQCrGw=="
pineafan6fb3e072022-05-20 19:27:23 +010020 },
Skyler Grey75ea9172022-08-06 10:22:23 +010021 "node_modules/@types/webidl-conversions": {
22 "version": "6.1.1",
23 "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz",
24 "integrity": "sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q=="
25 },
26 "node_modules/@types/whatwg-url": {
27 "version": "8.2.1",
28 "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.1.tgz",
29 "integrity": "sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==",
30 "dependencies": {
31 "@types/node": "*",
32 "@types/webidl-conversions": "*"
33 }
34 },
35 "node_modules/base64-js": {
36 "version": "1.5.1",
37 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
38 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
39 "funding": [
40 {
41 "type": "github",
42 "url": "https://github.com/sponsors/feross"
43 },
44 {
45 "type": "patreon",
46 "url": "https://www.patreon.com/feross"
47 },
48 {
49 "type": "consulting",
50 "url": "https://feross.org/support"
51 }
52 ]
53 },
54 "node_modules/bson": {
55 "version": "4.6.4",
56 "resolved": "https://registry.npmjs.org/bson/-/bson-4.6.4.tgz",
57 "integrity": "sha512-TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ==",
58 "dependencies": {
59 "buffer": "^5.6.0"
60 },
61 "engines": {
62 "node": ">=6.9.0"
63 }
64 },
65 "node_modules/buffer": {
66 "version": "5.7.1",
67 "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
68 "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
69 "funding": [
70 {
71 "type": "github",
72 "url": "https://github.com/sponsors/feross"
73 },
74 {
75 "type": "patreon",
76 "url": "https://www.patreon.com/feross"
77 },
78 {
79 "type": "consulting",
80 "url": "https://feross.org/support"
81 }
82 ],
83 "dependencies": {
84 "base64-js": "^1.3.1",
85 "ieee754": "^1.1.13"
86 }
87 },
88 "node_modules/denque": {
89 "version": "2.0.1",
90 "resolved": "https://registry.npmjs.org/denque/-/denque-2.0.1.tgz",
91 "integrity": "sha512-tfiWc6BQLXNLpNiR5iGd0Ocu3P3VpxfzFiqubLgMfhfOw9WyvgJBd46CClNn9k3qfbjvT//0cf7AlYRX/OslMQ==",
92 "engines": {
93 "node": ">=0.10"
94 }
95 },
96 "node_modules/fs": {
97 "version": "0.0.1-security",
98 "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
99 "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
100 },
101 "node_modules/ieee754": {
102 "version": "1.2.1",
103 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
104 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
105 "funding": [
106 {
107 "type": "github",
108 "url": "https://github.com/sponsors/feross"
109 },
110 {
111 "type": "patreon",
112 "url": "https://www.patreon.com/feross"
113 },
114 {
115 "type": "consulting",
116 "url": "https://feross.org/support"
117 }
118 ]
119 },
120 "node_modules/ip": {
121 "version": "1.1.8",
122 "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
123 "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg=="
124 },
125 "node_modules/memory-pager": {
126 "version": "1.5.0",
127 "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
128 "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
129 "optional": true
130 },
131 "node_modules/mongodb": {
132 "version": "4.7.0",
133 "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.7.0.tgz",
134 "integrity": "sha512-HhVar6hsUeMAVlIbwQwWtV36iyjKd9qdhY+s4wcU8K6TOj4Q331iiMy+FoPuxEntDIijTYWivwFJkLv8q/ZgvA==",
135 "dependencies": {
136 "bson": "^4.6.3",
137 "denque": "^2.0.1",
138 "mongodb-connection-string-url": "^2.5.2",
139 "socks": "^2.6.2"
140 },
141 "engines": {
142 "node": ">=12.9.0"
143 },
144 "optionalDependencies": {
145 "saslprep": "^1.0.3"
146 }
147 },
148 "node_modules/mongodb-connection-string-url": {
149 "version": "2.5.2",
150 "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.5.2.tgz",
151 "integrity": "sha512-tWDyIG8cQlI5k3skB6ywaEA5F9f5OntrKKsT/Lteub2zgwSUlhqEN2inGgBTm8bpYJf8QYBdA/5naz65XDpczA==",
152 "dependencies": {
153 "@types/whatwg-url": "^8.2.1",
154 "whatwg-url": "^11.0.0"
155 }
156 },
157 "node_modules/punycode": {
158 "version": "2.1.1",
159 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
160 "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
161 "engines": {
162 "node": ">=6"
163 }
164 },
165 "node_modules/saslprep": {
166 "version": "1.0.3",
167 "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz",
168 "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==",
169 "optional": true,
170 "dependencies": {
171 "sparse-bitfield": "^3.0.3"
172 },
173 "engines": {
174 "node": ">=6"
175 }
176 },
177 "node_modules/smart-buffer": {
178 "version": "4.2.0",
179 "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
180 "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
181 "engines": {
182 "node": ">= 6.0.0",
183 "npm": ">= 3.0.0"
184 }
185 },
186 "node_modules/socks": {
187 "version": "2.6.2",
188 "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.2.tgz",
189 "integrity": "sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==",
190 "dependencies": {
191 "ip": "^1.1.5",
192 "smart-buffer": "^4.2.0"
193 },
194 "engines": {
195 "node": ">= 10.13.0",
196 "npm": ">= 3.0.0"
197 }
198 },
199 "node_modules/sparse-bitfield": {
200 "version": "3.0.3",
201 "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
202 "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
203 "optional": true,
204 "dependencies": {
205 "memory-pager": "^1.0.2"
206 }
207 },
208 "node_modules/tr46": {
209 "version": "3.0.0",
210 "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
211 "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
212 "dependencies": {
213 "punycode": "^2.1.1"
214 },
215 "engines": {
216 "node": ">=12"
217 }
218 },
219 "node_modules/webidl-conversions": {
220 "version": "7.0.0",
221 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
222 "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
223 "engines": {
224 "node": ">=12"
225 }
226 },
227 "node_modules/whatwg-url": {
228 "version": "11.0.0",
229 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
230 "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
231 "dependencies": {
232 "tr46": "^3.0.0",
233 "webidl-conversions": "^7.0.0"
234 },
235 "engines": {
236 "node": ">=12"
237 }
pineafan6fb3e072022-05-20 19:27:23 +0100238 }
pineafan6fb3e072022-05-20 19:27:23 +0100239 },
Skyler Grey75ea9172022-08-06 10:22:23 +0100240 "dependencies": {
241 "@types/node": {
242 "version": "17.0.41",
243 "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.41.tgz",
244 "integrity": "sha512-xA6drNNeqb5YyV5fO3OAEsnXLfO7uF0whiOfPTz5AeDo8KeZFmODKnvwPymMNO8qE/an8pVY/O50tig2SQCrGw=="
pineafan6fb3e072022-05-20 19:27:23 +0100245 },
Skyler Grey75ea9172022-08-06 10:22:23 +0100246 "@types/webidl-conversions": {
247 "version": "6.1.1",
248 "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz",
249 "integrity": "sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q=="
pineafan6fb3e072022-05-20 19:27:23 +0100250 },
Skyler Grey75ea9172022-08-06 10:22:23 +0100251 "@types/whatwg-url": {
252 "version": "8.2.1",
253 "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.1.tgz",
254 "integrity": "sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==",
255 "requires": {
256 "@types/node": "*",
257 "@types/webidl-conversions": "*"
258 }
259 },
260 "base64-js": {
261 "version": "1.5.1",
262 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
263 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
264 },
265 "bson": {
266 "version": "4.6.4",
267 "resolved": "https://registry.npmjs.org/bson/-/bson-4.6.4.tgz",
268 "integrity": "sha512-TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ==",
269 "requires": {
270 "buffer": "^5.6.0"
271 }
272 },
273 "buffer": {
274 "version": "5.7.1",
275 "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
276 "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
277 "requires": {
278 "base64-js": "^1.3.1",
279 "ieee754": "^1.1.13"
280 }
281 },
282 "denque": {
283 "version": "2.0.1",
284 "resolved": "https://registry.npmjs.org/denque/-/denque-2.0.1.tgz",
285 "integrity": "sha512-tfiWc6BQLXNLpNiR5iGd0Ocu3P3VpxfzFiqubLgMfhfOw9WyvgJBd46CClNn9k3qfbjvT//0cf7AlYRX/OslMQ=="
286 },
287 "fs": {
288 "version": "0.0.1-security",
289 "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
290 "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
291 },
292 "ieee754": {
293 "version": "1.2.1",
294 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
295 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
296 },
297 "ip": {
298 "version": "1.1.8",
299 "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
300 "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg=="
301 },
302 "memory-pager": {
303 "version": "1.5.0",
304 "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
305 "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
306 "optional": true
307 },
308 "mongodb": {
309 "version": "4.7.0",
310 "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.7.0.tgz",
311 "integrity": "sha512-HhVar6hsUeMAVlIbwQwWtV36iyjKd9qdhY+s4wcU8K6TOj4Q331iiMy+FoPuxEntDIijTYWivwFJkLv8q/ZgvA==",
312 "requires": {
313 "bson": "^4.6.3",
314 "denque": "^2.0.1",
315 "mongodb-connection-string-url": "^2.5.2",
316 "saslprep": "^1.0.3",
317 "socks": "^2.6.2"
318 }
319 },
320 "mongodb-connection-string-url": {
321 "version": "2.5.2",
322 "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.5.2.tgz",
323 "integrity": "sha512-tWDyIG8cQlI5k3skB6ywaEA5F9f5OntrKKsT/Lteub2zgwSUlhqEN2inGgBTm8bpYJf8QYBdA/5naz65XDpczA==",
324 "requires": {
325 "@types/whatwg-url": "^8.2.1",
326 "whatwg-url": "^11.0.0"
327 }
328 },
329 "punycode": {
330 "version": "2.1.1",
331 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
332 "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
333 },
334 "saslprep": {
335 "version": "1.0.3",
336 "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz",
337 "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==",
338 "optional": true,
339 "requires": {
340 "sparse-bitfield": "^3.0.3"
341 }
342 },
343 "smart-buffer": {
344 "version": "4.2.0",
345 "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
346 "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg=="
347 },
348 "socks": {
349 "version": "2.6.2",
350 "resolved": "https://registry.npmjs.org/socks/-/socks-2.6.2.tgz",
351 "integrity": "sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==",
352 "requires": {
353 "ip": "^1.1.5",
354 "smart-buffer": "^4.2.0"
355 }
356 },
357 "sparse-bitfield": {
358 "version": "3.0.3",
359 "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
360 "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
361 "optional": true,
362 "requires": {
363 "memory-pager": "^1.0.2"
364 }
365 },
366 "tr46": {
367 "version": "3.0.0",
368 "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
369 "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
370 "requires": {
371 "punycode": "^2.1.1"
372 }
373 },
374 "webidl-conversions": {
375 "version": "7.0.0",
376 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
377 "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g=="
378 },
379 "whatwg-url": {
380 "version": "11.0.0",
381 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
382 "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
383 "requires": {
384 "tr46": "^3.0.0",
385 "webidl-conversions": "^7.0.0"
386 }
pineafan6fb3e072022-05-20 19:27:23 +0100387 }
pineafan6fb3e072022-05-20 19:27:23 +0100388 }
pineafan6fb3e072022-05-20 19:27:23 +0100389}