@colyseus/playground 0.16.4 → 0.17.0

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,132 +0,0 @@
1
- /*
2
- * based on code from:
3
- *
4
- * @license RequireJS text 0.25.0 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
5
- * Available via the MIT or new BSD license.
6
- * see: http://github.com/jrburke/requirejs for details
7
- */
8
-
9
- /*!
10
- * jsoneditor.js
11
- *
12
- * @brief
13
- * JSONEditor is a web-based tool to view, edit, format, and validate JSON.
14
- * It has various modes such as a tree editor, a code editor, and a plain text
15
- * editor.
16
- *
17
- * Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 8+
18
- *
19
- * @license
20
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
21
- * use this file except in compliance with the License. You may obtain a copy
22
- * of the License at
23
- *
24
- * http://www.apache.org/licenses/LICENSE-2.0
25
- *
26
- * Unless required by applicable law or agreed to in writing, software
27
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
28
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
29
- * License for the specific language governing permissions and limitations under
30
- * the License.
31
- *
32
- * Copyright (c) 2011-2023 Jos de Jong, http://jsoneditoronline.org
33
- *
34
- * @author Jos de Jong, <wjosdejong@gmail.com>
35
- * @version 9.10.5
36
- * @date 2023-12-21
37
- */
38
-
39
- /*! @license
40
- ==========================================================================
41
- SproutCore -- JavaScript Application Framework
42
- copyright 2006-2009, Sprout Systems Inc., Apple Inc. and contributors.
43
-
44
- Permission is hereby granted, free of charge, to any person obtaining a
45
- copy of this software and associated documentation files (the "Software"),
46
- to deal in the Software without restriction, including without limitation
47
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
48
- and/or sell copies of the Software, and to permit persons to whom the
49
- Software is furnished to do so, subject to the following conditions:
50
-
51
- The above copyright notice and this permission notice shall be included in
52
- all copies or substantial portions of the Software.
53
-
54
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
57
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
59
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
60
- DEALINGS IN THE SOFTWARE.
61
-
62
- SproutCore and the SproutCore logo are trademarks of Sprout Systems, Inc.
63
-
64
- For more information about SproutCore, visit http://www.sproutcore.com
65
-
66
-
67
- ==========================================================================
68
- @license */
69
-
70
- /**
71
- * @license React
72
- * react-dom.production.min.js
73
- *
74
- * Copyright (c) Facebook, Inc. and its affiliates.
75
- *
76
- * This source code is licensed under the MIT license found in the
77
- * LICENSE file in the root directory of this source tree.
78
- */
79
-
80
- /**
81
- * @license React
82
- * react-jsx-runtime.production.min.js
83
- *
84
- * Copyright (c) Facebook, Inc. and its affiliates.
85
- *
86
- * This source code is licensed under the MIT license found in the
87
- * LICENSE file in the root directory of this source tree.
88
- */
89
-
90
- /**
91
- * @license React
92
- * react.production.min.js
93
- *
94
- * Copyright (c) Facebook, Inc. and its affiliates.
95
- *
96
- * This source code is licensed under the MIT license found in the
97
- * LICENSE file in the root directory of this source tree.
98
- */
99
-
100
- /**
101
- * @license React
102
- * scheduler.production.min.js
103
- *
104
- * Copyright (c) Facebook, Inc. and its affiliates.
105
- *
106
- * This source code is licensed under the MIT license found in the
107
- * LICENSE file in the root directory of this source tree.
108
- */
109
-
110
- /**
111
- * @remix-run/router v1.23.0
112
- *
113
- * Copyright (c) Remix Software Inc.
114
- *
115
- * This source code is licensed under the MIT license found in the
116
- * LICENSE.md file in the root directory of this source tree.
117
- *
118
- * @license MIT
119
- */
120
-
121
- /**
122
- * React Router v6.30.0
123
- *
124
- * Copyright (c) Remix Software Inc.
125
- *
126
- * This source code is licensed under the MIT license found in the
127
- * LICENSE.md file in the root directory of this source tree.
128
- *
129
- * @license MIT
130
- */
131
-
132
- /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */