gwchq-textjam 0.1.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.
- package/LICENSE.txt +202 -0
- package/README.md +157 -0
- package/dist/13.index.js +1 -0
- package/dist/156.index.js +1 -0
- package/dist/360.index.js +1 -0
- package/dist/447.index.js +1 -0
- package/dist/64.index.js +1 -0
- package/dist/assets/PyodideWorkeref0caaef77d3a68b5bd4.js +1 -0
- package/dist/assets/_internal_sense_hat811404214538fd1e5cc1.js +1 -0
- package/dist/assets/p5-0.0.1-py3-none-any94083ec22b4dfbbd6318.whl +0 -0
- package/dist/assets/py_enigma-0.1-py3-none-any77b539746537424950f6.whl +0 -0
- package/dist/assets/pygalb3ef2739412b1c3b9db3.js +1 -0
- package/dist/assets/raspi-compressed3907c06dae78e674f067.glb +0 -0
- package/dist/assets/sense_hat-0.0.1-py3-none-any37d89a12d6ab77a7b47d.whl +0 -0
- package/dist/assets/turtle-0.0.1-py3-none-any0c3147a3e0c3188b2544.whl +0 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +310 -0
- package/dist/style.css +49 -0
- package/package.json +287 -0
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
|
|
3
|
+
* @license MIT
|
|
4
|
+
* @preserve Project Home: https://github.com/voidqk/polybooljs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
object-assign
|
|
9
|
+
(c) Sindre Sorhus
|
|
10
|
+
@license MIT
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
Copyright (c) 2018 Jed Watson.
|
|
15
|
+
Licensed under the MIT License (MIT), see
|
|
16
|
+
http://jedwatson.github.io/classnames
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/*!
|
|
20
|
+
Copyright (c) 2015 Jed Watson.
|
|
21
|
+
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
22
|
+
All rights reserved.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
/*!
|
|
26
|
+
* Adapted from jQuery UI core
|
|
27
|
+
*
|
|
28
|
+
* http://jqueryui.com
|
|
29
|
+
*
|
|
30
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
|
31
|
+
* Released under the MIT license.
|
|
32
|
+
* http://jquery.org/license
|
|
33
|
+
*
|
|
34
|
+
* http://api.jqueryui.com/category/ui-core/
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/*!
|
|
38
|
+
* Determine if an object is a Buffer
|
|
39
|
+
*
|
|
40
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
41
|
+
* @license MIT
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/*!
|
|
45
|
+
* The buffer module from node.js, for the browser.
|
|
46
|
+
*
|
|
47
|
+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
48
|
+
* @license MIT
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
/*!
|
|
52
|
+
* The buffer module from node.js, for the browser.
|
|
53
|
+
*
|
|
54
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
55
|
+
* @license MIT
|
|
56
|
+
*/
|
|
57
|
+
|
|
58
|
+
/*!
|
|
59
|
+
* cookie
|
|
60
|
+
* Copyright(c) 2012-2014 Roman Shtylman
|
|
61
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
62
|
+
* MIT Licensed
|
|
63
|
+
*/
|
|
64
|
+
|
|
65
|
+
/*!
|
|
66
|
+
* mime-db
|
|
67
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
68
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
69
|
+
* MIT Licensed
|
|
70
|
+
*/
|
|
71
|
+
|
|
72
|
+
/*!
|
|
73
|
+
* mime-types
|
|
74
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
75
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
76
|
+
* MIT Licensed
|
|
77
|
+
*/
|
|
78
|
+
|
|
79
|
+
/*!
|
|
80
|
+
* pad-left <https://github.com/jonschlinkert/pad-left>
|
|
81
|
+
*
|
|
82
|
+
* Copyright (c) 2014-2015, Jon Schlinkert.
|
|
83
|
+
* Licensed under the MIT license.
|
|
84
|
+
*/
|
|
85
|
+
|
|
86
|
+
/*!
|
|
87
|
+
* repeat-string <https://github.com/jonschlinkert/repeat-string>
|
|
88
|
+
*
|
|
89
|
+
* Copyright (c) 2014-2015, Jon Schlinkert.
|
|
90
|
+
* Licensed under the MIT License.
|
|
91
|
+
*/
|
|
92
|
+
|
|
93
|
+
/*! ./Component */
|
|
94
|
+
|
|
95
|
+
/*! ./Context */
|
|
96
|
+
|
|
97
|
+
/*! ./checkPropTypes */
|
|
98
|
+
|
|
99
|
+
/*! ./cjs/react-is.development.js */
|
|
100
|
+
|
|
101
|
+
/*! ./factoryWithTypeCheckers */
|
|
102
|
+
|
|
103
|
+
/*! ./lib/ReactPropTypesSecret */
|
|
104
|
+
|
|
105
|
+
/*! ./lib/has */
|
|
106
|
+
|
|
107
|
+
/*! ./mediaQuery */
|
|
108
|
+
|
|
109
|
+
/*! ./toQuery */
|
|
110
|
+
|
|
111
|
+
/*! ./useMediaQuery */
|
|
112
|
+
|
|
113
|
+
/*! Native Promise Only
|
|
114
|
+
v0.8.1 (c) Kyle Simpson
|
|
115
|
+
MIT License: http://getify.mit-license.org
|
|
116
|
+
*/
|
|
117
|
+
|
|
118
|
+
/*! css-mediaquery */
|
|
119
|
+
|
|
120
|
+
/*! https://mths.be/he v1.2.0 by @mathias | MIT license */
|
|
121
|
+
|
|
122
|
+
/*! hyphenate-style-name */
|
|
123
|
+
|
|
124
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
125
|
+
|
|
126
|
+
/*! matchmediaquery */
|
|
127
|
+
|
|
128
|
+
/*! object-assign */
|
|
129
|
+
|
|
130
|
+
/*! prop-types */
|
|
131
|
+
|
|
132
|
+
/*! react */
|
|
133
|
+
|
|
134
|
+
/*! react-is */
|
|
135
|
+
|
|
136
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
137
|
+
|
|
138
|
+
/*! shallow-equal */
|
|
139
|
+
|
|
140
|
+
/*!**********************!*\
|
|
141
|
+
!*** ./src/index.ts ***!
|
|
142
|
+
\**********************/
|
|
143
|
+
|
|
144
|
+
/*!************************!*\
|
|
145
|
+
!*** ./src/Context.ts ***!
|
|
146
|
+
\************************/
|
|
147
|
+
|
|
148
|
+
/*!************************!*\
|
|
149
|
+
!*** ./src/toQuery.ts ***!
|
|
150
|
+
\************************/
|
|
151
|
+
|
|
152
|
+
/*!**************************!*\
|
|
153
|
+
!*** ./src/Component.ts ***!
|
|
154
|
+
\**************************/
|
|
155
|
+
|
|
156
|
+
/*!***************************!*\
|
|
157
|
+
!*** ./src/mediaQuery.ts ***!
|
|
158
|
+
\***************************/
|
|
159
|
+
|
|
160
|
+
/*!******************************!*\
|
|
161
|
+
!*** ./src/useMediaQuery.ts ***!
|
|
162
|
+
\******************************/
|
|
163
|
+
|
|
164
|
+
/*!****************************************!*\
|
|
165
|
+
!*** ./node_modules/react-is/index.js ***!
|
|
166
|
+
\****************************************/
|
|
167
|
+
|
|
168
|
+
/*!******************************************!*\
|
|
169
|
+
!*** ./node_modules/prop-types/index.js ***!
|
|
170
|
+
\******************************************/
|
|
171
|
+
|
|
172
|
+
/*!********************************************!*\
|
|
173
|
+
!*** ./node_modules/prop-types/lib/has.js ***!
|
|
174
|
+
\********************************************/
|
|
175
|
+
|
|
176
|
+
/*!*********************************************!*\
|
|
177
|
+
!*** ./node_modules/object-assign/index.js ***!
|
|
178
|
+
\*********************************************/
|
|
179
|
+
|
|
180
|
+
/*!**********************************************!*\
|
|
181
|
+
!*** ./node_modules/css-mediaquery/index.js ***!
|
|
182
|
+
\**********************************************/
|
|
183
|
+
|
|
184
|
+
/*!***********************************************!*\
|
|
185
|
+
!*** ./node_modules/matchmediaquery/index.js ***!
|
|
186
|
+
\***********************************************/
|
|
187
|
+
|
|
188
|
+
/*!***************************************************!*\
|
|
189
|
+
!*** ./node_modules/prop-types/checkPropTypes.js ***!
|
|
190
|
+
\***************************************************/
|
|
191
|
+
|
|
192
|
+
/*!****************************************************!*\
|
|
193
|
+
!*** ./node_modules/hyphenate-style-name/index.js ***!
|
|
194
|
+
\****************************************************/
|
|
195
|
+
|
|
196
|
+
/*!******************************************************!*\
|
|
197
|
+
!*** ./node_modules/shallow-equal/dist/index.esm.js ***!
|
|
198
|
+
\******************************************************/
|
|
199
|
+
|
|
200
|
+
/*!***********************************************************!*\
|
|
201
|
+
!*** ./node_modules/react-is/cjs/react-is.development.js ***!
|
|
202
|
+
\***********************************************************/
|
|
203
|
+
|
|
204
|
+
/*!************************************************************!*\
|
|
205
|
+
!*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
|
|
206
|
+
\************************************************************/
|
|
207
|
+
|
|
208
|
+
/*!*************************************************************!*\
|
|
209
|
+
!*** ./node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
|
|
210
|
+
\*************************************************************/
|
|
211
|
+
|
|
212
|
+
/*!**************************************************************************************!*\
|
|
213
|
+
!*** external {"commonjs":"react","commonjs2":"react","amd":"react","root":"React"} ***!
|
|
214
|
+
\**************************************************************************************/
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* @license React
|
|
218
|
+
* react-jsx-runtime.production.min.js
|
|
219
|
+
*
|
|
220
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
221
|
+
*
|
|
222
|
+
* This source code is licensed under the MIT license found in the
|
|
223
|
+
* LICENSE file in the root directory of this source tree.
|
|
224
|
+
*/
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* @license React
|
|
228
|
+
* react-reconciler-constants.production.min.js
|
|
229
|
+
*
|
|
230
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
231
|
+
*
|
|
232
|
+
* This source code is licensed under the MIT license found in the
|
|
233
|
+
* LICENSE file in the root directory of this source tree.
|
|
234
|
+
*/
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* @license React
|
|
238
|
+
* react-reconciler.production.min.js
|
|
239
|
+
*
|
|
240
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
241
|
+
*
|
|
242
|
+
* This source code is licensed under the MIT license found in the
|
|
243
|
+
* LICENSE file in the root directory of this source tree.
|
|
244
|
+
*/
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @license React
|
|
248
|
+
* scheduler.production.min.js
|
|
249
|
+
*
|
|
250
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
251
|
+
*
|
|
252
|
+
* This source code is licensed under the MIT license found in the
|
|
253
|
+
* LICENSE file in the root directory of this source tree.
|
|
254
|
+
*/
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* @remix-run/router v1.20.0
|
|
258
|
+
*
|
|
259
|
+
* Copyright (c) Remix Software Inc.
|
|
260
|
+
*
|
|
261
|
+
* This source code is licensed under the MIT license found in the
|
|
262
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
263
|
+
*
|
|
264
|
+
* @license MIT
|
|
265
|
+
*/
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* MapLibre GL JS
|
|
269
|
+
* @license 3-Clause BSD. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v4.7.1/LICENSE.txt
|
|
270
|
+
*/
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
274
|
+
*
|
|
275
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
276
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
277
|
+
* @namespace
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* React Router DOM v6.27.0
|
|
283
|
+
*
|
|
284
|
+
* Copyright (c) Remix Software Inc.
|
|
285
|
+
*
|
|
286
|
+
* This source code is licensed under the MIT license found in the
|
|
287
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
288
|
+
*
|
|
289
|
+
* @license MIT
|
|
290
|
+
*/
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* React Router v6.27.0
|
|
294
|
+
*
|
|
295
|
+
* Copyright (c) Remix Software Inc.
|
|
296
|
+
*
|
|
297
|
+
* This source code is licensed under the MIT license found in the
|
|
298
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
299
|
+
*
|
|
300
|
+
* @license MIT
|
|
301
|
+
*/
|
|
302
|
+
|
|
303
|
+
/** @license React v16.13.1
|
|
304
|
+
* react-is.production.min.js
|
|
305
|
+
*
|
|
306
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
307
|
+
*
|
|
308
|
+
* This source code is licensed under the MIT license found in the
|
|
309
|
+
* LICENSE file in the root directory of this source tree.
|
|
310
|
+
*/
|