isomorphic-git 1.34.2 → 1.35.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.
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <https://feross.org>
5
+ * @license MIT
6
+ */
7
+
8
+ /*!
9
+ * This code for `path.join` is directly copied from @zenfs/core/path for bundle size improvements.
10
+ * SPDX-License-Identifier: LGPL-3.0-or-later
11
+ * Copyright (c) James Prevett and other ZenFS contributors.
12
+ */
13
+
14
+ /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
15
+
16
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
17
+
18
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */