@getyoti/react-face-capture 1.3.1-test.1 → 2.0.0-beta.1
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.
- package/CHANGELOG.md +170 -13
- package/README.md +188 -119
- package/index.d.ts +67 -26
- package/index.js +69 -2
- package/index.js.LICENSE.txt +391 -36
- package/package.json +12 -74
- package/vanilla/index.js +98 -3
- package/vanilla/index.js.LICENSE.txt +219 -34
- package/vanilla/index.js.map +1 -1
- package/index.css +0 -1
- package/vanilla/index.css +0 -1
package/index.js.LICENSE.txt
CHANGED
|
@@ -1,37 +1,392 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Copyright
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
Name: classnames
|
|
2
|
+
Version: 2.2.6
|
|
3
|
+
License: MIT
|
|
4
|
+
Private: false
|
|
5
|
+
Description: A simple utility for conditionally joining classNames together
|
|
6
|
+
Repository: https://github.com/JedWatson/classnames.git
|
|
7
|
+
Author: Jed Watson
|
|
8
|
+
License Copyright:
|
|
9
|
+
===
|
|
10
|
+
|
|
11
|
+
The MIT License (MIT)
|
|
12
|
+
|
|
13
|
+
Copyright (c) 2017 Jed Watson
|
|
14
|
+
|
|
15
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
16
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
17
|
+
in the Software without restriction, including without limitation the rights
|
|
18
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
20
|
+
furnished to do so, subject to the following conditions:
|
|
21
|
+
|
|
22
|
+
The above copyright notice and this permission notice shall be included in all
|
|
23
|
+
copies or substantial portions of the Software.
|
|
24
|
+
|
|
25
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
26
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31
|
+
SOFTWARE.
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Name: prop-types
|
|
38
|
+
Version: 15.7.2
|
|
39
|
+
License: MIT
|
|
40
|
+
Private: false
|
|
41
|
+
Description: Runtime type checking for React props and similar objects.
|
|
42
|
+
Repository: undefined
|
|
43
|
+
Homepage: https://facebook.github.io/react/
|
|
44
|
+
License Copyright:
|
|
45
|
+
===
|
|
46
|
+
|
|
47
|
+
MIT License
|
|
48
|
+
|
|
49
|
+
Copyright (c) 2013-present, Facebook, Inc.
|
|
50
|
+
|
|
51
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
52
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
53
|
+
in the Software without restriction, including without limitation the rights
|
|
54
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
55
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
56
|
+
furnished to do so, subject to the following conditions:
|
|
57
|
+
|
|
58
|
+
The above copyright notice and this permission notice shall be included in all
|
|
59
|
+
copies or substantial portions of the Software.
|
|
60
|
+
|
|
61
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
62
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
63
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
64
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
65
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
66
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
67
|
+
SOFTWARE.
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
Name: @lingui/react
|
|
74
|
+
Version: 4.1.2
|
|
75
|
+
License: MIT
|
|
76
|
+
Private: false
|
|
77
|
+
Description: React components for translations
|
|
78
|
+
Repository: https://github.com/lingui/js-lingui.git
|
|
79
|
+
Author: Tomáš Ehrlich <tomas.ehrlich@gmail.com>
|
|
80
|
+
License Copyright:
|
|
81
|
+
===
|
|
82
|
+
|
|
83
|
+
The MIT License (MIT)
|
|
84
|
+
|
|
85
|
+
Copyright (c) 2017-2022 Tomáš Ehrlich, (c) 2022-2023 Crowdin.
|
|
86
|
+
|
|
87
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
88
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
89
|
+
in the Software without restriction, including without limitation the rights
|
|
90
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
91
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
92
|
+
furnished to do so, subject to the following conditions:
|
|
93
|
+
|
|
94
|
+
The above copyright notice and this permission notice shall be included in
|
|
95
|
+
all copies or substantial portions of the Software.
|
|
96
|
+
|
|
97
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
98
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
99
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
100
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
101
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
102
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
103
|
+
THE SOFTWARE.
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
Name: @lingui/core
|
|
110
|
+
Version: 4.1.2
|
|
111
|
+
License: MIT
|
|
112
|
+
Private: false
|
|
113
|
+
Description: I18n tools for javascript
|
|
114
|
+
Repository: https://github.com/lingui/js-lingui.git
|
|
115
|
+
Author: Tomáš Ehrlich <tomas.ehrlich@gmail.com>
|
|
116
|
+
License Copyright:
|
|
117
|
+
===
|
|
118
|
+
|
|
119
|
+
The MIT License (MIT)
|
|
120
|
+
|
|
121
|
+
Copyright (c) 2017-2022 Tomáš Ehrlich, (c) 2022-2023 Crowdin.
|
|
122
|
+
|
|
123
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
124
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
125
|
+
in the Software without restriction, including without limitation the rights
|
|
126
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
127
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
128
|
+
furnished to do so, subject to the following conditions:
|
|
129
|
+
|
|
130
|
+
The above copyright notice and this permission notice shall be included in
|
|
131
|
+
all copies or substantial portions of the Software.
|
|
132
|
+
|
|
133
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
134
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
135
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
136
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
137
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
138
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
139
|
+
THE SOFTWARE.
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
Name: @tensorflow/tfjs-core
|
|
146
|
+
Version: 1.4.0
|
|
147
|
+
License: Apache-2.0
|
|
148
|
+
Private: false
|
|
149
|
+
Description: Hardware-accelerated JavaScript library for machine intelligence
|
|
150
|
+
Repository: https://github.com/tensorflow/tfjs-core.git
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
Name: tslib
|
|
156
|
+
Version: 1.14.1
|
|
157
|
+
License: 0BSD
|
|
158
|
+
Private: false
|
|
159
|
+
Description: Runtime library for TypeScript helper functions
|
|
160
|
+
Repository: https://github.com/Microsoft/tslib.git
|
|
161
|
+
Homepage: https://www.typescriptlang.org/
|
|
162
|
+
Author: Microsoft Corp.
|
|
163
|
+
License Copyright:
|
|
164
|
+
===
|
|
165
|
+
|
|
166
|
+
Copyright (c) Microsoft Corporation.
|
|
167
|
+
|
|
168
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
169
|
+
purpose with or without fee is hereby granted.
|
|
170
|
+
|
|
171
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
172
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
173
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
174
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
175
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
176
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
19
177
|
PERFORMANCE OF THIS SOFTWARE.
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
Name: face-api.js
|
|
183
|
+
Version: 0.22.0
|
|
184
|
+
License: MIT
|
|
185
|
+
Private: false
|
|
186
|
+
Description: JavaScript API for face detection and face recognition in the browser with tensorflow.js
|
|
187
|
+
Author: justadudewhohacks
|
|
188
|
+
License Copyright:
|
|
189
|
+
===
|
|
190
|
+
|
|
191
|
+
MIT License
|
|
192
|
+
|
|
193
|
+
Copyright (c) 2018 Vincent Mühler
|
|
194
|
+
|
|
195
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
196
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
197
|
+
in the Software without restriction, including without limitation the rights
|
|
198
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
199
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
200
|
+
furnished to do so, subject to the following conditions:
|
|
201
|
+
|
|
202
|
+
The above copyright notice and this permission notice shall be included in all
|
|
203
|
+
copies or substantial portions of the Software.
|
|
204
|
+
|
|
205
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
206
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
207
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
208
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
209
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
210
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
211
|
+
SOFTWARE.
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
Name: axios
|
|
218
|
+
Version: 0.24.0
|
|
219
|
+
License: MIT
|
|
220
|
+
Private: false
|
|
221
|
+
Description: Promise based HTTP client for the browser and node.js
|
|
222
|
+
Repository: https://github.com/axios/axios.git
|
|
223
|
+
Homepage: https://axios-http.com
|
|
224
|
+
Author: Matt Zabriskie
|
|
225
|
+
License Copyright:
|
|
226
|
+
===
|
|
227
|
+
|
|
228
|
+
Copyright (c) 2014-present Matt Zabriskie
|
|
229
|
+
|
|
230
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
231
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
232
|
+
in the Software without restriction, including without limitation the rights
|
|
233
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
234
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
235
|
+
furnished to do so, subject to the following conditions:
|
|
236
|
+
|
|
237
|
+
The above copyright notice and this permission notice shall be included in
|
|
238
|
+
all copies or substantial portions of the Software.
|
|
239
|
+
|
|
240
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
241
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
242
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
243
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
244
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
245
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
246
|
+
THE SOFTWARE.
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
---
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
Name: use-sync-external-store
|
|
253
|
+
Version: 1.2.0
|
|
254
|
+
License: MIT
|
|
255
|
+
Private: false
|
|
256
|
+
Description: Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
|
|
257
|
+
Repository: https://github.com/facebook/react.git
|
|
258
|
+
License Copyright:
|
|
259
|
+
===
|
|
260
|
+
|
|
261
|
+
MIT License
|
|
262
|
+
|
|
263
|
+
Copyright (c) Facebook, Inc. and its affiliates.
|
|
264
|
+
|
|
265
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
266
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
267
|
+
in the Software without restriction, including without limitation the rights
|
|
268
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
269
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
270
|
+
furnished to do so, subject to the following conditions:
|
|
271
|
+
|
|
272
|
+
The above copyright notice and this permission notice shall be included in all
|
|
273
|
+
copies or substantial portions of the Software.
|
|
274
|
+
|
|
275
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
276
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
277
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
278
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
279
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
280
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
281
|
+
SOFTWARE.
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
---
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
Name: xstate
|
|
288
|
+
Version: 4.37.2
|
|
289
|
+
License: MIT
|
|
290
|
+
Private: false
|
|
291
|
+
Description: Finite State Machines and Statecharts for the Modern Web.
|
|
292
|
+
Repository: git+https://github.com/statelyai/xstate.git
|
|
293
|
+
Homepage: https://github.com/statelyai/xstate/tree/main/packages/core#readme
|
|
294
|
+
Author: David Khourshid <davidkpiano@gmail.com>
|
|
295
|
+
License Copyright:
|
|
296
|
+
===
|
|
297
|
+
|
|
298
|
+
The MIT License (MIT)
|
|
299
|
+
|
|
300
|
+
Copyright (c) 2015 David Khourshid
|
|
301
|
+
|
|
302
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
303
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
304
|
+
in the Software without restriction, including without limitation the rights
|
|
305
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
306
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
307
|
+
furnished to do so, subject to the following conditions:
|
|
308
|
+
|
|
309
|
+
The above copyright notice and this permission notice shall be included in all
|
|
310
|
+
copies or substantial portions of the Software.
|
|
311
|
+
|
|
312
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
313
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
314
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
315
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
316
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
317
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
318
|
+
SOFTWARE.
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
Name: use-isomorphic-layout-effect
|
|
326
|
+
Version: 1.1.2
|
|
327
|
+
License: MIT
|
|
328
|
+
Private: false
|
|
329
|
+
Description: A React helper hook for scheduling a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering).
|
|
330
|
+
Repository: git+https://github.com/Andarist/use-isomorphic-layout-effect.git
|
|
331
|
+
Homepage: https://github.com/Andarist/use-isomorphic-layout-effect#readme
|
|
332
|
+
License Copyright:
|
|
333
|
+
===
|
|
334
|
+
|
|
335
|
+
MIT License
|
|
336
|
+
|
|
337
|
+
Copyright (c) Mateusz Burzyński
|
|
338
|
+
|
|
339
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
340
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
341
|
+
in the Software without restriction, including without limitation the rights
|
|
342
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
343
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
344
|
+
furnished to do so, subject to the following conditions:
|
|
345
|
+
|
|
346
|
+
The above copyright notice and this permission notice shall be included in all
|
|
347
|
+
copies or substantial portions of the Software.
|
|
348
|
+
|
|
349
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
350
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
351
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
352
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
353
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
354
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
355
|
+
SOFTWARE.
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
Name: @xstate/react
|
|
362
|
+
Version: 3.2.2
|
|
363
|
+
License: MIT
|
|
364
|
+
Private: false
|
|
365
|
+
Description: XState tools for React
|
|
366
|
+
Repository: git+ssh://git@github.com/statelyai/xstate.git
|
|
367
|
+
Homepage: https://github.com/statelyai/xstate/tree/main/packages/xstate-react#readme
|
|
368
|
+
Author: David Khourshid <davidkpiano@gmail.com>
|
|
369
|
+
License Copyright:
|
|
370
|
+
===
|
|
371
|
+
|
|
372
|
+
The MIT License (MIT)
|
|
373
|
+
|
|
374
|
+
Copyright (c) 2015 David Khourshid
|
|
375
|
+
|
|
376
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
377
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
378
|
+
in the Software without restriction, including without limitation the rights
|
|
379
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
380
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
381
|
+
furnished to do so, subject to the following conditions:
|
|
382
|
+
|
|
383
|
+
The above copyright notice and this permission notice shall be included in all
|
|
384
|
+
copies or substantial portions of the Software.
|
|
385
|
+
|
|
386
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
387
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
388
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
389
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
390
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
391
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
392
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,89 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getyoti/react-face-capture",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
4
|
"description": "Face capture module to collect picture and data for Yoti AI API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"typings": "index.d.ts",
|
|
7
7
|
"author": "Yoti LTD",
|
|
8
8
|
"license": "Yoti Face Capture Licence",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@lingui/
|
|
11
|
-
"@
|
|
10
|
+
"@lingui/react": "4.1.2",
|
|
11
|
+
"@xstate/react": "3.2.2",
|
|
12
12
|
"axios": "0.24.0",
|
|
13
13
|
"classnames": "2.2.6",
|
|
14
|
-
"face-api.js": "0.22.0"
|
|
14
|
+
"face-api.js": "0.22.0",
|
|
15
|
+
"prop-types": "15.7.2",
|
|
16
|
+
"xstate": "4.37.2"
|
|
15
17
|
},
|
|
16
18
|
"peerDependencies": {
|
|
17
|
-
"react": ">=16.
|
|
18
|
-
"react-dom": ">=16.
|
|
19
|
+
"react": ">=16.14.0 <18.2.0",
|
|
20
|
+
"react-dom": ">=16.14.0 <18.2.0"
|
|
19
21
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"@babel/plugin-transform-modules-commonjs": "7.16.0",
|
|
25
|
-
"@babel/preset-env": "7.12.1",
|
|
26
|
-
"@babel/preset-react": "7.12.5",
|
|
27
|
-
"@babel/register": "7.12.1",
|
|
28
|
-
"@lingui/cli": "3.6.0",
|
|
29
|
-
"@storybook/addon-actions": "6.5.10",
|
|
30
|
-
"@storybook/addon-essentials": "6.5.10",
|
|
31
|
-
"@storybook/addon-links": "6.5.10",
|
|
32
|
-
"@storybook/addon-postcss": "2.0.0",
|
|
33
|
-
"@storybook/addon-storysource": "6.5.10",
|
|
34
|
-
"@storybook/builder-webpack5": "6.5.10",
|
|
35
|
-
"@storybook/manager-webpack5": "6.5.10",
|
|
36
|
-
"@storybook/preset-scss": "1.0.3",
|
|
37
|
-
"@storybook/react": "6.5.10",
|
|
38
|
-
"@svgr/webpack": "5.5.0",
|
|
39
|
-
"@testing-library/jest-dom": "5.11.6",
|
|
40
|
-
"@testing-library/react": "11.1.2",
|
|
41
|
-
"@testing-library/react-hooks": "7.0.2",
|
|
42
|
-
"@yoti/ui-kit-components-react": "4.0.0-alpha.9",
|
|
43
|
-
"@yoti/webpack-config": "1.0.0-alpha.5",
|
|
44
|
-
"audit-ci": "6.1.2",
|
|
45
|
-
"autoprefixer": "10.0.2",
|
|
46
|
-
"babel-jest": "26.6.3",
|
|
47
|
-
"babel-loader": "8.2.2",
|
|
48
|
-
"babel-plugin-macros": "3.1.0",
|
|
49
|
-
"babel-plugin-module-resolver": "4.0.0",
|
|
50
|
-
"core-js": "3.7.0",
|
|
51
|
-
"cors": "2.8.5",
|
|
52
|
-
"css-hot-loader": "1.4.4",
|
|
53
|
-
"css-loader": "6.2.0",
|
|
54
|
-
"detect-browser": "5.3.0",
|
|
55
|
-
"eslint": "7.13.0",
|
|
56
|
-
"eslint-config-airbnb": "18.2.1",
|
|
57
|
-
"eslint-config-prettier": "6.15.0",
|
|
58
|
-
"eslint-filtered-fix": "0.1.1",
|
|
59
|
-
"eslint-import-resolver-babel-module": "5.2.0",
|
|
60
|
-
"eslint-plugin-import": "2.22.1",
|
|
61
|
-
"eslint-plugin-jest": "24.1.3",
|
|
62
|
-
"eslint-plugin-jsx-a11y": "6.4.1",
|
|
63
|
-
"eslint-plugin-jsx-control-statements": "2.2.1",
|
|
64
|
-
"eslint-plugin-prettier": "3.1.4",
|
|
65
|
-
"eslint-plugin-react": "7.21.5",
|
|
66
|
-
"eslint-plugin-react-hooks": "4.2.0",
|
|
67
|
-
"eslint-plugin-testing-library": "3.10.0",
|
|
68
|
-
"follow-redirects": "1.14.7",
|
|
69
|
-
"http-server": "14.1.0",
|
|
70
|
-
"identity-obj-proxy": "3.0.0",
|
|
71
|
-
"jest": "26.6.3",
|
|
72
|
-
"jest-environment-node": "27.4.2",
|
|
73
|
-
"markdown-table": "2.0.0",
|
|
74
|
-
"modules": "0.4.0",
|
|
75
|
-
"nanoid": "3.2.0",
|
|
76
|
-
"postcss": "8.4.5",
|
|
77
|
-
"postcss-modules": "4.3.0",
|
|
78
|
-
"prettier": "2.1.2",
|
|
79
|
-
"process": "0.11.10",
|
|
80
|
-
"prop-types": "15.7.2",
|
|
81
|
-
"react": "16.12.0",
|
|
82
|
-
"react-dom": "16.12.0",
|
|
83
|
-
"replace-in-file": "6.1.0",
|
|
84
|
-
"sass": "1.29.0",
|
|
85
|
-
"sass-loader": "12.1.0",
|
|
86
|
-
"webpack": "5.52.0",
|
|
87
|
-
"webpack-cli": "4.8.0"
|
|
22
|
+
"browser": {
|
|
23
|
+
"crypto": false,
|
|
24
|
+
"fs": false,
|
|
25
|
+
"util": false
|
|
88
26
|
}
|
|
89
27
|
}
|