@jupyterlab/core-meta 4.6.0-alpha.3
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/README.md +19 -0
- package/core.package.json +365 -0
- package/package.json +25 -0
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @jupyterlab/core-meta
|
|
2
|
+
|
|
3
|
+
Minimal metadata package for JupyterLab core.
|
|
4
|
+
|
|
5
|
+
This package contains the `staging/package.json` from a specific
|
|
6
|
+
JupyterLab release and is intended for use by the JupyterLab builder
|
|
7
|
+
and related tooling.
|
|
8
|
+
|
|
9
|
+
## Purpose
|
|
10
|
+
|
|
11
|
+
- Avoid runtime dependency on an installed JupyterLab Python package
|
|
12
|
+
|
|
13
|
+
Each version of `@jupyterlab/core-meta` corresponds exactly to the
|
|
14
|
+
same version of JupyterLab.
|
|
15
|
+
|
|
16
|
+
## Contents
|
|
17
|
+
|
|
18
|
+
- `core.package.json` — copied from
|
|
19
|
+
`jupyterlab/staging/package.json` of the matching JupyterLab release.
|
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@jupyterlab/application-top",
|
|
3
|
+
"version": "4.6.0-alpha.3",
|
|
4
|
+
"private": true,
|
|
5
|
+
"license": "BSD-3-Clause",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "npm run clean && rspack --config webpack.config.js",
|
|
8
|
+
"build:dev": "npm run build",
|
|
9
|
+
"build:prod": "rspack --config webpack.prod.config.js",
|
|
10
|
+
"build:prod:minimize": "rspack --config webpack.prod.minimize.config.js",
|
|
11
|
+
"build:prod:minimize:doctor": "RSDOCTOR=true rspack --config webpack.prod.minimize.config.js",
|
|
12
|
+
"build:prod:minimize:report": "WEBPACK_BUNDLE_ANALYZER=true rspack --profile --config webpack.prod.minimize.config.js",
|
|
13
|
+
"build:prod:minimize:stats": "rspack --profile --config webpack.prod.minimize.config.js --json stats.json",
|
|
14
|
+
"build:prod:release": "rspack --config webpack.prod.release.config.js",
|
|
15
|
+
"build:prod:release:doctor": "RSDOCTOR=true rspack --config webpack.prod.release.config.js",
|
|
16
|
+
"build:stats": "rspack --profile --json stats.json",
|
|
17
|
+
"clean": "rimraf build",
|
|
18
|
+
"prepublishOnly": "npm run build",
|
|
19
|
+
"watch": "rspack --watch --config webpack.config.js"
|
|
20
|
+
},
|
|
21
|
+
"resolutions": {
|
|
22
|
+
"@codemirror/language": "^6.0.0",
|
|
23
|
+
"@codemirror/state": "^6.2.0",
|
|
24
|
+
"@codemirror/view": "^6.9.6",
|
|
25
|
+
"@jupyter/react-components": "^0.16.6",
|
|
26
|
+
"@jupyter/web-components": "^0.16.6",
|
|
27
|
+
"@jupyter/ydoc": "^3.0.0-a3",
|
|
28
|
+
"@jupyterlab/application": "~4.6.0-alpha.3",
|
|
29
|
+
"@jupyterlab/application-extension": "~4.6.0-alpha.3",
|
|
30
|
+
"@jupyterlab/apputils": "~4.7.0-alpha.3",
|
|
31
|
+
"@jupyterlab/apputils-extension": "~4.6.0-alpha.3",
|
|
32
|
+
"@jupyterlab/attachments": "~4.6.0-alpha.3",
|
|
33
|
+
"@jupyterlab/audio-extension": "~4.6.0-alpha.3",
|
|
34
|
+
"@jupyterlab/cell-toolbar": "~4.6.0-alpha.3",
|
|
35
|
+
"@jupyterlab/cell-toolbar-extension": "~4.6.0-alpha.3",
|
|
36
|
+
"@jupyterlab/cells": "~4.6.0-alpha.3",
|
|
37
|
+
"@jupyterlab/celltags-extension": "~4.6.0-alpha.3",
|
|
38
|
+
"@jupyterlab/codeeditor": "~4.6.0-alpha.3",
|
|
39
|
+
"@jupyterlab/codemirror": "~4.6.0-alpha.3",
|
|
40
|
+
"@jupyterlab/codemirror-extension": "~4.6.0-alpha.3",
|
|
41
|
+
"@jupyterlab/completer": "~4.6.0-alpha.3",
|
|
42
|
+
"@jupyterlab/completer-extension": "~4.6.0-alpha.3",
|
|
43
|
+
"@jupyterlab/console": "~4.6.0-alpha.3",
|
|
44
|
+
"@jupyterlab/console-extension": "~4.6.0-alpha.3",
|
|
45
|
+
"@jupyterlab/coreutils": "~6.6.0-alpha.3",
|
|
46
|
+
"@jupyterlab/csvviewer": "~4.6.0-alpha.3",
|
|
47
|
+
"@jupyterlab/csvviewer-extension": "~4.6.0-alpha.3",
|
|
48
|
+
"@jupyterlab/debugger": "~4.6.0-alpha.3",
|
|
49
|
+
"@jupyterlab/debugger-extension": "~4.6.0-alpha.3",
|
|
50
|
+
"@jupyterlab/docmanager": "~4.6.0-alpha.3",
|
|
51
|
+
"@jupyterlab/docmanager-extension": "~4.6.0-alpha.3",
|
|
52
|
+
"@jupyterlab/docregistry": "~4.6.0-alpha.3",
|
|
53
|
+
"@jupyterlab/documentsearch": "~4.6.0-alpha.3",
|
|
54
|
+
"@jupyterlab/documentsearch-extension": "~4.6.0-alpha.3",
|
|
55
|
+
"@jupyterlab/extensionmanager": "~4.6.0-alpha.3",
|
|
56
|
+
"@jupyterlab/extensionmanager-extension": "~4.6.0-alpha.3",
|
|
57
|
+
"@jupyterlab/filebrowser": "~4.6.0-alpha.3",
|
|
58
|
+
"@jupyterlab/filebrowser-extension": "~4.6.0-alpha.3",
|
|
59
|
+
"@jupyterlab/fileeditor": "~4.6.0-alpha.3",
|
|
60
|
+
"@jupyterlab/fileeditor-extension": "~4.6.0-alpha.3",
|
|
61
|
+
"@jupyterlab/help-extension": "~4.6.0-alpha.3",
|
|
62
|
+
"@jupyterlab/htmlviewer": "~4.6.0-alpha.3",
|
|
63
|
+
"@jupyterlab/htmlviewer-extension": "~4.6.0-alpha.3",
|
|
64
|
+
"@jupyterlab/hub-extension": "~4.6.0-alpha.3",
|
|
65
|
+
"@jupyterlab/imageviewer": "~4.6.0-alpha.3",
|
|
66
|
+
"@jupyterlab/imageviewer-extension": "~4.6.0-alpha.3",
|
|
67
|
+
"@jupyterlab/inspector": "~4.6.0-alpha.3",
|
|
68
|
+
"@jupyterlab/inspector-extension": "~4.6.0-alpha.3",
|
|
69
|
+
"@jupyterlab/javascript-extension": "~4.6.0-alpha.3",
|
|
70
|
+
"@jupyterlab/json-extension": "~4.6.0-alpha.3",
|
|
71
|
+
"@jupyterlab/launcher": "~4.6.0-alpha.3",
|
|
72
|
+
"@jupyterlab/launcher-extension": "~4.6.0-alpha.3",
|
|
73
|
+
"@jupyterlab/logconsole": "~4.6.0-alpha.3",
|
|
74
|
+
"@jupyterlab/logconsole-extension": "~4.6.0-alpha.3",
|
|
75
|
+
"@jupyterlab/lsp": "~4.6.0-alpha.3",
|
|
76
|
+
"@jupyterlab/lsp-extension": "~4.6.0-alpha.3",
|
|
77
|
+
"@jupyterlab/mainmenu": "~4.6.0-alpha.3",
|
|
78
|
+
"@jupyterlab/mainmenu-extension": "~4.6.0-alpha.3",
|
|
79
|
+
"@jupyterlab/markdownviewer": "~4.6.0-alpha.3",
|
|
80
|
+
"@jupyterlab/markdownviewer-extension": "~4.6.0-alpha.3",
|
|
81
|
+
"@jupyterlab/markedparser-extension": "~4.6.0-alpha.3",
|
|
82
|
+
"@jupyterlab/mathjax-extension": "~4.6.0-alpha.3",
|
|
83
|
+
"@jupyterlab/mermaid": "~4.6.0-alpha.3",
|
|
84
|
+
"@jupyterlab/mermaid-extension": "~4.6.0-alpha.3",
|
|
85
|
+
"@jupyterlab/metadataform": "~4.6.0-alpha.3",
|
|
86
|
+
"@jupyterlab/metadataform-extension": "~4.6.0-alpha.3",
|
|
87
|
+
"@jupyterlab/metapackage": "~4.6.0-alpha.3",
|
|
88
|
+
"@jupyterlab/nbconvert-css": "~4.6.0-alpha.3",
|
|
89
|
+
"@jupyterlab/nbformat": "~4.6.0-alpha.3",
|
|
90
|
+
"@jupyterlab/notebook": "~4.6.0-alpha.3",
|
|
91
|
+
"@jupyterlab/notebook-extension": "~4.6.0-alpha.3",
|
|
92
|
+
"@jupyterlab/observables": "~5.6.0-alpha.3",
|
|
93
|
+
"@jupyterlab/outputarea": "~4.6.0-alpha.3",
|
|
94
|
+
"@jupyterlab/pdf-extension": "~4.6.0-alpha.3",
|
|
95
|
+
"@jupyterlab/pluginmanager": "~4.6.0-alpha.3",
|
|
96
|
+
"@jupyterlab/pluginmanager-extension": "~4.6.0-alpha.3",
|
|
97
|
+
"@jupyterlab/property-inspector": "~4.6.0-alpha.3",
|
|
98
|
+
"@jupyterlab/rendermime": "~4.6.0-alpha.3",
|
|
99
|
+
"@jupyterlab/rendermime-extension": "~4.6.0-alpha.3",
|
|
100
|
+
"@jupyterlab/rendermime-interfaces": "~3.14.0-alpha.3",
|
|
101
|
+
"@jupyterlab/running": "~4.6.0-alpha.3",
|
|
102
|
+
"@jupyterlab/running-extension": "~4.6.0-alpha.3",
|
|
103
|
+
"@jupyterlab/services": "~7.6.0-alpha.3",
|
|
104
|
+
"@jupyterlab/services-extension": "~4.6.0-alpha.3",
|
|
105
|
+
"@jupyterlab/settingeditor": "~4.6.0-alpha.3",
|
|
106
|
+
"@jupyterlab/settingeditor-extension": "~4.6.0-alpha.3",
|
|
107
|
+
"@jupyterlab/settingregistry": "~4.6.0-alpha.3",
|
|
108
|
+
"@jupyterlab/shortcuts-extension": "~5.4.0-alpha.3",
|
|
109
|
+
"@jupyterlab/statedb": "~4.6.0-alpha.3",
|
|
110
|
+
"@jupyterlab/statusbar": "~4.6.0-alpha.3",
|
|
111
|
+
"@jupyterlab/statusbar-extension": "~4.6.0-alpha.3",
|
|
112
|
+
"@jupyterlab/terminal": "~4.6.0-alpha.3",
|
|
113
|
+
"@jupyterlab/terminal-extension": "~4.6.0-alpha.3",
|
|
114
|
+
"@jupyterlab/theme-dark-extension": "~4.6.0-alpha.3",
|
|
115
|
+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.6.0-alpha.3",
|
|
116
|
+
"@jupyterlab/theme-light-extension": "~4.6.0-alpha.3",
|
|
117
|
+
"@jupyterlab/toc": "~6.6.0-alpha.3",
|
|
118
|
+
"@jupyterlab/toc-extension": "~6.6.0-alpha.3",
|
|
119
|
+
"@jupyterlab/tooltip": "~4.6.0-alpha.3",
|
|
120
|
+
"@jupyterlab/tooltip-extension": "~4.6.0-alpha.3",
|
|
121
|
+
"@jupyterlab/translation": "~4.6.0-alpha.3",
|
|
122
|
+
"@jupyterlab/translation-extension": "~4.6.0-alpha.3",
|
|
123
|
+
"@jupyterlab/ui-components": "~4.6.0-alpha.3",
|
|
124
|
+
"@jupyterlab/ui-components-extension": "~4.6.0-alpha.3",
|
|
125
|
+
"@jupyterlab/vega5-extension": "~4.6.0-alpha.3",
|
|
126
|
+
"@jupyterlab/video-extension": "~4.6.0-alpha.3",
|
|
127
|
+
"@jupyterlab/workspaces": "~4.6.0-alpha.3",
|
|
128
|
+
"@jupyterlab/workspaces-extension": "~4.6.0-alpha.3",
|
|
129
|
+
"@lezer/common": "^1.0.0",
|
|
130
|
+
"@lezer/highlight": "^1.0.0",
|
|
131
|
+
"@lumino/algorithm": "^2.0.0",
|
|
132
|
+
"@lumino/application": "^2.3.0-alpha.1",
|
|
133
|
+
"@lumino/commands": "^2.0.1",
|
|
134
|
+
"@lumino/coreutils": "^2.0.0",
|
|
135
|
+
"@lumino/datagrid": "^2.3.0-alpha.1",
|
|
136
|
+
"@lumino/disposable": "^2.0.0",
|
|
137
|
+
"@lumino/domutils": "^2.0.0",
|
|
138
|
+
"@lumino/dragdrop": "^2.0.0",
|
|
139
|
+
"@lumino/keyboard": "^2.0.0",
|
|
140
|
+
"@lumino/messaging": "^2.0.0",
|
|
141
|
+
"@lumino/polling": "^2.0.0",
|
|
142
|
+
"@lumino/properties": "^2.0.0",
|
|
143
|
+
"@lumino/signaling": "^2.0.0",
|
|
144
|
+
"@lumino/virtualdom": "^2.0.0",
|
|
145
|
+
"@lumino/widgets": "^2.3.1-alpha.1",
|
|
146
|
+
"@microsoft/fast-element": "^1.12.0",
|
|
147
|
+
"@microsoft/fast-foundation": "^2.49.2",
|
|
148
|
+
"react": "^18.2.0",
|
|
149
|
+
"react-dom": "^18.2.0",
|
|
150
|
+
"yjs": "^13.5.40"
|
|
151
|
+
},
|
|
152
|
+
"dependencies": {
|
|
153
|
+
"@jupyterlab/application": "~4.6.0-alpha.3",
|
|
154
|
+
"@jupyterlab/application-extension": "~4.6.0-alpha.3",
|
|
155
|
+
"@jupyterlab/apputils-extension": "~4.6.0-alpha.3",
|
|
156
|
+
"@jupyterlab/audio-extension": "~4.6.0-alpha.3",
|
|
157
|
+
"@jupyterlab/cell-toolbar-extension": "~4.6.0-alpha.3",
|
|
158
|
+
"@jupyterlab/celltags-extension": "~4.6.0-alpha.3",
|
|
159
|
+
"@jupyterlab/codemirror-extension": "~4.6.0-alpha.3",
|
|
160
|
+
"@jupyterlab/completer-extension": "~4.6.0-alpha.3",
|
|
161
|
+
"@jupyterlab/console-extension": "~4.6.0-alpha.3",
|
|
162
|
+
"@jupyterlab/coreutils": "~6.6.0-alpha.3",
|
|
163
|
+
"@jupyterlab/csvviewer-extension": "~4.6.0-alpha.3",
|
|
164
|
+
"@jupyterlab/debugger-extension": "~4.6.0-alpha.3",
|
|
165
|
+
"@jupyterlab/docmanager-extension": "~4.6.0-alpha.3",
|
|
166
|
+
"@jupyterlab/documentsearch-extension": "~4.6.0-alpha.3",
|
|
167
|
+
"@jupyterlab/extensionmanager-extension": "~4.6.0-alpha.3",
|
|
168
|
+
"@jupyterlab/filebrowser-extension": "~4.6.0-alpha.3",
|
|
169
|
+
"@jupyterlab/fileeditor-extension": "~4.6.0-alpha.3",
|
|
170
|
+
"@jupyterlab/help-extension": "~4.6.0-alpha.3",
|
|
171
|
+
"@jupyterlab/htmlviewer-extension": "~4.6.0-alpha.3",
|
|
172
|
+
"@jupyterlab/hub-extension": "~4.6.0-alpha.3",
|
|
173
|
+
"@jupyterlab/imageviewer-extension": "~4.6.0-alpha.3",
|
|
174
|
+
"@jupyterlab/inspector-extension": "~4.6.0-alpha.3",
|
|
175
|
+
"@jupyterlab/javascript-extension": "~4.6.0-alpha.3",
|
|
176
|
+
"@jupyterlab/json-extension": "~4.6.0-alpha.3",
|
|
177
|
+
"@jupyterlab/launcher-extension": "~4.6.0-alpha.3",
|
|
178
|
+
"@jupyterlab/logconsole-extension": "~4.6.0-alpha.3",
|
|
179
|
+
"@jupyterlab/lsp-extension": "~4.6.0-alpha.3",
|
|
180
|
+
"@jupyterlab/mainmenu-extension": "~4.6.0-alpha.3",
|
|
181
|
+
"@jupyterlab/markdownviewer-extension": "~4.6.0-alpha.3",
|
|
182
|
+
"@jupyterlab/markedparser-extension": "~4.6.0-alpha.3",
|
|
183
|
+
"@jupyterlab/mathjax-extension": "~4.6.0-alpha.3",
|
|
184
|
+
"@jupyterlab/mermaid-extension": "~4.6.0-alpha.3",
|
|
185
|
+
"@jupyterlab/metadataform-extension": "~4.6.0-alpha.3",
|
|
186
|
+
"@jupyterlab/notebook-extension": "~4.6.0-alpha.3",
|
|
187
|
+
"@jupyterlab/pdf-extension": "~4.6.0-alpha.3",
|
|
188
|
+
"@jupyterlab/pluginmanager-extension": "~4.6.0-alpha.3",
|
|
189
|
+
"@jupyterlab/rendermime-extension": "~4.6.0-alpha.3",
|
|
190
|
+
"@jupyterlab/running-extension": "~4.6.0-alpha.3",
|
|
191
|
+
"@jupyterlab/services-extension": "~4.6.0-alpha.3",
|
|
192
|
+
"@jupyterlab/settingeditor-extension": "~4.6.0-alpha.3",
|
|
193
|
+
"@jupyterlab/shortcuts-extension": "~5.4.0-alpha.3",
|
|
194
|
+
"@jupyterlab/statusbar-extension": "~4.6.0-alpha.3",
|
|
195
|
+
"@jupyterlab/terminal-extension": "~4.6.0-alpha.3",
|
|
196
|
+
"@jupyterlab/theme-dark-extension": "~4.6.0-alpha.3",
|
|
197
|
+
"@jupyterlab/theme-dark-high-contrast-extension": "~4.6.0-alpha.3",
|
|
198
|
+
"@jupyterlab/theme-light-extension": "~4.6.0-alpha.3",
|
|
199
|
+
"@jupyterlab/toc-extension": "~6.6.0-alpha.3",
|
|
200
|
+
"@jupyterlab/tooltip-extension": "~4.6.0-alpha.3",
|
|
201
|
+
"@jupyterlab/translation-extension": "~4.6.0-alpha.3",
|
|
202
|
+
"@jupyterlab/ui-components-extension": "~4.6.0-alpha.3",
|
|
203
|
+
"@jupyterlab/vega5-extension": "~4.6.0-alpha.3",
|
|
204
|
+
"@jupyterlab/video-extension": "~4.6.0-alpha.3",
|
|
205
|
+
"@jupyterlab/workspaces-extension": "~4.6.0-alpha.3"
|
|
206
|
+
},
|
|
207
|
+
"devDependencies": {
|
|
208
|
+
"@jupyterlab/builder": "^4.6.0-alpha.3",
|
|
209
|
+
"@jupyterlab/buildutils": "^4.6.0-alpha.3",
|
|
210
|
+
"@rsdoctor/rspack-plugin": "^1.3.12",
|
|
211
|
+
"@rspack/cli": "^1.7.5",
|
|
212
|
+
"@rspack/core": "^1.7.5",
|
|
213
|
+
"chokidar": "^3.4.0",
|
|
214
|
+
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
215
|
+
"fs-extra": "^10.1.0",
|
|
216
|
+
"glob": "~7.1.6",
|
|
217
|
+
"handlebars": "^4.7.8",
|
|
218
|
+
"html-loader": "~1.3.0",
|
|
219
|
+
"html-webpack-plugin": "^5.5.0",
|
|
220
|
+
"license-webpack-plugin": "^4.0.2",
|
|
221
|
+
"mini-svg-data-uri": "^1.4.4",
|
|
222
|
+
"rimraf": "~5.0.5",
|
|
223
|
+
"sort-package-json": "~1.53.1",
|
|
224
|
+
"source-map-loader": "~1.0.2",
|
|
225
|
+
"webpack-bundle-analyzer": "^4.8.0",
|
|
226
|
+
"webpack-merge": "^5.8.0",
|
|
227
|
+
"worker-loader": "^3.0.2"
|
|
228
|
+
},
|
|
229
|
+
"engines": {
|
|
230
|
+
"node": ">=20.0.0"
|
|
231
|
+
},
|
|
232
|
+
"jupyterlab": {
|
|
233
|
+
"name": "JupyterLab",
|
|
234
|
+
"version": "4.6.0a3",
|
|
235
|
+
"extensions": {
|
|
236
|
+
"@jupyterlab/application-extension": "",
|
|
237
|
+
"@jupyterlab/apputils-extension": "",
|
|
238
|
+
"@jupyterlab/audio-extension": "",
|
|
239
|
+
"@jupyterlab/cell-toolbar-extension": "",
|
|
240
|
+
"@jupyterlab/celltags-extension": "",
|
|
241
|
+
"@jupyterlab/codemirror-extension": "",
|
|
242
|
+
"@jupyterlab/completer-extension": "",
|
|
243
|
+
"@jupyterlab/console-extension": "",
|
|
244
|
+
"@jupyterlab/csvviewer-extension": "",
|
|
245
|
+
"@jupyterlab/debugger-extension": "",
|
|
246
|
+
"@jupyterlab/docmanager-extension": "",
|
|
247
|
+
"@jupyterlab/documentsearch-extension": "",
|
|
248
|
+
"@jupyterlab/extensionmanager-extension": "",
|
|
249
|
+
"@jupyterlab/filebrowser-extension": "",
|
|
250
|
+
"@jupyterlab/fileeditor-extension": "",
|
|
251
|
+
"@jupyterlab/help-extension": "",
|
|
252
|
+
"@jupyterlab/htmlviewer-extension": "",
|
|
253
|
+
"@jupyterlab/hub-extension": "",
|
|
254
|
+
"@jupyterlab/imageviewer-extension": "",
|
|
255
|
+
"@jupyterlab/inspector-extension": "",
|
|
256
|
+
"@jupyterlab/launcher-extension": "",
|
|
257
|
+
"@jupyterlab/logconsole-extension": "",
|
|
258
|
+
"@jupyterlab/lsp-extension": "",
|
|
259
|
+
"@jupyterlab/mainmenu-extension": "",
|
|
260
|
+
"@jupyterlab/markdownviewer-extension": "",
|
|
261
|
+
"@jupyterlab/markedparser-extension": "",
|
|
262
|
+
"@jupyterlab/mathjax-extension": "",
|
|
263
|
+
"@jupyterlab/mermaid-extension": "",
|
|
264
|
+
"@jupyterlab/metadataform-extension": "",
|
|
265
|
+
"@jupyterlab/notebook-extension": "",
|
|
266
|
+
"@jupyterlab/pluginmanager-extension": "",
|
|
267
|
+
"@jupyterlab/rendermime-extension": "",
|
|
268
|
+
"@jupyterlab/running-extension": "",
|
|
269
|
+
"@jupyterlab/services-extension": "",
|
|
270
|
+
"@jupyterlab/settingeditor-extension": "",
|
|
271
|
+
"@jupyterlab/shortcuts-extension": "",
|
|
272
|
+
"@jupyterlab/statusbar-extension": "",
|
|
273
|
+
"@jupyterlab/terminal-extension": "",
|
|
274
|
+
"@jupyterlab/theme-dark-extension": "",
|
|
275
|
+
"@jupyterlab/theme-dark-high-contrast-extension": "",
|
|
276
|
+
"@jupyterlab/theme-light-extension": "",
|
|
277
|
+
"@jupyterlab/toc-extension": "",
|
|
278
|
+
"@jupyterlab/tooltip-extension": "",
|
|
279
|
+
"@jupyterlab/translation-extension": "",
|
|
280
|
+
"@jupyterlab/ui-components-extension": "",
|
|
281
|
+
"@jupyterlab/video-extension": "",
|
|
282
|
+
"@jupyterlab/workspaces-extension": ""
|
|
283
|
+
},
|
|
284
|
+
"mimeExtensions": {
|
|
285
|
+
"@jupyterlab/javascript-extension": "",
|
|
286
|
+
"@jupyterlab/json-extension": "",
|
|
287
|
+
"@jupyterlab/mermaid-extension": "lib/mime.js",
|
|
288
|
+
"@jupyterlab/pdf-extension": "",
|
|
289
|
+
"@jupyterlab/vega5-extension": ""
|
|
290
|
+
},
|
|
291
|
+
"buildDir": "./build",
|
|
292
|
+
"outputDir": "..",
|
|
293
|
+
"singletonPackages": [
|
|
294
|
+
"@codemirror/language",
|
|
295
|
+
"@codemirror/state",
|
|
296
|
+
"@codemirror/view",
|
|
297
|
+
"@jupyter/react-components",
|
|
298
|
+
"@jupyter/web-components",
|
|
299
|
+
"@jupyter/ydoc",
|
|
300
|
+
"@jupyterlab/application",
|
|
301
|
+
"@jupyterlab/apputils",
|
|
302
|
+
"@jupyterlab/cell-toolbar",
|
|
303
|
+
"@jupyterlab/codeeditor",
|
|
304
|
+
"@jupyterlab/codemirror",
|
|
305
|
+
"@jupyterlab/completer",
|
|
306
|
+
"@jupyterlab/console",
|
|
307
|
+
"@jupyterlab/coreutils",
|
|
308
|
+
"@jupyterlab/debugger",
|
|
309
|
+
"@jupyterlab/docmanager",
|
|
310
|
+
"@jupyterlab/documentsearch",
|
|
311
|
+
"@jupyterlab/extensionmanager",
|
|
312
|
+
"@jupyterlab/filebrowser",
|
|
313
|
+
"@jupyterlab/fileeditor",
|
|
314
|
+
"@jupyterlab/htmlviewer",
|
|
315
|
+
"@jupyterlab/imageviewer",
|
|
316
|
+
"@jupyterlab/inspector",
|
|
317
|
+
"@jupyterlab/launcher",
|
|
318
|
+
"@jupyterlab/logconsole",
|
|
319
|
+
"@jupyterlab/lsp",
|
|
320
|
+
"@jupyterlab/mainmenu",
|
|
321
|
+
"@jupyterlab/markdownviewer",
|
|
322
|
+
"@jupyterlab/mermaid",
|
|
323
|
+
"@jupyterlab/metadataform",
|
|
324
|
+
"@jupyterlab/notebook",
|
|
325
|
+
"@jupyterlab/pluginmanager",
|
|
326
|
+
"@jupyterlab/rendermime",
|
|
327
|
+
"@jupyterlab/rendermime-interfaces",
|
|
328
|
+
"@jupyterlab/services",
|
|
329
|
+
"@jupyterlab/settingeditor",
|
|
330
|
+
"@jupyterlab/settingregistry",
|
|
331
|
+
"@jupyterlab/statedb",
|
|
332
|
+
"@jupyterlab/statusbar",
|
|
333
|
+
"@jupyterlab/terminal",
|
|
334
|
+
"@jupyterlab/toc",
|
|
335
|
+
"@jupyterlab/tooltip",
|
|
336
|
+
"@jupyterlab/translation",
|
|
337
|
+
"@jupyterlab/ui-components",
|
|
338
|
+
"@jupyterlab/workspaces",
|
|
339
|
+
"@lezer/common",
|
|
340
|
+
"@lezer/highlight",
|
|
341
|
+
"@lumino/algorithm",
|
|
342
|
+
"@lumino/application",
|
|
343
|
+
"@lumino/commands",
|
|
344
|
+
"@lumino/coreutils",
|
|
345
|
+
"@lumino/datagrid",
|
|
346
|
+
"@lumino/disposable",
|
|
347
|
+
"@lumino/domutils",
|
|
348
|
+
"@lumino/dragdrop",
|
|
349
|
+
"@lumino/keyboard",
|
|
350
|
+
"@lumino/messaging",
|
|
351
|
+
"@lumino/polling",
|
|
352
|
+
"@lumino/properties",
|
|
353
|
+
"@lumino/signaling",
|
|
354
|
+
"@lumino/virtualdom",
|
|
355
|
+
"@lumino/widgets",
|
|
356
|
+
"@microsoft/fast-element",
|
|
357
|
+
"@microsoft/fast-foundation",
|
|
358
|
+
"react",
|
|
359
|
+
"react-dom",
|
|
360
|
+
"yjs"
|
|
361
|
+
],
|
|
362
|
+
"linkedPackages": {},
|
|
363
|
+
"staticDir": "../static"
|
|
364
|
+
}
|
|
365
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@jupyterlab/core-meta",
|
|
3
|
+
"version": "4.6.0-alpha.3",
|
|
4
|
+
"description": "JupyterLab core metadata snapshot",
|
|
5
|
+
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/jupyterlab/jupyterlab/issues"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/jupyterlab/jupyterlab.git"
|
|
12
|
+
},
|
|
13
|
+
"license": "BSD-3-Clause",
|
|
14
|
+
"author": "Project Jupyter",
|
|
15
|
+
"files": [
|
|
16
|
+
"core.package.json"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"build": "echo 'core-meta has no build step'",
|
|
20
|
+
"build:all": "npm run build"
|
|
21
|
+
},
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"access": "public"
|
|
24
|
+
}
|
|
25
|
+
}
|