@subwallet/web-runner 0.5.1 → 0.5.4-0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,63 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * Determine if an object is a Buffer
9
+ *
10
+ * @author Feross Aboukhadijeh <https://feross.org>
11
+ * @license MIT
12
+ */
13
+
14
+ /*!
15
+ * The buffer module from node.js, for the browser.
16
+ *
17
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
18
+ * @license MIT
19
+ */
20
+
21
+ /*!
22
+ * The buffer module from node.js, for the browser.
23
+ *
24
+ * @author Feross Aboukhadijeh <https://feross.org>
25
+ * @license MIT
26
+ */
27
+
28
+ /*!
29
+ * v2.1.4-104-gc868b3a
30
+ *
31
+ */
32
+
33
+ /*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
34
+
35
+ /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
36
+
37
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
38
+
39
+ /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
40
+
41
+ /*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
42
+
43
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
44
+
45
+ /*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
46
+
47
+ /**
48
+ * [js-sha3]{@link https://github.com/emn178/js-sha3}
49
+ *
50
+ * @version 0.5.7
51
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
52
+ * @copyright Chen, Yi-Cyuan 2015-2016
53
+ * @license MIT
54
+ */
55
+
56
+ /**
57
+ * [js-sha3]{@link https://github.com/emn178/js-sha3}
58
+ *
59
+ * @version 0.8.0
60
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
61
+ * @copyright Chen, Yi-Cyuan 2015-2018
62
+ * @license MIT
63
+ */