@ocap/client 1.18.1 → 1.18.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.
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * EventEmitter v5.2.9 - git.io/ee
3
+ * Unlicense - http://unlicense.org/
4
+ * Oliver Caldwell - https://oli.me.uk/
5
+ * @preserve
6
+ */
7
+
8
+ /*!
9
+ * The buffer module from node.js, for the browser.
10
+ *
11
+ * @author Feross Aboukhadijeh <https://feross.org>
12
+ * @license MIT
13
+ */
14
+
15
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
16
+
17
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
18
+
19
+ /**
20
+ * [js-sha3]{@link https://github.com/emn178/js-sha3}
21
+ *
22
+ * @version 0.8.0
23
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
24
+ * @copyright Chen, Yi-Cyuan 2015-2018
25
+ * @license MIT
26
+ */