f8b01aaabb9ea6c09f33d60b7e44408d4d3b5322
[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.7
10 version: 6.9.7
11 poolifier:
12 specifier: ^3.0.8
13 version: 3.0.8
14
15 devDependencies:
16 '@types/node':
17 specifier: ^20.10.0
18 version: 20.10.0
19 '@types/nodemailer':
20 specifier: ^6.4.14
21 version: 6.4.14
22 typescript:
23 specifier: ^5.3.2
24 version: 5.3.2
25
26 packages:
27
28 /@types/node@20.10.0:
29 resolution: {integrity: sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==}
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.10.0
38 dev: true
39
40 /nodemailer@6.9.7:
41 resolution: {integrity: sha512-rUtR77ksqex/eZRLmQ21LKVH5nAAsVicAtAYudK7JgwenEDZ0UIQ1adUGqErz7sMkWYxWTTU1aeP2Jga6WQyJw==}
42 engines: {node: '>=6.0.0'}
43 dev: false
44
45 /poolifier@3.0.8:
46 resolution: {integrity: sha512-L7zWLwE5O4liIBfUnWUU82MraAqgonk0uHZcBry/MvUnwF6hUjHnqrzJ6IAYRHGor9OT7TcztHHAqiLOlREHoA==}
47 engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
48 requiresBuild: true
49 dev: false
50
51 /typescript@5.3.2:
52 resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==}
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