@holochain-syn/client 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/{src/index.ts → dist/index.d.ts} +0 -0
  2. package/dist/index.js +9 -0
  3. package/dist/index.js.map +1 -0
  4. package/dist/syn-client.d.ts +47 -0
  5. package/dist/syn-client.js +133 -0
  6. package/dist/syn-client.js.map +1 -0
  7. package/dist/tsconfig.tsbuildinfo +2194 -0
  8. package/dist/types/change.d.ts +44 -0
  9. package/dist/types/change.js +2 -0
  10. package/dist/types/change.js.map +1 -0
  11. package/dist/types/commit.d.ts +27 -0
  12. package/dist/types/commit.js +2 -0
  13. package/dist/types/commit.js.map +1 -0
  14. package/dist/types/folks.d.ts +10 -0
  15. package/dist/types/folks.js +2 -0
  16. package/dist/types/folks.js.map +1 -0
  17. package/dist/types/heartbeat.d.ts +10 -0
  18. package/dist/types/heartbeat.js +2 -0
  19. package/dist/types/heartbeat.js.map +1 -0
  20. package/dist/types/session.d.ts +21 -0
  21. package/dist/types/session.js +2 -0
  22. package/dist/types/session.js.map +1 -0
  23. package/dist/types/signal.d.ts +27 -0
  24. package/dist/types/signal.js +24 -0
  25. package/dist/types/signal.js.map +1 -0
  26. package/dist/types/sync.d.ts +27 -0
  27. package/dist/types/sync.js +2 -0
  28. package/dist/types/sync.js.map +1 -0
  29. package/dist/utils.d.ts +1 -0
  30. package/dist/utils.js +17 -0
  31. package/dist/utils.js.map +1 -0
  32. package/package.json +4 -1
  33. package/src/syn-client.ts +0 -227
  34. package/src/types/change.ts +0 -66
  35. package/src/types/commit.ts +0 -41
  36. package/src/types/folks.ts +0 -17
  37. package/src/types/heartbeat.ts +0 -15
  38. package/src/types/session.ts +0 -29
  39. package/src/types/signal.ts +0 -52
  40. package/src/types/sync.ts +0 -42
  41. package/src/utils.ts +0 -17
  42. package/tsconfig.json +0 -18
@@ -0,0 +1,2194 @@
1
+ {
2
+ "program": {
3
+ "fileInfos": {
4
+ "../../../../node_modules/typescript/lib/lib.es5.d.ts": {
5
+ "version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
6
+ "signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
7
+ "affectsGlobalScope": true
8
+ },
9
+ "../../../../node_modules/typescript/lib/lib.es2015.d.ts": {
10
+ "version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
11
+ "signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
12
+ "affectsGlobalScope": false
13
+ },
14
+ "../../../../node_modules/typescript/lib/lib.es2016.d.ts": {
15
+ "version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
16
+ "signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
17
+ "affectsGlobalScope": false
18
+ },
19
+ "../../../../node_modules/typescript/lib/lib.es2017.d.ts": {
20
+ "version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
21
+ "signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
22
+ "affectsGlobalScope": false
23
+ },
24
+ "../../../../node_modules/typescript/lib/lib.es2018.d.ts": {
25
+ "version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
26
+ "signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
27
+ "affectsGlobalScope": false
28
+ },
29
+ "../../../../node_modules/typescript/lib/lib.es2019.d.ts": {
30
+ "version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
31
+ "signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
32
+ "affectsGlobalScope": false
33
+ },
34
+ "../../../../node_modules/typescript/lib/lib.dom.d.ts": {
35
+ "version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
36
+ "signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
37
+ "affectsGlobalScope": true
38
+ },
39
+ "../../../../node_modules/typescript/lib/lib.es2015.core.d.ts": {
40
+ "version": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
41
+ "signature": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
42
+ "affectsGlobalScope": true
43
+ },
44
+ "../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
45
+ "version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
46
+ "signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
47
+ "affectsGlobalScope": true
48
+ },
49
+ "../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
50
+ "version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
51
+ "signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
52
+ "affectsGlobalScope": true
53
+ },
54
+ "../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
55
+ "version": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
56
+ "signature": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
57
+ "affectsGlobalScope": true
58
+ },
59
+ "../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
60
+ "version": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
61
+ "signature": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
62
+ "affectsGlobalScope": true
63
+ },
64
+ "../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
65
+ "version": "810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357",
66
+ "signature": "810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357",
67
+ "affectsGlobalScope": true
68
+ },
69
+ "../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
70
+ "version": "62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6",
71
+ "signature": "62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6",
72
+ "affectsGlobalScope": true
73
+ },
74
+ "../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
75
+ "version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
76
+ "signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
77
+ "affectsGlobalScope": true
78
+ },
79
+ "../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
80
+ "version": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
81
+ "signature": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
82
+ "affectsGlobalScope": true
83
+ },
84
+ "../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
85
+ "version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
86
+ "signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
87
+ "affectsGlobalScope": true
88
+ },
89
+ "../../../../node_modules/typescript/lib/lib.es2017.object.d.ts": {
90
+ "version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
91
+ "signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
92
+ "affectsGlobalScope": true
93
+ },
94
+ "../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
95
+ "version": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
96
+ "signature": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
97
+ "affectsGlobalScope": true
98
+ },
99
+ "../../../../node_modules/typescript/lib/lib.es2017.string.d.ts": {
100
+ "version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
101
+ "signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
102
+ "affectsGlobalScope": true
103
+ },
104
+ "../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
105
+ "version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
106
+ "signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
107
+ "affectsGlobalScope": true
108
+ },
109
+ "../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
110
+ "version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
111
+ "signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
112
+ "affectsGlobalScope": true
113
+ },
114
+ "../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
115
+ "version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
116
+ "signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
117
+ "affectsGlobalScope": true
118
+ },
119
+ "../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
120
+ "version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
121
+ "signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
122
+ "affectsGlobalScope": true
123
+ },
124
+ "../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
125
+ "version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
126
+ "signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
127
+ "affectsGlobalScope": true
128
+ },
129
+ "../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
130
+ "version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
131
+ "signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
132
+ "affectsGlobalScope": true
133
+ },
134
+ "../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
135
+ "version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
136
+ "signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
137
+ "affectsGlobalScope": true
138
+ },
139
+ "../../../../node_modules/typescript/lib/lib.es2019.array.d.ts": {
140
+ "version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
141
+ "signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
142
+ "affectsGlobalScope": true
143
+ },
144
+ "../../../../node_modules/typescript/lib/lib.es2019.object.d.ts": {
145
+ "version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
146
+ "signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
147
+ "affectsGlobalScope": true
148
+ },
149
+ "../../../../node_modules/typescript/lib/lib.es2019.string.d.ts": {
150
+ "version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
151
+ "signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
152
+ "affectsGlobalScope": true
153
+ },
154
+ "../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
155
+ "version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
156
+ "signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
157
+ "affectsGlobalScope": true
158
+ },
159
+ "../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
160
+ "version": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
161
+ "signature": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
162
+ "affectsGlobalScope": true
163
+ },
164
+ "../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
165
+ "version": "506b80b9951c9381dc5f11897b31fca5e2a65731d96ddefa19687fbc26b23c6e",
166
+ "signature": "506b80b9951c9381dc5f11897b31fca5e2a65731d96ddefa19687fbc26b23c6e",
167
+ "affectsGlobalScope": true
168
+ },
169
+ "../../../../node_modules/@types/node/assert/strict.d.ts": {
170
+ "version": "c7bdc99177a2a94d25fb13722adaaf5b3291bf70b4d1b27584ba189dd3889ba3",
171
+ "signature": "c7bdc99177a2a94d25fb13722adaaf5b3291bf70b4d1b27584ba189dd3889ba3",
172
+ "affectsGlobalScope": false
173
+ },
174
+ "../../../../node_modules/@types/node/globals.d.ts": {
175
+ "version": "d1c92b66c4105659fcad4eb76a1481f7311033e117d0678a1ec545e8ddb8d4c6",
176
+ "signature": "d1c92b66c4105659fcad4eb76a1481f7311033e117d0678a1ec545e8ddb8d4c6",
177
+ "affectsGlobalScope": true
178
+ },
179
+ "../../../../node_modules/@types/node/async_hooks.d.ts": {
180
+ "version": "e23424b97418eca3226fd24de079f1203eb70360622e4e093af2aff14d4be6ec",
181
+ "signature": "e23424b97418eca3226fd24de079f1203eb70360622e4e093af2aff14d4be6ec",
182
+ "affectsGlobalScope": false
183
+ },
184
+ "../../../../node_modules/@types/node/buffer.d.ts": {
185
+ "version": "dee93c07b4df5e26010dc9ec4cdf4d6e4076bb4474d2a8371529217c8b2740a4",
186
+ "signature": "dee93c07b4df5e26010dc9ec4cdf4d6e4076bb4474d2a8371529217c8b2740a4",
187
+ "affectsGlobalScope": false
188
+ },
189
+ "../../../../node_modules/@types/node/child_process.d.ts": {
190
+ "version": "ed40f2f184db052dc8df62d1f199823c8bbccc487c0a2a7c54eeea0badcf4378",
191
+ "signature": "ed40f2f184db052dc8df62d1f199823c8bbccc487c0a2a7c54eeea0badcf4378",
192
+ "affectsGlobalScope": false
193
+ },
194
+ "../../../../node_modules/@types/node/cluster.d.ts": {
195
+ "version": "04eaa93bd75f937f9184dcb95a7983800c5770cf8ddd8ac0f3734dc02f5b20ef",
196
+ "signature": "04eaa93bd75f937f9184dcb95a7983800c5770cf8ddd8ac0f3734dc02f5b20ef",
197
+ "affectsGlobalScope": false
198
+ },
199
+ "../../../../node_modules/@types/node/console.d.ts": {
200
+ "version": "c8155caf28fc7b0a564156a5df28ad8a844a3bd32d331d148d8f3ce88025c870",
201
+ "signature": "c8155caf28fc7b0a564156a5df28ad8a844a3bd32d331d148d8f3ce88025c870",
202
+ "affectsGlobalScope": true
203
+ },
204
+ "../../../../node_modules/@types/node/constants.d.ts": {
205
+ "version": "45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491",
206
+ "signature": "45ac321f2e15d268fd74a90ddaa6467dcaaff2c5b13f95b4b85831520fb7a491",
207
+ "affectsGlobalScope": false
208
+ },
209
+ "../../../../node_modules/@types/node/crypto.d.ts": {
210
+ "version": "dfc747ab8dd5f623055a4c26fd35e8cceca869fd3f1cf09701c941ca3679665a",
211
+ "signature": "dfc747ab8dd5f623055a4c26fd35e8cceca869fd3f1cf09701c941ca3679665a",
212
+ "affectsGlobalScope": false
213
+ },
214
+ "../../../../node_modules/@types/node/dgram.d.ts": {
215
+ "version": "c9f5f2920ff61d7158417b8440d5181ddc34a3dfef811a5677dd8a9fb91471e9",
216
+ "signature": "c9f5f2920ff61d7158417b8440d5181ddc34a3dfef811a5677dd8a9fb91471e9",
217
+ "affectsGlobalScope": false
218
+ },
219
+ "../../../../node_modules/@types/node/diagnostic_channel.d.ts": {
220
+ "version": "5cc0a492da3602510b8f5ed1852b1e0390002780d8758fbc8c0cd023ca7085f8",
221
+ "signature": "5cc0a492da3602510b8f5ed1852b1e0390002780d8758fbc8c0cd023ca7085f8",
222
+ "affectsGlobalScope": false
223
+ },
224
+ "../../../../node_modules/@types/node/dns.d.ts": {
225
+ "version": "ec7dafafe751a5121f8f1c80201ebe7e7238c47e6329280a73c4d1ca4bb7fa28",
226
+ "signature": "ec7dafafe751a5121f8f1c80201ebe7e7238c47e6329280a73c4d1ca4bb7fa28",
227
+ "affectsGlobalScope": false
228
+ },
229
+ "../../../../node_modules/@types/node/dns/promises.d.ts": {
230
+ "version": "64debeb10e4b7ae4ec9e89bfb4e04c6101ab98c3cc806d14e5488607cfec2753",
231
+ "signature": "64debeb10e4b7ae4ec9e89bfb4e04c6101ab98c3cc806d14e5488607cfec2753",
232
+ "affectsGlobalScope": false
233
+ },
234
+ "../../../../node_modules/@types/node/domain.d.ts": {
235
+ "version": "2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5",
236
+ "signature": "2866a528b2708aa272ec3eaafd3c980abb23aec1ef831cfc5eb2186b98c37ce5",
237
+ "affectsGlobalScope": true
238
+ },
239
+ "../../../../node_modules/@types/node/events.d.ts": {
240
+ "version": "a5782d6cea81fe43d2db7ed41e789458c933ab3ab60602f7b5b14c4da3370496",
241
+ "signature": "a5782d6cea81fe43d2db7ed41e789458c933ab3ab60602f7b5b14c4da3370496",
242
+ "affectsGlobalScope": true
243
+ },
244
+ "../../../../node_modules/@types/node/fs.d.ts": {
245
+ "version": "f258ba66915f0196ec344bc53afe1888240bbcc855ebd151b6cc072275533319",
246
+ "signature": "f258ba66915f0196ec344bc53afe1888240bbcc855ebd151b6cc072275533319",
247
+ "affectsGlobalScope": false
248
+ },
249
+ "../../../../node_modules/@types/node/fs/promises.d.ts": {
250
+ "version": "6194335ee3353f7226ba31f31d6301d0c6be87228419c0a08976ccd9d4f1213e",
251
+ "signature": "6194335ee3353f7226ba31f31d6301d0c6be87228419c0a08976ccd9d4f1213e",
252
+ "affectsGlobalScope": false
253
+ },
254
+ "../../../../node_modules/@types/node/http.d.ts": {
255
+ "version": "3ac12a54cfaa84683506db8d4cf779135a271d9f0ec18930cf53e61fbeea0c5d",
256
+ "signature": "3ac12a54cfaa84683506db8d4cf779135a271d9f0ec18930cf53e61fbeea0c5d",
257
+ "affectsGlobalScope": false
258
+ },
259
+ "../../../../node_modules/@types/node/http2.d.ts": {
260
+ "version": "cf3d3b087d1a8a3355eec47d206162c75e912315b9b5c1cd49fda93e948fb80a",
261
+ "signature": "cf3d3b087d1a8a3355eec47d206162c75e912315b9b5c1cd49fda93e948fb80a",
262
+ "affectsGlobalScope": false
263
+ },
264
+ "../../../../node_modules/@types/node/https.d.ts": {
265
+ "version": "36f316c066c4a72dd6f19fec49a074f935744fc9ccbe75c87ebc07fb2feb9062",
266
+ "signature": "36f316c066c4a72dd6f19fec49a074f935744fc9ccbe75c87ebc07fb2feb9062",
267
+ "affectsGlobalScope": false
268
+ },
269
+ "../../../../node_modules/@types/node/inspector.d.ts": {
270
+ "version": "42176966283d3835c34278b9b5c0f470d484c0c0c6a55c20a2c916a1ce69b6e8",
271
+ "signature": "42176966283d3835c34278b9b5c0f470d484c0c0c6a55c20a2c916a1ce69b6e8",
272
+ "affectsGlobalScope": false
273
+ },
274
+ "../../../../node_modules/@types/node/module.d.ts": {
275
+ "version": "0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d",
276
+ "signature": "0cff7901aedfe78e314f7d44088f07e2afa1b6e4f0473a4169b8456ca2fb245d",
277
+ "affectsGlobalScope": false
278
+ },
279
+ "../../../../node_modules/@types/node/net.d.ts": {
280
+ "version": "ec70fd6f8a9a83f850dab2960a6789e93d5b034b354a16814cad5daabf62a360",
281
+ "signature": "ec70fd6f8a9a83f850dab2960a6789e93d5b034b354a16814cad5daabf62a360",
282
+ "affectsGlobalScope": false
283
+ },
284
+ "../../../../node_modules/@types/node/os.d.ts": {
285
+ "version": "e2236264a811ed1d09a2487a433e8f5216ae62378cf233954ae220cf886f6717",
286
+ "signature": "e2236264a811ed1d09a2487a433e8f5216ae62378cf233954ae220cf886f6717",
287
+ "affectsGlobalScope": false
288
+ },
289
+ "../../../../node_modules/@types/node/path.d.ts": {
290
+ "version": "3ec1e108d587a5661ec790db607f482605ba9f3830e118ce578e3ffa3c42e22b",
291
+ "signature": "3ec1e108d587a5661ec790db607f482605ba9f3830e118ce578e3ffa3c42e22b",
292
+ "affectsGlobalScope": false
293
+ },
294
+ "../../../../node_modules/@types/node/perf_hooks.d.ts": {
295
+ "version": "100b3bb9d39d2b1b5340f1bf45a52e94ef1692b45232b4ba00fac5c3cc56d331",
296
+ "signature": "100b3bb9d39d2b1b5340f1bf45a52e94ef1692b45232b4ba00fac5c3cc56d331",
297
+ "affectsGlobalScope": false
298
+ },
299
+ "../../../../node_modules/@types/node/process.d.ts": {
300
+ "version": "04fe7e7d8008887943260af1fde2bfd4877e0dc57bf634e0f0b2f3d1794dfd11",
301
+ "signature": "04fe7e7d8008887943260af1fde2bfd4877e0dc57bf634e0f0b2f3d1794dfd11",
302
+ "affectsGlobalScope": true
303
+ },
304
+ "../../../../node_modules/@types/node/punycode.d.ts": {
305
+ "version": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
306
+ "signature": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
307
+ "affectsGlobalScope": false
308
+ },
309
+ "../../../../node_modules/@types/node/querystring.d.ts": {
310
+ "version": "992c6f6be16c0a1d2eec13ece33adeea2c747ba27fcd078353a8f4bb5b4fea58",
311
+ "signature": "992c6f6be16c0a1d2eec13ece33adeea2c747ba27fcd078353a8f4bb5b4fea58",
312
+ "affectsGlobalScope": false
313
+ },
314
+ "../../../../node_modules/@types/node/readline.d.ts": {
315
+ "version": "2597718d91e306949d89e285bf34c44192014ef541c3bd7cbb825c022749e974",
316
+ "signature": "2597718d91e306949d89e285bf34c44192014ef541c3bd7cbb825c022749e974",
317
+ "affectsGlobalScope": false
318
+ },
319
+ "../../../../node_modules/@types/node/repl.d.ts": {
320
+ "version": "a6b0abdb67d63ebe964ba5fee31bc3daf10c12eecd46b24d778426010c04c67e",
321
+ "signature": "a6b0abdb67d63ebe964ba5fee31bc3daf10c12eecd46b24d778426010c04c67e",
322
+ "affectsGlobalScope": false
323
+ },
324
+ "../../../../node_modules/@types/node/stream.d.ts": {
325
+ "version": "ac4801ebc2355ba32329070123b1cd15891bf71b41dcaf9e75b4744832126a59",
326
+ "signature": "ac4801ebc2355ba32329070123b1cd15891bf71b41dcaf9e75b4744832126a59",
327
+ "affectsGlobalScope": false
328
+ },
329
+ "../../../../node_modules/@types/node/stream/promises.d.ts": {
330
+ "version": "fd2298fba0640e7295e7bd545e2dfbfcccbb00c27019e501c87965a02bbdebf6",
331
+ "signature": "fd2298fba0640e7295e7bd545e2dfbfcccbb00c27019e501c87965a02bbdebf6",
332
+ "affectsGlobalScope": false
333
+ },
334
+ "../../../../node_modules/@types/node/string_decoder.d.ts": {
335
+ "version": "4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50",
336
+ "signature": "4fd3c4debadce3e9ab9dec3eb45f7f5e2e3d4ad65cf975a6d938d883cfb25a50",
337
+ "affectsGlobalScope": false
338
+ },
339
+ "../../../../node_modules/@types/node/timers.d.ts": {
340
+ "version": "71ddd49185b68f27bfac127ef5d22cb2672c278e53e5370d9020ef50ca9c377d",
341
+ "signature": "71ddd49185b68f27bfac127ef5d22cb2672c278e53e5370d9020ef50ca9c377d",
342
+ "affectsGlobalScope": false
343
+ },
344
+ "../../../../node_modules/@types/node/timers/promises.d.ts": {
345
+ "version": "b1ea7a6eaa7608e0e0529aebd323b526a79c6c05a4e519ae5c779675004dcdf1",
346
+ "signature": "b1ea7a6eaa7608e0e0529aebd323b526a79c6c05a4e519ae5c779675004dcdf1",
347
+ "affectsGlobalScope": false
348
+ },
349
+ "../../../../node_modules/@types/node/tls.d.ts": {
350
+ "version": "9fcb033a6208485d8f3fadde31eb5cbcaf99149cff3e40c0dc53ebc6d0dff4e9",
351
+ "signature": "9fcb033a6208485d8f3fadde31eb5cbcaf99149cff3e40c0dc53ebc6d0dff4e9",
352
+ "affectsGlobalScope": false
353
+ },
354
+ "../../../../node_modules/@types/node/trace_events.d.ts": {
355
+ "version": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
356
+ "signature": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
357
+ "affectsGlobalScope": false
358
+ },
359
+ "../../../../node_modules/@types/node/tty.d.ts": {
360
+ "version": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
361
+ "signature": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
362
+ "affectsGlobalScope": false
363
+ },
364
+ "../../../../node_modules/@types/node/url.d.ts": {
365
+ "version": "dcc6910d95a3625fd2b0487fda055988e46ab46c357a1b3618c27b4a8dd739c9",
366
+ "signature": "dcc6910d95a3625fd2b0487fda055988e46ab46c357a1b3618c27b4a8dd739c9",
367
+ "affectsGlobalScope": false
368
+ },
369
+ "../../../../node_modules/@types/node/util.d.ts": {
370
+ "version": "f4149f1aa299474c7040a35fe8f8ac2ad078cc1b190415adc1fff3ed52d490ea",
371
+ "signature": "f4149f1aa299474c7040a35fe8f8ac2ad078cc1b190415adc1fff3ed52d490ea",
372
+ "affectsGlobalScope": false
373
+ },
374
+ "../../../../node_modules/@types/node/util/types.d.ts": {
375
+ "version": "3730099ed008776216268a97771de31753ef71e0a7d0ec650f588cba2a06ce44",
376
+ "signature": "3730099ed008776216268a97771de31753ef71e0a7d0ec650f588cba2a06ce44",
377
+ "affectsGlobalScope": false
378
+ },
379
+ "../../../../node_modules/@types/node/v8.d.ts": {
380
+ "version": "8d649dbc429d7139a1d9a14ea2bf8af1dc089e0a879447539587463d4b6c248c",
381
+ "signature": "8d649dbc429d7139a1d9a14ea2bf8af1dc089e0a879447539587463d4b6c248c",
382
+ "affectsGlobalScope": false
383
+ },
384
+ "../../../../node_modules/@types/node/vm.d.ts": {
385
+ "version": "60c9e27816ec8ac8df7240598bb086e95b47edfb454c5cbf4003c812e0ed6e39",
386
+ "signature": "60c9e27816ec8ac8df7240598bb086e95b47edfb454c5cbf4003c812e0ed6e39",
387
+ "affectsGlobalScope": false
388
+ },
389
+ "../../../../node_modules/@types/node/worker_threads.d.ts": {
390
+ "version": "e361aecf17fc4034b4c122a1564471cdcd22ef3a51407803cb5a5fc020c04d02",
391
+ "signature": "e361aecf17fc4034b4c122a1564471cdcd22ef3a51407803cb5a5fc020c04d02",
392
+ "affectsGlobalScope": false
393
+ },
394
+ "../../../../node_modules/@types/node/zlib.d.ts": {
395
+ "version": "4926467de88a92a4fc9971d8c6f21b91eca1c0e7fc2a46cc4638ab9440c73875",
396
+ "signature": "4926467de88a92a4fc9971d8c6f21b91eca1c0e7fc2a46cc4638ab9440c73875",
397
+ "affectsGlobalScope": false
398
+ },
399
+ "../../../../node_modules/@types/node/globals.global.d.ts": {
400
+ "version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
401
+ "signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
402
+ "affectsGlobalScope": true
403
+ },
404
+ "../../../../node_modules/@types/node/wasi.d.ts": {
405
+ "version": "fc0ae4a8ad3c762b96f9d2c3700cb879a373458cb0bf3175478e3b4f85f7ef2f",
406
+ "signature": "fc0ae4a8ad3c762b96f9d2c3700cb879a373458cb0bf3175478e3b4f85f7ef2f",
407
+ "affectsGlobalScope": false
408
+ },
409
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts": {
410
+ "version": "fabbec378e1ddd86fcf2662e716c2b8318acedb664ee3a4cba6f9e8ee8269cf1",
411
+ "signature": "fabbec378e1ddd86fcf2662e716c2b8318acedb664ee3a4cba6f9e8ee8269cf1",
412
+ "affectsGlobalScope": false
413
+ },
414
+ "../../../../node_modules/@types/node/assert.d.ts": {
415
+ "version": "b3593bd345ebea5e4d0a894c03251a3774b34df3d6db57075c18e089a599ba76",
416
+ "signature": "b3593bd345ebea5e4d0a894c03251a3774b34df3d6db57075c18e089a599ba76",
417
+ "affectsGlobalScope": false
418
+ },
419
+ "../../../../node_modules/@types/node/base.d.ts": {
420
+ "version": "e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b",
421
+ "signature": "e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b",
422
+ "affectsGlobalScope": false
423
+ },
424
+ "../../../../node_modules/@types/node/index.d.ts": {
425
+ "version": "efd55e8ca79171bf26c0d0e30221cb8ee1f5a31dd0c791ec4b2e886f42bab124",
426
+ "signature": "efd55e8ca79171bf26c0d0e30221cb8ee1f5a31dd0c791ec4b2e886f42bab124",
427
+ "affectsGlobalScope": false
428
+ },
429
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts": {
430
+ "version": "f59f328f3396478c9662f3afb3a312e727d521d7334c2b0d122b1dac1b49eddc",
431
+ "signature": "f59f328f3396478c9662f3afb3a312e727d521d7334c2b0d122b1dac1b49eddc",
432
+ "affectsGlobalScope": false
433
+ },
434
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts": {
435
+ "version": "994b37dda662609cffc51ea02c1ab7f7562da5736e6f8c818cc1e238250a8e4b",
436
+ "signature": "994b37dda662609cffc51ea02c1ab7f7562da5736e6f8c818cc1e238250a8e4b",
437
+ "affectsGlobalScope": false
438
+ },
439
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts": {
440
+ "version": "5e2dbfbce58447d2d3a5e98304a86e76e0cc17d78712f1174d53dc9a41dc0053",
441
+ "signature": "5e2dbfbce58447d2d3a5e98304a86e76e0cc17d78712f1174d53dc9a41dc0053",
442
+ "affectsGlobalScope": false
443
+ },
444
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts": {
445
+ "version": "8c9fbc7050cae835ceb07156ff60d0644bba19d90a8e3bc752484eabc8436168",
446
+ "signature": "8c9fbc7050cae835ceb07156ff60d0644bba19d90a8e3bc752484eabc8436168",
447
+ "affectsGlobalScope": false
448
+ },
449
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts": {
450
+ "version": "4532ee3a9128428b3b607d697a4d5522cb04a36f0a6b7ca0a8614dbb8a748290",
451
+ "signature": "4532ee3a9128428b3b607d697a4d5522cb04a36f0a6b7ca0a8614dbb8a748290",
452
+ "affectsGlobalScope": false
453
+ },
454
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts": {
455
+ "version": "97ed545924854d36bd9cfac526940700d36567de6a3aa8398721cc113c5677e2",
456
+ "signature": "97ed545924854d36bd9cfac526940700d36567de6a3aa8398721cc113c5677e2",
457
+ "affectsGlobalScope": false
458
+ },
459
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts": {
460
+ "version": "d974b69ce5bbe8378e178f29f7e20cc0c0d01bb0f273c72be0b353612fef4972",
461
+ "signature": "d974b69ce5bbe8378e178f29f7e20cc0c0d01bb0f273c72be0b353612fef4972",
462
+ "affectsGlobalScope": false
463
+ },
464
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts": {
465
+ "version": "856c08d6c8aed132b641c0b19fe8741dc3590bb44a35b3caea04f2405423e9e4",
466
+ "signature": "856c08d6c8aed132b641c0b19fe8741dc3590bb44a35b3caea04f2405423e9e4",
467
+ "affectsGlobalScope": false
468
+ },
469
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts": {
470
+ "version": "d071e834689d107e391dd8f91ec250d6feea7faeee9f976f92a99fc08d9fdc08",
471
+ "signature": "d071e834689d107e391dd8f91ec250d6feea7faeee9f976f92a99fc08d9fdc08",
472
+ "affectsGlobalScope": false
473
+ },
474
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts": {
475
+ "version": "88b38aeda424080d428daed609691542deb90acf520110b6129b1aa510c888b2",
476
+ "signature": "88b38aeda424080d428daed609691542deb90acf520110b6129b1aa510c888b2",
477
+ "affectsGlobalScope": false
478
+ },
479
+ "../../../../node_modules/@types/ws/index.d.ts": {
480
+ "version": "bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31",
481
+ "signature": "bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31",
482
+ "affectsGlobalScope": false
483
+ },
484
+ "../../../../node_modules/isomorphic-ws/index.d.ts": {
485
+ "version": "1442a75050bad91356b11dcea6dfb877154d1f2e00f863a9b17ba5e903659503",
486
+ "signature": "1442a75050bad91356b11dcea6dfb877154d1f2e00f863a9b17ba5e903659503",
487
+ "affectsGlobalScope": false
488
+ },
489
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts": {
490
+ "version": "de277c67790951196ea64bb341b2cf684a9319ae4dac61c1d62280b5371598bb",
491
+ "signature": "de277c67790951196ea64bb341b2cf684a9319ae4dac61c1d62280b5371598bb",
492
+ "affectsGlobalScope": false
493
+ },
494
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts": {
495
+ "version": "82bfd19ccee3f4011bf212b0f9e1d0499f0786fab5f86a0f3569f6801ff42a4f",
496
+ "signature": "82bfd19ccee3f4011bf212b0f9e1d0499f0786fab5f86a0f3569f6801ff42a4f",
497
+ "affectsGlobalScope": false
498
+ },
499
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts": {
500
+ "version": "63a15e7728d66c25dcda587653da8ff5ce043f5421d410c4badcc570f4099ca5",
501
+ "signature": "63a15e7728d66c25dcda587653da8ff5ce043f5421d410c4badcc570f4099ca5",
502
+ "affectsGlobalScope": false
503
+ },
504
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts": {
505
+ "version": "caf8319cf6b9f1222b9c64bb6c032c813baff2d318babd9f4d3e5ed4a5483097",
506
+ "signature": "caf8319cf6b9f1222b9c64bb6c032c813baff2d318babd9f4d3e5ed4a5483097",
507
+ "affectsGlobalScope": false
508
+ },
509
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts": {
510
+ "version": "4125dd17616c9165b69b6ff00912d864f91784d1d4a23abbcf9d441d5d2187c7",
511
+ "signature": "4125dd17616c9165b69b6ff00912d864f91784d1d4a23abbcf9d441d5d2187c7",
512
+ "affectsGlobalScope": false
513
+ },
514
+ "../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts": {
515
+ "version": "3d76bf12d97ef4ed9b0803ae602b67f035b55cc4de355958c4ed3cba83319739",
516
+ "signature": "3d76bf12d97ef4ed9b0803ae602b67f035b55cc4de355958c4ed3cba83319739",
517
+ "affectsGlobalScope": false
518
+ },
519
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts": {
520
+ "version": "949700d15ab233ecdee218dd51712fc18e31754b979b4fdf22ddffdeeff48597",
521
+ "signature": "949700d15ab233ecdee218dd51712fc18e31754b979b4fdf22ddffdeeff48597",
522
+ "affectsGlobalScope": false
523
+ },
524
+ "../../../../node_modules/@msgpack/msgpack/dist/CachedKeyDecoder.d.ts": {
525
+ "version": "c10bc11463f1636f0130dfcc06c7e41908f250defdf1ee17c517654f014a8b32",
526
+ "signature": "c10bc11463f1636f0130dfcc06c7e41908f250defdf1ee17c517654f014a8b32",
527
+ "affectsGlobalScope": false
528
+ },
529
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts": {
530
+ "version": "a1cb94c6153c05aa74a2fffcc2b9f2bae8ad1d597bed2aad2939adaffaa6bfb0",
531
+ "signature": "a1cb94c6153c05aa74a2fffcc2b9f2bae8ad1d597bed2aad2939adaffaa6bfb0",
532
+ "affectsGlobalScope": false
533
+ },
534
+ "../../../../node_modules/@msgpack/msgpack/dist/DecodeError.d.ts": {
535
+ "version": "92d336c64a358427c66973be728c8af7c3181cf2e766423ca6bde047d703668a",
536
+ "signature": "92d336c64a358427c66973be728c8af7c3181cf2e766423ca6bde047d703668a",
537
+ "affectsGlobalScope": false
538
+ },
539
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts": {
540
+ "version": "b496d3a0a30241c090f947cf28863f21d81d46fa6bed00752125e2799887a869",
541
+ "signature": "b496d3a0a30241c090f947cf28863f21d81d46fa6bed00752125e2799887a869",
542
+ "affectsGlobalScope": false
543
+ },
544
+ "../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts": {
545
+ "version": "0fa539c59b06154da34b1d44195089399bb6f0f86092dd8761a35339518dc2ca",
546
+ "signature": "0fa539c59b06154da34b1d44195089399bb6f0f86092dd8761a35339518dc2ca",
547
+ "affectsGlobalScope": false
548
+ },
549
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts": {
550
+ "version": "1a457f9367ba9f1ef13f9a7b90581c2260385da2530aca1317e5e6b40201c4b4",
551
+ "signature": "1a457f9367ba9f1ef13f9a7b90581c2260385da2530aca1317e5e6b40201c4b4",
552
+ "affectsGlobalScope": false
553
+ },
554
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts": {
555
+ "version": "41a0c0d150c33529c928eca8720735c6b05fef3bb6120f623d8ff9b7776f0e76",
556
+ "signature": "41a0c0d150c33529c928eca8720735c6b05fef3bb6120f623d8ff9b7776f0e76",
557
+ "affectsGlobalScope": false
558
+ },
559
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts": {
560
+ "version": "fb8057c6d54ea8d566f9ed523bda34f44e7aac89aa1b00bf43b9267be5d250cb",
561
+ "signature": "fb8057c6d54ea8d566f9ed523bda34f44e7aac89aa1b00bf43b9267be5d250cb",
562
+ "affectsGlobalScope": false
563
+ },
564
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts": {
565
+ "version": "0d4c732d4b6312197091504d681d0cdee21f831a851a445be4fb5b380bf72785",
566
+ "signature": "0d4c732d4b6312197091504d681d0cdee21f831a851a445be4fb5b380bf72785",
567
+ "affectsGlobalScope": false
568
+ },
569
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts": {
570
+ "version": "e41ac05f0a13cf12964d97d114330a9a3f60452a97a3f7afbe00c31119e89f3f",
571
+ "signature": "e41ac05f0a13cf12964d97d114330a9a3f60452a97a3f7afbe00c31119e89f3f",
572
+ "affectsGlobalScope": false
573
+ },
574
+ "../../../../node_modules/@holochain/client/lib/index.d.ts": {
575
+ "version": "e3ff62965cb915bb5c417df20091037ddb47e5dec1367f278a2bb3bc51f4a0d1",
576
+ "signature": "e3ff62965cb915bb5c417df20091037ddb47e5dec1367f278a2bb3bc51f4a0d1",
577
+ "affectsGlobalScope": false
578
+ },
579
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": {
580
+ "version": "c51e06e29b80af20ec35556821af1a83dd2b519ca4477db7245a6d205b4cee38",
581
+ "signature": "c51e06e29b80af20ec35556821af1a83dd2b519ca4477db7245a6d205b4cee38",
582
+ "affectsGlobalScope": false
583
+ },
584
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts": {
585
+ "version": "9761a3fdad3bbee5d54b579ef2564eba62228fd53bc2d2f3ef2d2944f94ec780",
586
+ "signature": "9761a3fdad3bbee5d54b579ef2564eba62228fd53bc2d2f3ef2d2944f94ec780",
587
+ "affectsGlobalScope": false
588
+ },
589
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": {
590
+ "version": "fc12c6acb6c5367a6b4c68a0f192b95c49b0e6e89345d6a470b45389c1197563",
591
+ "signature": "fc12c6acb6c5367a6b4c68a0f192b95c49b0e6e89345d6a470b45389c1197563",
592
+ "affectsGlobalScope": false
593
+ },
594
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": {
595
+ "version": "41d53074bab7886f83e3e2c91c120f91649b7bbc09964bab2b52d1239cec2303",
596
+ "signature": "41d53074bab7886f83e3e2c91c120f91649b7bbc09964bab2b52d1239cec2303",
597
+ "affectsGlobalScope": false
598
+ },
599
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": {
600
+ "version": "851b05a39e199dafcb53c3ee771c98549b064b5827d39e237a698dc3af2842a7",
601
+ "signature": "851b05a39e199dafcb53c3ee771c98549b064b5827d39e237a698dc3af2842a7",
602
+ "affectsGlobalScope": false
603
+ },
604
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": {
605
+ "version": "239e45d7213d35a6f55c19878dfcb4916057fe1f144e2b291ec1df1630955edb",
606
+ "signature": "239e45d7213d35a6f55c19878dfcb4916057fe1f144e2b291ec1df1630955edb",
607
+ "affectsGlobalScope": false
608
+ },
609
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": {
610
+ "version": "14bc7671c2284ea6913549dedfbc2bc8fa19b86bac65a4672e1cde9fa9fdf6f4",
611
+ "signature": "14bc7671c2284ea6913549dedfbc2bc8fa19b86bac65a4672e1cde9fa9fdf6f4",
612
+ "affectsGlobalScope": false
613
+ },
614
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts": {
615
+ "version": "61582fd778eb52cb3b8ec84405ef338394577fe5af735b5bfa5d021e665ff135",
616
+ "signature": "61582fd778eb52cb3b8ec84405ef338394577fe5af735b5bfa5d021e665ff135",
617
+ "affectsGlobalScope": false
618
+ },
619
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts": {
620
+ "version": "7d16a211ba845f9c27c9cb3c69d10a79df7fe3a714410544d46c4d463928a623",
621
+ "signature": "7d16a211ba845f9c27c9cb3c69d10a79df7fe3a714410544d46c4d463928a623",
622
+ "affectsGlobalScope": false
623
+ },
624
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts": {
625
+ "version": "5a451e533cb787735c8da9ae232877c62c9fb5a0087539924a1d7744b3924124",
626
+ "signature": "5a451e533cb787735c8da9ae232877c62c9fb5a0087539924a1d7744b3924124",
627
+ "affectsGlobalScope": false
628
+ },
629
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts": {
630
+ "version": "ed5fc9b17a5baf69fad80d3f3aacf8026d5700ab2d9eb0f1d88b9ffc70f74a12",
631
+ "signature": "ed5fc9b17a5baf69fad80d3f3aacf8026d5700ab2d9eb0f1d88b9ffc70f74a12",
632
+ "affectsGlobalScope": false
633
+ },
634
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts": {
635
+ "version": "3bdd71a290c8264a77c458dd00478e352c50933dcc447f647f4a70b6894a715b",
636
+ "signature": "3bdd71a290c8264a77c458dd00478e352c50933dcc447f647f4a70b6894a715b",
637
+ "affectsGlobalScope": false
638
+ },
639
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts": {
640
+ "version": "85c5c389a228f1d3ebca9beb08c9b7b26d902ac0d7ab3e292678977386fbd277",
641
+ "signature": "85c5c389a228f1d3ebca9beb08c9b7b26d902ac0d7ab3e292678977386fbd277",
642
+ "affectsGlobalScope": false
643
+ },
644
+ "../../../../node_modules/@types/lodash/common/common.d.ts": {
645
+ "version": "675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8",
646
+ "signature": "675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8",
647
+ "affectsGlobalScope": false
648
+ },
649
+ "../../../../node_modules/@types/lodash/common/array.d.ts": {
650
+ "version": "378df8bbbb9e3f6fca05d58f644aab538e1062eab5e778fb0b83d41125df246d",
651
+ "signature": "378df8bbbb9e3f6fca05d58f644aab538e1062eab5e778fb0b83d41125df246d",
652
+ "affectsGlobalScope": false
653
+ },
654
+ "../../../../node_modules/@types/lodash/common/collection.d.ts": {
655
+ "version": "d88a479cccf787b4aa82362150fbeba5211a32dbfafa7b92ba6995ecaf9a1a89",
656
+ "signature": "d88a479cccf787b4aa82362150fbeba5211a32dbfafa7b92ba6995ecaf9a1a89",
657
+ "affectsGlobalScope": false
658
+ },
659
+ "../../../../node_modules/@types/lodash/common/date.d.ts": {
660
+ "version": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
661
+ "signature": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
662
+ "affectsGlobalScope": false
663
+ },
664
+ "../../../../node_modules/@types/lodash/common/function.d.ts": {
665
+ "version": "c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1",
666
+ "signature": "c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1",
667
+ "affectsGlobalScope": false
668
+ },
669
+ "../../../../node_modules/@types/lodash/common/lang.d.ts": {
670
+ "version": "0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84",
671
+ "signature": "0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84",
672
+ "affectsGlobalScope": false
673
+ },
674
+ "../../../../node_modules/@types/lodash/common/math.d.ts": {
675
+ "version": "9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb",
676
+ "signature": "9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb",
677
+ "affectsGlobalScope": false
678
+ },
679
+ "../../../../node_modules/@types/lodash/common/number.d.ts": {
680
+ "version": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
681
+ "signature": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
682
+ "affectsGlobalScope": false
683
+ },
684
+ "../../../../node_modules/@types/lodash/common/object.d.ts": {
685
+ "version": "ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93",
686
+ "signature": "ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93",
687
+ "affectsGlobalScope": false
688
+ },
689
+ "../../../../node_modules/@types/lodash/common/seq.d.ts": {
690
+ "version": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
691
+ "signature": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
692
+ "affectsGlobalScope": false
693
+ },
694
+ "../../../../node_modules/@types/lodash/common/string.d.ts": {
695
+ "version": "3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae",
696
+ "signature": "3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae",
697
+ "affectsGlobalScope": false
698
+ },
699
+ "../../../../node_modules/@types/lodash/common/util.d.ts": {
700
+ "version": "9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",
701
+ "signature": "9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",
702
+ "affectsGlobalScope": false
703
+ },
704
+ "../../../../node_modules/@types/lodash/index.d.ts": {
705
+ "version": "0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8",
706
+ "signature": "0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8",
707
+ "affectsGlobalScope": true
708
+ },
709
+ "../../../../node_modules/@types/lodash-es/isEqual.d.ts": {
710
+ "version": "da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9",
711
+ "signature": "da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9",
712
+ "affectsGlobalScope": false
713
+ },
714
+ "../src/types/change.ts": {
715
+ "version": "55d8c1daa8278ee7eb629f2ab0678e3072198eb4ec6b8689f61a80beb5063c52",
716
+ "signature": "e8b68aa2553a3762d8242a79a9d20a60c1aaa75808e77308c405d9e514f8d709",
717
+ "affectsGlobalScope": false
718
+ },
719
+ "../src/types/commit.ts": {
720
+ "version": "35f2ee216baaa12fae244a9d9ec62ea0406de39a7c7c68758fe9bc7acef607d6",
721
+ "signature": "f53f7180bb1a1d9d12ebe67dc41483ed0ff1440d321f91efa5c1f6fe7c27452b",
722
+ "affectsGlobalScope": false
723
+ },
724
+ "../src/types/folks.ts": {
725
+ "version": "9de67b5d31ad3c635d0e9b9f1d5bfba1da99e0ab647ba03ba902ec01e726da1d",
726
+ "signature": "cbaff08254201de17015d0d5a0ad6ca47dbb72da83c6435da0df8497577ac442",
727
+ "affectsGlobalScope": false
728
+ },
729
+ "../src/types/heartbeat.ts": {
730
+ "version": "ad14c2931a3cb2b46fef4aa58772fc40025054444366e92fa7393d8d2f0e1fff",
731
+ "signature": "660f6c06d5a1ef48bfa828d90e804016c8e01725d8564c5f6ba37da504492955",
732
+ "affectsGlobalScope": false
733
+ },
734
+ "../src/types/session.ts": {
735
+ "version": "ba6a8a9a2df786128209d3b56af368cfc0218a9678f64daf0a57656affd98b1a",
736
+ "signature": "be3e5e697c9ed85d636f8f20f31331a0d197591fda3860a02018048ff5d66cb0",
737
+ "affectsGlobalScope": false
738
+ },
739
+ "../src/types/sync.ts": {
740
+ "version": "20bf785dfb000d21fb9336aa35f0e94129f10605115b735ef6cc83695282f0e3",
741
+ "signature": "693c2120e10b471853207ecacf5f9a5f81965fc044303704f534be5558e01796",
742
+ "affectsGlobalScope": false
743
+ },
744
+ "../src/types/signal.ts": {
745
+ "version": "bd794b23b8a843aefb35587b6fada30a6828ab4d42edd2bcf24bef457e25a37d",
746
+ "signature": "1ff0ee9631a8bc978715d992689634d8e44bb339dc8358adebc188b74bee462c",
747
+ "affectsGlobalScope": false
748
+ },
749
+ "../src/utils.ts": {
750
+ "version": "b5d7453bd52a966cbec89eb2ce81c849df9c93385896fecb9971af66e80505b6",
751
+ "signature": "27e77a501b00f333fc7168c06575fa2972a8a13ea9aad90ca2a99df6a728f679",
752
+ "affectsGlobalScope": false
753
+ },
754
+ "../src/syn-client.ts": {
755
+ "version": "583220d2e6a6da3f9630b7b4080dc73868cb2da145333c303aa5c591bbc758a8",
756
+ "signature": "8afa6d25c108015900c6979cdad12a05d0e0b49f138eab203567c85dcbe009c5",
757
+ "affectsGlobalScope": false
758
+ },
759
+ "../src/index.ts": {
760
+ "version": "a3808a3c4a6f2fbd889fbc4dc305443583f6f0dc6b49b7151cfe6d975b556f73",
761
+ "signature": "a3808a3c4a6f2fbd889fbc4dc305443583f6f0dc6b49b7151cfe6d975b556f73",
762
+ "affectsGlobalScope": false
763
+ }
764
+ },
765
+ "options": {
766
+ "experimentalDecorators": true,
767
+ "preserveSymlinks": false,
768
+ "esModuleInterop": true,
769
+ "noEmitOnError": true,
770
+ "noErrorTruncation": true,
771
+ "module": 99,
772
+ "moduleResolution": 2,
773
+ "target": 4,
774
+ "isolatedModules": true,
775
+ "sourceMap": true,
776
+ "strict": true,
777
+ "skipLibCheck": true,
778
+ "forceConsistentCasingInFileNames": true,
779
+ "importsNotUsedAsValues": 2,
780
+ "types": [
781
+ "node"
782
+ ],
783
+ "noImplicitAny": false,
784
+ "resolveJsonModule": true,
785
+ "allowSyntheticDefaultImports": true,
786
+ "noImplicitThis": true,
787
+ "noUnusedLocals": true,
788
+ "noUnusedParameters": true,
789
+ "typeRoots": [
790
+ "../../../../node_modules/@types"
791
+ ],
792
+ "lib": [
793
+ "lib.es2019.d.ts",
794
+ "lib.es2015.d.ts",
795
+ "lib.dom.d.ts"
796
+ ],
797
+ "incremental": true,
798
+ "skipDefaultLibCheck": true,
799
+ "outDir": "./",
800
+ "declarationDir": "./",
801
+ "declaration": true,
802
+ "configFilePath": "../tsconfig.json"
803
+ },
804
+ "referencedMap": {
805
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": [
806
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
807
+ ],
808
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts": [
809
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
810
+ ],
811
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts": [
812
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
813
+ ],
814
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts": [
815
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
816
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts",
817
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
818
+ ],
819
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts": [
820
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
821
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts",
822
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
823
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts",
824
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts",
825
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts"
826
+ ],
827
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts": [
828
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
829
+ ],
830
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts": [
831
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
832
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
833
+ ],
834
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts": [
835
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
836
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts",
837
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
838
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
839
+ "../../../../node_modules/@types/node/index.d.ts"
840
+ ],
841
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts": [
842
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
843
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
844
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
845
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
846
+ ],
847
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts": [
848
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
849
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
850
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
851
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
852
+ ],
853
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts": [
854
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
855
+ "../../../../node_modules/@types/node/index.d.ts"
856
+ ],
857
+ "../../../../node_modules/@holochain/client/lib/index.d.ts": [
858
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
859
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
860
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
861
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts",
862
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts",
863
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts"
864
+ ],
865
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts": [
866
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
867
+ ],
868
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts": [
869
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
870
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
871
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
872
+ ],
873
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts": [
874
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
875
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
876
+ ],
877
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts": [
878
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
879
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts"
880
+ ],
881
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts": [
882
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
883
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
884
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
885
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
886
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
887
+ ],
888
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts": [
889
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
890
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
891
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts"
892
+ ],
893
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts": [
894
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
895
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
896
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts"
897
+ ],
898
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts": [
899
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
900
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
901
+ "../../../../node_modules/isomorphic-ws/index.d.ts"
902
+ ],
903
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts": [
904
+ "../../../../node_modules/@msgpack/msgpack/dist/CachedKeyDecoder.d.ts",
905
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts"
906
+ ],
907
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts": [
908
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts"
909
+ ],
910
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts": [
911
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts"
912
+ ],
913
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts": [
914
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
915
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts"
916
+ ],
917
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts": [
918
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts",
919
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
920
+ "../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts"
921
+ ],
922
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts": [
923
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
924
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts"
925
+ ],
926
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts": [
927
+ "../../../../node_modules/@msgpack/msgpack/dist/DecodeError.d.ts",
928
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts",
929
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts",
930
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts",
931
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
932
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
933
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts",
934
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts",
935
+ "../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts"
936
+ ],
937
+ "../../../../node_modules/@types/lodash-es/isEqual.d.ts": [
938
+ "../../../../node_modules/@types/lodash/index.d.ts"
939
+ ],
940
+ "../../../../node_modules/@types/lodash/common/array.d.ts": [
941
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
942
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
943
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
944
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
945
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
946
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
947
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
948
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
949
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
950
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
951
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
952
+ "../../../../node_modules/@types/lodash/index.d.ts"
953
+ ],
954
+ "../../../../node_modules/@types/lodash/common/collection.d.ts": [
955
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
956
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
957
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
958
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
959
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
960
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
961
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
962
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
963
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
964
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
965
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
966
+ "../../../../node_modules/@types/lodash/index.d.ts"
967
+ ],
968
+ "../../../../node_modules/@types/lodash/common/common.d.ts": [
969
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
970
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
971
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
972
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
973
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
974
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
975
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
976
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
977
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
978
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
979
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
980
+ "../../../../node_modules/@types/lodash/index.d.ts"
981
+ ],
982
+ "../../../../node_modules/@types/lodash/common/date.d.ts": [
983
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
984
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
985
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
986
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
987
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
988
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
989
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
990
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
991
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
992
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
993
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
994
+ "../../../../node_modules/@types/lodash/index.d.ts"
995
+ ],
996
+ "../../../../node_modules/@types/lodash/common/function.d.ts": [
997
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
998
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
999
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1000
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1001
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1002
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1003
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1004
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1005
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1006
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1007
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1008
+ "../../../../node_modules/@types/lodash/index.d.ts"
1009
+ ],
1010
+ "../../../../node_modules/@types/lodash/common/lang.d.ts": [
1011
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1012
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1013
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1014
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1015
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1016
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1017
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1018
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1019
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1020
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1021
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1022
+ "../../../../node_modules/@types/lodash/index.d.ts"
1023
+ ],
1024
+ "../../../../node_modules/@types/lodash/common/math.d.ts": [
1025
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1026
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1027
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1028
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1029
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1030
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1031
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1032
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1033
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1034
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1035
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1036
+ "../../../../node_modules/@types/lodash/index.d.ts"
1037
+ ],
1038
+ "../../../../node_modules/@types/lodash/common/number.d.ts": [
1039
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1040
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1041
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1042
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1043
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1044
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1045
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1046
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1047
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1048
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1049
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1050
+ "../../../../node_modules/@types/lodash/index.d.ts"
1051
+ ],
1052
+ "../../../../node_modules/@types/lodash/common/object.d.ts": [
1053
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1054
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1055
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1056
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1057
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1058
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1059
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1060
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1061
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1062
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1063
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1064
+ "../../../../node_modules/@types/lodash/index.d.ts"
1065
+ ],
1066
+ "../../../../node_modules/@types/lodash/common/seq.d.ts": [
1067
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1068
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1069
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1070
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1071
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1072
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1073
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1074
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1075
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1076
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1077
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1078
+ "../../../../node_modules/@types/lodash/index.d.ts"
1079
+ ],
1080
+ "../../../../node_modules/@types/lodash/common/string.d.ts": [
1081
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1082
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1083
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1084
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1085
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1086
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1087
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1088
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1089
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1090
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1091
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1092
+ "../../../../node_modules/@types/lodash/index.d.ts"
1093
+ ],
1094
+ "../../../../node_modules/@types/lodash/common/util.d.ts": [
1095
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1096
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1097
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1098
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1099
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1100
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1101
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1102
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1103
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1104
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1105
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1106
+ "../../../../node_modules/@types/lodash/index.d.ts"
1107
+ ],
1108
+ "../../../../node_modules/@types/lodash/index.d.ts": [
1109
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1110
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1111
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1112
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1113
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1114
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1115
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1116
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1117
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1118
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1119
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1120
+ "../../../../node_modules/@types/lodash/common/util.d.ts"
1121
+ ],
1122
+ "../../../../node_modules/@types/node/assert/strict.d.ts": [
1123
+ "../../../../node_modules/@types/node/assert.d.ts"
1124
+ ],
1125
+ "../../../../node_modules/@types/node/base.d.ts": [
1126
+ "../../../../node_modules/@types/node/assert.d.ts",
1127
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts"
1128
+ ],
1129
+ "../../../../node_modules/@types/node/buffer.d.ts": [
1130
+ "../../../../node_modules/@types/node/buffer.d.ts",
1131
+ "../../../../node_modules/@types/node/crypto.d.ts"
1132
+ ],
1133
+ "../../../../node_modules/@types/node/child_process.d.ts": [
1134
+ "../../../../node_modules/@types/node/events.d.ts",
1135
+ "../../../../node_modules/@types/node/fs.d.ts",
1136
+ "../../../../node_modules/@types/node/net.d.ts",
1137
+ "../../../../node_modules/@types/node/stream.d.ts"
1138
+ ],
1139
+ "../../../../node_modules/@types/node/cluster.d.ts": [
1140
+ "../../../../node_modules/@types/node/child_process.d.ts",
1141
+ "../../../../node_modules/@types/node/events.d.ts",
1142
+ "../../../../node_modules/@types/node/net.d.ts"
1143
+ ],
1144
+ "../../../../node_modules/@types/node/console.d.ts": [
1145
+ "../../../../node_modules/@types/node/util.d.ts"
1146
+ ],
1147
+ "../../../../node_modules/@types/node/constants.d.ts": [
1148
+ "../../../../node_modules/@types/node/crypto.d.ts",
1149
+ "../../../../node_modules/@types/node/fs.d.ts",
1150
+ "../../../../node_modules/@types/node/os.d.ts"
1151
+ ],
1152
+ "../../../../node_modules/@types/node/crypto.d.ts": [
1153
+ "../../../../node_modules/@types/node/stream.d.ts",
1154
+ "../../../../node_modules/@types/node/tls.d.ts"
1155
+ ],
1156
+ "../../../../node_modules/@types/node/dgram.d.ts": [
1157
+ "../../../../node_modules/@types/node/dns.d.ts",
1158
+ "../../../../node_modules/@types/node/events.d.ts",
1159
+ "../../../../node_modules/@types/node/net.d.ts"
1160
+ ],
1161
+ "../../../../node_modules/@types/node/dns.d.ts": [
1162
+ "../../../../node_modules/@types/node/dns/promises.d.ts"
1163
+ ],
1164
+ "../../../../node_modules/@types/node/dns/promises.d.ts": [
1165
+ "../../../../node_modules/@types/node/dns.d.ts"
1166
+ ],
1167
+ "../../../../node_modules/@types/node/domain.d.ts": [
1168
+ "../../../../node_modules/@types/node/events.d.ts"
1169
+ ],
1170
+ "../../../../node_modules/@types/node/events.d.ts": [
1171
+ "../../../../node_modules/@types/node/events.d.ts"
1172
+ ],
1173
+ "../../../../node_modules/@types/node/fs.d.ts": [
1174
+ "../../../../node_modules/@types/node/events.d.ts",
1175
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1176
+ "../../../../node_modules/@types/node/stream.d.ts",
1177
+ "../../../../node_modules/@types/node/url.d.ts"
1178
+ ],
1179
+ "../../../../node_modules/@types/node/fs/promises.d.ts": [
1180
+ "../../../../node_modules/@types/node/events.d.ts",
1181
+ "../../../../node_modules/@types/node/fs.d.ts",
1182
+ "../../../../node_modules/@types/node/stream.d.ts"
1183
+ ],
1184
+ "../../../../node_modules/@types/node/http.d.ts": [
1185
+ "../../../../node_modules/@types/node/net.d.ts",
1186
+ "../../../../node_modules/@types/node/stream.d.ts",
1187
+ "../../../../node_modules/@types/node/url.d.ts"
1188
+ ],
1189
+ "../../../../node_modules/@types/node/http2.d.ts": [
1190
+ "../../../../node_modules/@types/node/events.d.ts",
1191
+ "../../../../node_modules/@types/node/fs.d.ts",
1192
+ "../../../../node_modules/@types/node/http.d.ts",
1193
+ "../../../../node_modules/@types/node/net.d.ts",
1194
+ "../../../../node_modules/@types/node/stream.d.ts",
1195
+ "../../../../node_modules/@types/node/tls.d.ts",
1196
+ "../../../../node_modules/@types/node/url.d.ts"
1197
+ ],
1198
+ "../../../../node_modules/@types/node/https.d.ts": [
1199
+ "../../../../node_modules/@types/node/http.d.ts",
1200
+ "../../../../node_modules/@types/node/stream.d.ts",
1201
+ "../../../../node_modules/@types/node/tls.d.ts",
1202
+ "../../../../node_modules/@types/node/url.d.ts"
1203
+ ],
1204
+ "../../../../node_modules/@types/node/index.d.ts": [
1205
+ "../../../../node_modules/@types/node/base.d.ts"
1206
+ ],
1207
+ "../../../../node_modules/@types/node/inspector.d.ts": [
1208
+ "../../../../node_modules/@types/node/events.d.ts"
1209
+ ],
1210
+ "../../../../node_modules/@types/node/module.d.ts": [
1211
+ "../../../../node_modules/@types/node/url.d.ts"
1212
+ ],
1213
+ "../../../../node_modules/@types/node/net.d.ts": [
1214
+ "../../../../node_modules/@types/node/dns.d.ts",
1215
+ "../../../../node_modules/@types/node/events.d.ts",
1216
+ "../../../../node_modules/@types/node/stream.d.ts"
1217
+ ],
1218
+ "../../../../node_modules/@types/node/path.d.ts": [
1219
+ "../../../../node_modules/@types/node/path.d.ts"
1220
+ ],
1221
+ "../../../../node_modules/@types/node/perf_hooks.d.ts": [
1222
+ "../../../../node_modules/@types/node/async_hooks.d.ts"
1223
+ ],
1224
+ "../../../../node_modules/@types/node/process.d.ts": [
1225
+ "../../../../node_modules/@types/node/tty.d.ts"
1226
+ ],
1227
+ "../../../../node_modules/@types/node/readline.d.ts": [
1228
+ "../../../../node_modules/@types/node/events.d.ts"
1229
+ ],
1230
+ "../../../../node_modules/@types/node/repl.d.ts": [
1231
+ "../../../../node_modules/@types/node/readline.d.ts",
1232
+ "../../../../node_modules/@types/node/util.d.ts",
1233
+ "../../../../node_modules/@types/node/vm.d.ts"
1234
+ ],
1235
+ "../../../../node_modules/@types/node/stream.d.ts": [
1236
+ "../../../../node_modules/@types/node/events.d.ts",
1237
+ "../../../../node_modules/@types/node/stream/promises.d.ts"
1238
+ ],
1239
+ "../../../../node_modules/@types/node/stream/promises.d.ts": [
1240
+ "../../../../node_modules/@types/node/stream.d.ts"
1241
+ ],
1242
+ "../../../../node_modules/@types/node/timers.d.ts": [
1243
+ "../../../../node_modules/@types/node/events.d.ts"
1244
+ ],
1245
+ "../../../../node_modules/@types/node/timers/promises.d.ts": [
1246
+ "../../../../node_modules/@types/node/timers.d.ts"
1247
+ ],
1248
+ "../../../../node_modules/@types/node/tls.d.ts": [
1249
+ "../../../../node_modules/@types/node/crypto.d.ts",
1250
+ "../../../../node_modules/@types/node/net.d.ts"
1251
+ ],
1252
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts": [
1253
+ "../../../../node_modules/@types/node/assert/strict.d.ts",
1254
+ "../../../../node_modules/@types/node/async_hooks.d.ts",
1255
+ "../../../../node_modules/@types/node/buffer.d.ts",
1256
+ "../../../../node_modules/@types/node/child_process.d.ts",
1257
+ "../../../../node_modules/@types/node/cluster.d.ts",
1258
+ "../../../../node_modules/@types/node/console.d.ts",
1259
+ "../../../../node_modules/@types/node/constants.d.ts",
1260
+ "../../../../node_modules/@types/node/crypto.d.ts",
1261
+ "../../../../node_modules/@types/node/dgram.d.ts",
1262
+ "../../../../node_modules/@types/node/diagnostic_channel.d.ts",
1263
+ "../../../../node_modules/@types/node/dns.d.ts",
1264
+ "../../../../node_modules/@types/node/dns/promises.d.ts",
1265
+ "../../../../node_modules/@types/node/domain.d.ts",
1266
+ "../../../../node_modules/@types/node/events.d.ts",
1267
+ "../../../../node_modules/@types/node/fs.d.ts",
1268
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1269
+ "../../../../node_modules/@types/node/globals.d.ts",
1270
+ "../../../../node_modules/@types/node/globals.global.d.ts",
1271
+ "../../../../node_modules/@types/node/http.d.ts",
1272
+ "../../../../node_modules/@types/node/http2.d.ts",
1273
+ "../../../../node_modules/@types/node/https.d.ts",
1274
+ "../../../../node_modules/@types/node/inspector.d.ts",
1275
+ "../../../../node_modules/@types/node/module.d.ts",
1276
+ "../../../../node_modules/@types/node/net.d.ts",
1277
+ "../../../../node_modules/@types/node/os.d.ts",
1278
+ "../../../../node_modules/@types/node/path.d.ts",
1279
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1280
+ "../../../../node_modules/@types/node/process.d.ts",
1281
+ "../../../../node_modules/@types/node/punycode.d.ts",
1282
+ "../../../../node_modules/@types/node/querystring.d.ts",
1283
+ "../../../../node_modules/@types/node/readline.d.ts",
1284
+ "../../../../node_modules/@types/node/repl.d.ts",
1285
+ "../../../../node_modules/@types/node/stream.d.ts",
1286
+ "../../../../node_modules/@types/node/stream/promises.d.ts",
1287
+ "../../../../node_modules/@types/node/string_decoder.d.ts",
1288
+ "../../../../node_modules/@types/node/timers.d.ts",
1289
+ "../../../../node_modules/@types/node/timers/promises.d.ts",
1290
+ "../../../../node_modules/@types/node/tls.d.ts",
1291
+ "../../../../node_modules/@types/node/trace_events.d.ts",
1292
+ "../../../../node_modules/@types/node/tty.d.ts",
1293
+ "../../../../node_modules/@types/node/url.d.ts",
1294
+ "../../../../node_modules/@types/node/util.d.ts",
1295
+ "../../../../node_modules/@types/node/util/types.d.ts",
1296
+ "../../../../node_modules/@types/node/v8.d.ts",
1297
+ "../../../../node_modules/@types/node/vm.d.ts",
1298
+ "../../../../node_modules/@types/node/wasi.d.ts",
1299
+ "../../../../node_modules/@types/node/worker_threads.d.ts",
1300
+ "../../../../node_modules/@types/node/zlib.d.ts"
1301
+ ],
1302
+ "../../../../node_modules/@types/node/tty.d.ts": [
1303
+ "../../../../node_modules/@types/node/net.d.ts"
1304
+ ],
1305
+ "../../../../node_modules/@types/node/url.d.ts": [
1306
+ "../../../../node_modules/@types/node/querystring.d.ts"
1307
+ ],
1308
+ "../../../../node_modules/@types/node/util.d.ts": [
1309
+ "../../../../node_modules/@types/node/util/types.d.ts"
1310
+ ],
1311
+ "../../../../node_modules/@types/node/v8.d.ts": [
1312
+ "../../../../node_modules/@types/node/stream.d.ts"
1313
+ ],
1314
+ "../../../../node_modules/@types/node/worker_threads.d.ts": [
1315
+ "../../../../node_modules/@types/node/buffer.d.ts",
1316
+ "../../../../node_modules/@types/node/crypto.d.ts",
1317
+ "../../../../node_modules/@types/node/events.d.ts",
1318
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1319
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1320
+ "../../../../node_modules/@types/node/stream.d.ts",
1321
+ "../../../../node_modules/@types/node/url.d.ts",
1322
+ "../../../../node_modules/@types/node/vm.d.ts"
1323
+ ],
1324
+ "../../../../node_modules/@types/node/zlib.d.ts": [
1325
+ "../../../../node_modules/@types/node/stream.d.ts"
1326
+ ],
1327
+ "../../../../node_modules/@types/ws/index.d.ts": [
1328
+ "../../../../node_modules/@types/node/events.d.ts",
1329
+ "../../../../node_modules/@types/node/http.d.ts",
1330
+ "../../../../node_modules/@types/node/https.d.ts",
1331
+ "../../../../node_modules/@types/node/index.d.ts",
1332
+ "../../../../node_modules/@types/node/net.d.ts",
1333
+ "../../../../node_modules/@types/node/stream.d.ts",
1334
+ "../../../../node_modules/@types/node/tls.d.ts",
1335
+ "../../../../node_modules/@types/node/url.d.ts",
1336
+ "../../../../node_modules/@types/node/zlib.d.ts"
1337
+ ],
1338
+ "../../../../node_modules/isomorphic-ws/index.d.ts": [
1339
+ "../../../../node_modules/@types/ws/index.d.ts"
1340
+ ],
1341
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts": [
1342
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1343
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
1344
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts"
1345
+ ],
1346
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": [
1347
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1348
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
1349
+ ],
1350
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": [
1351
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1352
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
1353
+ ],
1354
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": [
1355
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1356
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
1357
+ ],
1358
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": [
1359
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts",
1360
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
1361
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
1362
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts"
1363
+ ],
1364
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": [
1365
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1366
+ ],
1367
+ "../src/index.ts": [
1368
+ "../src/syn-client.ts",
1369
+ "../src/types/change.ts",
1370
+ "../src/types/commit.ts",
1371
+ "../src/types/folks.ts",
1372
+ "../src/types/heartbeat.ts",
1373
+ "../src/types/session.ts",
1374
+ "../src/types/signal.ts",
1375
+ "../src/types/sync.ts"
1376
+ ],
1377
+ "../src/syn-client.ts": [
1378
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1379
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
1380
+ "../../../../node_modules/@types/lodash-es/isEqual.d.ts",
1381
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
1382
+ "../src/types/change.ts",
1383
+ "../src/types/commit.ts",
1384
+ "../src/types/folks.ts",
1385
+ "../src/types/heartbeat.ts",
1386
+ "../src/types/session.ts",
1387
+ "../src/types/signal.ts",
1388
+ "../src/types/sync.ts",
1389
+ "../src/utils.ts"
1390
+ ],
1391
+ "../src/types/change.ts": [
1392
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1393
+ ],
1394
+ "../src/types/commit.ts": [
1395
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1396
+ "../src/types/change.ts"
1397
+ ],
1398
+ "../src/types/folks.ts": [
1399
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1400
+ ],
1401
+ "../src/types/heartbeat.ts": [
1402
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1403
+ ],
1404
+ "../src/types/session.ts": [
1405
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
1406
+ ],
1407
+ "../src/types/signal.ts": [
1408
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1409
+ "../src/types/change.ts",
1410
+ "../src/types/commit.ts",
1411
+ "../src/types/folks.ts",
1412
+ "../src/types/heartbeat.ts",
1413
+ "../src/types/sync.ts"
1414
+ ],
1415
+ "../src/types/sync.ts": [
1416
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1417
+ "../src/types/change.ts",
1418
+ "../src/types/commit.ts"
1419
+ ],
1420
+ "../src/utils.ts": [
1421
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts"
1422
+ ]
1423
+ },
1424
+ "exportedModulesMap": {
1425
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": [
1426
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1427
+ ],
1428
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts": [
1429
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1430
+ ],
1431
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts": [
1432
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1433
+ ],
1434
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts": [
1435
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
1436
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts",
1437
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1438
+ ],
1439
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts": [
1440
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
1441
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts",
1442
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
1443
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts",
1444
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts",
1445
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts"
1446
+ ],
1447
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts": [
1448
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1449
+ ],
1450
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts": [
1451
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
1452
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1453
+ ],
1454
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts": [
1455
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1456
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts",
1457
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
1458
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1459
+ "../../../../node_modules/@types/node/index.d.ts"
1460
+ ],
1461
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts": [
1462
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1463
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
1464
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
1465
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
1466
+ ],
1467
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts": [
1468
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1469
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
1470
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
1471
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
1472
+ ],
1473
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts": [
1474
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1475
+ "../../../../node_modules/@types/node/index.d.ts"
1476
+ ],
1477
+ "../../../../node_modules/@holochain/client/lib/index.d.ts": [
1478
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
1479
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
1480
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
1481
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts",
1482
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts",
1483
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts"
1484
+ ],
1485
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts": [
1486
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
1487
+ ],
1488
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts": [
1489
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1490
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
1491
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
1492
+ ],
1493
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts": [
1494
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
1495
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts"
1496
+ ],
1497
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts": [
1498
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1499
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts"
1500
+ ],
1501
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts": [
1502
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
1503
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
1504
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
1505
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
1506
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts"
1507
+ ],
1508
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts": [
1509
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
1510
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1511
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts"
1512
+ ],
1513
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts": [
1514
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
1515
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
1516
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts"
1517
+ ],
1518
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts": [
1519
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
1520
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
1521
+ "../../../../node_modules/isomorphic-ws/index.d.ts"
1522
+ ],
1523
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts": [
1524
+ "../../../../node_modules/@msgpack/msgpack/dist/CachedKeyDecoder.d.ts",
1525
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts"
1526
+ ],
1527
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts": [
1528
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts"
1529
+ ],
1530
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts": [
1531
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts"
1532
+ ],
1533
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts": [
1534
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
1535
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts"
1536
+ ],
1537
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts": [
1538
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts",
1539
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
1540
+ "../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts"
1541
+ ],
1542
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts": [
1543
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
1544
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts"
1545
+ ],
1546
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts": [
1547
+ "../../../../node_modules/@msgpack/msgpack/dist/DecodeError.d.ts",
1548
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts",
1549
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts",
1550
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts",
1551
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
1552
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
1553
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts",
1554
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts",
1555
+ "../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts"
1556
+ ],
1557
+ "../../../../node_modules/@types/lodash-es/isEqual.d.ts": [
1558
+ "../../../../node_modules/@types/lodash/index.d.ts"
1559
+ ],
1560
+ "../../../../node_modules/@types/lodash/common/array.d.ts": [
1561
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1562
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1563
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1564
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1565
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1566
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1567
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1568
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1569
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1570
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1571
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1572
+ "../../../../node_modules/@types/lodash/index.d.ts"
1573
+ ],
1574
+ "../../../../node_modules/@types/lodash/common/collection.d.ts": [
1575
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1576
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1577
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1578
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1579
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1580
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1581
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1582
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1583
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1584
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1585
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1586
+ "../../../../node_modules/@types/lodash/index.d.ts"
1587
+ ],
1588
+ "../../../../node_modules/@types/lodash/common/common.d.ts": [
1589
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1590
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1591
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1592
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1593
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1594
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1595
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1596
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1597
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1598
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1599
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1600
+ "../../../../node_modules/@types/lodash/index.d.ts"
1601
+ ],
1602
+ "../../../../node_modules/@types/lodash/common/date.d.ts": [
1603
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1604
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1605
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1606
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1607
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1608
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1609
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1610
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1611
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1612
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1613
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1614
+ "../../../../node_modules/@types/lodash/index.d.ts"
1615
+ ],
1616
+ "../../../../node_modules/@types/lodash/common/function.d.ts": [
1617
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1618
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1619
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1620
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1621
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1622
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1623
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1624
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1625
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1626
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1627
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1628
+ "../../../../node_modules/@types/lodash/index.d.ts"
1629
+ ],
1630
+ "../../../../node_modules/@types/lodash/common/lang.d.ts": [
1631
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1632
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1633
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1634
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1635
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1636
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1637
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1638
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1639
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1640
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1641
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1642
+ "../../../../node_modules/@types/lodash/index.d.ts"
1643
+ ],
1644
+ "../../../../node_modules/@types/lodash/common/math.d.ts": [
1645
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1646
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1647
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1648
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1649
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1650
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1651
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1652
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1653
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1654
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1655
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1656
+ "../../../../node_modules/@types/lodash/index.d.ts"
1657
+ ],
1658
+ "../../../../node_modules/@types/lodash/common/number.d.ts": [
1659
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1660
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1661
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1662
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1663
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1664
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1665
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1666
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1667
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1668
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1669
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1670
+ "../../../../node_modules/@types/lodash/index.d.ts"
1671
+ ],
1672
+ "../../../../node_modules/@types/lodash/common/object.d.ts": [
1673
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1674
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1675
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1676
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1677
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1678
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1679
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1680
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1681
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1682
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1683
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1684
+ "../../../../node_modules/@types/lodash/index.d.ts"
1685
+ ],
1686
+ "../../../../node_modules/@types/lodash/common/seq.d.ts": [
1687
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1688
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1689
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1690
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1691
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1692
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1693
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1694
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1695
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1696
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1697
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1698
+ "../../../../node_modules/@types/lodash/index.d.ts"
1699
+ ],
1700
+ "../../../../node_modules/@types/lodash/common/string.d.ts": [
1701
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1702
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1703
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1704
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1705
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1706
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1707
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1708
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1709
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1710
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1711
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
1712
+ "../../../../node_modules/@types/lodash/index.d.ts"
1713
+ ],
1714
+ "../../../../node_modules/@types/lodash/common/util.d.ts": [
1715
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1716
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1717
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1718
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1719
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1720
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1721
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1722
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1723
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1724
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1725
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1726
+ "../../../../node_modules/@types/lodash/index.d.ts"
1727
+ ],
1728
+ "../../../../node_modules/@types/lodash/index.d.ts": [
1729
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
1730
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
1731
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
1732
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
1733
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
1734
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
1735
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
1736
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
1737
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
1738
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
1739
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
1740
+ "../../../../node_modules/@types/lodash/common/util.d.ts"
1741
+ ],
1742
+ "../../../../node_modules/@types/node/assert/strict.d.ts": [
1743
+ "../../../../node_modules/@types/node/assert.d.ts"
1744
+ ],
1745
+ "../../../../node_modules/@types/node/base.d.ts": [
1746
+ "../../../../node_modules/@types/node/assert.d.ts",
1747
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts"
1748
+ ],
1749
+ "../../../../node_modules/@types/node/buffer.d.ts": [
1750
+ "../../../../node_modules/@types/node/buffer.d.ts",
1751
+ "../../../../node_modules/@types/node/crypto.d.ts"
1752
+ ],
1753
+ "../../../../node_modules/@types/node/child_process.d.ts": [
1754
+ "../../../../node_modules/@types/node/events.d.ts",
1755
+ "../../../../node_modules/@types/node/fs.d.ts",
1756
+ "../../../../node_modules/@types/node/net.d.ts",
1757
+ "../../../../node_modules/@types/node/stream.d.ts"
1758
+ ],
1759
+ "../../../../node_modules/@types/node/cluster.d.ts": [
1760
+ "../../../../node_modules/@types/node/child_process.d.ts",
1761
+ "../../../../node_modules/@types/node/events.d.ts",
1762
+ "../../../../node_modules/@types/node/net.d.ts"
1763
+ ],
1764
+ "../../../../node_modules/@types/node/console.d.ts": [
1765
+ "../../../../node_modules/@types/node/util.d.ts"
1766
+ ],
1767
+ "../../../../node_modules/@types/node/constants.d.ts": [
1768
+ "../../../../node_modules/@types/node/crypto.d.ts",
1769
+ "../../../../node_modules/@types/node/fs.d.ts",
1770
+ "../../../../node_modules/@types/node/os.d.ts"
1771
+ ],
1772
+ "../../../../node_modules/@types/node/crypto.d.ts": [
1773
+ "../../../../node_modules/@types/node/stream.d.ts",
1774
+ "../../../../node_modules/@types/node/tls.d.ts"
1775
+ ],
1776
+ "../../../../node_modules/@types/node/dgram.d.ts": [
1777
+ "../../../../node_modules/@types/node/dns.d.ts",
1778
+ "../../../../node_modules/@types/node/events.d.ts",
1779
+ "../../../../node_modules/@types/node/net.d.ts"
1780
+ ],
1781
+ "../../../../node_modules/@types/node/dns.d.ts": [
1782
+ "../../../../node_modules/@types/node/dns/promises.d.ts"
1783
+ ],
1784
+ "../../../../node_modules/@types/node/dns/promises.d.ts": [
1785
+ "../../../../node_modules/@types/node/dns.d.ts"
1786
+ ],
1787
+ "../../../../node_modules/@types/node/domain.d.ts": [
1788
+ "../../../../node_modules/@types/node/events.d.ts"
1789
+ ],
1790
+ "../../../../node_modules/@types/node/events.d.ts": [
1791
+ "../../../../node_modules/@types/node/events.d.ts"
1792
+ ],
1793
+ "../../../../node_modules/@types/node/fs.d.ts": [
1794
+ "../../../../node_modules/@types/node/events.d.ts",
1795
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1796
+ "../../../../node_modules/@types/node/stream.d.ts",
1797
+ "../../../../node_modules/@types/node/url.d.ts"
1798
+ ],
1799
+ "../../../../node_modules/@types/node/fs/promises.d.ts": [
1800
+ "../../../../node_modules/@types/node/events.d.ts",
1801
+ "../../../../node_modules/@types/node/fs.d.ts",
1802
+ "../../../../node_modules/@types/node/stream.d.ts"
1803
+ ],
1804
+ "../../../../node_modules/@types/node/http.d.ts": [
1805
+ "../../../../node_modules/@types/node/net.d.ts",
1806
+ "../../../../node_modules/@types/node/stream.d.ts",
1807
+ "../../../../node_modules/@types/node/url.d.ts"
1808
+ ],
1809
+ "../../../../node_modules/@types/node/http2.d.ts": [
1810
+ "../../../../node_modules/@types/node/events.d.ts",
1811
+ "../../../../node_modules/@types/node/fs.d.ts",
1812
+ "../../../../node_modules/@types/node/http.d.ts",
1813
+ "../../../../node_modules/@types/node/net.d.ts",
1814
+ "../../../../node_modules/@types/node/stream.d.ts",
1815
+ "../../../../node_modules/@types/node/tls.d.ts",
1816
+ "../../../../node_modules/@types/node/url.d.ts"
1817
+ ],
1818
+ "../../../../node_modules/@types/node/https.d.ts": [
1819
+ "../../../../node_modules/@types/node/http.d.ts",
1820
+ "../../../../node_modules/@types/node/stream.d.ts",
1821
+ "../../../../node_modules/@types/node/tls.d.ts",
1822
+ "../../../../node_modules/@types/node/url.d.ts"
1823
+ ],
1824
+ "../../../../node_modules/@types/node/index.d.ts": [
1825
+ "../../../../node_modules/@types/node/base.d.ts"
1826
+ ],
1827
+ "../../../../node_modules/@types/node/inspector.d.ts": [
1828
+ "../../../../node_modules/@types/node/events.d.ts"
1829
+ ],
1830
+ "../../../../node_modules/@types/node/module.d.ts": [
1831
+ "../../../../node_modules/@types/node/url.d.ts"
1832
+ ],
1833
+ "../../../../node_modules/@types/node/net.d.ts": [
1834
+ "../../../../node_modules/@types/node/dns.d.ts",
1835
+ "../../../../node_modules/@types/node/events.d.ts",
1836
+ "../../../../node_modules/@types/node/stream.d.ts"
1837
+ ],
1838
+ "../../../../node_modules/@types/node/path.d.ts": [
1839
+ "../../../../node_modules/@types/node/path.d.ts"
1840
+ ],
1841
+ "../../../../node_modules/@types/node/perf_hooks.d.ts": [
1842
+ "../../../../node_modules/@types/node/async_hooks.d.ts"
1843
+ ],
1844
+ "../../../../node_modules/@types/node/process.d.ts": [
1845
+ "../../../../node_modules/@types/node/tty.d.ts"
1846
+ ],
1847
+ "../../../../node_modules/@types/node/readline.d.ts": [
1848
+ "../../../../node_modules/@types/node/events.d.ts"
1849
+ ],
1850
+ "../../../../node_modules/@types/node/repl.d.ts": [
1851
+ "../../../../node_modules/@types/node/readline.d.ts",
1852
+ "../../../../node_modules/@types/node/util.d.ts",
1853
+ "../../../../node_modules/@types/node/vm.d.ts"
1854
+ ],
1855
+ "../../../../node_modules/@types/node/stream.d.ts": [
1856
+ "../../../../node_modules/@types/node/events.d.ts",
1857
+ "../../../../node_modules/@types/node/stream/promises.d.ts"
1858
+ ],
1859
+ "../../../../node_modules/@types/node/stream/promises.d.ts": [
1860
+ "../../../../node_modules/@types/node/stream.d.ts"
1861
+ ],
1862
+ "../../../../node_modules/@types/node/timers.d.ts": [
1863
+ "../../../../node_modules/@types/node/events.d.ts"
1864
+ ],
1865
+ "../../../../node_modules/@types/node/timers/promises.d.ts": [
1866
+ "../../../../node_modules/@types/node/timers.d.ts"
1867
+ ],
1868
+ "../../../../node_modules/@types/node/tls.d.ts": [
1869
+ "../../../../node_modules/@types/node/crypto.d.ts",
1870
+ "../../../../node_modules/@types/node/net.d.ts"
1871
+ ],
1872
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts": [
1873
+ "../../../../node_modules/@types/node/assert/strict.d.ts",
1874
+ "../../../../node_modules/@types/node/async_hooks.d.ts",
1875
+ "../../../../node_modules/@types/node/buffer.d.ts",
1876
+ "../../../../node_modules/@types/node/child_process.d.ts",
1877
+ "../../../../node_modules/@types/node/cluster.d.ts",
1878
+ "../../../../node_modules/@types/node/console.d.ts",
1879
+ "../../../../node_modules/@types/node/constants.d.ts",
1880
+ "../../../../node_modules/@types/node/crypto.d.ts",
1881
+ "../../../../node_modules/@types/node/dgram.d.ts",
1882
+ "../../../../node_modules/@types/node/diagnostic_channel.d.ts",
1883
+ "../../../../node_modules/@types/node/dns.d.ts",
1884
+ "../../../../node_modules/@types/node/dns/promises.d.ts",
1885
+ "../../../../node_modules/@types/node/domain.d.ts",
1886
+ "../../../../node_modules/@types/node/events.d.ts",
1887
+ "../../../../node_modules/@types/node/fs.d.ts",
1888
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1889
+ "../../../../node_modules/@types/node/globals.d.ts",
1890
+ "../../../../node_modules/@types/node/globals.global.d.ts",
1891
+ "../../../../node_modules/@types/node/http.d.ts",
1892
+ "../../../../node_modules/@types/node/http2.d.ts",
1893
+ "../../../../node_modules/@types/node/https.d.ts",
1894
+ "../../../../node_modules/@types/node/inspector.d.ts",
1895
+ "../../../../node_modules/@types/node/module.d.ts",
1896
+ "../../../../node_modules/@types/node/net.d.ts",
1897
+ "../../../../node_modules/@types/node/os.d.ts",
1898
+ "../../../../node_modules/@types/node/path.d.ts",
1899
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1900
+ "../../../../node_modules/@types/node/process.d.ts",
1901
+ "../../../../node_modules/@types/node/punycode.d.ts",
1902
+ "../../../../node_modules/@types/node/querystring.d.ts",
1903
+ "../../../../node_modules/@types/node/readline.d.ts",
1904
+ "../../../../node_modules/@types/node/repl.d.ts",
1905
+ "../../../../node_modules/@types/node/stream.d.ts",
1906
+ "../../../../node_modules/@types/node/stream/promises.d.ts",
1907
+ "../../../../node_modules/@types/node/string_decoder.d.ts",
1908
+ "../../../../node_modules/@types/node/timers.d.ts",
1909
+ "../../../../node_modules/@types/node/timers/promises.d.ts",
1910
+ "../../../../node_modules/@types/node/tls.d.ts",
1911
+ "../../../../node_modules/@types/node/trace_events.d.ts",
1912
+ "../../../../node_modules/@types/node/tty.d.ts",
1913
+ "../../../../node_modules/@types/node/url.d.ts",
1914
+ "../../../../node_modules/@types/node/util.d.ts",
1915
+ "../../../../node_modules/@types/node/util/types.d.ts",
1916
+ "../../../../node_modules/@types/node/v8.d.ts",
1917
+ "../../../../node_modules/@types/node/vm.d.ts",
1918
+ "../../../../node_modules/@types/node/wasi.d.ts",
1919
+ "../../../../node_modules/@types/node/worker_threads.d.ts",
1920
+ "../../../../node_modules/@types/node/zlib.d.ts"
1921
+ ],
1922
+ "../../../../node_modules/@types/node/tty.d.ts": [
1923
+ "../../../../node_modules/@types/node/net.d.ts"
1924
+ ],
1925
+ "../../../../node_modules/@types/node/url.d.ts": [
1926
+ "../../../../node_modules/@types/node/querystring.d.ts"
1927
+ ],
1928
+ "../../../../node_modules/@types/node/util.d.ts": [
1929
+ "../../../../node_modules/@types/node/util/types.d.ts"
1930
+ ],
1931
+ "../../../../node_modules/@types/node/v8.d.ts": [
1932
+ "../../../../node_modules/@types/node/stream.d.ts"
1933
+ ],
1934
+ "../../../../node_modules/@types/node/worker_threads.d.ts": [
1935
+ "../../../../node_modules/@types/node/buffer.d.ts",
1936
+ "../../../../node_modules/@types/node/crypto.d.ts",
1937
+ "../../../../node_modules/@types/node/events.d.ts",
1938
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
1939
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
1940
+ "../../../../node_modules/@types/node/stream.d.ts",
1941
+ "../../../../node_modules/@types/node/url.d.ts",
1942
+ "../../../../node_modules/@types/node/vm.d.ts"
1943
+ ],
1944
+ "../../../../node_modules/@types/node/zlib.d.ts": [
1945
+ "../../../../node_modules/@types/node/stream.d.ts"
1946
+ ],
1947
+ "../../../../node_modules/@types/ws/index.d.ts": [
1948
+ "../../../../node_modules/@types/node/events.d.ts",
1949
+ "../../../../node_modules/@types/node/http.d.ts",
1950
+ "../../../../node_modules/@types/node/https.d.ts",
1951
+ "../../../../node_modules/@types/node/index.d.ts",
1952
+ "../../../../node_modules/@types/node/net.d.ts",
1953
+ "../../../../node_modules/@types/node/stream.d.ts",
1954
+ "../../../../node_modules/@types/node/tls.d.ts",
1955
+ "../../../../node_modules/@types/node/url.d.ts",
1956
+ "../../../../node_modules/@types/node/zlib.d.ts"
1957
+ ],
1958
+ "../../../../node_modules/isomorphic-ws/index.d.ts": [
1959
+ "../../../../node_modules/@types/ws/index.d.ts"
1960
+ ],
1961
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts": [
1962
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1963
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
1964
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts"
1965
+ ],
1966
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": [
1967
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1968
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
1969
+ ],
1970
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": [
1971
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1972
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
1973
+ ],
1974
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": [
1975
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
1976
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
1977
+ ],
1978
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": [
1979
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts",
1980
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
1981
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
1982
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts"
1983
+ ],
1984
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": [
1985
+ "../../../../node_modules/@holochain/client/lib/index.d.ts"
1986
+ ],
1987
+ "../src/index.ts": [
1988
+ "../src/syn-client.ts",
1989
+ "../src/types/change.ts",
1990
+ "../src/types/commit.ts",
1991
+ "../src/types/folks.ts",
1992
+ "../src/types/heartbeat.ts",
1993
+ "../src/types/session.ts",
1994
+ "../src/types/signal.ts",
1995
+ "../src/types/sync.ts"
1996
+ ],
1997
+ "../src/syn-client.ts": [
1998
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
1999
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
2000
+ "../src/types/change.ts",
2001
+ "../src/types/commit.ts",
2002
+ "../src/types/folks.ts",
2003
+ "../src/types/heartbeat.ts",
2004
+ "../src/types/session.ts",
2005
+ "../src/types/signal.ts",
2006
+ "../src/types/sync.ts"
2007
+ ],
2008
+ "../src/types/change.ts": [
2009
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
2010
+ ],
2011
+ "../src/types/commit.ts": [
2012
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
2013
+ "../src/types/change.ts"
2014
+ ],
2015
+ "../src/types/folks.ts": [
2016
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
2017
+ ],
2018
+ "../src/types/heartbeat.ts": [
2019
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
2020
+ ],
2021
+ "../src/types/session.ts": [
2022
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts"
2023
+ ],
2024
+ "../src/types/signal.ts": [
2025
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
2026
+ "../src/types/change.ts",
2027
+ "../src/types/commit.ts",
2028
+ "../src/types/folks.ts",
2029
+ "../src/types/heartbeat.ts",
2030
+ "../src/types/sync.ts"
2031
+ ],
2032
+ "../src/types/sync.ts": [
2033
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
2034
+ "../src/types/change.ts",
2035
+ "../src/types/commit.ts"
2036
+ ]
2037
+ },
2038
+ "semanticDiagnosticsPerFile": [
2039
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
2040
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts",
2041
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
2042
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/entry-details.d.ts",
2043
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
2044
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/utils.d.ts",
2045
+ "../../../../node_modules/@holochain-open-dev/core-types/dist/validation.d.ts",
2046
+ "../../../../node_modules/@holochain/client/lib/api/admin.d.ts",
2047
+ "../../../../node_modules/@holochain/client/lib/api/app.d.ts",
2048
+ "../../../../node_modules/@holochain/client/lib/api/common.d.ts",
2049
+ "../../../../node_modules/@holochain/client/lib/api/state-dump.d.ts",
2050
+ "../../../../node_modules/@holochain/client/lib/api/types.d.ts",
2051
+ "../../../../node_modules/@holochain/client/lib/index.d.ts",
2052
+ "../../../../node_modules/@holochain/client/lib/types/capabilities.d.ts",
2053
+ "../../../../node_modules/@holochain/client/lib/types/common.d.ts",
2054
+ "../../../../node_modules/@holochain/client/lib/types/dht-ops.d.ts",
2055
+ "../../../../node_modules/@holochain/client/lib/types/entry.d.ts",
2056
+ "../../../../node_modules/@holochain/client/lib/types/header.d.ts",
2057
+ "../../../../node_modules/@holochain/client/lib/types/index.d.ts",
2058
+ "../../../../node_modules/@holochain/client/lib/websocket/admin.d.ts",
2059
+ "../../../../node_modules/@holochain/client/lib/websocket/app.d.ts",
2060
+ "../../../../node_modules/@holochain/client/lib/websocket/client.d.ts",
2061
+ "../../../../node_modules/@msgpack/msgpack/dist/CachedKeyDecoder.d.ts",
2062
+ "../../../../node_modules/@msgpack/msgpack/dist/DecodeError.d.ts",
2063
+ "../../../../node_modules/@msgpack/msgpack/dist/Decoder.d.ts",
2064
+ "../../../../node_modules/@msgpack/msgpack/dist/Encoder.d.ts",
2065
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtData.d.ts",
2066
+ "../../../../node_modules/@msgpack/msgpack/dist/ExtensionCodec.d.ts",
2067
+ "../../../../node_modules/@msgpack/msgpack/dist/context.d.ts",
2068
+ "../../../../node_modules/@msgpack/msgpack/dist/decode.d.ts",
2069
+ "../../../../node_modules/@msgpack/msgpack/dist/decodeAsync.d.ts",
2070
+ "../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts",
2071
+ "../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
2072
+ "../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts",
2073
+ "../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts",
2074
+ "../../../../node_modules/@types/lodash-es/isEqual.d.ts",
2075
+ "../../../../node_modules/@types/lodash/common/array.d.ts",
2076
+ "../../../../node_modules/@types/lodash/common/collection.d.ts",
2077
+ "../../../../node_modules/@types/lodash/common/common.d.ts",
2078
+ "../../../../node_modules/@types/lodash/common/date.d.ts",
2079
+ "../../../../node_modules/@types/lodash/common/function.d.ts",
2080
+ "../../../../node_modules/@types/lodash/common/lang.d.ts",
2081
+ "../../../../node_modules/@types/lodash/common/math.d.ts",
2082
+ "../../../../node_modules/@types/lodash/common/number.d.ts",
2083
+ "../../../../node_modules/@types/lodash/common/object.d.ts",
2084
+ "../../../../node_modules/@types/lodash/common/seq.d.ts",
2085
+ "../../../../node_modules/@types/lodash/common/string.d.ts",
2086
+ "../../../../node_modules/@types/lodash/common/util.d.ts",
2087
+ "../../../../node_modules/@types/lodash/index.d.ts",
2088
+ "../../../../node_modules/@types/node/assert.d.ts",
2089
+ "../../../../node_modules/@types/node/assert/strict.d.ts",
2090
+ "../../../../node_modules/@types/node/async_hooks.d.ts",
2091
+ "../../../../node_modules/@types/node/base.d.ts",
2092
+ "../../../../node_modules/@types/node/buffer.d.ts",
2093
+ "../../../../node_modules/@types/node/child_process.d.ts",
2094
+ "../../../../node_modules/@types/node/cluster.d.ts",
2095
+ "../../../../node_modules/@types/node/console.d.ts",
2096
+ "../../../../node_modules/@types/node/constants.d.ts",
2097
+ "../../../../node_modules/@types/node/crypto.d.ts",
2098
+ "../../../../node_modules/@types/node/dgram.d.ts",
2099
+ "../../../../node_modules/@types/node/diagnostic_channel.d.ts",
2100
+ "../../../../node_modules/@types/node/dns.d.ts",
2101
+ "../../../../node_modules/@types/node/dns/promises.d.ts",
2102
+ "../../../../node_modules/@types/node/domain.d.ts",
2103
+ "../../../../node_modules/@types/node/events.d.ts",
2104
+ "../../../../node_modules/@types/node/fs.d.ts",
2105
+ "../../../../node_modules/@types/node/fs/promises.d.ts",
2106
+ "../../../../node_modules/@types/node/globals.d.ts",
2107
+ "../../../../node_modules/@types/node/globals.global.d.ts",
2108
+ "../../../../node_modules/@types/node/http.d.ts",
2109
+ "../../../../node_modules/@types/node/http2.d.ts",
2110
+ "../../../../node_modules/@types/node/https.d.ts",
2111
+ "../../../../node_modules/@types/node/index.d.ts",
2112
+ "../../../../node_modules/@types/node/inspector.d.ts",
2113
+ "../../../../node_modules/@types/node/module.d.ts",
2114
+ "../../../../node_modules/@types/node/net.d.ts",
2115
+ "../../../../node_modules/@types/node/os.d.ts",
2116
+ "../../../../node_modules/@types/node/path.d.ts",
2117
+ "../../../../node_modules/@types/node/perf_hooks.d.ts",
2118
+ "../../../../node_modules/@types/node/process.d.ts",
2119
+ "../../../../node_modules/@types/node/punycode.d.ts",
2120
+ "../../../../node_modules/@types/node/querystring.d.ts",
2121
+ "../../../../node_modules/@types/node/readline.d.ts",
2122
+ "../../../../node_modules/@types/node/repl.d.ts",
2123
+ "../../../../node_modules/@types/node/stream.d.ts",
2124
+ "../../../../node_modules/@types/node/stream/promises.d.ts",
2125
+ "../../../../node_modules/@types/node/string_decoder.d.ts",
2126
+ "../../../../node_modules/@types/node/timers.d.ts",
2127
+ "../../../../node_modules/@types/node/timers/promises.d.ts",
2128
+ "../../../../node_modules/@types/node/tls.d.ts",
2129
+ "../../../../node_modules/@types/node/trace_events.d.ts",
2130
+ "../../../../node_modules/@types/node/ts3.6/base.d.ts",
2131
+ "../../../../node_modules/@types/node/tty.d.ts",
2132
+ "../../../../node_modules/@types/node/url.d.ts",
2133
+ "../../../../node_modules/@types/node/util.d.ts",
2134
+ "../../../../node_modules/@types/node/util/types.d.ts",
2135
+ "../../../../node_modules/@types/node/v8.d.ts",
2136
+ "../../../../node_modules/@types/node/vm.d.ts",
2137
+ "../../../../node_modules/@types/node/wasi.d.ts",
2138
+ "../../../../node_modules/@types/node/worker_threads.d.ts",
2139
+ "../../../../node_modules/@types/node/zlib.d.ts",
2140
+ "../../../../node_modules/@types/ws/index.d.ts",
2141
+ "../../../../node_modules/isomorphic-ws/index.d.ts",
2142
+ "../../../../node_modules/typescript/lib/lib.dom.d.ts",
2143
+ "../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
2144
+ "../../../../node_modules/typescript/lib/lib.es2015.core.d.ts",
2145
+ "../../../../node_modules/typescript/lib/lib.es2015.d.ts",
2146
+ "../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts",
2147
+ "../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
2148
+ "../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts",
2149
+ "../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
2150
+ "../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
2151
+ "../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
2152
+ "../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
2153
+ "../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
2154
+ "../../../../node_modules/typescript/lib/lib.es2016.d.ts",
2155
+ "../../../../node_modules/typescript/lib/lib.es2017.d.ts",
2156
+ "../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts",
2157
+ "../../../../node_modules/typescript/lib/lib.es2017.object.d.ts",
2158
+ "../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
2159
+ "../../../../node_modules/typescript/lib/lib.es2017.string.d.ts",
2160
+ "../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
2161
+ "../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
2162
+ "../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
2163
+ "../../../../node_modules/typescript/lib/lib.es2018.d.ts",
2164
+ "../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts",
2165
+ "../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts",
2166
+ "../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
2167
+ "../../../../node_modules/typescript/lib/lib.es2019.array.d.ts",
2168
+ "../../../../node_modules/typescript/lib/lib.es2019.d.ts",
2169
+ "../../../../node_modules/typescript/lib/lib.es2019.object.d.ts",
2170
+ "../../../../node_modules/typescript/lib/lib.es2019.string.d.ts",
2171
+ "../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts",
2172
+ "../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
2173
+ "../../../../node_modules/typescript/lib/lib.es5.d.ts",
2174
+ "../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts",
2175
+ "../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts",
2176
+ "../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
2177
+ "../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
2178
+ "../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts",
2179
+ "../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
2180
+ "../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
2181
+ "../src/index.ts",
2182
+ "../src/syn-client.ts",
2183
+ "../src/types/change.ts",
2184
+ "../src/types/commit.ts",
2185
+ "../src/types/folks.ts",
2186
+ "../src/types/heartbeat.ts",
2187
+ "../src/types/session.ts",
2188
+ "../src/types/signal.ts",
2189
+ "../src/types/sync.ts",
2190
+ "../src/utils.ts"
2191
+ ]
2192
+ },
2193
+ "version": "4.2.4"
2194
+ }