@ukeyfe/hardware-web-sdk 1.1.13

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.
@@ -0,0 +1,51 @@
1
+ /*!
2
+ * @overview es6-promise - a tiny implementation of Promises/A+.
3
+ * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
4
+ * @license Licensed under MIT license
5
+ * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
6
+ * @version v4.2.8+1e68dce6
7
+ */
8
+
9
+ /*!
10
+ * The buffer module from node.js, for the browser.
11
+ *
12
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
13
+ * @license MIT
14
+ */
15
+
16
+ /*!
17
+ * The buffer module from node.js, for the browser.
18
+ *
19
+ * @author Feross Aboukhadijeh <https://feross.org>
20
+ * @license MIT
21
+ */
22
+
23
+ /*! Axios v1.12.2 Copyright (c) 2025 Matt Zabriskie and contributors */
24
+
25
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
26
+
27
+ /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
28
+
29
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
30
+
31
+ /**
32
+ * @license
33
+ * Lodash <https://lodash.com/>
34
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
35
+ * Released under MIT license <https://lodash.com/license>
36
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
37
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
38
+ */
39
+
40
+ /**
41
+ * @license bytebuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
42
+ * Backing buffer: ArrayBuffer, Accessor: Uint8Array
43
+ * Released under the Apache License, Version 2.0
44
+ * see: https://github.com/dcodeIO/bytebuffer.js for details
45
+ */
46
+
47
+ /**
48
+ * @license long.js (c) 2013 Daniel Wirtz <dcode@dcode.io>
49
+ * Released under the Apache License, Version 2.0
50
+ * see: https://github.com/dcodeIO/long.js for details
51
+ */