1a628027090e8fc4918ae387922d820a3af60fe8
[poolifier.git] / examples / typescript / smtp-client-pool / pnpm-lock.yaml
1 lockfileVersion: '6.0'
2
3 settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7 dependencies:
8 nodemailer:
9 specifier: ^6.9.13
10 version: 6.9.13
11 poolifier:
12 specifier: ^3.1.29
13 version: 3.1.29
14
15 devDependencies:
16 '@types/node':
17 specifier: ^20.12.7
18 version: 20.12.7
19 '@types/nodemailer':
20 specifier: ^6.4.14
21 version: 6.4.14
22 typescript:
23 specifier: ^5.4.4
24 version: 5.4.4
25
26 packages:
27
28 /@types/node@20.12.7:
29 resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
30 dependencies:
31 undici-types: 5.26.5
32 dev: true
33
34 /@types/nodemailer@6.4.14:
35 resolution: {integrity: sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==}
36 dependencies:
37 '@types/node': 20.12.7
38 dev: true
39
40 /nodemailer@6.9.13:
41 resolution: {integrity: sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==}
42 engines: {node: '>=6.0.0'}
43 dev: false
44
45 /poolifier@3.1.29:
46 resolution: {integrity: sha512-7yUcXh8Gvis13F9vwIbDdjPmY7d5MNNXVt+ccBwfCrWSUdpa7cHuc4rVXASYM7V4Hq7VAEEKbdmv/DO+Ry9Y3Q==}
47 engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
48 requiresBuild: true
49 dev: false
50
51 /typescript@5.4.4:
52 resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==}
53 engines: {node: '>=14.17'}
54 hasBin: true
55 dev: true
56
57 /undici-types@5.26.5:
58 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
59 dev: true