-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
333 lines (333 loc) · 13.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
{
"name": "@jupyterlite/app-notebooks",
"version": "0.2.3",
"private": true,
"resolutions": {
"@codemirror/language": "^6.8.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.16.0",
"@jupyter-notebook/application": "~7.0.7",
"@jupyter-notebook/application-extension": "~7.0.7",
"@jupyter-notebook/console-extension": "~7.0.7",
"@jupyter-notebook/docmanager-extension": "~7.0.7",
"@jupyter-notebook/help-extension": "~7.0.7",
"@jupyter-notebook/notebook-extension": "~7.0.7",
"@jupyter/ydoc": "~1.1.1",
"@jupyterlab/application": "~4.0.11",
"@jupyterlab/application-extension": "~4.0.11",
"@jupyterlab/apputils": "~4.1.11",
"@jupyterlab/apputils-extension": "~4.0.11",
"@jupyterlab/attachments": "~4.0.11",
"@jupyterlab/cell-toolbar": "~4.0.11",
"@jupyterlab/cell-toolbar-extension": "~4.0.11",
"@jupyterlab/celltags-extension": "~4.0.11",
"@jupyterlab/codeeditor": "~4.0.11",
"@jupyterlab/codemirror": "~4.0.11",
"@jupyterlab/codemirror-extension": "~4.0.11",
"@jupyterlab/completer": "~4.0.11",
"@jupyterlab/completer-extension": "~4.0.11",
"@jupyterlab/console": "~4.0.11",
"@jupyterlab/console-extension": "~4.0.11",
"@jupyterlab/coreutils": "~6.0.11",
"@jupyterlab/csvviewer-extension": "~4.0.11",
"@jupyterlab/docmanager": "~4.0.11",
"@jupyterlab/docmanager-extension": "~4.0.11",
"@jupyterlab/documentsearch-extension": "~4.0.11",
"@jupyterlab/filebrowser": "~4.0.11",
"@jupyterlab/filebrowser-extension": "~4.0.11",
"@jupyterlab/fileeditor": "~4.0.11",
"@jupyterlab/fileeditor-extension": "~4.0.11",
"@jupyterlab/help-extension": "~4.0.11",
"@jupyterlab/htmlviewer-extension": "~4.0.11",
"@jupyterlab/imageviewer": "~4.0.11",
"@jupyterlab/imageviewer-extension": "~4.0.11",
"@jupyterlab/inspector": "~4.0.11",
"@jupyterlab/inspector-extension": "~4.0.11",
"@jupyterlab/javascript-extension": "~4.0.11",
"@jupyterlab/json-extension": "~4.0.11",
"@jupyterlab/launcher": "~4.0.11",
"@jupyterlab/launcher-extension": "~4.0.11",
"@jupyterlab/logconsole": "~4.0.11",
"@jupyterlab/logconsole-extension": "~4.0.11",
"@jupyterlab/lsp": "~4.0.11",
"@jupyterlab/lsp-extension": "~4.0.11",
"@jupyterlab/mainmenu": "~4.0.11",
"@jupyterlab/mainmenu-extension": "~4.0.11",
"@jupyterlab/markdownviewer": "~4.0.11",
"@jupyterlab/markdownviewer-extension": "~4.0.11",
"@jupyterlab/markedparser-extension": "~4.0.11",
"@jupyterlab/mathjax-extension": "~4.0.11",
"@jupyterlab/metadataform": "~4.0.11",
"@jupyterlab/metadataform-extension": "~4.0.11",
"@jupyterlab/notebook": "~4.0.11",
"@jupyterlab/notebook-extension": "~4.0.11",
"@jupyterlab/outputarea": "~4.0.11",
"@jupyterlab/pdf-extension": "~4.0.11",
"@jupyterlab/rendermime": "~4.0.11",
"@jupyterlab/rendermime-extension": "~4.0.11",
"@jupyterlab/rendermime-interfaces": "~3.8.11",
"@jupyterlab/running-extension": "~4.0.11",
"@jupyterlab/services": "~7.0.11",
"@jupyterlab/settingeditor": "~4.0.11",
"@jupyterlab/settingeditor-extension": "~4.0.11",
"@jupyterlab/settingregistry": "~4.0.11",
"@jupyterlab/shortcuts-extension": "~4.0.11",
"@jupyterlab/statedb": "~4.0.11",
"@jupyterlab/statusbar": "~4.0.11",
"@jupyterlab/statusbar-extension": "~4.0.11",
"@jupyterlab/theme-dark-extension": "~4.0.11",
"@jupyterlab/theme-light-extension": "~4.0.11",
"@jupyterlab/toc": "~6.0.11",
"@jupyterlab/toc-extension": "~6.0.11",
"@jupyterlab/tooltip": "~4.0.11",
"@jupyterlab/tooltip-extension": "~4.0.11",
"@jupyterlab/translation": "~4.0.11",
"@jupyterlab/translation-extension": "~4.0.11",
"@jupyterlab/ui-components": "~4.0.11",
"@jupyterlab/ui-components-extension": "~4.0.11",
"@jupyterlab/vega5-extension": "~4.0.11",
"@jupyterlite/application-extension": "~0.2.3",
"@jupyterlite/contents": "~0.2.3",
"@jupyterlite/iframe-extension": "~0.2.3",
"@jupyterlite/kernel": "~0.2.3",
"@jupyterlite/licenses": "~0.2.3",
"@jupyterlite/localforage": "~0.2.3",
"@jupyterlite/server": "~0.2.3",
"@jupyterlite/server-extension": "~0.2.3",
"@jupyterlite/types": "~0.2.3",
"@jupyterlite/ui-components": "~0.2.3",
"@lezer/common": "^1.0.3",
"@lezer/highlight": "^1.1.6",
"@lumino/algorithm": "~2.0.1",
"@lumino/application": "~2.3.0",
"@lumino/commands": "~2.2.0",
"@lumino/coreutils": "~2.1.2",
"@lumino/disposable": "~2.1.2",
"@lumino/domutils": "~2.0.1",
"@lumino/dragdrop": "~2.1.4",
"@lumino/messaging": "~2.0.1",
"@lumino/properties": "~2.0.1",
"@lumino/signaling": "~2.1.2",
"@lumino/virtualdom": "~2.0.1",
"@lumino/widgets": "~2.3.1",
"es6-promise": "^4.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yjs": "^13.6.7"
},
"dependencies": {
"@jupyter-notebook/application": "~7.0.7",
"@jupyter-notebook/application-extension": "~7.0.7",
"@jupyter-notebook/console-extension": "~7.0.7",
"@jupyter-notebook/docmanager-extension": "~7.0.7",
"@jupyter-notebook/help-extension": "~7.0.7",
"@jupyter-notebook/notebook-extension": "~7.0.7",
"@jupyterlab/application": "~4.0.11",
"@jupyterlab/application-extension": "~4.0.11",
"@jupyterlab/apputils-extension": "~4.0.11",
"@jupyterlab/attachments": "~4.0.11",
"@jupyterlab/cell-toolbar-extension": "~4.0.11",
"@jupyterlab/celltags-extension": "~4.0.11",
"@jupyterlab/codemirror-extension": "~4.0.11",
"@jupyterlab/completer-extension": "~4.0.11",
"@jupyterlab/console-extension": "~4.0.11",
"@jupyterlab/csvviewer-extension": "~4.0.11",
"@jupyterlab/docmanager-extension": "~4.0.11",
"@jupyterlab/documentsearch-extension": "~4.0.11",
"@jupyterlab/filebrowser-extension": "~4.0.11",
"@jupyterlab/fileeditor-extension": "~4.0.11",
"@jupyterlab/help-extension": "~4.0.11",
"@jupyterlab/htmlviewer-extension": "~4.0.11",
"@jupyterlab/imageviewer-extension": "~4.0.11",
"@jupyterlab/inspector-extension": "~4.0.11",
"@jupyterlab/javascript-extension": "~4.0.11",
"@jupyterlab/json-extension": "~4.0.11",
"@jupyterlab/launcher-extension": "~4.0.11",
"@jupyterlab/logconsole-extension": "~4.0.11",
"@jupyterlab/lsp-extension": "~4.0.11",
"@jupyterlab/mainmenu-extension": "~4.0.11",
"@jupyterlab/markdownviewer-extension": "~4.0.11",
"@jupyterlab/markedparser-extension": "~4.0.11",
"@jupyterlab/mathjax-extension": "~4.0.11",
"@jupyterlab/metadataform-extension": "~4.0.11",
"@jupyterlab/notebook-extension": "~4.0.11",
"@jupyterlab/pdf-extension": "~4.0.11",
"@jupyterlab/rendermime-extension": "~4.0.11",
"@jupyterlab/running-extension": "~4.0.11",
"@jupyterlab/settingeditor-extension": "~4.0.11",
"@jupyterlab/shortcuts-extension": "~4.0.11",
"@jupyterlab/statusbar-extension": "~4.0.11",
"@jupyterlab/theme-dark-extension": "~4.0.11",
"@jupyterlab/theme-light-extension": "~4.0.11",
"@jupyterlab/toc-extension": "~6.0.11",
"@jupyterlab/tooltip-extension": "~4.0.11",
"@jupyterlab/translation-extension": "~4.0.11",
"@jupyterlab/ui-components-extension": "~4.0.11",
"@jupyterlab/vega5-extension": "~4.0.11",
"@jupyterlite/application-extension": "^0.2.3",
"@jupyterlite/iframe-extension": "^0.2.3",
"@jupyterlite/licenses": "^0.2.3",
"@jupyterlite/localforage": "^0.2.3",
"@jupyterlite/server": "^0.2.3",
"@jupyterlite/server-extension": "^0.2.3",
"@jupyterlite/types": "^0.2.3",
"@jupyterlite/ui-components": "^0.2.3",
"es6-promise": "~4.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yjs": "^13.5.40"
},
"jupyterlab": {
"title": "Jupyter Notebook - Notebooks",
"appClassName": "NotebookApp",
"appModuleName": "@jupyter-notebook/application",
"extensions": [
"@jupyterlab/application-extension",
"@jupyterlab/apputils-extension",
"@jupyterlab/cell-toolbar-extension",
"@jupyterlab/celltags-extension",
"@jupyterlab/codemirror-extension",
"@jupyterlab/completer-extension",
"@jupyterlab/console-extension",
"@jupyterlab/docmanager-extension",
"@jupyterlab/documentsearch-extension",
"@jupyterlab/filebrowser-extension",
"@jupyterlab/fileeditor-extension",
"@jupyterlab/javascript-extension",
"@jupyterlab/json-extension",
"@jupyterlab/lsp-extension",
"@jupyterlab/mainmenu-extension",
"@jupyterlab/markedparser-extension",
"@jupyterlab/mathjax-extension",
"@jupyterlab/metadataform-extension",
"@jupyterlab/notebook-extension",
"@jupyterlab/rendermime-extension",
"@jupyterlab/shortcuts-extension",
"@jupyterlab/theme-dark-extension",
"@jupyterlab/theme-light-extension",
"@jupyterlab/toc-extension",
"@jupyterlab/tooltip-extension",
"@jupyterlab/translation-extension",
"@jupyterlab/ui-components-extension",
"@jupyterlab/vega5-extension",
"@jupyter-notebook/application-extension",
"@jupyter-notebook/console-extension",
"@jupyter-notebook/docmanager-extension",
"@jupyter-notebook/help-extension",
"@jupyter-notebook/notebook-extension",
"@jupyterlite/application-extension",
"@jupyterlite/iframe-extension",
"@jupyterlite/notebook-application-extension",
"@jupyterlite/server-extension"
],
"singletonPackages": [
"@codemirror/language",
"@codemirror/state",
"@codemirror/view",
"@jupyter/ydoc",
"@jupyterlab/application",
"@jupyterlab/apputils",
"@jupyterlab/cell-toolbar",
"@jupyterlab/codeeditor",
"@jupyterlab/codemirror",
"@jupyterlab/completer",
"@jupyterlab/console",
"@jupyterlab/coreutils",
"@jupyterlab/docmanager",
"@jupyterlab/filebrowser",
"@jupyterlab/fileeditor",
"@jupyterlab/imageviewer",
"@jupyterlab/inspector",
"@jupyterlab/launcher",
"@jupyterlab/logconsole",
"@jupyterlab/lsp",
"@jupyterlab/mainmenu",
"@jupyterlab/markdownviewer",
"@jupyterlab/metadataform",
"@jupyterlab/notebook",
"@jupyterlab/outputarea",
"@jupyterlab/rendermime",
"@jupyterlab/rendermime-interfaces",
"@jupyterlab/services",
"@jupyterlab/settingeditor",
"@jupyterlab/settingregistry",
"@jupyterlab/statedb",
"@jupyterlab/statusbar",
"@jupyterlab/toc",
"@jupyterlab/tooltip",
"@jupyterlab/translation",
"@jupyterlab/ui-components",
"@jupyter-notebook/application",
"@jupyterlite/contents",
"@jupyterlite/kernel",
"@jupyterlite/localforage",
"@jupyterlite/types",
"@lezer/common",
"@lezer/highlight",
"@lumino/algorithm",
"@lumino/application",
"@lumino/commands",
"@lumino/coreutils",
"@lumino/disposable",
"@lumino/domutils",
"@lumino/dragdrop",
"@lumino/messaging",
"@lumino/properties",
"@lumino/signaling",
"@lumino/virtualdom",
"@lumino/widgets",
"react",
"react-dom",
"yjs"
],
"disabledExtensions": [
"@jupyterlab/application-extension:dirty",
"@jupyterlab/application-extension:info",
"@jupyterlab/application-extension:layout",
"@jupyterlab/application-extension:logo",
"@jupyterlab/application-extension:main",
"@jupyterlab/application-extension:mode-switch",
"@jupyterlab/application-extension:notfound",
"@jupyterlab/application-extension:paths",
"@jupyterlab/application-extension:property-inspector",
"@jupyterlab/application-extension:shell",
"@jupyterlab/application-extension:status",
"@jupyterlab/application-extension:tree-resolver",
"@jupyterlab/apputils-extension:announcements",
"@jupyterlab/apputils-extension:kernel-status",
"@jupyterlab/apputils-extension:notification",
"@jupyterlab/apputils-extension:palette-restorer",
"@jupyterlab/apputils-extension:print",
"@jupyterlab/apputils-extension:resolver",
"@jupyterlab/apputils-extension:running-sessions-status",
"@jupyterlab/apputils-extension:splash",
"@jupyterlab/apputils-extension:workspaces",
"@jupyterlab/console-extension:kernel-status",
"@jupyterlab/docmanager-extension:download",
"@jupyterlab/docmanager-extension:opener",
"@jupyterlab/docmanager-extension:path-status",
"@jupyterlab/docmanager-extension:saving-status",
"@jupyterlab/documentsearch-extension:labShellWidgetListener",
"@jupyterlab/filebrowser-extension:browser",
"@jupyterlab/filebrowser-extension:download",
"@jupyterlab/filebrowser-extension:file-upload-status",
"@jupyterlab/filebrowser-extension:open-with",
"@jupyterlab/filebrowser-extension:share-file",
"@jupyterlab/filebrowser-extension:widget",
"@jupyterlab/fileeditor-extension:editor-syntax-status",
"@jupyterlab/fileeditor-extension:language-server",
"@jupyterlab/fileeditor-extension:search",
"@jupyterlab/notebook-extension:execution-indicator",
"@jupyterlab/notebook-extension:kernel-status",
"@jupyter-notebook/application-extension:logo",
"@jupyter-notebook/application-extension:opener",
"@jupyter-notebook/application-extension:path-opener"
],
"mimeExtensions": {
"@jupyterlab/javascript-extension": "",
"@jupyterlab/json-extension": "",
"@jupyterlab/vega5-extension": ""
},
"linkedPackages": {}
}
}