resolver-egretimp-plus 0.0.64 → 0.0.65

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.
@@ -1 +1,43 @@
1
+ /*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
5
+ * @license MIT
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
+ /*! https://mths.be/punycode v1.4.1 by @mathias */
16
+
17
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
18
+
1
19
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
20
+
21
+ /**
22
+ * @vue/compiler-core v3.4.15
23
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
24
+ * @license MIT
25
+ **/
26
+
27
+ /**
28
+ * @vue/compiler-dom v3.4.15
29
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
30
+ * @license MIT
31
+ **/
32
+
33
+ /**
34
+ * @vue/compiler-sfc v3.4.15
35
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
36
+ * @license MIT
37
+ **/
38
+
39
+ /**
40
+ * @vue/shared v3.4.15
41
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
42
+ * @license MIT
43
+ **/