docs: enchance code comments
[poolifier.git] / examples / typescript / smtp-client-pool / pnpm-lock.yaml
CommitLineData
9aef1431
JB
1lockfileVersion: '6.0'
2
3settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7dependencies:
8 nodemailer:
0e378d3c
JB
9 specifier: ^6.9.7
10 version: 6.9.7
9aef1431 11 poolifier:
79d4db82
JB
12 specifier: ^3.0.4
13 version: 3.0.4
9aef1431
JB
14
15devDependencies:
16 '@types/node':
0bc53e95 17 specifier: ^20.8.8
18 version: 20.8.8
9aef1431 19 '@types/nodemailer':
6c207cf8 20 specifier: ^6.4.13
21 version: 6.4.13
9aef1431 22 typescript:
0db2ae8d 23 specifier: ^5.2.2
24 version: 5.2.2
9aef1431
JB
25
26packages:
27
0bc53e95 28 /@types/node@20.8.8:
29 resolution: {integrity: sha512-YRsdVxq6OaLfmR9Hy816IMp33xOBjfyOgUd77ehqg96CFywxAPbDbXvAsuN2KVg2HOT8Eh6uAfU+l4WffwPVrQ==}
f0e171ef 30 dependencies:
31 undici-types: 5.25.3
9aef1431
JB
32 dev: true
33
6c207cf8 34 /@types/nodemailer@6.4.13:
35 resolution: {integrity: sha512-889Vq/77eEpidCwh52sVWpbnqQmIwL8yVBekNbrztVEaWKOCRH3Eq6hjIJh1jwsGDEAJEH0RR+YhpH9mfELLKA==}
9aef1431 36 dependencies:
0bc53e95 37 '@types/node': 20.8.8
9aef1431
JB
38 dev: true
39
0e378d3c
JB
40 /nodemailer@6.9.7:
41 resolution: {integrity: sha512-rUtR77ksqex/eZRLmQ21LKVH5nAAsVicAtAYudK7JgwenEDZ0UIQ1adUGqErz7sMkWYxWTTU1aeP2Jga6WQyJw==}
9aef1431
JB
42 engines: {node: '>=6.0.0'}
43 dev: false
44
79d4db82
JB
45 /poolifier@3.0.4:
46 resolution: {integrity: sha512-SKpYhwa26EvWmU90y27zJJI2WY9wXcWjkahz05UQVWxZPFKJZZgBJKgsPqmGOQdFjLx+DYYGJMcASOiH8tlCHA==}
3416cd97 47 engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
9aef1431
JB
48 requiresBuild: true
49 dev: false
50
0db2ae8d 51 /typescript@5.2.2:
52 resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
9aef1431
JB
53 engines: {node: '>=14.17'}
54 hasBin: true
55 dev: true
f0e171ef 56
57 /undici-types@5.25.3:
58 resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==}
59 dev: true