ggblab 0.9.3__py3-none-any.whl
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.
- ggblab/__init__.py +44 -0
- ggblab/_version.py +4 -0
- ggblab/comm.py +243 -0
- ggblab/construction.py +179 -0
- ggblab/errors.py +142 -0
- ggblab/ggbapplet.py +293 -0
- ggblab/parser.py +486 -0
- ggblab/persistent_counter.py +175 -0
- ggblab/schema.py +114 -0
- ggblab/utils.py +109 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/build_log.json +730 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/install.json +5 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/package.json +210 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/schemas/ggblab/package.json.orig +205 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/schemas/ggblab/plugin.json +8 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/lib_index_js.bbfa36bc62ee08eb62b2.js +465 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/lib_index_js.bbfa36bc62ee08eb62b2.js.map +1 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/remoteEntry.2d29364aef8b527d773e.js +568 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/remoteEntry.2d29364aef8b527d773e.js.map +1 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style.js +4 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style_index_js.aab9f5416f41ce79cac3.js +492 -0
- ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style_index_js.aab9f5416f41ce79cac3.js.map +1 -0
- ggblab-0.9.3.dist-info/METADATA +768 -0
- ggblab-0.9.3.dist-info/RECORD +26 -0
- ggblab-0.9.3.dist-info/WHEEL +4 -0
- ggblab-0.9.3.dist-info/licenses/LICENSE +29 -0
|
@@ -0,0 +1,730 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"bail": true,
|
|
4
|
+
"module": {
|
|
5
|
+
"rules": [
|
|
6
|
+
{
|
|
7
|
+
"test": "/\\.raw\\.css$/",
|
|
8
|
+
"type": "asset/source"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"test": "/(?<!\\.raw)\\.css$/",
|
|
12
|
+
"use": [
|
|
13
|
+
"/home/runner/work/ggblab/ggblab/node_modules/style-loader/dist/cjs.js",
|
|
14
|
+
"/home/runner/work/ggblab/ggblab/node_modules/css-loader/dist/cjs.js"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"test": "/\\.txt$/",
|
|
19
|
+
"type": "asset/source"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"test": "/\\.md$/",
|
|
23
|
+
"type": "asset/source"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"test": "/\\.(jpg|png|gif)$/",
|
|
27
|
+
"type": "asset/resource"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"test": "/\\.js.map$/",
|
|
31
|
+
"type": "asset/resource"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"test": "/\\.woff2(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
|
35
|
+
"type": "asset/resource"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"test": "/\\.woff(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
|
39
|
+
"type": "asset/resource"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"test": "/\\.ttf(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
|
43
|
+
"type": "asset/resource"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"test": "/\\.eot(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
|
47
|
+
"type": "asset/resource"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"test": "/\\.svg(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
|
51
|
+
"issuer": "/\\.css$/",
|
|
52
|
+
"type": "asset",
|
|
53
|
+
"generator": {}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"test": "/\\.svg(\\?v=\\d+\\.\\d+\\.\\d+)?$/",
|
|
57
|
+
"issuer": "/\\.js$/",
|
|
58
|
+
"type": "asset/source"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"test": "/\\.m?js$/",
|
|
62
|
+
"type": "javascript/auto"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"test": "/\\.m?js/",
|
|
66
|
+
"resolve": {
|
|
67
|
+
"fullySpecified": false
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"test": "/\\.c?js/",
|
|
72
|
+
"resolve": {
|
|
73
|
+
"fullySpecified": false
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"test": "/\\.html$/",
|
|
78
|
+
"type": "asset/resource"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"test": "/\\.js$/",
|
|
82
|
+
"enforce": "pre",
|
|
83
|
+
"use": [
|
|
84
|
+
"/home/runner/work/ggblab/ggblab/node_modules/@jupyterlab/builder/node_modules/source-map-loader/dist/cjs.js"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"resolve": {
|
|
90
|
+
"fallback": {
|
|
91
|
+
"url": false,
|
|
92
|
+
"buffer": false,
|
|
93
|
+
"crypto": false,
|
|
94
|
+
"path": "/home/runner/work/ggblab/ggblab/node_modules/path-browserify/index.js",
|
|
95
|
+
"process": "/home/runner/work/ggblab/ggblab/node_modules/process/browser.js"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"watchOptions": {
|
|
99
|
+
"poll": 500,
|
|
100
|
+
"aggregateTimeout": 1000
|
|
101
|
+
},
|
|
102
|
+
"output": {
|
|
103
|
+
"hashFunction": "sha256",
|
|
104
|
+
"filename": "[name].[contenthash].js",
|
|
105
|
+
"path": "/home/runner/work/ggblab/ggblab/ggblab/labextension/static",
|
|
106
|
+
"publicPath": "auto"
|
|
107
|
+
},
|
|
108
|
+
"plugins": [
|
|
109
|
+
{
|
|
110
|
+
"definitions": {
|
|
111
|
+
"process": "process/browser"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"_options": {
|
|
116
|
+
"name": "ggblab",
|
|
117
|
+
"library": {
|
|
118
|
+
"type": "var",
|
|
119
|
+
"name": [
|
|
120
|
+
"_JUPYTERLAB",
|
|
121
|
+
"ggblab"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"filename": "remoteEntry.[contenthash].js",
|
|
125
|
+
"exposes": {
|
|
126
|
+
"./index": "/home/runner/work/ggblab/ggblab/lib/index.js",
|
|
127
|
+
"./extension": "/home/runner/work/ggblab/ggblab/lib/index.js",
|
|
128
|
+
"./style": "/home/runner/work/ggblab/ggblab/style/index.js"
|
|
129
|
+
},
|
|
130
|
+
"shared": {
|
|
131
|
+
"@jupyterlab/application": {
|
|
132
|
+
"requiredVersion": "^4.5.2",
|
|
133
|
+
"import": false,
|
|
134
|
+
"singleton": true
|
|
135
|
+
},
|
|
136
|
+
"@jupyterlab/application-extension": {
|
|
137
|
+
"requiredVersion": "^4.5.2",
|
|
138
|
+
"import": false
|
|
139
|
+
},
|
|
140
|
+
"@jupyterlab/apputils-extension": {
|
|
141
|
+
"requiredVersion": "^4.5.2",
|
|
142
|
+
"import": false
|
|
143
|
+
},
|
|
144
|
+
"@jupyterlab/audio-extension": {
|
|
145
|
+
"requiredVersion": "^4.5.2",
|
|
146
|
+
"import": false
|
|
147
|
+
},
|
|
148
|
+
"@jupyterlab/cell-toolbar-extension": {
|
|
149
|
+
"requiredVersion": "^4.5.2",
|
|
150
|
+
"import": false
|
|
151
|
+
},
|
|
152
|
+
"@jupyterlab/celltags-extension": {
|
|
153
|
+
"requiredVersion": "^4.5.2",
|
|
154
|
+
"import": false
|
|
155
|
+
},
|
|
156
|
+
"@jupyterlab/codemirror-extension": {
|
|
157
|
+
"requiredVersion": "^4.5.2",
|
|
158
|
+
"import": false
|
|
159
|
+
},
|
|
160
|
+
"@jupyterlab/completer-extension": {
|
|
161
|
+
"requiredVersion": "^4.5.2",
|
|
162
|
+
"import": false
|
|
163
|
+
},
|
|
164
|
+
"@jupyterlab/console-extension": {
|
|
165
|
+
"requiredVersion": "^4.5.2",
|
|
166
|
+
"import": false
|
|
167
|
+
},
|
|
168
|
+
"@jupyterlab/coreutils": {
|
|
169
|
+
"requiredVersion": "^6.5.2",
|
|
170
|
+
"import": false,
|
|
171
|
+
"singleton": true
|
|
172
|
+
},
|
|
173
|
+
"@jupyterlab/csvviewer-extension": {
|
|
174
|
+
"requiredVersion": "^4.5.2",
|
|
175
|
+
"import": false
|
|
176
|
+
},
|
|
177
|
+
"@jupyterlab/debugger-extension": {
|
|
178
|
+
"requiredVersion": "^4.5.2",
|
|
179
|
+
"import": false
|
|
180
|
+
},
|
|
181
|
+
"@jupyterlab/docmanager-extension": {
|
|
182
|
+
"requiredVersion": "^4.5.2",
|
|
183
|
+
"import": false
|
|
184
|
+
},
|
|
185
|
+
"@jupyterlab/documentsearch-extension": {
|
|
186
|
+
"requiredVersion": "^4.5.2",
|
|
187
|
+
"import": false
|
|
188
|
+
},
|
|
189
|
+
"@jupyterlab/extensionmanager-extension": {
|
|
190
|
+
"requiredVersion": "^4.5.2",
|
|
191
|
+
"import": false
|
|
192
|
+
},
|
|
193
|
+
"@jupyterlab/filebrowser-extension": {
|
|
194
|
+
"requiredVersion": "^4.5.2",
|
|
195
|
+
"import": false
|
|
196
|
+
},
|
|
197
|
+
"@jupyterlab/fileeditor-extension": {
|
|
198
|
+
"requiredVersion": "^4.5.2",
|
|
199
|
+
"import": false
|
|
200
|
+
},
|
|
201
|
+
"@jupyterlab/help-extension": {
|
|
202
|
+
"requiredVersion": "^4.5.2",
|
|
203
|
+
"import": false
|
|
204
|
+
},
|
|
205
|
+
"@jupyterlab/htmlviewer-extension": {
|
|
206
|
+
"requiredVersion": "^4.5.2",
|
|
207
|
+
"import": false
|
|
208
|
+
},
|
|
209
|
+
"@jupyterlab/hub-extension": {
|
|
210
|
+
"requiredVersion": "^4.5.2",
|
|
211
|
+
"import": false
|
|
212
|
+
},
|
|
213
|
+
"@jupyterlab/imageviewer-extension": {
|
|
214
|
+
"requiredVersion": "^4.5.2",
|
|
215
|
+
"import": false
|
|
216
|
+
},
|
|
217
|
+
"@jupyterlab/inspector-extension": {
|
|
218
|
+
"requiredVersion": "^4.5.2",
|
|
219
|
+
"import": false
|
|
220
|
+
},
|
|
221
|
+
"@jupyterlab/javascript-extension": {
|
|
222
|
+
"requiredVersion": "^4.5.2",
|
|
223
|
+
"import": false
|
|
224
|
+
},
|
|
225
|
+
"@jupyterlab/json-extension": {
|
|
226
|
+
"requiredVersion": "^4.5.2",
|
|
227
|
+
"import": false
|
|
228
|
+
},
|
|
229
|
+
"@jupyterlab/launcher-extension": {
|
|
230
|
+
"requiredVersion": "^4.5.2",
|
|
231
|
+
"import": false
|
|
232
|
+
},
|
|
233
|
+
"@jupyterlab/logconsole-extension": {
|
|
234
|
+
"requiredVersion": "^4.5.2",
|
|
235
|
+
"import": false
|
|
236
|
+
},
|
|
237
|
+
"@jupyterlab/lsp-extension": {
|
|
238
|
+
"requiredVersion": "^4.5.2",
|
|
239
|
+
"import": false
|
|
240
|
+
},
|
|
241
|
+
"@jupyterlab/mainmenu-extension": {
|
|
242
|
+
"requiredVersion": "^4.5.2",
|
|
243
|
+
"import": false
|
|
244
|
+
},
|
|
245
|
+
"@jupyterlab/markdownviewer-extension": {
|
|
246
|
+
"requiredVersion": "^4.5.2",
|
|
247
|
+
"import": false
|
|
248
|
+
},
|
|
249
|
+
"@jupyterlab/markedparser-extension": {
|
|
250
|
+
"requiredVersion": "^4.5.2",
|
|
251
|
+
"import": false
|
|
252
|
+
},
|
|
253
|
+
"@jupyterlab/mathjax-extension": {
|
|
254
|
+
"requiredVersion": "^4.5.2",
|
|
255
|
+
"import": false
|
|
256
|
+
},
|
|
257
|
+
"@jupyterlab/mermaid-extension": {
|
|
258
|
+
"requiredVersion": "^4.5.2",
|
|
259
|
+
"import": false
|
|
260
|
+
},
|
|
261
|
+
"@jupyterlab/metadataform-extension": {
|
|
262
|
+
"requiredVersion": "^4.5.2",
|
|
263
|
+
"import": false
|
|
264
|
+
},
|
|
265
|
+
"@jupyterlab/notebook-extension": {
|
|
266
|
+
"requiredVersion": "^4.5.2",
|
|
267
|
+
"import": false
|
|
268
|
+
},
|
|
269
|
+
"@jupyterlab/pdf-extension": {
|
|
270
|
+
"requiredVersion": "^4.5.2",
|
|
271
|
+
"import": false
|
|
272
|
+
},
|
|
273
|
+
"@jupyterlab/pluginmanager-extension": {
|
|
274
|
+
"requiredVersion": "^4.5.2",
|
|
275
|
+
"import": false
|
|
276
|
+
},
|
|
277
|
+
"@jupyterlab/rendermime-extension": {
|
|
278
|
+
"requiredVersion": "^4.5.2",
|
|
279
|
+
"import": false
|
|
280
|
+
},
|
|
281
|
+
"@jupyterlab/running-extension": {
|
|
282
|
+
"requiredVersion": "^4.5.2",
|
|
283
|
+
"import": false
|
|
284
|
+
},
|
|
285
|
+
"@jupyterlab/services-extension": {
|
|
286
|
+
"requiredVersion": "^4.5.2",
|
|
287
|
+
"import": false
|
|
288
|
+
},
|
|
289
|
+
"@jupyterlab/settingeditor-extension": {
|
|
290
|
+
"requiredVersion": "^4.5.2",
|
|
291
|
+
"import": false
|
|
292
|
+
},
|
|
293
|
+
"@jupyterlab/shortcuts-extension": {
|
|
294
|
+
"requiredVersion": "^5.3.2",
|
|
295
|
+
"import": false
|
|
296
|
+
},
|
|
297
|
+
"@jupyterlab/statusbar-extension": {
|
|
298
|
+
"requiredVersion": "^4.5.2",
|
|
299
|
+
"import": false
|
|
300
|
+
},
|
|
301
|
+
"@jupyterlab/terminal-extension": {
|
|
302
|
+
"requiredVersion": "^4.5.2",
|
|
303
|
+
"import": false
|
|
304
|
+
},
|
|
305
|
+
"@jupyterlab/theme-dark-extension": {
|
|
306
|
+
"requiredVersion": "^4.5.2",
|
|
307
|
+
"import": false
|
|
308
|
+
},
|
|
309
|
+
"@jupyterlab/theme-dark-high-contrast-extension": {
|
|
310
|
+
"requiredVersion": "^4.5.2",
|
|
311
|
+
"import": false
|
|
312
|
+
},
|
|
313
|
+
"@jupyterlab/theme-light-extension": {
|
|
314
|
+
"requiredVersion": "^4.5.2",
|
|
315
|
+
"import": false
|
|
316
|
+
},
|
|
317
|
+
"@jupyterlab/toc-extension": {
|
|
318
|
+
"requiredVersion": "^6.5.2",
|
|
319
|
+
"import": false
|
|
320
|
+
},
|
|
321
|
+
"@jupyterlab/tooltip-extension": {
|
|
322
|
+
"requiredVersion": "^4.5.2",
|
|
323
|
+
"import": false
|
|
324
|
+
},
|
|
325
|
+
"@jupyterlab/translation-extension": {
|
|
326
|
+
"requiredVersion": "^4.5.2",
|
|
327
|
+
"import": false
|
|
328
|
+
},
|
|
329
|
+
"@jupyterlab/ui-components-extension": {
|
|
330
|
+
"requiredVersion": "^4.5.2",
|
|
331
|
+
"import": false
|
|
332
|
+
},
|
|
333
|
+
"@jupyterlab/vega5-extension": {
|
|
334
|
+
"requiredVersion": "^4.5.2",
|
|
335
|
+
"import": false
|
|
336
|
+
},
|
|
337
|
+
"@jupyterlab/video-extension": {
|
|
338
|
+
"requiredVersion": "^4.5.2",
|
|
339
|
+
"import": false
|
|
340
|
+
},
|
|
341
|
+
"@jupyterlab/workspaces-extension": {
|
|
342
|
+
"requiredVersion": "^4.5.2",
|
|
343
|
+
"import": false
|
|
344
|
+
},
|
|
345
|
+
"@codemirror/language": {
|
|
346
|
+
"requiredVersion": "^6.0.0",
|
|
347
|
+
"import": false,
|
|
348
|
+
"singleton": true
|
|
349
|
+
},
|
|
350
|
+
"@codemirror/state": {
|
|
351
|
+
"requiredVersion": "^6.2.0",
|
|
352
|
+
"import": false,
|
|
353
|
+
"singleton": true
|
|
354
|
+
},
|
|
355
|
+
"@codemirror/view": {
|
|
356
|
+
"requiredVersion": "^6.9.6",
|
|
357
|
+
"import": false,
|
|
358
|
+
"singleton": true
|
|
359
|
+
},
|
|
360
|
+
"@jupyter/react-components": {
|
|
361
|
+
"requiredVersion": "^0.16.6",
|
|
362
|
+
"import": false,
|
|
363
|
+
"singleton": true
|
|
364
|
+
},
|
|
365
|
+
"@jupyter/web-components": {
|
|
366
|
+
"requiredVersion": "^0.16.6",
|
|
367
|
+
"import": false,
|
|
368
|
+
"singleton": true
|
|
369
|
+
},
|
|
370
|
+
"@jupyter/ydoc": {
|
|
371
|
+
"requiredVersion": "^3.0.0-a3",
|
|
372
|
+
"import": false,
|
|
373
|
+
"singleton": true
|
|
374
|
+
},
|
|
375
|
+
"@jupyterlab/apputils": {
|
|
376
|
+
"requiredVersion": "^4.6.2",
|
|
377
|
+
"import": false,
|
|
378
|
+
"singleton": true
|
|
379
|
+
},
|
|
380
|
+
"@jupyterlab/attachments": {
|
|
381
|
+
"requiredVersion": "^4.5.2",
|
|
382
|
+
"import": false
|
|
383
|
+
},
|
|
384
|
+
"@jupyterlab/cell-toolbar": {
|
|
385
|
+
"requiredVersion": "^4.5.2",
|
|
386
|
+
"import": false,
|
|
387
|
+
"singleton": true
|
|
388
|
+
},
|
|
389
|
+
"@jupyterlab/cells": {
|
|
390
|
+
"requiredVersion": "^4.5.2",
|
|
391
|
+
"import": false
|
|
392
|
+
},
|
|
393
|
+
"@jupyterlab/codeeditor": {
|
|
394
|
+
"requiredVersion": "^4.5.2",
|
|
395
|
+
"import": false,
|
|
396
|
+
"singleton": true
|
|
397
|
+
},
|
|
398
|
+
"@jupyterlab/codemirror": {
|
|
399
|
+
"requiredVersion": "^4.5.2",
|
|
400
|
+
"import": false,
|
|
401
|
+
"singleton": true
|
|
402
|
+
},
|
|
403
|
+
"@jupyterlab/completer": {
|
|
404
|
+
"requiredVersion": "^4.5.2",
|
|
405
|
+
"import": false,
|
|
406
|
+
"singleton": true
|
|
407
|
+
},
|
|
408
|
+
"@jupyterlab/console": {
|
|
409
|
+
"requiredVersion": "^4.5.2",
|
|
410
|
+
"import": false,
|
|
411
|
+
"singleton": true
|
|
412
|
+
},
|
|
413
|
+
"@jupyterlab/csvviewer": {
|
|
414
|
+
"requiredVersion": "^4.5.2",
|
|
415
|
+
"import": false
|
|
416
|
+
},
|
|
417
|
+
"@jupyterlab/debugger": {
|
|
418
|
+
"requiredVersion": "^4.5.2",
|
|
419
|
+
"import": false,
|
|
420
|
+
"singleton": true
|
|
421
|
+
},
|
|
422
|
+
"@jupyterlab/docmanager": {
|
|
423
|
+
"requiredVersion": "^4.5.2",
|
|
424
|
+
"import": false,
|
|
425
|
+
"singleton": true
|
|
426
|
+
},
|
|
427
|
+
"@jupyterlab/docregistry": {
|
|
428
|
+
"requiredVersion": "^4.5.2",
|
|
429
|
+
"import": false
|
|
430
|
+
},
|
|
431
|
+
"@jupyterlab/documentsearch": {
|
|
432
|
+
"requiredVersion": "^4.5.2",
|
|
433
|
+
"import": false,
|
|
434
|
+
"singleton": true
|
|
435
|
+
},
|
|
436
|
+
"@jupyterlab/extensionmanager": {
|
|
437
|
+
"requiredVersion": "^4.5.2",
|
|
438
|
+
"import": false,
|
|
439
|
+
"singleton": true
|
|
440
|
+
},
|
|
441
|
+
"@jupyterlab/filebrowser": {
|
|
442
|
+
"requiredVersion": "^4.5.2",
|
|
443
|
+
"import": false,
|
|
444
|
+
"singleton": true
|
|
445
|
+
},
|
|
446
|
+
"@jupyterlab/fileeditor": {
|
|
447
|
+
"requiredVersion": "^4.5.2",
|
|
448
|
+
"import": false,
|
|
449
|
+
"singleton": true
|
|
450
|
+
},
|
|
451
|
+
"@jupyterlab/htmlviewer": {
|
|
452
|
+
"requiredVersion": "^4.5.2",
|
|
453
|
+
"import": false,
|
|
454
|
+
"singleton": true
|
|
455
|
+
},
|
|
456
|
+
"@jupyterlab/imageviewer": {
|
|
457
|
+
"requiredVersion": "^4.5.2",
|
|
458
|
+
"import": false,
|
|
459
|
+
"singleton": true
|
|
460
|
+
},
|
|
461
|
+
"@jupyterlab/inspector": {
|
|
462
|
+
"requiredVersion": "^4.5.2",
|
|
463
|
+
"import": false,
|
|
464
|
+
"singleton": true
|
|
465
|
+
},
|
|
466
|
+
"@jupyterlab/launcher": {
|
|
467
|
+
"requiredVersion": "^4.5.2",
|
|
468
|
+
"import": false,
|
|
469
|
+
"singleton": true
|
|
470
|
+
},
|
|
471
|
+
"@jupyterlab/logconsole": {
|
|
472
|
+
"requiredVersion": "^4.5.2",
|
|
473
|
+
"import": false,
|
|
474
|
+
"singleton": true
|
|
475
|
+
},
|
|
476
|
+
"@jupyterlab/lsp": {
|
|
477
|
+
"requiredVersion": "^4.5.2",
|
|
478
|
+
"import": false,
|
|
479
|
+
"singleton": true
|
|
480
|
+
},
|
|
481
|
+
"@jupyterlab/mainmenu": {
|
|
482
|
+
"requiredVersion": "^4.5.2",
|
|
483
|
+
"import": false,
|
|
484
|
+
"singleton": true
|
|
485
|
+
},
|
|
486
|
+
"@jupyterlab/markdownviewer": {
|
|
487
|
+
"requiredVersion": "^4.5.2",
|
|
488
|
+
"import": false,
|
|
489
|
+
"singleton": true
|
|
490
|
+
},
|
|
491
|
+
"@jupyterlab/mermaid": {
|
|
492
|
+
"requiredVersion": "^4.5.2",
|
|
493
|
+
"import": false,
|
|
494
|
+
"singleton": true
|
|
495
|
+
},
|
|
496
|
+
"@jupyterlab/metadataform": {
|
|
497
|
+
"requiredVersion": "^4.5.2",
|
|
498
|
+
"import": false,
|
|
499
|
+
"singleton": true
|
|
500
|
+
},
|
|
501
|
+
"@jupyterlab/metapackage": {
|
|
502
|
+
"requiredVersion": "^4.5.2",
|
|
503
|
+
"import": false
|
|
504
|
+
},
|
|
505
|
+
"@jupyterlab/nbconvert-css": {
|
|
506
|
+
"requiredVersion": "^4.5.2",
|
|
507
|
+
"import": false
|
|
508
|
+
},
|
|
509
|
+
"@jupyterlab/nbformat": {
|
|
510
|
+
"requiredVersion": "^4.5.2",
|
|
511
|
+
"import": false
|
|
512
|
+
},
|
|
513
|
+
"@jupyterlab/notebook": {
|
|
514
|
+
"requiredVersion": "^4.5.2",
|
|
515
|
+
"import": false,
|
|
516
|
+
"singleton": true
|
|
517
|
+
},
|
|
518
|
+
"@jupyterlab/observables": {
|
|
519
|
+
"requiredVersion": "^5.5.2",
|
|
520
|
+
"import": false
|
|
521
|
+
},
|
|
522
|
+
"@jupyterlab/outputarea": {
|
|
523
|
+
"requiredVersion": "^4.5.2",
|
|
524
|
+
"import": false
|
|
525
|
+
},
|
|
526
|
+
"@jupyterlab/pluginmanager": {
|
|
527
|
+
"requiredVersion": "^4.5.2",
|
|
528
|
+
"import": false,
|
|
529
|
+
"singleton": true
|
|
530
|
+
},
|
|
531
|
+
"@jupyterlab/property-inspector": {
|
|
532
|
+
"requiredVersion": "^4.5.2",
|
|
533
|
+
"import": false
|
|
534
|
+
},
|
|
535
|
+
"@jupyterlab/rendermime": {
|
|
536
|
+
"requiredVersion": "^4.5.2",
|
|
537
|
+
"import": false,
|
|
538
|
+
"singleton": true
|
|
539
|
+
},
|
|
540
|
+
"@jupyterlab/rendermime-interfaces": {
|
|
541
|
+
"requiredVersion": "^3.13.2",
|
|
542
|
+
"import": false,
|
|
543
|
+
"singleton": true
|
|
544
|
+
},
|
|
545
|
+
"@jupyterlab/running": {
|
|
546
|
+
"requiredVersion": "^4.5.2",
|
|
547
|
+
"import": false
|
|
548
|
+
},
|
|
549
|
+
"@jupyterlab/services": {
|
|
550
|
+
"requiredVersion": "^7.5.2",
|
|
551
|
+
"import": false,
|
|
552
|
+
"singleton": true
|
|
553
|
+
},
|
|
554
|
+
"@jupyterlab/settingeditor": {
|
|
555
|
+
"requiredVersion": "^4.5.2",
|
|
556
|
+
"import": false,
|
|
557
|
+
"singleton": true
|
|
558
|
+
},
|
|
559
|
+
"@jupyterlab/settingregistry": {
|
|
560
|
+
"requiredVersion": "^4.5.2",
|
|
561
|
+
"import": false,
|
|
562
|
+
"singleton": true
|
|
563
|
+
},
|
|
564
|
+
"@jupyterlab/statedb": {
|
|
565
|
+
"requiredVersion": "^4.5.2",
|
|
566
|
+
"import": false,
|
|
567
|
+
"singleton": true
|
|
568
|
+
},
|
|
569
|
+
"@jupyterlab/statusbar": {
|
|
570
|
+
"requiredVersion": "^4.5.2",
|
|
571
|
+
"import": false,
|
|
572
|
+
"singleton": true
|
|
573
|
+
},
|
|
574
|
+
"@jupyterlab/terminal": {
|
|
575
|
+
"requiredVersion": "^4.5.2",
|
|
576
|
+
"import": false,
|
|
577
|
+
"singleton": true
|
|
578
|
+
},
|
|
579
|
+
"@jupyterlab/toc": {
|
|
580
|
+
"requiredVersion": "^6.5.2",
|
|
581
|
+
"import": false,
|
|
582
|
+
"singleton": true
|
|
583
|
+
},
|
|
584
|
+
"@jupyterlab/tooltip": {
|
|
585
|
+
"requiredVersion": "^4.5.2",
|
|
586
|
+
"import": false,
|
|
587
|
+
"singleton": true
|
|
588
|
+
},
|
|
589
|
+
"@jupyterlab/translation": {
|
|
590
|
+
"requiredVersion": "^4.5.2",
|
|
591
|
+
"import": false,
|
|
592
|
+
"singleton": true
|
|
593
|
+
},
|
|
594
|
+
"@jupyterlab/ui-components": {
|
|
595
|
+
"requiredVersion": "^4.5.2",
|
|
596
|
+
"import": false,
|
|
597
|
+
"singleton": true
|
|
598
|
+
},
|
|
599
|
+
"@jupyterlab/workspaces": {
|
|
600
|
+
"requiredVersion": "^4.5.2",
|
|
601
|
+
"import": false,
|
|
602
|
+
"singleton": true
|
|
603
|
+
},
|
|
604
|
+
"@lezer/common": {
|
|
605
|
+
"requiredVersion": "^1.0.0",
|
|
606
|
+
"import": false,
|
|
607
|
+
"singleton": true
|
|
608
|
+
},
|
|
609
|
+
"@lezer/highlight": {
|
|
610
|
+
"requiredVersion": "^1.0.0",
|
|
611
|
+
"import": false,
|
|
612
|
+
"singleton": true
|
|
613
|
+
},
|
|
614
|
+
"@lumino/algorithm": {
|
|
615
|
+
"requiredVersion": "^2.0.0",
|
|
616
|
+
"import": false,
|
|
617
|
+
"singleton": true
|
|
618
|
+
},
|
|
619
|
+
"@lumino/application": {
|
|
620
|
+
"requiredVersion": "^2.3.0-alpha.1",
|
|
621
|
+
"import": false,
|
|
622
|
+
"singleton": true
|
|
623
|
+
},
|
|
624
|
+
"@lumino/commands": {
|
|
625
|
+
"requiredVersion": "^2.0.1",
|
|
626
|
+
"import": false,
|
|
627
|
+
"singleton": true
|
|
628
|
+
},
|
|
629
|
+
"@lumino/coreutils": {
|
|
630
|
+
"requiredVersion": "^2.0.0",
|
|
631
|
+
"import": false,
|
|
632
|
+
"singleton": true
|
|
633
|
+
},
|
|
634
|
+
"@lumino/datagrid": {
|
|
635
|
+
"requiredVersion": "^2.3.0-alpha.1",
|
|
636
|
+
"import": false,
|
|
637
|
+
"singleton": true
|
|
638
|
+
},
|
|
639
|
+
"@lumino/disposable": {
|
|
640
|
+
"requiredVersion": "^2.0.0",
|
|
641
|
+
"import": false,
|
|
642
|
+
"singleton": true
|
|
643
|
+
},
|
|
644
|
+
"@lumino/domutils": {
|
|
645
|
+
"requiredVersion": "^2.0.0",
|
|
646
|
+
"import": false,
|
|
647
|
+
"singleton": true
|
|
648
|
+
},
|
|
649
|
+
"@lumino/dragdrop": {
|
|
650
|
+
"requiredVersion": "^2.0.0",
|
|
651
|
+
"import": false,
|
|
652
|
+
"singleton": true
|
|
653
|
+
},
|
|
654
|
+
"@lumino/keyboard": {
|
|
655
|
+
"requiredVersion": "^2.0.0",
|
|
656
|
+
"import": false,
|
|
657
|
+
"singleton": true
|
|
658
|
+
},
|
|
659
|
+
"@lumino/messaging": {
|
|
660
|
+
"requiredVersion": "^2.0.0",
|
|
661
|
+
"import": false,
|
|
662
|
+
"singleton": true
|
|
663
|
+
},
|
|
664
|
+
"@lumino/polling": {
|
|
665
|
+
"requiredVersion": "^2.0.0",
|
|
666
|
+
"import": false,
|
|
667
|
+
"singleton": true
|
|
668
|
+
},
|
|
669
|
+
"@lumino/properties": {
|
|
670
|
+
"requiredVersion": "^2.0.0",
|
|
671
|
+
"import": false,
|
|
672
|
+
"singleton": true
|
|
673
|
+
},
|
|
674
|
+
"@lumino/signaling": {
|
|
675
|
+
"requiredVersion": "^2.0.0",
|
|
676
|
+
"import": false,
|
|
677
|
+
"singleton": true
|
|
678
|
+
},
|
|
679
|
+
"@lumino/virtualdom": {
|
|
680
|
+
"requiredVersion": "^2.0.0",
|
|
681
|
+
"import": false,
|
|
682
|
+
"singleton": true
|
|
683
|
+
},
|
|
684
|
+
"@lumino/widgets": {
|
|
685
|
+
"requiredVersion": "^2.3.1-alpha.1",
|
|
686
|
+
"import": false,
|
|
687
|
+
"singleton": true
|
|
688
|
+
},
|
|
689
|
+
"@microsoft/fast-element": {
|
|
690
|
+
"requiredVersion": "^1.12.0",
|
|
691
|
+
"import": false,
|
|
692
|
+
"singleton": true
|
|
693
|
+
},
|
|
694
|
+
"@microsoft/fast-foundation": {
|
|
695
|
+
"requiredVersion": "^2.49.2",
|
|
696
|
+
"import": false,
|
|
697
|
+
"singleton": true
|
|
698
|
+
},
|
|
699
|
+
"react": {
|
|
700
|
+
"requiredVersion": "^18.2.0",
|
|
701
|
+
"import": false,
|
|
702
|
+
"singleton": true
|
|
703
|
+
},
|
|
704
|
+
"react-dom": {
|
|
705
|
+
"requiredVersion": "^18.2.0",
|
|
706
|
+
"import": false,
|
|
707
|
+
"singleton": true
|
|
708
|
+
},
|
|
709
|
+
"yjs": {
|
|
710
|
+
"requiredVersion": "^13.5.40",
|
|
711
|
+
"import": false,
|
|
712
|
+
"singleton": true
|
|
713
|
+
},
|
|
714
|
+
"@marshallku/react-postscribe": {},
|
|
715
|
+
"react-meta-tags": {},
|
|
716
|
+
"ggblab": {
|
|
717
|
+
"version": "0.9.3",
|
|
718
|
+
"singleton": true,
|
|
719
|
+
"import": "/home/runner/work/ggblab/ggblab/lib/index.js"
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
{}
|
|
725
|
+
],
|
|
726
|
+
"mode": "development",
|
|
727
|
+
"devtool": "source-map",
|
|
728
|
+
"entry": {}
|
|
729
|
+
}
|
|
730
|
+
]
|