feat: smtp client pool example
[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:
9 specifier: ^6.9.4
10 version: 6.9.4
11 poolifier:
12 specifier: ^2.6.25
13 version: 2.6.25
14
15devDependencies:
16 '@types/node':
17 specifier: ^20.5.0
18 version: 20.5.0
19 '@types/nodemailer':
20 specifier: ^6.4.9
21 version: 6.4.9
22 typescript:
23 specifier: ^5.1.6
24 version: 5.1.6
25
26packages:
27
28 /@types/node@20.5.0:
29 resolution: {integrity: sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==}
30 dev: true
31
32 /@types/nodemailer@6.4.9:
33 resolution: {integrity: sha512-XYG8Gv+sHjaOtUpiuytahMy2mM3rectgroNbs6R3djZEKmPNiIJwe9KqOJBGzKKnNZNKvnuvmugBgpq3w/S0ig==}
34 dependencies:
35 '@types/node': 20.5.0
36 dev: true
37
38 /nodemailer@6.9.4:
39 resolution: {integrity: sha512-CXjQvrQZV4+6X5wP6ZIgdehJamI63MFoYFGGPtHudWym9qaEHDNdPzaj5bfMCvxG1vhAileSWW90q7nL0N36mA==}
40 engines: {node: '>=6.0.0'}
41 dev: false
42
43 /poolifier@2.6.25:
44 resolution: {integrity: sha512-e8RNC8txuDO7x1ALNMDTUVWyrsMCod3krp/ZIhR+L9Q0KpoywwHekyWnRB4V2PYW/B1yxvXoPbQi1a2hZOfsNw==}
45 engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
46 requiresBuild: true
47 dev: false
48
49 /typescript@5.1.6:
50 resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
51 engines: {node: '>=14.17'}
52 hasBin: true
53 dev: true