232919f484670020725882a45a306b4c7ff7b117
[poolifier.git] / examples / typescript / smtp-client-pool / pnpm-lock.yaml
1 lockfileVersion: '9.0'
2
3 settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7 importers:
8
9 .:
10 dependencies:
11 nodemailer:
12 specifier: ^6.9.13
13 version: 6.9.13
14 poolifier:
15 specifier: ^3.1.30
16 version: 3.1.30
17 devDependencies:
18 '@types/node':
19 specifier: ^20.12.7
20 version: 20.12.7
21 '@types/nodemailer':
22 specifier: ^6.4.14
23 version: 6.4.14
24 typescript:
25 specifier: ^5.4.5
26 version: 5.4.5
27
28 packages:
29
30 '@types/node@20.12.7':
31 resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
32
33 '@types/nodemailer@6.4.14':
34 resolution: {integrity: sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==}
35
36 nodemailer@6.9.13:
37 resolution: {integrity: sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==}
38 engines: {node: '>=6.0.0'}
39
40 poolifier@3.1.30:
41 resolution: {integrity: sha512-LxjkhsmqifKGz8R4+vQlaLlP3Uiy8GQsyJokhE9VugqzllZkSULnYgL9SgsKPo8XSHtFVRyyqrG+A1Cw8u8Wfw==}
42 engines: {node: '>=18.0.0', pnpm: '>=9.0.0'}
43
44 typescript@5.4.5:
45 resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
46 engines: {node: '>=14.17'}
47 hasBin: true
48
49 undici-types@5.26.5:
50 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
51
52 snapshots:
53
54 '@types/node@20.12.7':
55 dependencies:
56 undici-types: 5.26.5
57
58 '@types/nodemailer@6.4.14':
59 dependencies:
60 '@types/node': 20.12.7
61
62 nodemailer@6.9.13: {}
63
64 poolifier@3.1.30: {}
65
66 typescript@5.4.5: {}
67
68 undici-types@5.26.5: {}