test: add fixed priority queue get() test
[poolifier.git] / examples / typescript / websocket-server-pool / ws-worker_threads / pnpm-lock.yaml
1 lockfileVersion: '9.0'
2
3 settings:
4 autoInstallPeers: true
5 excludeLinksFromLockfile: false
6
7 importers:
8
9 .:
10 dependencies:
11 poolifier:
12 specifier: ^4.0.12
13 version: 4.0.12
14 ws:
15 specifier: ^8.17.0
16 version: 8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)
17 optionalDependencies:
18 bufferutil:
19 specifier: ^4.0.8
20 version: 4.0.8
21 utf-8-validate:
22 specifier: ^6.0.4
23 version: 6.0.4
24 devDependencies:
25 '@types/node':
26 specifier: ^20.12.12
27 version: 20.12.12
28 '@types/ws':
29 specifier: ^8.5.10
30 version: 8.5.10
31 typescript:
32 specifier: ^5.4.5
33 version: 5.4.5
34
35 packages:
36
37 '@types/node@20.12.12':
38 resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==}
39
40 '@types/ws@8.5.10':
41 resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
42
43 bufferutil@4.0.8:
44 resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==}
45 engines: {node: '>=6.14.2'}
46
47 node-gyp-build@4.8.1:
48 resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==}
49 hasBin: true
50
51 poolifier@4.0.12:
52 resolution: {integrity: sha512-35JkkUGoJ6NdirvSjXrpdb1XIm1RyFLb3UMheS2IPrab/OceE/cqXCGDeCumNwg9Mg3+ZztD9tHxIKXizUmSXA==}
53 engines: {node: '>=18.0.0', pnpm: '>=9.0.0'}
54
55 typescript@5.4.5:
56 resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
57 engines: {node: '>=14.17'}
58 hasBin: true
59
60 undici-types@5.26.5:
61 resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
62
63 utf-8-validate@6.0.4:
64 resolution: {integrity: sha512-xu9GQDeFp+eZ6LnCywXN/zBancWvOpUMzgjLPSjy4BRHSmTelvn2E0DG0o1sTiw5hkCKBHo8rwSKncfRfv2EEQ==}
65 engines: {node: '>=6.14.2'}
66
67 ws@8.17.0:
68 resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==}
69 engines: {node: '>=10.0.0'}
70 peerDependencies:
71 bufferutil: ^4.0.1
72 utf-8-validate: '>=5.0.2'
73 peerDependenciesMeta:
74 bufferutil:
75 optional: true
76 utf-8-validate:
77 optional: true
78
79 snapshots:
80
81 '@types/node@20.12.12':
82 dependencies:
83 undici-types: 5.26.5
84
85 '@types/ws@8.5.10':
86 dependencies:
87 '@types/node': 20.12.12
88
89 bufferutil@4.0.8:
90 dependencies:
91 node-gyp-build: 4.8.1
92 optional: true
93
94 node-gyp-build@4.8.1:
95 optional: true
96
97 poolifier@4.0.12: {}
98
99 typescript@5.4.5: {}
100
101 undici-types@5.26.5: {}
102
103 utf-8-validate@6.0.4:
104 dependencies:
105 node-gyp-build: 4.8.1
106 optional: true
107
108 ws@8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.4):
109 optionalDependencies:
110 bufferutil: 4.0.8
111 utf-8-validate: 6.0.4