@famibee/skynovel 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,180 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * @pixi/accessibility - v6.1.3
9
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
10
+ *
11
+ * @pixi/accessibility is licensed under the MIT License.
12
+ * http://www.opensource.org/licenses/mit-license
13
+ */
14
+
15
+ /*!
16
+ * @pixi/constants - v6.1.3
17
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
18
+ *
19
+ * @pixi/constants is licensed under the MIT License.
20
+ * http://www.opensource.org/licenses/mit-license
21
+ */
22
+
23
+ /*!
24
+ * @pixi/core - v6.1.3
25
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
26
+ *
27
+ * @pixi/core is licensed under the MIT License.
28
+ * http://www.opensource.org/licenses/mit-license
29
+ */
30
+
31
+ /*!
32
+ * @pixi/display - v6.1.3
33
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
34
+ *
35
+ * @pixi/display is licensed under the MIT License.
36
+ * http://www.opensource.org/licenses/mit-license
37
+ */
38
+
39
+ /*!
40
+ * @pixi/extract - v6.1.3
41
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
42
+ *
43
+ * @pixi/extract is licensed under the MIT License.
44
+ * http://www.opensource.org/licenses/mit-license
45
+ */
46
+
47
+ /*!
48
+ * @pixi/filter-displacement - v6.1.3
49
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
50
+ *
51
+ * @pixi/filter-displacement is licensed under the MIT License.
52
+ * http://www.opensource.org/licenses/mit-license
53
+ */
54
+
55
+ /*!
56
+ * @pixi/loaders - v6.1.3
57
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
58
+ *
59
+ * @pixi/loaders is licensed under the MIT License.
60
+ * http://www.opensource.org/licenses/mit-license
61
+ */
62
+
63
+ /*!
64
+ * @pixi/math - v6.1.3
65
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
66
+ *
67
+ * @pixi/math is licensed under the MIT License.
68
+ * http://www.opensource.org/licenses/mit-license
69
+ */
70
+
71
+ /*!
72
+ * @pixi/mesh-extras - v6.1.3
73
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
74
+ *
75
+ * @pixi/mesh-extras is licensed under the MIT License.
76
+ * http://www.opensource.org/licenses/mit-license
77
+ */
78
+
79
+ /*!
80
+ * @pixi/mixin-get-child-by-name - v6.1.3
81
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
82
+ *
83
+ * @pixi/mixin-get-child-by-name is licensed under the MIT License.
84
+ * http://www.opensource.org/licenses/mit-license
85
+ */
86
+
87
+ /*!
88
+ * @pixi/mixin-get-global-position - v6.1.3
89
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
90
+ *
91
+ * @pixi/mixin-get-global-position is licensed under the MIT License.
92
+ * http://www.opensource.org/licenses/mit-license
93
+ */
94
+
95
+ /*!
96
+ * @pixi/polyfill - v6.1.3
97
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
98
+ *
99
+ * @pixi/polyfill is licensed under the MIT License.
100
+ * http://www.opensource.org/licenses/mit-license
101
+ */
102
+
103
+ /*!
104
+ * @pixi/prepare - v6.1.3
105
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
106
+ *
107
+ * @pixi/prepare is licensed under the MIT License.
108
+ * http://www.opensource.org/licenses/mit-license
109
+ */
110
+
111
+ /*!
112
+ * @pixi/runner - v6.1.3
113
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
114
+ *
115
+ * @pixi/runner is licensed under the MIT License.
116
+ * http://www.opensource.org/licenses/mit-license
117
+ */
118
+
119
+ /*!
120
+ * @pixi/ticker - v6.1.3
121
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
122
+ *
123
+ * @pixi/ticker is licensed under the MIT License.
124
+ * http://www.opensource.org/licenses/mit-license
125
+ */
126
+
127
+ /*!
128
+ * Platform.js v1.3.6
129
+ * Copyright 2014-2020 Benjamin Tan
130
+ * Copyright 2011-2013 John-David Dalton
131
+ * Available under MIT license
132
+ */
133
+
134
+ /*!
135
+ * pixi.js - v6.1.3
136
+ * Compiled Mon, 13 Sep 2021 15:29:31 UTC
137
+ *
138
+ * pixi.js is licensed under the MIT License.
139
+ * http://www.opensource.org/licenses/mit-license
140
+ */
141
+
142
+ /*!
143
+ devtools-detect
144
+ Detect if DevTools is open
145
+ https://github.com/sindresorhus/devtools-detect
146
+ By Sindre Sorhus
147
+ MIT License
148
+ */
149
+
150
+ /*! *****************************************************************************
151
+ Copyright (c) Microsoft Corporation.
152
+
153
+ Permission to use, copy, modify, and/or distribute this software for any
154
+ purpose with or without fee is hereby granted.
155
+
156
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
157
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
158
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
159
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
160
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
161
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
162
+ PERFORMANCE OF THIS SOFTWARE.
163
+ ***************************************************************************** */
164
+
165
+ /*! *****************************************************************************
166
+ Copyright (c) Microsoft Corporation. All rights reserved.
167
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
168
+ this file except in compliance with the License. You may obtain a copy of the
169
+ License at http://www.apache.org/licenses/LICENSE-2.0
170
+
171
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
172
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
173
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
174
+ MERCHANTABLITY OR NON-INFRINGEMENT.
175
+
176
+ See the Apache Version 2.0 License for specific language governing permissions
177
+ and limitations under the License.
178
+ ***************************************************************************** */
179
+
180
+ /*! https://mths.be/punycode v1.3.2 by @mathias */