@wwawing/debug-server 3.12.22 → 3.12.23
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.
- package/LICENSE +1 -1
- package/bin/LICENSE +11 -51
- package/bin/wwa-server.exe +0 -0
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +9 -49
- package/package.json +7 -7
package/LICENSE
CHANGED
package/bin/LICENSE
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
/*!
|
|
11
11
|
* @wwawing/debug-server
|
|
12
|
-
* Copyright (c) 2018-
|
|
12
|
+
* Copyright (c) 2018-2026 WWA Wing Team
|
|
13
13
|
* MIT Licensed
|
|
14
|
-
* https://github.com/WWAWing/WWAWing/blob/
|
|
14
|
+
* https://github.com/WWAWing/WWAWing/blob/v3/packages/debug-server/LICENSE
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
17
|
/*!
|
|
@@ -68,43 +68,12 @@
|
|
|
68
68
|
* MIT Licensed
|
|
69
69
|
*/
|
|
70
70
|
|
|
71
|
-
/*!
|
|
72
|
-
* depd
|
|
73
|
-
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
74
|
-
* MIT Licensed
|
|
75
|
-
*/
|
|
76
|
-
|
|
77
|
-
/*!
|
|
78
|
-
* depd
|
|
79
|
-
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
80
|
-
* MIT Licensed
|
|
81
|
-
*/
|
|
82
|
-
|
|
83
|
-
/*!
|
|
84
|
-
* depd
|
|
85
|
-
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
86
|
-
* MIT Licensed
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
71
|
/*!
|
|
90
72
|
* depd
|
|
91
73
|
* Copyright(c) 2014-2018 Douglas Christopher Wilson
|
|
92
74
|
* MIT Licensed
|
|
93
75
|
*/
|
|
94
76
|
|
|
95
|
-
/*!
|
|
96
|
-
* depd
|
|
97
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
98
|
-
* MIT Licensed
|
|
99
|
-
*/
|
|
100
|
-
|
|
101
|
-
/*!
|
|
102
|
-
* destroy
|
|
103
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
104
|
-
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
105
|
-
* MIT Licensed
|
|
106
|
-
*/
|
|
107
|
-
|
|
108
77
|
/*!
|
|
109
78
|
* ee-first
|
|
110
79
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -174,21 +143,7 @@
|
|
|
174
143
|
|
|
175
144
|
/*!
|
|
176
145
|
* media-typer
|
|
177
|
-
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
178
|
-
* MIT Licensed
|
|
179
|
-
*/
|
|
180
|
-
|
|
181
|
-
/*!
|
|
182
|
-
* merge-descriptors
|
|
183
|
-
* Copyright(c) 2014 Jonathan Ong
|
|
184
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
185
|
-
* MIT Licensed
|
|
186
|
-
*/
|
|
187
|
-
|
|
188
|
-
/*!
|
|
189
|
-
* methods
|
|
190
|
-
* Copyright(c) 2013-2014 TJ Holowaychuk
|
|
191
|
-
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
146
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
192
147
|
* MIT Licensed
|
|
193
148
|
*/
|
|
194
149
|
|
|
@@ -248,6 +203,13 @@
|
|
|
248
203
|
* MIT Licensed
|
|
249
204
|
*/
|
|
250
205
|
|
|
206
|
+
/*!
|
|
207
|
+
* router
|
|
208
|
+
* Copyright(c) 2013 Roman Shtylman
|
|
209
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
210
|
+
* MIT Licensed
|
|
211
|
+
*/
|
|
212
|
+
|
|
251
213
|
/*!
|
|
252
214
|
* send
|
|
253
215
|
* Copyright(c) 2012 TJ Holowaychuk
|
|
@@ -260,7 +222,7 @@
|
|
|
260
222
|
* Copyright(c) 2011 Sencha Inc.
|
|
261
223
|
* Copyright(c) 2011 TJ Holowaychuk
|
|
262
224
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
263
|
-
* Copyright(c) 2015-
|
|
225
|
+
* Copyright(c) 2015-2026 WWA Wing Team
|
|
264
226
|
* MIT Licensed
|
|
265
227
|
*/
|
|
266
228
|
|
|
@@ -303,5 +265,3 @@
|
|
|
303
265
|
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
304
266
|
* MIT Licensed
|
|
305
267
|
*/
|
|
306
|
-
|
|
307
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
package/bin/wwa-server.exe
CHANGED
|
Binary file
|