feat: add node-fetch multithreaded example
[poolifier.git] / examples / typescript / http-client / node-fetch / pnpm-lock.yaml
CommitLineData
11856b30
JB
1lockfileVersion: '6.0'
2
3settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7dependencies:
8 node-fetch:
9 specifier: ^3.3.2
10 version: 3.3.2
11 poolifier:
12 specifier: ^2.6.22
13 version: 2.6.22
14
15devDependencies:
16 '@types/node':
17 specifier: ^20.4.9
18 version: 20.4.9
19 typescript:
20 specifier: ^5.1.6
21 version: 5.1.6
22
23packages:
24
25 /@types/node@20.4.9:
26 resolution: {integrity: sha512-8e2HYcg7ohnTUbHk8focoklEQYvemQmu9M/f43DZVx43kHn0tE3BY/6gSDxS7k0SprtS0NHvj+L80cGLnoOUcQ==}
27 dev: true
28
29 /data-uri-to-buffer@4.0.1:
30 resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
31 engines: {node: '>= 12'}
32 dev: false
33
34 /fetch-blob@3.2.0:
35 resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
36 engines: {node: ^12.20 || >= 14.13}
37 dependencies:
38 node-domexception: 1.0.0
39 web-streams-polyfill: 3.2.1
40 dev: false
41
42 /formdata-polyfill@4.0.10:
43 resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
44 engines: {node: '>=12.20.0'}
45 dependencies:
46 fetch-blob: 3.2.0
47 dev: false
48
49 /node-domexception@1.0.0:
50 resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
51 engines: {node: '>=10.5.0'}
52 dev: false
53
54 /node-fetch@3.3.2:
55 resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
56 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
57 dependencies:
58 data-uri-to-buffer: 4.0.1
59 fetch-blob: 3.2.0
60 formdata-polyfill: 4.0.10
61 dev: false
62
63 /poolifier@2.6.22:
64 resolution: {integrity: sha512-0pGU1nG8jVEQUb2j1kkiEQ5TdJyHP3a9zFVxF7Q23xHiGM2hpw9BpWvjP0kvE6LmCx0R8ezFDwaXf9nDUOA9gQ==}
65 engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
66 requiresBuild: true
67 dev: false
68
69 /typescript@5.1.6:
70 resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
71 engines: {node: '>=14.17'}
72 hasBin: true
73 dev: true
74
75 /web-streams-polyfill@3.2.1:
76 resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==}
77 engines: {node: '>= 8'}
78 dev: false