-
Notifications
You must be signed in to change notification settings - Fork 48
/
package-lock.json
323 lines (323 loc) · 14.2 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
{
"name": "react-native-livechat",
"version": "2.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@babel/runtime": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
},
"dependencies": {
"regenerator-runtime": {
"version": "0.13.5",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
"integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA=="
}
}
},
"@expo/react-native-action-sheet": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/@expo/react-native-action-sheet/-/react-native-action-sheet-3.7.0.tgz",
"integrity": "sha512-Hm2CYdhh6bH7rU+Xqk1hSlTVSKqqlYA7fBXWEU5s/k+6S8U3hHKBEoM3I08cmj1iNS3jFxpOBJU16AH3KSYkRg==",
"requires": {
"@types/hoist-non-react-statics": "^3.3.1",
"hoist-non-react-statics": "^3.3.0"
}
},
"@livechat/backoff": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@livechat/backoff/-/backoff-0.1.0.tgz",
"integrity": "sha512-PrLsKYSBtIrBPPDj0urtjcu4yjZzZUhxljydm2T9ESYN3uHWzvXNNqaqTQo4tJSHOjaqlL3IpwRz3U3gu/Omow=="
},
"@livechat/customer-auth": {
"version": "0.4.0-alpha.6",
"resolved": "https://registry.npmjs.org/@livechat/customer-auth/-/customer-auth-0.4.0-alpha.6.tgz",
"integrity": "sha512-hrowAI3ZwLIjdEWbwhAa4QDKZVGmiOkhQrLGSZxuC1ZZ55oWN5H/F9usMA6kqrQkh2lfStZY+8TxKz7VUkpu1A==",
"requires": {
"@livechat/dom-utils": "^0.2.0",
"@livechat/isomorphic-storage": "^0.1.0",
"@livechat/mitt": "^0.1.2",
"@livechat/url-utils": "^0.1.3"
}
},
"@livechat/customer-sdk": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@livechat/customer-sdk/-/customer-sdk-3.1.0.tgz",
"integrity": "sha512-CiBXF5tK3EY1O3zi0agltDGX7Ujub4YUcDAXGZp6nfLRHGIqJNHlCwQA1aJoZH2tx67TVAWyxlw2nVaJOp62/g==",
"requires": {
"@livechat/backoff": "^0.1.0",
"@livechat/customer-auth": "^0.4.0-alpha.6",
"@livechat/data-utils": "^0.2.13",
"@livechat/deferred": "^1.1.0",
"@livechat/file-upload": "^0.3.0",
"@livechat/isomorphic-storage": "^0.1.0",
"@livechat/mitt": "^0.1.2",
"@livechat/platform-client": "^0.3.0",
"@livechat/promise-try": "^0.1.0",
"@livechat/side-effects-middleware": "^0.2.0",
"@livechat/url-utils": "^0.1.3",
"redux": "^4.0.4",
"ts-toolbelt": "^6.7.5",
"unfetch": "^4.2.0"
},
"dependencies": {
"@livechat/data-utils": {
"version": "0.2.16",
"resolved": "https://registry.npmjs.org/@livechat/data-utils/-/data-utils-0.2.16.tgz",
"integrity": "sha512-uB4EIiHiiAuJmyzcc6Jzn7lBlsMTkZFN1x8uxpu9dJdt3rIBcX4RDtZIBqiND8gi1tfrs5XhrYbY4PV0FVVSPg=="
}
}
},
"@livechat/data-utils": {
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/@livechat/data-utils/-/data-utils-0.2.8.tgz",
"integrity": "sha512-c00toCXqHIdZXMt8kXlAfv7SA0r8ZERzblP6zrWAR1UxRQpDd/0NeDH/wOp7XFhjnvHDpHSG5neLsFjbJMY9Ag=="
},
"@livechat/deferred": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@livechat/deferred/-/deferred-1.1.0.tgz",
"integrity": "sha512-5B2n5EBHljL1xwflgQDRBTYcrqX5S23SmQXhpu6ZeYhgNTzB7AKyN+7Jv77nQAfWAZxS7QDmasc/wA1uxAwZ2Q=="
},
"@livechat/dom-utils": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@livechat/dom-utils/-/dom-utils-0.2.1.tgz",
"integrity": "sha512-8K/PXScHBZYPosH9F9qixuuH1gHd7bRt+QxEV6GIZq43iommCfIXIdCNUrP2DEQFGFSIhKepf1G5sJkrx1k4Vw==",
"requires": {
"@livechat/data-utils": "^0.2.8",
"csstype": "^2.6.5"
}
},
"@livechat/file-upload": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@livechat/file-upload/-/file-upload-0.3.0.tgz",
"integrity": "sha512-uAAfyZVC5JfintGj70der3mGYujOTxaMUxqYFCtvfbpdHl66ix6V7u64FMCtzBM7KtecZJO/dvOh4zc/SwqbOg=="
},
"@livechat/isomorphic-storage": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@livechat/isomorphic-storage/-/isomorphic-storage-0.1.0.tgz",
"integrity": "sha512-cQ0l4hFuFR+ckk/xoB17qetW5m812V/fOjUQ8AAMm/R1zLCyO3uaPjZqmadp72b1f4Lahx2bImT9PssTwrbDvQ==",
"requires": {
"memory-web-storage": "^0.1.0"
}
},
"@livechat/mitt": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@livechat/mitt/-/mitt-0.1.2.tgz",
"integrity": "sha512-untvSyMczGashMP2osoO1SAPoOpqJwTjLNwFD1LXu+8G3g8fbfDj5rYGwxFUXPXW38HhMBZqCzFOLp4FecpwjQ==",
"requires": {
"mitt": "^1.1.2"
}
},
"@livechat/platform-client": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@livechat/platform-client/-/platform-client-0.3.0.tgz",
"integrity": "sha512-XzXEYZLNlZmf/oOzq7DjEBV0/nqMtfPEpcTv2H7AdAXJ2/4ATUYHJGynhoK9NBLalRLf2oNKMocS/90XDoxKEw==",
"requires": {
"@livechat/data-utils": "^0.2.9",
"@livechat/deferred": "^1.1.0",
"@livechat/mitt": "^0.1.2",
"@livechat/websocket-manager": "^0.1.0"
},
"dependencies": {
"@livechat/data-utils": {
"version": "0.2.16",
"resolved": "https://registry.npmjs.org/@livechat/data-utils/-/data-utils-0.2.16.tgz",
"integrity": "sha512-uB4EIiHiiAuJmyzcc6Jzn7lBlsMTkZFN1x8uxpu9dJdt3rIBcX4RDtZIBqiND8gi1tfrs5XhrYbY4PV0FVVSPg=="
}
}
},
"@livechat/promise-try": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@livechat/promise-try/-/promise-try-0.1.0.tgz",
"integrity": "sha512-dqOKtFemgv8xGFHlCc6W4lfPXCzmzmgdNGhwAadftdCQCWLoLqwZVAyh5AvGuZ9pSFzg7H+/lOhNlt25+u2FVA=="
},
"@livechat/side-effects-middleware": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@livechat/side-effects-middleware/-/side-effects-middleware-0.2.0.tgz",
"integrity": "sha512-WqoEJd7AkvN0ofRrdzclgvEbZciOnJK5Tz8vTmRVbOE8ti1aUDTfRxGiKg1MBOKid+6VFE95QJIlNOA2jCC6SQ=="
},
"@livechat/url-utils": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/@livechat/url-utils/-/url-utils-0.1.4.tgz",
"integrity": "sha512-woZhU4uHGQNO1QL0Rlg/vZGmXF9usYMdA/o722aRrmc0J3+yZL/G6fvQDCVKSg5t01OrSGjocmsPK4WXnxb9jQ==",
"requires": {
"@livechat/data-utils": "^0.2.8"
}
},
"@livechat/websocket-manager": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@livechat/websocket-manager/-/websocket-manager-0.1.0.tgz",
"integrity": "sha512-FT8q/5f2j5/BP2H0xLdShq1Oyl0edCdXLO+s38BojgdeOV+Upmy6O41ihOuZL2KLmXoJ2tc2GpgdhYtXiFVvyw==",
"requires": {
"@livechat/backoff": "^0.1.0",
"@livechat/mitt": "^0.1.2",
"@livechat/url-utils": "^0.1.3"
}
},
"@types/hoist-non-react-statics": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
"integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
"requires": {
"@types/react": "*",
"hoist-non-react-statics": "^3.3.0"
}
},
"@types/prop-types": {
"version": "15.7.3",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz",
"integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw=="
},
"@types/react": {
"version": "16.9.35",
"resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz",
"integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==",
"requires": {
"@types/prop-types": "*",
"csstype": "^2.2.0"
}
},
"csstype": {
"version": "2.6.8",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.8.tgz",
"integrity": "sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA=="
},
"dayjs": {
"version": "1.8.26",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.26.tgz",
"integrity": "sha512-KqtAuIfdNfZR5sJY1Dixr2Is4ZvcCqhb0dZpCOt5dGEFiMzoIbjkTSzUb4QKTCsP+WNpGwUjAFIZrnZvUxxkhw=="
},
"hoist-non-react-statics": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
"requires": {
"react-is": "^16.7.0"
}
},
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
},
"loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
"requires": {
"js-tokens": "^3.0.0 || ^4.0.0"
}
},
"memory-web-storage": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/memory-web-storage/-/memory-web-storage-0.1.0.tgz",
"integrity": "sha512-AVVlRidjJlKqdzdxdsvXgX24m2eA/8FFlqBrvHN9JRlzMuYCGev7o0bjkP207UhkqVtIg1sNyEHBq2uvykA/3w=="
},
"mitt": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz",
"integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw=="
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
},
"prop-types": {
"version": "15.7.2",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
"integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
"requires": {
"loose-envify": "^1.4.0",
"object-assign": "^4.1.1",
"react-is": "^16.8.1"
}
},
"react-is": {
"version": "16.8.6",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.8.6.tgz",
"integrity": "sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA=="
},
"react-native-animatable": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.2.tgz",
"integrity": "sha512-rmah3KQ63ft8DxkzFUwJSuZeq+oSYwldoGF4DTOR5WM2WR5wiWLgBAtrAHlI3Di3by323uOR21s+MlqPcHz2Kw==",
"requires": {
"prop-types": "^15.5.10"
}
},
"react-native-communications": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/react-native-communications/-/react-native-communications-2.2.1.tgz",
"integrity": "sha1-eIO1ayCgAu63kMET+GFuqGksp5U="
},
"react-native-gifted-chat": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/react-native-gifted-chat/-/react-native-gifted-chat-0.16.1.tgz",
"integrity": "sha512-PF4NIcw3xqhAWc15bgebQ6OvUveJdVi92nPu4v9e8FDALdTi2T2YiVe/EuoC7ddsmb8a00UGytpfwEylwy+m6g==",
"requires": {
"@expo/react-native-action-sheet": "^3.6.0",
"dayjs": "1.8.26",
"prop-types": "^15.7.2",
"react-native-communications": "^2.2.1",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-lightbox": "^0.8.1",
"react-native-parsed-text": "github:EvanBacon/react-native-parsed-text",
"react-native-typing-animation": "^0.1.7",
"uuid": "3.4.0"
}
},
"react-native-iphone-x-helper": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz",
"integrity": "sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ=="
},
"react-native-lightbox": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/react-native-lightbox/-/react-native-lightbox-0.8.1.tgz",
"integrity": "sha512-TFZA6iKEEHpAUIXjMTRb6vx0/9rHgEKy3ZBiRAy295PwldYg5c8opwnbyURLIl522ykeqhVx9uGdXjSMIowLvA==",
"requires": {
"prop-types": "^15.7.2"
}
},
"react-native-parsed-text": {
"version": "github:EvanBacon/react-native-parsed-text#c909f64ee437796fd1b047edd73146fc89edb796",
"from": "github:EvanBacon/react-native-parsed-text",
"requires": {
"prop-types": "^15.5.10"
}
},
"react-native-typing-animation": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/react-native-typing-animation/-/react-native-typing-animation-0.1.7.tgz",
"integrity": "sha512-4H3rF9M+I2yAZpYJcY0Mb29TXkn98QK12rrKSY6LZj1BQD9NNmRZuNXzwX4XHapsIz+N/J8M3p27FOQPbfzqeg=="
},
"redux": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.0.tgz",
"integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==",
"requires": {
"@babel/runtime": "^7.9.2"
}
},
"ts-toolbelt": {
"version": "6.15.5",
"resolved": "https://registry.npmjs.org/ts-toolbelt/-/ts-toolbelt-6.15.5.tgz",
"integrity": "sha512-FZIXf1ksVyLcfr7M317jbB67XFJhOO1YqdTcuGaq9q5jLUoTikukZ+98TPjKiP2jC5CgmYdWWYs0s2nLSU0/1A=="
},
"unfetch": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz",
"integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA=="
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
}