content
stringlengths
1
103k
path
stringlengths
8
216
filename
stringlengths
2
179
language
stringclasses
15 values
size_bytes
int64
2
189k
quality_score
float64
0.5
0.95
complexity
float64
0
1
documentation_ratio
float64
0
1
repository
stringclasses
5 values
stars
int64
0
1k
created_date
stringdate
2023-07-10 19:21:08
2025-07-09 19:11:45
license
stringclasses
4 values
is_test
bool
2 classes
file_hash
stringlengths
32
32
{\n "title": "Document Manager Download",\n "description": "Document Manager Download settings.",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n { "type": "separator", "rank": 6 },\n {\n "command": "docmanager:download",\n "rank": 6\n },\n { "type": "separator", "rank": 6 }\n ]\n }\n ]\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\docmanager-extension\download.json
download.json
JSON
465
0.7
0
0
python-kit
169
2024-03-16T01:48:59.846500
BSD-3-Clause
false
9cf3acd4174901e8f5027618f9b278e9
{\n "name": "@jupyterlab/docmanager-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Document Manager Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/docmanager": "^4.4.4",\n "@jupyterlab/docregistry": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/statedb": "^4.4.4",\n "@jupyterlab/statusbar": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/algorithm": "^2.0.3",\n "@lumino/commands": "^2.3.2",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/disposable": "^2.1.4",\n "@lumino/signaling": "^2.1.4",\n "@lumino/widgets": "^2.7.1",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\docmanager-extension\package.json.orig
package.json.orig
Other
1,846
0.8
0
0
node-utils
887
2024-12-27T02:22:00.098024
BSD-3-Clause
false
b380495af10ed67cebe18633d6c62e47
{\n "title": "Document Manager",\n "description": "Document Manager settings.",\n "jupyter.lab.setting-icon": "ui-components:file",\n "jupyter.lab.setting-icon-label": "Document Manager",\n "jupyter.lab.transform": true,\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "command": "docmanager:clone",\n "rank": 2\n },\n {\n "type": "separator",\n "rank": 4\n },\n {\n "command": "docmanager:save",\n "rank": 4\n },\n {\n "command": "docmanager:save-as",\n "rank": 4\n },\n {\n "command": "docmanager:save-all",\n "rank": 4\n },\n {\n "type": "separator",\n "rank": 5\n },\n {\n "command": "docmanager:reload",\n "rank": 5\n },\n {\n "command": "docmanager:restore-checkpoint",\n "rank": 5\n },\n {\n "command": "docmanager:rename",\n "rank": 5\n },\n {\n "command": "docmanager:duplicate",\n "rank": 5\n }\n ]\n },\n {\n "id": "jp-mainmenu-settings",\n "items": [\n {\n "type": "separator",\n "rank": 4\n },\n {\n "command": "docmanager:toggle-autosave",\n "rank": 4\n },\n {\n "type": "separator",\n "rank": 4\n }\n ]\n }\n ],\n "context": [\n {\n "command": "docmanager:rename",\n "selector": "[data-type=\"document-title\"]",\n "rank": 20\n },\n {\n "command": "docmanager:duplicate",\n "selector": "[data-type=\"document-title\"]",\n "rank": 21\n },\n {\n "command": "docmanager:delete",\n "selector": "[data-type=\"document-title\"]",\n "rank": 22\n },\n {\n "command": "docmanager:clone",\n "selector": "[data-type=\"document-title\"]",\n "rank": 23\n },\n {\n "command": "docmanager:show-in-file-browser",\n "selector": "[data-type=\"document-title\"]",\n "rank": 24\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "docmanager:save",\n "keys": ["Accel S"],\n "selector": "body"\n },\n {\n "command": "docmanager:save-as",\n "keys": ["Accel Shift S"],\n "selector": "body"\n }\n ],\n "properties": {\n "autosave": {\n "type": "boolean",\n "title": "Autosave Documents",\n "description": "Whether to autosave documents",\n "default": true\n },\n "autosaveInterval": {\n "type": "number",\n "title": "Autosave Interval",\n "description": "Length of save interval in seconds",\n "default": 120\n },\n "confirmClosingDocument": {\n "type": "boolean",\n "title": "Ask for confirmation to close a document",\n "description": "Whether to ask for confirmation to close a document or not.",\n "default": false\n },\n "lastModifiedCheckMargin": {\n "type": "number",\n "title": "Margin for last modified timestamp check",\n "description": "Max acceptable difference, in milliseconds, between last modified timestamps on disk and client",\n "default": 500\n },\n "defaultViewers": {\n "type": "object",\n "title": "Default Viewers",\n "default": {},\n "description": "Overrides for the default viewers for file types",\n "properties": {},\n "additionalProperties": {\n "type": "string"\n }\n },\n "renameUntitledFileOnSave": {\n "type": "boolean",\n "title": "Rename Untitled File On First Save",\n "description": "Whether to prompt to rename untitled file on first manual save.",\n "default": true\n },\n "maxNumberRecents": {\n "type": "number",\n "title": "Recent Items Number",\n "description": "Number of recently opened/closed files and directories to remember.",\n "default": 10,\n "minimum": 0\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\docmanager-extension\plugin.json
plugin.json
JSON
4,162
0.7
0.030675
0
awesome-app
830
2024-05-25T23:34:54.370808
BSD-3-Clause
false
f3da4460232d0d0307fc7340bc8bb9e3
{\n "name": "@jupyterlab/documentsearch-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Document Search Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -w --listEmittedFiles"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/documentsearch": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@lumino/commands": "^2.3.2",\n "@lumino/widgets": "^2.7.1"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\documentsearch-extension\package.json.orig
package.json.orig
Other
1,497
0.8
0
0
react-lib
53
2024-07-10T03:07:35.632372
BSD-3-Clause
false
e222775b6c278e11d482d3ef3dd7b16c
{\n "title": "Document Search",\n "description": "Document search plugin.",\n "jupyter.lab.setting-icon": "ui-components:search",\n "jupyter.lab.setting-icon-label": "Document Search",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-edit",\n "items": [\n {\n "type": "separator",\n "rank": 10\n },\n {\n "command": "documentsearch:start",\n "rank": 10\n },\n {\n "command": "documentsearch:highlightNext",\n "rank": 10\n },\n {\n "command": "documentsearch:highlightPrevious",\n "rank": 10\n },\n {\n "type": "separator",\n "rank": 10\n }\n ]\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "documentsearch:start",\n "keys": ["Accel F"],\n "selector": ".jp-mod-searchable"\n },\n {\n "command": "documentsearch:highlightNext",\n "keys": ["Accel G"],\n "selector": ".jp-mod-searchable"\n },\n {\n "command": "documentsearch:highlightPrevious",\n "keys": ["Accel Shift G"],\n "selector": ".jp-mod-searchable"\n },\n {\n "command": "documentsearch:toggleSearchInSelection",\n "keys": ["Alt L"],\n "selector": ".jp-mod-search-active"\n },\n {\n "command": "documentsearch:end",\n "keys": ["Escape"],\n "selector": ".jp-mod-search-active"\n }\n ],\n "properties": {\n "searchDebounceTime": {\n "title": "Search debounce time (ms)",\n "description": "The debounce time in milliseconds applied to the search input field. The already opened input files will not be updated if you change that value",\n "type": "number",\n "default": 500,\n "minimum": 0\n },\n "autoSearchInSelection": {\n "title": "Search in selection automatically",\n "description": "When starting search, the 'search in selection' mode will be enabled if `any` text/cell is selected, or when `multiple` lines or cells are selected, or `never`.",\n "type": "string",\n "enum": ["never", "multiple-selected", "any-selected"],\n "default": "never"\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\documentsearch-extension\plugin.json
plugin.json
JSON
2,233
0.7
0.025
0
awesome-app
203
2025-02-22T22:28:47.323464
Apache-2.0
false
a9594456dce30226625f11414d9e9c11
{\n "name": "@jupyterlab/extensionmanager-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Extension Manager Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "listing/*.json",\n "style/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/extensionmanager": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\extensionmanager-extension\package.json.orig
package.json.orig
Other
1,449
0.8
0
0
node-utils
365
2024-11-26T03:17:09.295166
GPL-3.0
false
738f313130619aade6ca3e7c5deab997
{\n "title": "Extension Manager",\n "description": "Extension manager settings.",\n "jupyter.lab.setting-icon": "ui-components:extension",\n "jupyter.lab.setting-icon-label": "Extension Manager",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "command": "extensionmanager:show-panel",\n "rank": 9\n }\n ]\n },\n {\n "id": "jp-mainmenu-settings",\n "items": [\n {\n "type": "separator",\n "rank": 100\n },\n {\n "command": "extensionmanager:toggle",\n "rank": 100\n },\n {\n "type": "separator",\n "rank": 100\n }\n ]\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "extensionmanager:show-panel",\n "keys": ["Accel Shift X"],\n "selector": "body"\n }\n ],\n "properties": {\n "enabled": {\n "title": "Enabled Status",\n "description": "Enables extension manager.\nWARNING: installing untrusted extensions may be unsafe.",\n "default": true,\n "type": "boolean"\n },\n "disclaimed": {\n "title": "Disclaimed Status",\n "description": "Whether the user agrees the access to external web services and understands extensions may introduce security risks or contain malicious code that runs on his machine.",\n "default": false,\n "type": "boolean"\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\extensionmanager-extension\plugin.json
plugin.json
JSON
1,514
0.7
0
0
react-lib
183
2024-03-28T08:16:56.415123
GPL-3.0
false
7cfd6d44e9e6a4ddaa0f3ae1da66b396
{\n "jupyter.lab.setting-icon": "ui-components:folder",\n "jupyter.lab.setting-icon-label": "File Browser",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "type": "separator",\n "rank": 1\n },\n {\n "command": "filebrowser:open-path",\n "rank": 1\n },\n {\n "command": "filebrowser:open-url",\n "rank": 1\n }\n ]\n },\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "command": "filebrowser:toggle-hidden-files",\n "rank": 9.95\n }\n ]\n }\n ],\n "context": [\n {\n "type": "separator",\n "selector": ".jp-DirListing-content",\n "rank": 0\n },\n {\n "command": "filebrowser:open",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 1\n },\n {\n "type": "separator",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 4\n },\n {\n "command": "filebrowser:rename",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 5\n },\n {\n "command": "filebrowser:delete",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 6\n },\n {\n "command": "filebrowser:cut",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 7\n },\n {\n "command": "filebrowser:copy",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 8\n },\n {\n "command": "filebrowser:paste",\n "selector": ".jp-DirListing-content",\n "rank": 8.5\n },\n {\n "command": "filebrowser:duplicate",\n "selector": ".jp-DirListing-item[data-isdir=\"false\"]",\n "rank": 9\n },\n {\n "type": "separator",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 10\n },\n {\n "command": "filebrowser:shutdown",\n "selector": ".jp-DirListing-item[data-isdir=\"false\"].jp-mod-running",\n "rank": 11\n },\n {\n "type": "separator",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 12\n },\n {\n "command": "filebrowser:copy-path",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 14\n },\n {\n "command": "filebrowser:toggle-last-modified",\n "selector": ".jp-DirListing-header",\n "rank": 14\n },\n {\n "command": "filebrowser:toggle-file-size",\n "selector": ".jp-DirListing-header",\n "rank": 15\n },\n {\n "command": "filebrowser:toggle-file-checkboxes",\n "selector": ".jp-DirListing-header",\n "rank": 16\n },\n {\n "command": "filebrowser:toggle-sort-notebooks-first",\n "selector": ".jp-DirListing-header",\n "rank": 17\n },\n {\n "command": "filebrowser:share-main",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 17\n },\n {\n "type": "separator",\n "selector": ".jp-DirListing-item[data-isdir]",\n "rank": 50\n },\n {\n "command": "filebrowser:create-new-file",\n "selector": ".jp-DirListing-content",\n "rank": 51\n },\n {\n "command": "filebrowser:create-new-directory",\n "selector": ".jp-DirListing-content",\n "rank": 55\n }\n ]\n },\n "title": "File Browser",\n "description": "File Browser settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "filebrowser:go-up",\n "keys": ["Backspace"],\n "selector": ".jp-DirListing:focus"\n },\n {\n "command": "filebrowser:go-up",\n "keys": ["Backspace"],\n "selector": ".jp-DirListing-content .jp-DirListing-itemText"\n },\n {\n "command": "filebrowser:delete",\n "keys": ["Delete"],\n "selector": ".jp-DirListing-content .jp-DirListing-itemText"\n },\n {\n "command": "filebrowser:cut",\n "keys": ["Accel X"],\n "selector": ".jp-DirListing-content .jp-DirListing-itemText"\n },\n {\n "command": "filebrowser:copy",\n "keys": ["Accel C"],\n "selector": ".jp-DirListing-content .jp-DirListing-itemText"\n },\n {\n "command": "filebrowser:paste",\n "keys": ["Accel V"],\n "selector": ".jp-DirListing-content .jp-DirListing-itemText"\n },\n {\n "command": "filebrowser:rename",\n "keys": ["F2"],\n "selector": ".jp-DirListing-content .jp-DirListing-itemText"\n },\n {\n "command": "filebrowser:duplicate",\n "keys": ["Accel D"],\n "selector": ".jp-DirListing-content .jp-DirListing-itemText"\n }\n ],\n "properties": {\n "navigateToCurrentDirectory": {\n "type": "boolean",\n "title": "Navigate to current folder",\n "description": "Whether to automatically navigate to a document's current folder",\n "default": false\n },\n "useFuzzyFilter": {\n "type": "boolean",\n "title": "Filter on file name with a fuzzy search",\n "description": "Whether to apply fuzzy algorithm while filtering on file names",\n "default": true\n },\n "filterDirectories": {\n "type": "boolean",\n "title": "Filter folders",\n "description": "Whether to apply the search on folders",\n "default": true\n },\n "showLastModifiedColumn": {\n "type": "boolean",\n "title": "Show last modified column",\n "description": "Whether to show the last modified column",\n "default": true\n },\n "showFileSizeColumn": {\n "type": "boolean",\n "title": "Show file size column",\n "description": "Whether to show the file size column",\n "default": false\n },\n "showHiddenFiles": {\n "type": "boolean",\n "title": "Show hidden files",\n "description": "Whether to show hidden files. The server parameter `ContentsManager.allow_hidden` must be set to `True` to display hidden files.",\n "default": false\n },\n "showFileCheckboxes": {\n "type": "boolean",\n "title": "Use checkboxes to select items",\n "description": "Whether to show checkboxes next to files and folders",\n "default": false\n },\n "showFullPath": {\n "type": "boolean",\n "title": "Show full path in browser bread crumbs",\n "description": "Whether to show full path in browser bread crumbs",\n "default": false\n },\n "sortNotebooksFirst": {\n "type": "boolean",\n "title": "When sorting by name, group notebooks before other files",\n "description": "Whether to group the notebooks away from files",\n "default": false\n },\n "singleClickNavigation": {\n "type": "boolean",\n "title": "Navigate files and directories with single click",\n "description": "Whether to allow single click selection on file browser items",\n "default": false\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\filebrowser-extension\browser.json
browser.json
JSON
6,939
0.7
0.004016
0
vue-tools
621
2024-04-30T13:44:59.625813
MIT
false
0a6e2694f6b054c18ba6daa98e6ea7a0
{\n "title": "File Browser Download",\n "description": "File Browser Download settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "filebrowser:download",\n "selector": ".jp-DirListing-item[data-isdir=\"false\"]",\n "rank": 9\n },\n {\n "command": "filebrowser:copy-download-link",\n "selector": ".jp-DirListing-item[data-isdir=\"false\"]",\n "rank": 13\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\filebrowser-extension\download.json
download.json
JSON
513
0.7
0
0
awesome-app
967
2023-11-17T00:03:43.795828
MIT
false
f566939a483031cbcf3a1ac1a27ccb2a
{\n "title": "File Browser Open Browser Tab",\n "description": "File Browser Open Browser Tab settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "filebrowser:open-browser-tab",\n "selector": ".jp-DirListing-item[data-isdir=\"false\"]",\n "rank": 1.6\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\filebrowser-extension\open-browser-tab.json
open-browser-tab.json
JSON
385
0.7
0
0
node-utils
152
2025-06-16T14:50:32.456859
Apache-2.0
false
c008ae7cc497179992d33145897ee975
{\n "title": "File Browser Open With",\n "description": "File Browser Open With settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "type": "submenu",\n "selector": ".jp-DirListing-item[data-isdir=\"false\"]",\n "rank": 1.3,\n "submenu": {\n "id": "jp-contextmenu-open-with",\n "label": "Open With",\n "items": []\n }\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\filebrowser-extension\open-with.json
open-with.json
JSON
477
0.7
0
0
react-lib
952
2024-10-22T09:19:35.084802
Apache-2.0
false
fd51f0483581d6ff1b9e69ae522a11dc
{\n "name": "@jupyterlab/filebrowser-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Filebrowser Widget Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/docmanager": "^4.4.4",\n "@jupyterlab/docregistry": "^4.4.4",\n "@jupyterlab/filebrowser": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/statedb": "^4.4.4",\n "@jupyterlab/statusbar": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/algorithm": "^2.0.3",\n "@lumino/commands": "^2.3.2",\n "@lumino/widgets": "^2.7.1"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\filebrowser-extension\package.json.orig
package.json.orig
Other
1,760
0.8
0
0
python-kit
383
2025-06-04T04:04:02.116085
Apache-2.0
false
e191f8fcf5a7784f290b81bf66c96dad
{\n "title": "File Browser Widget",\n "description": "File Browser widget settings.",\n "jupyter.lab.toolbars": {\n "FileBrowser": [\n {\n "name": "new-directory",\n "command": "filebrowser:create-new-directory",\n "rank": 10\n },\n { "name": "uploader", "rank": 20 },\n { "name": "refresh", "command": "filebrowser:refresh", "rank": 30 },\n {\n "name": "toggle-file-filter",\n "command": "filebrowser:toggle-file-filter",\n "rank": 40\n }\n ]\n },\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "command": "filebrowser:toggle-main",\n "rank": 1\n }\n ]\n },\n {\n "id": "jp-mainmenu-settings",\n "items": [\n {\n "type": "separator",\n "rank": 5\n },\n {\n "command": "filebrowser:toggle-navigate-to-current-directory",\n "rank": 5\n },\n {\n "type": "separator",\n "rank": 5\n }\n ]\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "filebrowser:toggle-main",\n "keys": ["Accel Shift F"],\n "selector": "body"\n }\n ],\n "jupyter.lab.transform": true,\n "properties": {\n "toolbar": {\n "title": "File browser toolbar items",\n "description": "Note: To disable a toolbar item,\ncopy it to User Preferences and add the\n\"disabled\" key. The following example will disable the uploader button:\n{\n \"toolbar\": [\n {\n \"name\": \"uploader\",\n \"disabled\": true\n }\n ]\n}\n\nToolbar description:",\n "items": {\n "$ref": "#/definitions/toolbarItem"\n },\n "type": "array",\n "default": []\n }\n },\n "additionalProperties": false,\n "type": "object",\n "definitions": {\n "toolbarItem": {\n "properties": {\n "name": {\n "title": "Unique name",\n "type": "string"\n },\n "args": {\n "title": "Command arguments",\n "type": "object"\n },\n "command": {\n "title": "Command id",\n "type": "string",\n "default": ""\n },\n "disabled": {\n "title": "Whether the item is ignored or not",\n "type": "boolean",\n "default": false\n },\n "icon": {\n "title": "Item icon id",\n "description": "If defined, it will override the command icon",\n "type": "string"\n },\n "label": {\n "title": "Item label",\n "description": "If defined, it will override the command label",\n "type": "string"\n },\n "caption": {\n "title": "Item caption",\n "description": "If defined, it will override the command caption",\n "type": "string"\n },\n "type": {\n "title": "Item type",\n "type": "string",\n "enum": ["command", "spacer"]\n },\n "rank": {\n "title": "Item rank",\n "type": "number",\n "minimum": 0,\n "default": 50\n }\n },\n "required": ["name"],\n "additionalProperties": false,\n "type": "object"\n }\n }\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\filebrowser-extension\widget.json
widget.json
JSON
3,224
0.95
0
0
node-utils
905
2025-04-01T01:40:43.897092
Apache-2.0
false
d72e7b5d6a4f825eaba9cfd2984bed6e
{\n "title": "File Editor Completer",\n "description": "File editor completer settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "completer:invoke-file",\n "keys": ["Tab"],\n "selector": ".jp-FileEditor .jp-mod-completer-enabled:not(.jp-mod-at-line-beginning)"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\fileeditor-extension\completer.json
completer.json
JSON
367
0.7
0
0
vue-tools
303
2024-09-19T18:04:23.493226
GPL-3.0
false
d52fbfd0328b2cc639e54a3f1e127022
{\n "name": "@jupyterlab/fileeditor-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Editor Widget Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@codemirror/commands": "^6.8.1",\n "@codemirror/search": "^6.5.10",\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/codeeditor": "^4.4.4",\n "@jupyterlab/codemirror": "^4.4.4",\n "@jupyterlab/completer": "^4.4.4",\n "@jupyterlab/console": "^4.4.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/docregistry": "^4.4.4",\n "@jupyterlab/documentsearch": "^4.4.4",\n "@jupyterlab/filebrowser": "^4.4.4",\n "@jupyterlab/fileeditor": "^4.4.4",\n "@jupyterlab/launcher": "^4.4.4",\n "@jupyterlab/lsp": "^4.4.4",\n "@jupyterlab/mainmenu": "^4.4.4",\n "@jupyterlab/observables": "^5.4.4",\n "@jupyterlab/rendermime-interfaces": "^3.12.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/statusbar": "^4.4.4",\n "@jupyterlab/toc": "^6.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/algorithm": "^2.0.3",\n "@lumino/commands": "^2.3.2",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/disposable": "^2.1.4",\n "@lumino/widgets": "^2.7.1"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\fileeditor-extension\package.json.orig
package.json.orig
Other
2,298
0.8
0
0
node-utils
604
2025-03-24T03:29:56.660705
MIT
false
13b9826ece1be345ed72a6530a17204e
{\n "title": "Text Editor",\n "description": "Text editor settings.",\n "jupyter.lab.setting-icon": "ui-components:text-editor",\n "jupyter.lab.setting-icon-label": "Editor",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-file-new",\n "items": [\n {\n "command": "fileeditor:create-new",\n "rank": 30\n },\n {\n "command": "fileeditor:create-new-markdown-file",\n "rank": 30\n }\n ]\n }\n }\n ]\n },\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "type": "separator",\n "rank": 40\n },\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-view-codemirror-language",\n "label": "Text Editor Syntax Highlighting"\n },\n "rank": 40\n },\n {\n "type": "separator",\n "rank": 40\n }\n ]\n },\n {\n "id": "jp-mainmenu-settings",\n "items": [\n {\n "type": "separator",\n "rank": 30\n },\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-settings-fileeditorindent",\n "label": "Text Editor Indentation",\n "items": [\n {\n "command": "fileeditor:change-tabs"\n },\n {\n "command": "fileeditor:change-tabs",\n "args": {\n "size": "1"\n }\n },\n {\n "command": "fileeditor:change-tabs",\n "args": {\n "size": "2"\n }\n },\n {\n "command": "fileeditor:change-tabs",\n "args": {\n "size": "4"\n }\n },\n {\n "command": "fileeditor:change-tabs",\n "args": {\n "size": "8"\n }\n }\n ]\n },\n "rank": 30\n },\n {\n "command": "fileeditor:toggle-autoclosing-brackets-universal",\n "rank": 30\n },\n {\n "command": "fileeditor:change-font-size",\n "rank": 30,\n "args": {\n "delta": 1,\n "isMenu": true\n }\n },\n {\n "command": "fileeditor:change-font-size",\n "rank": 30,\n "args": {\n "delta": -1,\n "isMenu": true\n }\n },\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-settings-codemirror-theme",\n "label": "Text Editor Theme",\n "items": []\n },\n "rank": 31\n },\n {\n "type": "separator",\n "rank": 39\n }\n ]\n }\n ],\n "context": [\n {\n "command": "fileeditor:undo",\n "selector": ".jp-FileEditor",\n "rank": 1\n },\n {\n "command": "fileeditor:redo",\n "selector": ".jp-FileEditor",\n "rank": 2\n },\n {\n "command": "fileeditor:cut",\n "selector": ".jp-FileEditor",\n "rank": 3\n },\n {\n "command": "fileeditor:copy",\n "selector": ".jp-FileEditor",\n "rank": 4\n },\n {\n "command": "fileeditor:paste",\n "selector": ".jp-FileEditor",\n "rank": 5\n },\n {\n "command": "fileeditor:select-all",\n "selector": ".jp-FileEditor",\n "rank": 6\n },\n {\n "command": "fileeditor:create-console",\n "selector": ".jp-FileEditor",\n "rank": 10\n },\n {\n "command": "fileeditor:markdown-preview",\n "selector": ".jp-FileEditor",\n "rank": 11\n }\n ]\n },\n "jupyter.lab.toolbars": {\n "Editor": []\n },\n "jupyter.lab.transform": true,\n "properties": {\n "editorConfig": {\n "title": "Editor Configuration",\n "description": "The configuration for all text editors; it will override the CodeMirror default configuration.\nIf `fontFamily`, `fontSize` or `lineHeight` are `null`,\nvalues from current theme are used.",\n "type": "object",\n "default": {\n "lineNumbers": true\n }\n },\n "scrollPastEnd": {\n "title": "Scroll behavior",\n "description": "Whether to scroll past the end of text document.",\n "type": "boolean",\n "default": true\n },\n "toolbar": {\n "title": "Text editor toolbar items",\n "description": "Note: To disable a toolbar item,\ncopy it to User Preferences and add the\n\"disabled\" key. Toolbar description:",\n "items": {\n "$ref": "#/definitions/toolbarItem"\n },\n "type": "array",\n "default": []\n }\n },\n "additionalProperties": false,\n "type": "object",\n "definitions": {\n "toolbarItem": {\n "properties": {\n "name": {\n "title": "Unique name",\n "type": "string"\n },\n "args": {\n "title": "Command arguments",\n "type": "object"\n },\n "command": {\n "title": "Command id",\n "type": "string",\n "default": ""\n },\n "disabled": {\n "title": "Whether the item is ignored or not",\n "type": "boolean",\n "default": false\n },\n "icon": {\n "title": "Item icon id",\n "description": "If defined, it will override the command icon",\n "type": "string"\n },\n "label": {\n "title": "Item label",\n "description": "If defined, it will override the command label",\n "type": "string"\n },\n "caption": {\n "title": "Item caption",\n "description": "If defined, it will override the command caption",\n "type": "string"\n },\n "type": {\n "title": "Item type",\n "type": "string",\n "enum": ["command", "spacer"]\n },\n "rank": {\n "title": "Item rank",\n "type": "number",\n "minimum": 0,\n "default": 50\n }\n },\n "required": ["name"],\n "additionalProperties": false,\n "type": "object"\n }\n }\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\fileeditor-extension\plugin.json
plugin.json
JSON
6,617
0.95
0.003891
0
react-lib
583
2024-11-04T06:20:31.405716
MIT
false
4410b9990643fc77f99954567949b43e
{\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-help",\n "items": [\n {\n "command": "help:about",\n "rank": 0\n },\n {\n "type": "separator",\n "rank": 0\n }\n ]\n }\n ]\n },\n "title": "Help",\n "description": "Help settings.",\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\help-extension\about.json
about.json
JSON
422
0.7
0
0
react-lib
783
2024-04-23T12:04:38.696328
MIT
false
07008998ead9bb853ce4bfccaf23904e
{\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-help",\n "items": [\n {\n "type": "separator",\n "rank": 2\n },\n {\n "command": "help:jupyter-forum",\n "rank": 2\n },\n {\n "type": "separator",\n "rank": 2\n }\n ]\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\help-extension\jupyter-forum.json
jupyter-forum.json
JSON
456
0.7
0
0
python-kit
946
2025-05-07T13:19:03.289830
GPL-3.0
false
d541601418c9e088635d73da431da961
{\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-help",\n "items": [\n {\n "type": "separator",\n "rank": 1\n },\n {\n "type": "separator",\n "rank": 1\n }\n ]\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\help-extension\launch-classic.json
launch-classic.json
JSON
364
0.7
0
0
awesome-app
969
2023-11-22T08:58:41.160760
GPL-3.0
false
af97813e6d751ea351bc4495ebe2fb15
{\n "name": "@jupyterlab/help-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Help Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/mainmenu": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/widgets": "^2.7.1",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\help-extension\package.json.orig
package.json.orig
Other
1,483
0.8
0
0
react-lib
728
2023-11-22T18:20:48.371116
GPL-3.0
false
4b0aa7e29d307bd8c4926d7bdbca13ae
{\n "name": "@jupyterlab/htmlviewer-extension",\n "version": "4.4.4",\n "description": "JupyterLab extension to render HTML files",\n "keywords": [\n "jupyter",\n "jupyterlab"\n ],\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter Contributors",\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -w"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/docregistry": "^4.4.4",\n "@jupyterlab/htmlviewer": "^4.4.4",\n "@jupyterlab/observables": "^5.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\htmlviewer-extension\package.json.orig
package.json.orig
Other
1,548
0.8
0
0
vue-tools
176
2025-06-01T05:41:24.906240
MIT
false
6da303d372abc191d481a4bcfe718491
{\n "title": "HTML Viewer",\n "description": "HTML Viewer settings.",\n "jupyter.lab.setting-icon": "ui-components:html5",\n "jupyter.lab.setting-icon-label": "HTML Viewer",\n "jupyter.lab.toolbars": {\n "HTML Viewer": [\n { "name": "refresh", "rank": 10 },\n { "name": "trust", "rank": 20 }\n ]\n },\n "jupyter.lab.transform": true,\n "properties": {\n "toolbar": {\n "title": "HTML viewer toolbar items",\n "description": "Note: To disable a toolbar item,\ncopy it to User Preferences and add the\n\"disabled\" key. The following example will disable the refresh item:\n{\n \"toolbar\": [\n {\n \"name\": \"refresh\",\n \"disabled\": true\n }\n ]\n}\n\nToolbar description:",\n "items": {\n "$ref": "#/definitions/toolbarItem"\n },\n "type": "array",\n "default": []\n },\n "trustByDefault": {\n "type": "boolean",\n "title": "Trust HTML by default",\n "description": "Whether to trust HTML files upon opening",\n "default": false\n }\n },\n "additionalProperties": false,\n "type": "object",\n "definitions": {\n "toolbarItem": {\n "properties": {\n "name": {\n "title": "Unique name",\n "type": "string"\n },\n "args": {\n "title": "Command arguments",\n "type": "object"\n },\n "command": {\n "title": "Command id",\n "type": "string",\n "default": ""\n },\n "disabled": {\n "title": "Whether the item is ignored or not",\n "type": "boolean",\n "default": false\n },\n "icon": {\n "title": "Item icon id",\n "description": "If defined, it will override the command icon",\n "type": "string"\n },\n "label": {\n "title": "Item label",\n "description": "If defined, it will override the command label",\n "type": "string"\n },\n "caption": {\n "title": "Item caption",\n "description": "If defined, it will override the command caption",\n "type": "string"\n },\n "type": {\n "title": "Item type",\n "type": "string",\n "enum": ["command", "spacer"]\n },\n "rank": {\n "title": "Item rank",\n "type": "number",\n "minimum": 0,\n "default": 50\n }\n },\n "required": ["name"],\n "additionalProperties": false,\n "type": "object"\n }\n }\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\htmlviewer-extension\plugin.json
plugin.json
JSON
2,465
0.95
0
0
vue-tools
29
2023-09-04T08:37:09.241587
MIT
false
3592b2edde9b1678a5bb6b65a99e32dc
{\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "type": "separator",\n "rank": 100\n },\n {\n "command": "hub:control-panel",\n "rank": 100\n },\n {\n "command": "hub:logout",\n "rank": 100\n },\n {\n "type": "separator",\n "rank": 100\n }\n ]\n }\n ]\n },\n "title": "JupyterHub",\n "description": "JupyterHub settings.",\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\hub-extension\menu.json
menu.json
JSON
613
0.7
0
0
vue-tools
549
2023-08-28T03:21:31.151164
BSD-3-Clause
false
3fed8392144073d9d28bcd920c3afdbd
{\n "name": "@jupyterlab/hub-extension",\n "version": "4.4.4",\n "description": "JupyterLab integration for JupyterHub",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc",\n "build:test": "tsc --build tsconfig.test.json",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "test": "jest",\n "test:cov": "jest --collect-coverage",\n "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",\n "test:debug:watch": "node --inspect-brk ../../node_modules/.bin/jest --runInBand --watch",\n "watch": "tsc -w --listEmittedFiles"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/translation": "^4.4.4"\n },\n "devDependencies": {\n "@types/jest": "^29.2.0",\n "jest": "^29.2.0",\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\hub-extension\package.json.orig
package.json.orig
Other
1,747
0.8
0.016129
0
vue-tools
91
2025-06-27T06:35:44.119760
GPL-3.0
false
07beaf9277841474090347e96b2aa6d1
{\n "name": "@jupyterlab/imageviewer-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Image Widget Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/docregistry": "^4.4.4",\n "@jupyterlab/imageviewer": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\imageviewer-extension\package.json.orig
package.json.orig
Other
1,371
0.8
0
0
react-lib
515
2024-08-01T10:44:31.781801
GPL-3.0
false
2c77a3c02e0a45397586a31e6e6e9fb6
{\n "title": "Image Viewer",\n "description": "Image viewer settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "imageviewer:flip-horizontal",\n "keys": ["H"],\n "selector": ".jp-ImageViewer"\n },\n {\n "command": "imageviewer:flip-vertical",\n "keys": ["V"],\n "selector": ".jp-ImageViewer"\n },\n {\n "command": "imageviewer:invert-colors",\n "keys": ["I"],\n "selector": ".jp-ImageViewer"\n },\n {\n "command": "imageviewer:reset-image",\n "keys": ["0"],\n "selector": ".jp-ImageViewer"\n },\n {\n "command": "imageviewer:rotate-clockwise",\n "keys": ["]"],\n "selector": ".jp-ImageViewer"\n },\n {\n "command": "imageviewer:rotate-counterclockwise",\n "keys": ["["],\n "selector": ".jp-ImageViewer"\n },\n {\n "command": "imageviewer:zoom-in",\n "keys": ["="],\n "selector": ".jp-ImageViewer"\n },\n {\n "command": "imageviewer:zoom-out",\n "keys": ["-"],\n "selector": ".jp-ImageViewer"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\imageviewer-extension\plugin.json
plugin.json
JSON
1,109
0.7
0
0
node-utils
573
2023-08-02T01:12:05.783855
MIT
false
1c7821016898861678ef6e47ed1bb813
{\n "title": "Inspector Notebook",\n "description": "Inspector Notebook settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "inspector:open",\n "selector": ".jp-CodeConsole-promptCell",\n "rank": 5\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\inspector-extension\consoles.json
consoles.json
JSON
332
0.7
0
0
react-lib
768
2024-06-12T10:27:30.981057
BSD-3-Clause
false
d75d5fd3774fd0113f3a780068c96add
{\n "title": "Inspector",\n "description": "Inspector settings.",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-help",\n "items": [\n {\n "type": "separator",\n "rank": 0.1\n },\n {\n "command": "inspector:open",\n "rank": 0.1\n },\n {\n "type": "separator",\n "rank": 0.1\n }\n ]\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "inspector:open",\n "keys": ["Accel I"],\n "selector": "body"\n },\n {\n "command": "inspector:close",\n "keys": ["Accel I"],\n "selector": "body[data-jp-inspector='open']"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\inspector-extension\inspector.json
inspector.json
JSON
782
0.7
0
0
vue-tools
582
2024-10-22T07:45:36.251778
GPL-3.0
false
a728b350915e5fd0908257b121d38cbb
{\n "title": "Inspector Notebook",\n "description": "Inspector Notebook settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "inspector:open",\n "selector": ".jp-Notebook",\n "rank": 50\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\inspector-extension\notebooks.json
notebooks.json
JSON
319
0.7
0
0
react-lib
811
2024-04-17T18:44:40.021259
GPL-3.0
false
e0edf4edc5b65814316c24a4f630a8b9
{\n "name": "@jupyterlab/inspector-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Code Inspector Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/console": "^4.4.4",\n "@jupyterlab/inspector": "^4.4.4",\n "@jupyterlab/launcher": "^4.4.4",\n "@jupyterlab/notebook": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/widgets": "^2.7.1"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\inspector-extension\package.json.orig
package.json.orig
Other
1,517
0.8
0
0
vue-tools
879
2024-12-21T22:30:16.809091
MIT
false
776f30b8ed790cdf143d51331de1c32b
{\n "name": "@jupyterlab/launcher-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Launcher Page Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/filebrowser": "^4.4.4",\n "@jupyterlab/launcher": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/algorithm": "^2.0.3",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/widgets": "^2.7.1"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\launcher-extension\package.json.orig
package.json.orig
Other
1,506
0.8
0
0
awesome-app
82
2024-07-14T21:23:10.851911
GPL-3.0
false
9ec63d1d70450162e8a62fa894711fd9
{\n "title": "Launcher",\n "description": "Launcher settings.",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "command": "launcher:create",\n "rank": 0.99\n }\n ]\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "launcher:create",\n "keys": ["Accel Shift L"],\n "selector": "body"\n }\n ],\n "jupyter.lab.toolbars": {\n "FileBrowser": [\n {\n "name": "new-launcher",\n "command": "launcher:create",\n "rank": 1\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\launcher-extension\plugin.json
plugin.json
JSON
662
0.7
0
0
awesome-app
619
2025-01-15T04:30:52.015931
Apache-2.0
false
7fb4d918d277dbe55929fcf78517f52e
{\n "name": "@jupyterlab/logconsole-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Log Console Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -w --listEmittedFiles"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/docregistry": "^4.4.4",\n "@jupyterlab/logconsole": "^4.4.4",\n "@jupyterlab/rendermime": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/statusbar": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/signaling": "^2.1.4",\n "@lumino/widgets": "^2.7.1",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\logconsole-extension\package.json.orig
package.json.orig
Other
1,747
0.8
0
0
awesome-app
882
2024-03-09T21:10:03.969151
BSD-3-Clause
false
2f6b1ae219b432216530e507343eadba
{\n "jupyter.lab.setting-icon": "ui-components:list",\n "jupyter.lab.setting-icon-label": "Log Console",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "type": "separator",\n "rank": 9.9\n },\n {\n "command": "logconsole:open",\n "rank": 9.95\n },\n {\n "type": "separator",\n "rank": 9.99\n }\n ]\n }\n ],\n "context": [\n { "command": "logconsole:open", "selector": ".jp-Notebook", "rank": 60 }\n ]\n },\n "title": "Log Console",\n "description": "Log Console settings.",\n "properties": {\n "maxLogEntries": {\n "type": "number",\n "title": "Log entry count limit",\n "description": "Maximum number of log entries to store in memory",\n "default": 1000\n },\n "flash": {\n "type": "boolean",\n "title": "Status Bar Item flash",\n "description": "Whether to flash on new log message or not",\n "default": true\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\logconsole-extension\plugin.json
plugin.json
JSON
1,102
0.7
0
0
vue-tools
906
2024-10-02T20:34:14.035086
GPL-3.0
false
215176a3542f2e178c7e4790da5afb5e
{\n "name": "@jupyterlab/lsp-extension",\n "version": "4.4.4",\n "description": "",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "build:all": "npm run build",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/lsp": "^4.4.4",\n "@jupyterlab/running": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/polling": "^2.1.4",\n "@lumino/signaling": "^2.1.4",\n "@rjsf/utils": "^5.13.4",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\lsp-extension\package.json.orig
package.json.orig
Other
1,653
0.8
0
0
vue-tools
952
2025-05-20T03:13:35.209769
GPL-3.0
false
0a6891f8198430fe813306dc1c98c91b
{\n "jupyter.lab.setting-icon": "ui-components:code-check",\n "jupyter.lab.setting-icon-label": "Language integration",\n "jupyter.lab.transform": true,\n "title": "Language Servers (Experimental)",\n "description": "Language Server Protocol settings.",\n "type": "object",\n "definitions": {\n "languageServer": {\n "type": "object",\n "default": {\n "configuration": {},\n "rank": 50\n },\n "properties": {\n "configuration": {\n "title": "Language Server Configurations",\n "description": "Configuration to be sent to language server over LSP when initialized: see the specific language server's documentation for more",\n "type": "object",\n "default": {},\n "patternProperties": {\n ".*": {\n "type": ["number", "string", "boolean", "object", "array"]\n }\n },\n "additionalProperties": true\n },\n "rank": {\n "title": "Rank of the server",\n "description": "When multiple servers match specific document/language, the server with the highest rank will be used",\n "type": "number",\n "default": 50,\n "minimum": 1\n }\n }\n }\n },\n "properties": {\n "activate": {\n "title": "Activate",\n "description": "Enable or disable the language server services.",\n "enum": ["off", "on"],\n "default": "off"\n },\n "languageServers": {\n "title": "Language Server",\n "description": "Language-server specific configuration, keyed by implementation",\n "type": "object",\n "default": {},\n "patternProperties": {\n ".*": {\n "$ref": "#/definitions/languageServer"\n }\n }\n },\n "setTrace": {\n "title": "Ask servers to send trace notifications",\n "enum": ["off", "messages", "verbose"],\n "default": "off",\n "description": "Whether to ask server to send logs with execution trace (for debugging). Accepted values are: \"off\", \"messages\", \"verbose\". Servers are allowed to ignore this request."\n },\n "logAllCommunication": {\n "title": "Log communication",\n "type": "boolean",\n "default": false,\n "description": "Enable or disable the logging feature of the language servers."\n }\n }\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\lsp-extension\plugin.json
plugin.json
JSON
2,293
0.8
0.028986
0
node-utils
609
2025-01-16T04:08:52.382859
MIT
false
6b6f47ccf550b8f74d630410a53e940c
{\n "name": "@jupyterlab/mainmenu-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Main Menu Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/docmanager": "^4.4.4",\n "@jupyterlab/filebrowser": "^4.4.4",\n "@jupyterlab/mainmenu": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/algorithm": "^2.0.3",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/disposable": "^2.1.4",\n "@lumino/messaging": "^2.0.3",\n "@lumino/widgets": "^2.7.1"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\mainmenu-extension\package.json.orig
package.json.orig
Other
1,741
0.8
0
0
react-lib
890
2024-04-23T16:34:23.994191
BSD-3-Clause
false
413569f751940ea8b0668f6ed5e9c15b
{\n "title": "Main Menu",\n "description": "Main JupyterLab menu settings.",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "label": "File",\n "items": [\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-file-new",\n "label": "New",\n "items": []\n },\n "rank": 0\n },\n {\n "type": "separator",\n "rank": 2\n },\n {\n "command": "filemenu:create-console",\n "rank": 2.1\n },\n {\n "command": "filemenu:close-and-cleanup",\n "rank": 3.1\n },\n {\n "type": "separator",\n "rank": 99\n },\n {\n "command": "filemenu:logout",\n "rank": 99\n },\n {\n "command": "filemenu:shutdown",\n "rank": 99\n }\n ],\n "rank": 1\n },\n {\n "id": "jp-mainmenu-edit",\n "label": "Edit",\n "items": [\n {\n "command": "editmenu:undo",\n "rank": 0\n },\n {\n "command": "editmenu:redo",\n "rank": 0\n },\n {\n "type": "separator",\n "rank": 10\n },\n {\n "command": "editmenu:clear-current",\n "rank": 10\n },\n {\n "command": "editmenu:clear-all",\n "rank": 10\n },\n {\n "type": "separator",\n "rank": 200\n },\n {\n "command": "editmenu:go-to-line",\n "rank": 200\n }\n ],\n "rank": 2\n },\n {\n "id": "jp-mainmenu-view",\n "label": "View",\n "items": [\n {\n "type": "separator",\n "rank": 10\n },\n {\n "command": "viewmenu:line-numbering",\n "rank": 10\n },\n {\n "command": "viewmenu:match-brackets",\n "rank": 10\n },\n {\n "command": "viewmenu:word-wrap",\n "rank": 10\n }\n ],\n "rank": 3\n },\n {\n "id": "jp-mainmenu-run",\n "label": "Run",\n "items": [\n {\n "command": "runmenu:run",\n "rank": 0\n },\n {\n "type": "separator"\n },\n {\n "command": "runmenu:run-all",\n "rank": 999\n },\n {\n "command": "runmenu:restart-and-run-all",\n "rank": 999\n }\n ],\n "rank": 4\n },\n {\n "id": "jp-mainmenu-kernel",\n "label": "Kernel",\n "items": [\n {\n "command": "kernelmenu:interrupt",\n "rank": 0\n },\n {\n "type": "separator",\n "rank": 1\n },\n {\n "command": "kernelmenu:restart",\n "rank": 1\n },\n {\n "command": "kernelmenu:restart-and-clear",\n "rank": 1\n },\n {\n "command": "runmenu:restart-and-run-all",\n "rank": 1.1\n },\n {\n "type": "separator",\n "rank": 1.5\n },\n {\n "command": "kernelmenu:reconnect-to-kernel",\n "rank": 1.5\n },\n {\n "type": "separator",\n "rank": 2\n },\n {\n "command": "kernelmenu:shutdown",\n "rank": 2\n },\n {\n "command": "kernelmenu:shutdownAll",\n "rank": 2\n },\n {\n "type": "separator",\n "rank": 3\n },\n {\n "command": "kernelmenu:change",\n "rank": 3\n }\n ],\n "rank": 5\n },\n {\n "id": "jp-mainmenu-tabs",\n "label": "Tabs",\n "items": [\n {\n "command": "application:activate-next-tab",\n "rank": 0\n },\n {\n "command": "application:activate-previous-tab",\n "rank": 0\n },\n {\n "command": "application:activate-next-tab-bar",\n "rank": 0\n },\n {\n "command": "application:activate-previous-tab-bar",\n "rank": 0\n },\n {\n "command": "tabsmenu:activate-previously-used-tab",\n "rank": 0\n }\n ],\n "rank": 500\n },\n {\n "id": "jp-mainmenu-settings",\n "label": "Settings",\n "items": [\n {\n "command": "settingeditor:open",\n "rank": 1000\n }\n ],\n "rank": 999\n },\n {\n "id": "jp-mainmenu-help",\n "label": "Help",\n "items": [],\n "rank": 1000\n }\n ],\n "context": [\n {\n "command": "filemenu:create-console",\n "selector": "[data-type=\"document-title\"].jp-mod-current",\n "rank": 10\n },\n {\n "command": "recentmenu:reopen-last",\n "selector": "#jp-main-dock-panel .lm-DockPanel-tabBar .lm-TabBar-tab",\n "rank": 6\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "editmenu:clear-all",\n "keys": [""],\n "selector": "[data-jp-undoer]"\n },\n {\n "command": "editmenu:clear-current",\n "keys": [""],\n "selector": "[data-jp-undoer]"\n },\n {\n "command": "editmenu:find",\n "keys": [""],\n "selector": "[data-jp-undoer]"\n },\n {\n "command": "editmenu:find-and-replace",\n "keys": [""],\n "selector": "[data-jp-undoer]"\n },\n {\n "command": "editmenu:redo",\n "keys": ["Accel Shift Z"],\n "selector": "[data-jp-undoer]"\n },\n {\n "command": "editmenu:undo",\n "keys": ["Accel Z"],\n "selector": "[data-jp-undoer]"\n },\n {\n "command": "filemenu:close-and-cleanup",\n "keys": ["Ctrl Shift Q"],\n "selector": ".jp-Activity"\n },\n {\n "command": "kernelmenu:interrupt",\n "keys": ["I", "I"],\n "selector": "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)"\n },\n {\n "command": "kernelmenu:restart",\n "keys": ["0", "0"],\n "selector": "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)"\n },\n {\n "command": "kernelmenu:restart-and-clear",\n "keys": [""],\n "selector": "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)"\n },\n {\n "command": "kernelmenu:shutdown",\n "keys": [""],\n "selector": "[data-jp-kernel-user]:not(.jp-mod-readWrite) :focus:not(:read-write)"\n },\n {\n "command": "runmenu:restart-and-run-all",\n "keys": [""],\n "selector": "[data-jp-code-runner]"\n },\n {\n "command": "runmenu:run",\n "keys": ["Shift Enter"],\n "selector": "[data-jp-code-runner]"\n },\n {\n "command": "runmenu:run-all",\n "keys": [""],\n "selector": "[data-jp-code-runner]"\n },\n {\n "command": "tabsmenu:activate-previously-used-tab",\n "keys": ["Accel Shift '"],\n "selector": "body"\n },\n {\n "command": "recentmenu:reopen-last",\n "keys": ["Accel Shift T"],\n "selector": "body"\n }\n ],\n "jupyter.lab.transform": true,\n "properties": {\n "menus": {\n "title": "The application menu description.",\n "description": "Note: To disable a menu or a menu item,\ncopy it to User Preferences and add the\n\"disabled\" key. The following example will disable\nthe \"Tabs\" menu and \"Restart Kernel and Run up to Selected Cell\"\nitem:\n{\n \"menus\": [\n {\n \"id\": \"jp-mainmenu-tabs\",\n \"disabled\": true\n },\n {\n \"id\": \"jp-mainmenu-kernel\",\n \"items\": [\n {\n \"command\": \"notebook:restart-and-run-to-selected\",\n \"disabled\": true\n }\n ]\n }\n ]\n}\n\nMenu description:",\n "items": {\n "$ref": "#/definitions/menu"\n },\n "type": "array",\n "default": []\n }\n },\n "additionalProperties": false,\n "definitions": {\n "menu": {\n "properties": {\n "disabled": {\n "description": "Whether the menu is disabled or not",\n "type": "boolean",\n "default": false\n },\n "icon": {\n "description": "Menu icon id",\n "type": "string"\n },\n "id": {\n "description": "Menu unique id",\n "type": "string",\n "pattern": "[a-z][a-z0-9\\-_]+"\n },\n "items": {\n "description": "Menu items",\n "type": "array",\n "items": {\n "$ref": "#/definitions/menuItem"\n }\n },\n "label": {\n "description": "Menu label",\n "type": "string"\n },\n "mnemonic": {\n "description": "Mnemonic index for the label",\n "type": "number",\n "minimum": -1,\n "default": -1\n },\n "rank": {\n "description": "Menu rank",\n "type": "number",\n "minimum": 0\n }\n },\n "required": ["id"],\n "additionalProperties": false,\n "type": "object"\n },\n "menuItem": {\n "properties": {\n "args": {\n "description": "Command arguments",\n "type": "object"\n },\n "command": {\n "description": "Command id",\n "type": "string"\n },\n "disabled": {\n "description": "Whether the item is disabled or not",\n "type": "boolean",\n "default": false\n },\n "type": {\n "description": "Item type",\n "type": "string",\n "enum": ["command", "submenu", "separator"],\n "default": "command"\n },\n "rank": {\n "description": "Item rank",\n "type": "number",\n "minimum": 0\n },\n "submenu": {\n "description": "Submenu definition",\n "oneOf": [\n {\n "$ref": "#/definitions/menu"\n },\n {\n "type": "null"\n }\n ]\n }\n },\n "additionalProperties": false,\n "type": "object"\n }\n },\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\mainmenu-extension\plugin.json
plugin.json
JSON
10,331
0.95
0.002375
0
react-lib
682
2025-01-07T15:46:29.713613
GPL-3.0
false
7fc11bc74678e5aceb91626748c0b083
{\n "name": "@jupyterlab/markdownviewer-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Markdown Renderer Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/markdownviewer": "^4.4.4",\n "@jupyterlab/rendermime": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/toc": "^6.4.4",\n "@jupyterlab/translation": "^4.4.4"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\markdownviewer-extension\package.json.orig
package.json.orig
Other
1,498
0.8
0
0
vue-tools
838
2024-10-12T05:35:21.507673
BSD-3-Clause
false
91650366e73c81d940a5729fc8b24fe7
{\n "jupyter.lab.setting-icon": "ui-components:markdown",\n "jupyter.lab.setting-icon-label": "Markdown Viewer",\n "title": "Markdown Viewer",\n "description": "Markdown viewer settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "markdownviewer:edit",\n "selector": ".jp-RenderedMarkdown"\n }\n ]\n },\n "definitions": {\n "fontFamily": {\n "type": ["string", "null"]\n },\n "fontSize": {\n "type": ["integer", "null"],\n "minimum": 1,\n "maximum": 100\n },\n "lineHeight": {\n "type": ["number", "null"]\n },\n "lineWidth": {\n "type": ["number", "null"]\n },\n "hideFrontMatter": {\n "type": "boolean"\n },\n "renderTimeout": {\n "type": "number"\n }\n },\n "properties": {\n "fontFamily": {\n "title": "Font Family",\n "description": "The font family used to render markdown.\nIf `null`, value from current theme is used.",\n "$ref": "#/definitions/fontFamily",\n "default": null\n },\n "fontSize": {\n "title": "Font Size",\n "description": "The size in pixel of the font used to render markdown.\nIf `null`, value from current theme is used.",\n "$ref": "#/definitions/fontSize",\n "default": null\n },\n "lineHeight": {\n "title": "Line Height",\n "description": "The line height used to render markdown.\nIf `null`, value from current theme is used.",\n "$ref": "#/definitions/lineHeight",\n "default": null\n },\n "lineWidth": {\n "title": "Line Width",\n "description": "The text line width expressed in CSS ch units.\nIf `null`, lines fit the viewport width.",\n "$ref": "#/definitions/lineWidth",\n "default": null\n },\n "hideFrontMatter": {\n "title": "Hide Front Matter",\n "description": "Whether to hide YAML front matter.\nThe YAML front matter must be placed at the top of the document,\nstarted by a line of three dashes (---) and ended by a line of\nthree dashes (---) or three points (...).",\n "$ref": "#/definitions/hideFrontMatter",\n "default": true\n },\n "renderTimeout": {\n "title": "Render Timeout",\n "description": "The render timeout in milliseconds.",\n "$ref": "#/definitions/renderTimeout",\n "default": 1000\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\markdownviewer-extension\plugin.json
plugin.json
JSON
2,325
0.8
0
0
python-kit
767
2024-01-10T21:56:35.349757
Apache-2.0
false
8f065dd499df69acc0fbe41dbe35daf9
{\n "name": "@jupyterlab/mathjax-extension",\n "version": "4.4.4",\n "description": "A JupyterLab extension providing MathJax Typesetting",\n "keywords": [\n "jupyter",\n "jupyterlab",\n "mathjax"\n ],\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": {\n "name": "Project Jupyter",\n "email": "jupyter@googlegroups.com"\n },\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "eslint": "eslint . --ext .ts,.tsx --fix",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/rendermime": "^4.4.4",\n "@lumino/coreutils": "^2.2.1",\n "mathjax-full": "^3.2.2"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\mathjax-extension\package.json.orig
package.json.orig
Other
1,537
0.8
0
0
node-utils
753
2023-08-17T03:02:00.415834
GPL-3.0
false
95381cf7cbd44d24d1f2875f944dd7fd
{\n "title": "MathJax Plugin",\n "description": "MathJax math renderer for JupyterLab",\n "jupyter.lab.menus": {\n "context": [\n {\n "type": "separator",\n "selector": ".MathJax",\n "rank": 12\n },\n {\n "command": "mathjax:clipboard",\n "selector": ".MathJax",\n "rank": 13\n },\n {\n "command": "mathjax:scale",\n "selector": ".MathJax",\n "rank": 13\n },\n {\n "command": "mathjax:scale",\n "selector": ".MathJax",\n "rank": 13,\n "args": {\n "scale": 1.5\n }\n },\n {\n "type": "separator",\n "selector": ".MathJax",\n "rank": 13\n }\n ]\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\mathjax-extension\plugin.json
plugin.json
JSON
756
0.7
0.026316
0
react-lib
632
2024-02-25T14:51:07.121274
MIT
false
dee4092a3f949c6b314326a7c79c20de
{\n "type": "object",\n "title": "Metadata Form",\n "description": "Settings of the metadata form extension.",\n "jupyter.lab.metadataforms": [],\n "jupyter.lab.transform": true,\n "additionalProperties": false,\n "properties": {\n "metadataforms": {\n "items": {\n "$ref": "#/definitions/metadataForm"\n },\n "type": "array",\n "default": []\n }\n },\n "definitions": {\n "metadataForm": {\n "type": "object",\n "properties": {\n "id": {\n "type": "string",\n "description": "The section ID"\n },\n "metadataSchema": {\n "type": "object",\n "items": {\n "$ref": "#/definitions/metadataSchema"\n }\n },\n "uiSchema": {\n "type": "object"\n },\n "metadataOptions": {\n "type": "object",\n "items": {\n "$ref": "#/definitions/metadataOptions"\n }\n },\n "label": {\n "type": "string",\n "description": "The section label"\n },\n "rank": {\n "type": "integer",\n "description": "The rank of the section in the right panel"\n },\n "showModified": {\n "type": "boolean",\n "description": "Whether to show that values have been modified from defaults"\n }\n },\n "required": ["id", "metadataSchema"]\n },\n "metadataSchema": {\n "properties": {\n "properties": {\n "type": "object",\n "description": "The property set up by extension",\n "properties": {\n "title": {\n "type": "string"\n },\n "description": {\n "type": "string"\n },\n "type": {\n "type": "string"\n }\n }\n }\n },\n "type": "object",\n "required": ["properties"]\n },\n "metadataOptions": {\n "properties": {\n "customRenderer": {\n "type": "string"\n },\n "metadataLevel": {\n "type": "string",\n "enum": ["cell", "notebook"],\n "default": "cell"\n },\n "cellTypes": {\n "type": "array",\n "items": {\n "type": "string",\n "enum": ["code", "markdown", "raw"]\n }\n },\n "writeDefault": {\n "type": "boolean"\n }\n },\n "type": "object"\n }\n }\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\metadataform-extension\metadataforms.json
metadataforms.json
JSON
2,387
0.95
0
0
vue-tools
316
2024-04-04T11:27:21.043562
MIT
false
a5333eb2c12dda8adbdcb992a87730c9
{\n "name": "@jupyterlab/metadataform-extension",\n "version": "4.4.4",\n "description": "A helper to build form for metadata",\n "keywords": [\n "jupyter",\n "jupyterlab",\n "jupyterlab-extension"\n ],\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -w --listEmittedFiles"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/metadataform": "^4.4.4",\n "@jupyterlab/notebook": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/coreutils": "^2.2.1"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\metadataform-extension\package.json.orig
package.json.orig
Other
1,579
0.8
0.016129
0
react-lib
717
2023-12-29T14:56:16.648038
MIT
false
2b8240fa3115f01ec6ba5a50deee0652
{\n "title": "Notebook Completer",\n "description": "Notebook completer settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "completer:invoke-notebook",\n "keys": ["Tab"],\n "selector": ".jp-Notebook.jp-mod-editMode .jp-mod-completer-enabled:not(.jp-mod-at-line-beginning)"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\notebook-extension\completer.json
completer.json
JSON
379
0.7
0
0
awesome-app
899
2024-11-02T06:05:14.684649
Apache-2.0
false
5242f308aa63f3a1f7926527b44bd476
{\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "type": "separator",\n "rank": 10\n },\n {\n "type": "submenu",\n "rank": 10,\n "submenu": {\n "id": "jp-mainmenu-file-notebookexport",\n "label": "Save and Export Notebook As"\n }\n },\n {\n "type": "separator",\n "rank": 10\n }\n ]\n }\n ]\n },\n "title": "Notebook Export",\n "description": "Notebook Export settings.",\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\notebook-extension\export.json
export.json
JSON
669
0.7
0
0
react-lib
720
2025-06-12T08:26:07.857467
GPL-3.0
false
64fdc40ed315e0c27da2cecea39207b4
{\n "name": "@jupyterlab/notebook-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Notebook Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.d.ts",\n "lib/**/*.js.map",\n "lib/**/*.js",\n "schema/*.json",\n "style/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyter/ydoc": "^3.0.4",\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/cell-toolbar": "^4.4.4",\n "@jupyterlab/cells": "^4.4.4",\n "@jupyterlab/codeeditor": "^4.4.4",\n "@jupyterlab/codemirror": "^4.4.4",\n "@jupyterlab/completer": "^4.4.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/docmanager": "^4.4.4",\n "@jupyterlab/docmanager-extension": "^4.4.4",\n "@jupyterlab/docregistry": "^4.4.4",\n "@jupyterlab/documentsearch": "^4.4.4",\n "@jupyterlab/filebrowser": "^4.4.4",\n "@jupyterlab/launcher": "^4.4.4",\n "@jupyterlab/logconsole": "^4.4.4",\n "@jupyterlab/lsp": "^4.4.4",\n "@jupyterlab/mainmenu": "^4.4.4",\n "@jupyterlab/metadataform": "^4.4.4",\n "@jupyterlab/nbformat": "^4.4.4",\n "@jupyterlab/notebook": "^4.4.4",\n "@jupyterlab/observables": "^5.4.4",\n "@jupyterlab/property-inspector": "^4.4.4",\n "@jupyterlab/rendermime": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/statedb": "^4.4.4",\n "@jupyterlab/statusbar": "^4.4.4",\n "@jupyterlab/toc": "^6.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/algorithm": "^2.0.3",\n "@lumino/commands": "^2.3.2",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/disposable": "^2.1.4",\n "@lumino/messaging": "^2.0.3",\n "@lumino/polling": "^2.1.4",\n "@lumino/widgets": "^2.7.1",\n "@rjsf/utils": "^5.13.4",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\notebook-extension\package.json.orig
package.json.orig
Other
2,670
0.8
0
0
node-utils
968
2024-02-22T04:34:41.077521
MIT
false
72a5253e208fdb33293cc1d7d58dfcd6
{\n "title": "Notebook Panel",\n "description": "Notebook Panel settings.",\n "jupyter.lab.toolbars": {\n "Notebook": [\n { "name": "save", "rank": 10 },\n {\n "name": "insert",\n "command": "notebook:insert-cell-below",\n "icon": "ui-components:add",\n "rank": 20\n },\n { "name": "cut", "command": "notebook:cut-cell", "rank": 21 },\n { "name": "copy", "command": "notebook:copy-cell", "rank": 22 },\n { "name": "paste", "command": "notebook:paste-cell-below", "rank": 23 },\n {\n "name": "run",\n "command": "notebook:run-cell-and-select-next",\n "rank": 30\n },\n {\n "name": "interrupt",\n "command": "notebook:interrupt-kernel",\n "rank": 31\n },\n { "name": "restart", "command": "notebook:restart-kernel", "rank": 32 },\n {\n "name": "restart-and-run",\n "command": "notebook:restart-run-all",\n "rank": 33\n },\n { "name": "cellType", "rank": 40 },\n { "name": "spacer", "type": "spacer", "rank": 100 },\n { "name": "kernelName", "rank": 1000 },\n { "name": "executionProgress", "rank": 1002 },\n {\n "name": "scrollbar",\n "command": "notebook:toggle-virtual-scrollbar",\n "rank": 1003\n }\n ]\n },\n "jupyter.lab.transform": true,\n "properties": {\n "toolbar": {\n "title": "Notebook panel toolbar items",\n "description": "Note: To disable a toolbar item,\ncopy it to User Preferences and add the\n\"disabled\" key. The following example will disable the Interrupt button item:\n{\n \"toolbar\": [\n {\n \"name\": \"interrupt\",\n \"disabled\": true\n }\n ]\n}\n\nToolbar description:",\n "items": {\n "$ref": "#/definitions/toolbarItem"\n },\n "type": "array",\n "default": []\n }\n },\n "additionalProperties": false,\n "type": "object",\n "definitions": {\n "toolbarItem": {\n "properties": {\n "name": {\n "title": "Unique name",\n "type": "string"\n },\n "args": {\n "title": "Command arguments",\n "type": "object"\n },\n "command": {\n "title": "Command id",\n "type": "string",\n "default": ""\n },\n "disabled": {\n "title": "Whether the item is ignored or not",\n "type": "boolean",\n "default": false\n },\n "icon": {\n "title": "Item icon id",\n "description": "If defined, it will override the command icon",\n "type": "string"\n },\n "label": {\n "title": "Item label",\n "description": "If defined, it will override the command label",\n "type": "string"\n },\n "caption": {\n "title": "Item caption",\n "description": "If defined, it will override the command caption",\n "type": "string"\n },\n "type": {\n "title": "Item type",\n "type": "string",\n "enum": ["command", "spacer"]\n },\n "rank": {\n "title": "Item rank",\n "type": "number",\n "minimum": 0,\n "default": 50\n }\n },\n "required": ["name"],\n "additionalProperties": false,\n "type": "object"\n }\n }\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\notebook-extension\panel.json
panel.json
JSON
3,267
0.95
0
0
awesome-app
396
2024-04-29T15:10:01.888733
BSD-3-Clause
false
6120827579cd3152512b08b32173a061
{\n "jupyter.lab.setting-icon": "ui-components:notebook",\n "jupyter.lab.setting-icon-label": "Notebook",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-file-new",\n "items": [\n {\n "command": "notebook:create-new",\n "rank": 10\n }\n ]\n }\n }\n ]\n },\n {\n "id": "jp-mainmenu-edit",\n "items": [\n {\n "type": "separator",\n "rank": 4\n },\n {\n "command": "notebook:undo-cell-action",\n "rank": 4\n },\n {\n "command": "notebook:redo-cell-action",\n "rank": 4\n },\n {\n "type": "separator",\n "rank": 5\n },\n {\n "command": "notebook:cut-cell",\n "rank": 5\n },\n {\n "command": "notebook:copy-cell",\n "rank": 5\n },\n {\n "command": "notebook:paste-cell-below",\n "rank": 5\n },\n {\n "command": "notebook:paste-cell-above",\n "rank": 5\n },\n {\n "command": "notebook:paste-and-replace-cell",\n "rank": 5\n },\n {\n "type": "separator",\n "rank": 6\n },\n {\n "command": "notebook:delete-cell",\n "rank": 6\n },\n {\n "type": "separator",\n "rank": 7\n },\n {\n "command": "notebook:select-all",\n "rank": 7\n },\n {\n "command": "notebook:deselect-all",\n "rank": 7\n },\n {\n "type": "separator",\n "rank": 8\n },\n {\n "command": "notebook:move-cell-up",\n "rank": 8\n },\n {\n "command": "notebook:move-cell-down",\n "rank": 8\n },\n {\n "type": "separator",\n "rank": 9\n },\n {\n "command": "notebook:split-cell-at-cursor",\n "rank": 9\n },\n {\n "command": "notebook:merge-cells",\n "rank": 9\n },\n {\n "command": "notebook:merge-cell-above",\n "rank": 9\n },\n {\n "command": "notebook:merge-cell-below",\n "rank": 9\n },\n {\n "type": "separator",\n "rank": 9\n }\n ]\n },\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "type": "separator",\n "rank": 10\n },\n {\n "command": "notebook:hide-cell-code",\n "rank": 10\n },\n {\n "command": "notebook:hide-cell-outputs",\n "rank": 10\n },\n {\n "command": "notebook:hide-all-cell-code",\n "rank": 10\n },\n {\n "command": "notebook:hide-all-cell-outputs",\n "rank": 10\n },\n {\n "type": "separator",\n "rank": 10\n },\n {\n "command": "notebook:show-cell-code",\n "rank": 11\n },\n {\n "command": "notebook:show-cell-outputs",\n "rank": 11\n },\n {\n "command": "notebook:show-all-cell-code",\n "rank": 11\n },\n {\n "command": "notebook:show-all-cell-outputs",\n "rank": 11\n },\n {\n "type": "separator",\n "rank": 11\n },\n {\n "command": "notebook:toggle-render-side-by-side-current",\n "rank": 12\n },\n {\n "type": "separator",\n "rank": 12\n }\n ]\n },\n {\n "id": "jp-mainmenu-run",\n "items": [\n {\n "type": "separator",\n "rank": 10\n },\n {\n "command": "notebook:run-cell-and-insert-below",\n "rank": 10\n },\n {\n "command": "notebook:run-cell",\n "rank": 10\n },\n {\n "command": "notebook:run-in-console",\n "rank": 10\n },\n {\n "type": "separator",\n "rank": 11\n },\n {\n "command": "notebook:run-all-above",\n "rank": 11\n },\n {\n "command": "notebook:run-all-below",\n "rank": 11\n },\n {\n "type": "separator",\n "rank": 12\n },\n {\n "command": "notebook:render-all-markdown",\n "rank": 12\n },\n {\n "type": "separator",\n "rank": 12\n }\n ]\n },\n {\n "id": "jp-mainmenu-kernel",\n "items": [\n {\n "command": "notebook:restart-and-run-to-selected",\n "rank": 1\n }\n ]\n }\n ],\n "context": [\n {\n "type": "separator",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 0\n },\n {\n "command": "notebook:cut-cell",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 1\n },\n {\n "command": "notebook:copy-cell",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 2\n },\n {\n "command": "notebook:paste-cell-below",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 3\n },\n {\n "type": "separator",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 4\n },\n {\n "command": "notebook:delete-cell",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 5\n },\n {\n "type": "separator",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 6\n },\n {\n "command": "notebook:split-cell-at-cursor",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 7\n },\n {\n "command": "notebook:merge-cells",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 8\n },\n {\n "command": "notebook:merge-cell-above",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 8\n },\n {\n "command": "notebook:merge-cell-below",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 8\n },\n {\n "type": "separator",\n "selector": ".jp-Notebook .jp-Cell",\n "rank": 9\n },\n {\n "command": "notebook:create-output-view",\n "selector": ".jp-Notebook .jp-CodeCell",\n "rank": 10\n },\n {\n "type": "separator",\n "selector": ".jp-Notebook .jp-CodeCell",\n "rank": 11\n },\n {\n "command": "notebook:clear-cell-output",\n "selector": ".jp-Notebook .jp-CodeCell",\n "rank": 12\n },\n {\n "command": "notebook:clear-all-cell-outputs",\n "selector": ".jp-Notebook",\n "rank": 13\n },\n {\n "type": "separator",\n "selector": ".jp-Notebook",\n "rank": 20\n },\n {\n "command": "notebook:enable-output-scrolling",\n "selector": ".jp-Notebook",\n "rank": 21\n },\n {\n "command": "notebook:disable-output-scrolling",\n "selector": ".jp-Notebook",\n "rank": 22\n },\n {\n "type": "separator",\n "selector": ".jp-Notebook",\n "rank": 30\n },\n {\n "command": "notebook:undo-cell-action",\n "selector": ".jp-Notebook",\n "rank": 31\n },\n {\n "command": "notebook:redo-cell-action",\n "selector": ".jp-Notebook",\n "rank": 32\n },\n {\n "command": "notebook:restart-kernel",\n "selector": ".jp-Notebook",\n "rank": 33\n },\n {\n "type": "separator",\n "selector": ".jp-Notebook",\n "rank": 40\n },\n {\n "command": "notebook:create-console",\n "selector": ".jp-Notebook",\n "rank": 41\n },\n {\n "command": "notebook:create-subshell-console",\n "selector": ".jp-Notebook",\n "rank": 42\n },\n {\n "command": "notebook:create-new",\n "selector": ".jp-DirListing-content",\n "rank": 52,\n "args": {\n "isContextMenu": true\n }\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "notebook:change-cell-to-code",\n "keys": ["Y"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:change-cell-to-heading-1",\n "keys": ["1"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:change-cell-to-heading-2",\n "keys": ["2"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:change-cell-to-heading-3",\n "keys": ["3"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:change-cell-to-heading-4",\n "keys": ["4"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:change-cell-to-heading-5",\n "keys": ["5"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:change-cell-to-heading-6",\n "keys": ["6"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:change-cell-to-markdown",\n "keys": ["M"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:change-cell-to-raw",\n "keys": ["R"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:copy-cell",\n "keys": ["C"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:cut-cell",\n "keys": ["X"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:delete-cell",\n "keys": ["D", "D"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:enter-command-mode",\n "keys": ["Escape"],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:enter-command-mode",\n "keys": ["Ctrl M"],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:access-previous-history-entry",\n "keys": ["Alt ArrowUp"],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:access-next-history-entry",\n "keys": ["Alt ArrowDown"],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:enter-edit-mode",\n "keys": ["Enter"],\n "selector": ".jp-Notebook.jp-mod-commandMode .jp-Cell:focus"\n },\n {\n "command": "notebook:extend-marked-cells-above",\n "keys": ["Shift ArrowUp"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:extend-marked-cells-above",\n "keys": ["Shift K"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:extend-marked-cells-top",\n "keys": ["Shift Home"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:extend-marked-cells-below",\n "keys": ["Shift ArrowDown"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:extend-marked-cells-bottom",\n "keys": ["Shift End"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:extend-marked-cells-below",\n "keys": ["Shift J"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:insert-cell-above",\n "keys": ["A"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:insert-cell-below",\n "keys": ["B"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:merge-cells",\n "keys": ["Shift M"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:merge-cell-above",\n "keys": ["Ctrl Backspace"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:merge-cell-below",\n "keys": ["Ctrl Shift M"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:move-cursor-down",\n "keys": ["ArrowDown"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:move-cursor-down",\n "keys": ["J"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:move-cursor-up",\n "keys": ["ArrowUp"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:move-cursor-up",\n "keys": ["K"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:move-cursor-heading-above-or-collapse",\n "keys": ["ArrowLeft"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:move-cursor-heading-below-or-expand",\n "keys": ["ArrowRight"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:insert-heading-above",\n "keys": ["Shift A"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:insert-heading-below",\n "keys": ["Shift B"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:collapse-all-headings",\n "keys": ["Ctrl Shift ArrowLeft"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:expand-all-headings",\n "keys": ["Ctrl Shift ArrowRight"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:paste-cell-below",\n "keys": ["V"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:redo-cell-action",\n "keys": ["Shift Z"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:run-cell",\n "macKeys": ["Ctrl Enter"],\n "keys": [],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:run-cell",\n "macKeys": ["Ctrl Enter"],\n "keys": [],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:run-cell",\n "keys": ["Accel Enter"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:run-cell",\n "keys": ["Accel Enter"],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:run-cell-and-insert-below",\n "keys": ["Alt Enter"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:run-cell-and-insert-below",\n "keys": ["Alt Enter"],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:run-in-console",\n "keys": [""],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:run-cell-and-select-next",\n "keys": ["Shift Enter"],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "viewmenu:line-numbering",\n "keys": ["Shift L"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "viewmenu:match-brackets",\n "keys": [""],\n "selector": ".jp-Notebook.jp-mod-commandMode"\n },\n {\n "command": "notebook:select-all",\n "keys": ["Accel A"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:split-cell-at-cursor",\n "keys": ["Ctrl Shift -"],\n "selector": ".jp-Notebook.jp-mod-editMode"\n },\n {\n "command": "notebook:undo-cell-action",\n "keys": ["Z"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:toggle-render-side-by-side-current",\n "keys": ["Shift R"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:move-cell-up",\n "keys": ["Ctrl Shift ArrowUp"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n },\n {\n "command": "notebook:move-cell-down",\n "keys": ["Ctrl Shift ArrowDown"],\n "selector": ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus"\n }\n ],\n "title": "Notebook",\n "description": "Notebook settings.",\n "definitions": {\n "kernelStatusConfig": {\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "showOnStatusBar": {\n "type": "boolean",\n "title": "Show kernel status on toolbar or status bar.",\n "description": "If `true`, the kernel status progression will be displayed in the status bar otherwise it will be in the toolbar.",\n "default": false\n },\n "showProgress": {\n "type": "boolean",\n "title": "Show execution progress.",\n "default": true\n }\n }\n }\n },\n "properties": {\n "enableKernelInitNotification": {\n "title": "Notify about code execution if kernel is initializing",\n "description": "Display notification if code cells are run while kernel is initializing.",\n "type": "boolean",\n "default": false\n },\n "codeCellConfig": {\n "title": "Code Cell Configuration",\n "description": "The configuration for all code cells; it will override the CodeMirror default configuration.",\n "type": "object",\n "default": {\n "lineNumbers": false,\n "lineWrap": false\n }\n },\n "defaultCell": {\n "title": "Default cell type",\n "description": "The default type (markdown, code, or raw) for new cells",\n "type": "string",\n "enum": ["code", "markdown", "raw"],\n "default": "code"\n },\n "autoStartDefaultKernel": {\n "title": "Automatically Start Preferred Kernel",\n "description": "Whether to automatically start the preferred kernel.",\n "type": "boolean",\n "default": false\n },\n "showInputPlaceholder": {\n "title": "Show input placeholder",\n "description": "Show placeholder text for standard input fields (requires reload)",\n "type": "boolean",\n "default": true\n },\n "inputHistoryScope": {\n "type": "string",\n "default": "global",\n "enum": ["global", "session"],\n "title": "Input History Scope",\n "description": "Whether the line history for standard input (e.g. the ipdb prompt) should kept separately for different kernel sessions (`session`) or combined (`global`)."\n },\n "kernelShutdown": {\n "title": "Shut down kernel",\n "description": "Whether to shut down or not the kernel when closing a notebook.",\n "type": "boolean",\n "default": false\n },\n "markdownCellConfig": {\n "title": "Markdown Cell Configuration",\n "description": "The configuration for all markdown cells; it will override the CodeMirror default configuration.",\n "type": "object",\n "default": {\n "lineNumbers": false,\n "matchBrackets": false\n }\n },\n "autoRenderMarkdownCells": {\n "title": "Automatically render markdown when cursor leaves markdown cells",\n "description": "Whether to render markdown cells when the cursor moves out of them.",\n "type": "boolean",\n "default": false\n },\n "rawCellConfig": {\n "title": "Raw Cell Configuration",\n "description": "The configuration for all raw cells; it will override the CodeMirror default configuration.",\n "type": "object",\n "default": {\n "lineNumbers": false,\n "matchBrackets": false\n }\n },\n "scrollPastEnd": {\n "title": "Scroll past last cell",\n "description": "Whether to be able to scroll so the last cell is at the top of the panel",\n "type": "boolean",\n "default": true\n },\n "recordTiming": {\n "title": "Recording timing",\n "description": "Should timing data be recorded in cell metadata",\n "type": "boolean",\n "default": false\n },\n "overscanCount": {\n "title": "Number of cells to render outside the viewport",\n "description": "In 'full' windowing mode, this is the number of cells above and below the viewport.",\n "type": "number",\n "default": 1,\n "minimum": 1\n },\n "maxNumberOutputs": {\n "title": "The maximum number of output cells to be rendered in the output area.",\n "description": "Defines the maximum number of output cells to be rendered in the output area for cells with many outputs. The output area will have a head and the remaining outputs will be trimmed and not displayed unless the user clicks on the information message. Set to 0 to have the complete display.",\n "type": "number",\n "default": 50\n },\n "scrollHeadingToTop": {\n "title": "Scroll heading to top",\n "description": "Whether to scroll heading to the document top when selecting it in the table of contents.",\n "type": "boolean",\n "default": true\n },\n "showEditorForReadOnlyMarkdown": {\n "title": "Show editor for read-only Markdown cells",\n "description": "Should an editor be shown for read-only markdown",\n "type": "boolean",\n "default": true\n },\n "kernelStatus": {\n "title": "Kernel status icon configuration",\n "description": "Defines the position and components of execution progress indicator.",\n "$ref": "#/definitions/kernelStatusConfig",\n "default": {\n "showOnStatusBar": false,\n "showProgress": true\n }\n },\n "documentWideUndoRedo": {\n "title": "Enable undo/redo actions at the notebook document level.",\n "description": "Enables the undo/redo actions at the notebook document level; aka undoing within a cell may undo the latest notebook change that happen in another cell. This is deprecated and will be removed in 5.0.0.",\n "type": "boolean",\n "default": false\n },\n "showHiddenCellsButton": {\n "type": "boolean",\n "title": "Show hidden cells button if collapsed",\n "description": "If set to true, a button is shown below collapsed headings, indicating how many cells are hidden beneath the collapsed heading.",\n "default": true\n },\n "renderingLayout": {\n "title": "Rendering Layout",\n "description": "Global setting to define the rendering layout in notebooks. 'default' or 'side-by-side' are supported.",\n "enum": ["default", "side-by-side"],\n "default": "default"\n },\n "sideBySideLeftMarginOverride": {\n "title": "Side-by-side left margin override",\n "description": "Side-by-side left margin override.",\n "type": "string",\n "default": "10px"\n },\n "sideBySideRightMarginOverride": {\n "title": "Side-by-side right margin override",\n "description": "Side-by-side right margin override.",\n "type": "string",\n "default": "10px"\n },\n "sideBySideOutputRatio": {\n "title": "Side-by-side output ratio",\n "description": "For the side-by-side rendering, the side-by-side output ratio defines the width of the output vs the input. Set 1 for same size, > 1 for larger output, < 1 for smaller output.",\n "type": "number",\n "default": 1,\n "minimum": 0\n },\n "windowingMode": {\n "title": "Windowing mode",\n "description": "'defer': Improve loading time - Wait for idle CPU cycles to attach out of viewport cells - 'full': Best performance with side effects - Attach to the DOM only cells in viewport - 'none': Worst performance without side effects - Attach all cells to the viewport",\n "enum": ["defer", "full", "none"],\n "default": "full"\n },\n "accessKernelHistory": {\n "title": "Kernel history access",\n "description": "Enable kernel history access from notebook cells. Enabling this allows you to scroll through kernel history from a given notebook cell.",\n "type": "boolean",\n "default": false\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\notebook-extension\tracker.json
tracker.json
JSON
25,526
0.95
0.021226
0
node-utils
990
2025-04-26T14:23:50.739602
MIT
false
7ad4077369c7a04690c8d0be80ba7336
{\n "name": "@jupyterlab/running-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Running Sessions Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/docmanager": "^4.4.4",\n "@jupyterlab/docregistry": "^4.4.4",\n "@jupyterlab/rendermime-interfaces": "^3.12.4",\n "@jupyterlab/running": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/statedb": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/commands": "^2.3.2",\n "@lumino/polling": "^2.1.4",\n "@lumino/signaling": "^2.1.4",\n "@lumino/widgets": "^2.7.1",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\running-extension\package.json.orig
package.json.orig
Other
1,775
0.8
0
0
node-utils
74
2023-08-14T02:52:36.281941
GPL-3.0
false
d0382a767d8a1fc3f6845d0261194fa0
{\n "title": "Sessions",\n "description": "Sessions Settings",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "command": "running:show-panel",\n "rank": 3\n }\n ]\n }\n ],\n "context": [\n {\n "command": "running:kernel-new-console",\n "selector": ".jp-RunningSessions-item.jp-mod-kernel",\n "rank": 0\n },\n {\n "command": "running:kernel-new-notebook",\n "selector": ".jp-RunningSessions-item.jp-mod-kernel",\n "rank": 1\n },\n {\n "type": "separator",\n "selector": ".jp-RunningSessions-item.jp-mod-kernel",\n "rank": 2\n },\n {\n "type": "submenu",\n "selector": ".jp-RunningSessions-item.jp-mod-kernel",\n "rank": 3,\n "submenu": {\n "id": "jp-contextmenu-connected-sessions",\n "label": "Connected Sessions…",\n "items": []\n }\n },\n {\n "type": "separator",\n "selector": ".jp-RunningSessions-item.jp-mod-kernel",\n "rank": 4\n },\n {\n "command": "running:kernel-shut-down",\n "selector": ".jp-RunningSessions-item.jp-mod-kernel",\n "rank": 5\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "running:show-panel",\n "keys": ["Accel Shift B"],\n "selector": "body"\n },\n {\n "command": "running:show-modal",\n "keys": ["Accel Alt A"],\n "selector": "body"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\running-extension\plugin.json
plugin.json
JSON
1,595
0.7
0
0
vue-tools
405
2024-03-19T18:45:10.677843
BSD-3-Clause
false
3e80fa8cb464fdd9102d940cbb8bd8e9
{\n "title": "Settings Editor Form UI",\n "description": "Settings editor form ui settings.",\n "properties": {\n "settingEditorType": {\n "title": "Type of editor for the setting.",\n "description": "Set the type of editor to use while editing your settings.",\n "enum": ["json", "ui"],\n "default": "ui"\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\settingeditor-extension\form-ui.json
form-ui.json
JSON
389
0.7
0.142857
0
awesome-app
592
2025-03-04T15:15:24.770273
Apache-2.0
false
acc1fe08c0b4b3c4bf3bc4f798073651
{\n "name": "@jupyterlab/settingeditor-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Setting Editor Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/codeeditor": "^4.4.4",\n "@jupyterlab/pluginmanager": "^4.4.4",\n "@jupyterlab/rendermime": "^4.4.4",\n "@jupyterlab/settingeditor": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/statedb": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/disposable": "^2.1.4",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\settingeditor-extension\package.json.orig
package.json.orig
Other
1,641
0.8
0
0
python-kit
328
2024-01-31T19:37:04.471281
Apache-2.0
false
abefc231d7f46f7db2c775a6aa195968
{\n "title": "Setting Editor",\n "description": "Setting editor settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "settingeditor:open",\n "args": {},\n "keys": ["Accel ,"],\n "selector": "body"\n },\n {\n "command": "settingeditor:save",\n "args": {},\n "keys": ["Accel S"],\n "selector": ".jp-SettingEditor"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\settingeditor-extension\plugin.json
plugin.json
JSON
440
0.7
0
0
python-kit
67
2025-04-17T04:34:08.329600
Apache-2.0
false
ed17277f16bda37a43518c5248cba232
{\n "name": "@jupyterlab/shortcuts-extension",\n "version": "5.2.4",\n "description": "JupyterLab - Shortcuts Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "style/index.js",\n "schema/*.json",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "build:test": "tsc --build tsconfig.test.json",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "test": "jest",\n "test:cov": "jest --collect-coverage",\n "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",\n "test:debug:watch": "node --inspect-brk ../../node_modules/.bin/jest --runInBand --watch",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/algorithm": "^2.0.3",\n "@lumino/commands": "^2.3.2",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/disposable": "^2.1.4",\n "@lumino/domutils": "^2.0.3",\n "@lumino/keyboard": "^2.0.3",\n "@lumino/signaling": "^2.1.4",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "@jupyterlab/testing": "^4.4.4",\n "@types/jest": "^29.2.0",\n "jest": "^29.2.0",\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\shortcuts-extension\package.json.orig
package.json.orig
Other
2,040
0.8
0
0
python-kit
430
2024-01-09T19:30:06.361922
Apache-2.0
false
4db571acefdcfdaf8899c738b25f16d8
{\n "jupyter.lab.setting-icon": "ui-components:keyboard",\n "jupyter.lab.setting-icon-label": "Keyboard Shortcuts",\n "jupyter.lab.transform": true,\n "title": "Keyboard Shortcuts",\n "description": "Keyboard shortcut settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "shortcuts:edit-keybinding",\n "selector": ".jp-Shortcuts-ShortcutKeysContainer",\n "rank": 0\n },\n {\n "command": "shortcuts:delete-keybinding",\n "selector": ".jp-Shortcuts-ShortcutKeysContainer",\n "rank": 1\n },\n {\n "command": "shortcuts:add-keybinding",\n "selector": ".jp-Shortcuts-Row",\n "rank": 2\n },\n {\n "command": "shortcuts:toggle-selectors",\n "selector": ".jp-Shortcuts-Top",\n "rank": 3\n },\n {\n "command": "shortcuts:reset-all",\n "selector": ".jp-Shortcuts-Top",\n "rank": 4\n }\n ]\n },\n "type": "object",\n "additionalProperties": false,\n "properties": {\n "shortcuts": {\n "description": "The list of keyboard shortcuts.",\n "items": { "$ref": "#/definitions/shortcut" },\n "type": "array",\n "default": []\n }\n },\n "definitions": {\n "shortcut": {\n "properties": {\n "args": { "type": "object" },\n "command": { "type": "string" },\n "keys": {\n "items": { "type": "string" },\n "type": "array"\n },\n "winKeys": {\n "items": { "type": "string" },\n "type": "array"\n },\n "macKeys": {\n "items": { "type": "string" },\n "type": "array"\n },\n "linuxKeys": {\n "items": { "type": "string" },\n "type": "array"\n },\n "selector": { "type": "string" },\n "preventDefault": { "type": "boolean" }\n },\n "required": ["command", "keys", "selector"],\n "type": "object"\n }\n }\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\shortcuts-extension\shortcuts.json
shortcuts.json
JSON
1,905
0.95
0
0
awesome-app
358
2025-04-21T02:18:00.022546
BSD-3-Clause
false
903aee8cc95b5ef79309144e9a1d27c2
{\n "name": "@jupyterlab/statusbar-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Statusbar Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter, Richa Gadgil, Takahiro Shimokobe, Declan Kelly",\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.d.ts",\n "lib/**/*.js.map",\n "lib/**/*.js",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/statusbar": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4"\n },\n "devDependencies": {\n "@types/react": "^18.0.26",\n "@types/react-dom": "^18.0.9",\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\statusbar-extension\package.json.orig
package.json.orig
Other
1,508
0.8
0
0
vue-tools
718
2023-08-22T23:37:13.879735
BSD-3-Clause
false
d55e810d72e838c566da0d24ff374278
{\n "jupyter.lab.setting-icon": "ui-components:settings",\n "jupyter.lab.setting-icon-label": "Status Bar",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-view-appearance",\n "items": [\n {\n "command": "statusbar:toggle",\n "rank": 15\n }\n ]\n }\n }\n ]\n }\n ]\n },\n "title": "Status Bar",\n "description": "Status Bar settings.",\n "properties": {\n "visible": {\n "type": "boolean",\n "title": "Status Bar Visibility",\n "description": "Whether to show status bar or not",\n "default": true\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\statusbar-extension\plugin.json
plugin.json
JSON
848
0.7
0
0
react-lib
23
2025-01-15T23:43:08.885869
GPL-3.0
false
8bd25e88654602d09d31428eba42db48
{\n "name": "@jupyterlab/terminal-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Terminal Emulator Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/launcher": "^4.4.4",\n "@jupyterlab/mainmenu": "^4.4.4",\n "@jupyterlab/running": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/terminal": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@lumino/widgets": "^2.7.1"\n },\n "devDependencies": {\n "@types/webpack-env": "^1.18.0",\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\terminal-extension\package.json.orig
package.json.orig
Other
1,638
0.8
0
0
awesome-app
702
2025-03-15T15:34:38.795421
BSD-3-Clause
false
92cceb9817a12072d8ee646d7e420ede
{\n "jupyter.lab.setting-icon": "ui-components:terminal",\n "jupyter.lab.setting-icon-label": "Terminal",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "terminal:copy",\n "selector": ".jp-Terminal",\n "rank": 1\n },\n {\n "command": "terminal:paste",\n "selector": ".jp-Terminal",\n "rank": 2\n },\n {\n "command": "terminal:refresh",\n "selector": ".jp-Terminal",\n "rank": 3\n }\n ]\n },\n "title": "Terminal",\n "description": "Terminal settings.",\n "definitions": {\n "fontFamily": {\n "type": "string"\n },\n "fontSize": {\n "type": "integer",\n "minimum": 9,\n "maximum": 72\n },\n "lineHeight": {\n "type": "number",\n "minimum": 1.0\n },\n "theme": {\n "enum": ["dark", "light", "inherit"]\n },\n "scrollback": {\n "type": "number"\n },\n "pasteWithCtrlV": {\n "type": "boolean"\n },\n "macOptionIsMeta": {\n "type": "boolean"\n }\n },\n "properties": {\n "fontFamily": {\n "title": "Font family",\n "description": "The font family used to render text.",\n "$ref": "#/definitions/fontFamily",\n "default": "monospace"\n },\n "fontSize": {\n "title": "Font size",\n "description": "The font size used to render text.",\n "$ref": "#/definitions/fontSize",\n "default": 13\n },\n "lineHeight": {\n "title": "Line height",\n "description": "The line height used to render text.",\n "$ref": "#/definitions/lineHeight",\n "default": 1.0\n },\n "theme": {\n "title": "Theme",\n "description": "The theme for the terminal.",\n "$ref": "#/definitions/theme",\n "default": "inherit"\n },\n "screenReaderMode": {\n "title": "Screen Reader Mode",\n "description": "Add accessibility elements for use with screen readers.",\n "type": "boolean",\n "default": false\n },\n "scrollback": {\n "title": "Scrollback Buffer",\n "description": "The amount of scrollback beyond initial viewport",\n "$ref": "#/definitions/lineHeight",\n "default": 1000\n },\n "shutdownOnClose": {\n "title": "Shut down on close",\n "description": "Shut down the session when closing the terminal.",\n "type": "boolean",\n "default": false\n },\n "closeOnExit": {\n "title": "Close on exit",\n "description": "Close the widget when exiting the terminal.",\n "type": "boolean",\n "default": true\n },\n "pasteWithCtrlV": {\n "title": "Paste with Ctrl+V",\n "description": "Enable pasting with Ctrl+V. This can be disabled to use Ctrl+V in the vi editor, for instance. This setting has no effect on macOS, where Cmd+V is available",\n "type": "boolean",\n "default": true\n },\n "macOptionIsMeta": {\n "title": "Treat option as meta key on macOS",\n "description": "Option key on macOS can be used as meta key. This enables to use shortcuts such as option + f to move cursor forward one word",\n "type": "boolean",\n "default": false\n },\n "cursorBlink": {\n "title": "Blinking cursor",\n "description": "Whether to blink the cursor. Changes require reopening the terminal.",\n "type": "boolean",\n "default": true\n },\n "showStatusBarItem": {\n "type": "string",\n "title": "Show the status bar item",\n "description": "Whether to show the running terminals item in the status bar",\n "default": "if-any",\n "oneOf": [\n {\n "const": "if-any",\n "title": "Show if one or more"\n },\n {\n "const": "always",\n "title": "Always show"\n },\n {\n "const": "never",\n "title": "Don't show"\n }\n ]\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\terminal-extension\plugin.json
plugin.json
JSON
3,822
0.95
0.042553
0
node-utils
242
2023-07-16T15:25:06.118406
MIT
false
978ad96b98d79d6cb777067e1ba8d7c3
{\n "name": "@jupyterlab/toc-extension",\n "version": "6.4.4",\n "description": "JupyterLab - Table of Contents widget extension",\n "keywords": [\n "jupyter",\n "jupyterlab",\n "jupyterlab-extension"\n ],\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/toc": "^6.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\toc-extension\package.json.orig
package.json.orig
Other
1,515
0.8
0
0
node-utils
670
2024-12-17T21:22:24.091311
Apache-2.0
false
f69fe21485e5661c63254e876fafe45a
{\n "jupyter.lab.setting-icon": "ui-components:toc",\n "jupyter.lab.setting-icon-label": "Table of Contents",\n "title": "Table of Contents",\n "description": "Default table of contents settings.",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "command": "toc:show-panel",\n "rank": 4\n }\n ]\n }\n ],\n "context": [\n {\n "command": "toc:run-cells",\n "selector": ".jp-TableOfContents-content[data-document-type=\"notebook\"] .jp-tocItem"\n }\n ]\n },\n "jupyter.lab.shortcuts": [\n {\n "command": "toc:show-panel",\n "keys": ["Accel Shift K"],\n "selector": "body"\n }\n ],\n "properties": {\n "maximalDepth": {\n "title": "Maximal headings depth",\n "type": "integer",\n "minimum": 1,\n "default": 4\n },\n "numberingH1": {\n "title": "Enable 1st headings numbering",\n "description": "Whether to number first-level headings or not.",\n "type": "boolean",\n "default": true\n },\n "numberHeaders": {\n "title": "Enable headings numbering",\n "description": "Whether to automatically number the headings or not.",\n "type": "boolean",\n "default": false\n },\n "includeOutput": {\n "title": "Include cell output in headings",\n "description": "Whether to include cell output in headings or not.",\n "type": "boolean",\n "default": true\n },\n "syncCollapseState": {\n "type": "boolean",\n "title": "Synchronize collapse state",\n "description": "If set to true, when a heading is collapsed in the table of contents the corresponding section in the document is collapsed as well and vice versa. This inhibits the cell output headings.",\n "default": false\n },\n "baseNumbering": {\n "title": "Base level for the highest headings",\n "type": "integer",\n "description": "The number headings start at.",\n "default": 1\n }\n },\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\toc-extension\registry.json
registry.json
JSON
2,050
0.7
0.013889
0
vue-tools
736
2024-03-21T14:07:33.958790
MIT
false
98c4d6b58583d0e4fe1f200af5033aa6
{\n "title": "Console Tooltips",\n "description": "Console tooltip settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "tooltip:dismiss",\n "keys": ["Escape"],\n "selector": "body.jp-mod-tooltip .jp-CodeConsole-promptCell"\n },\n {\n "command": "tooltip:launch-console",\n "keys": ["Shift Tab"],\n "selector": ".jp-CodeConsole-promptCell .jp-InputArea-editor:not(.jp-mod-has-primary-selection):not(.jp-mod-in-leading-whitespace)"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\tooltip-extension\consoles.json
consoles.json
JSON
551
0.7
0
0
python-kit
53
2023-09-28T18:53:52.156904
GPL-3.0
false
ba869585e756d50fa7e1b3180ace3270
{\n "title": "File Editor Tooltips",\n "description": "File editor tooltip settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "tooltip:launch-file",\n "keys": ["Shift Tab"],\n "selector": ".jp-FileEditor .jp-CodeMirrorEditor:not(.jp-mod-has-primary-selection):not(.jp-mod-in-leading-whitespace)"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\tooltip-extension\files.json
files.json
JSON
402
0.7
0
0
python-kit
258
2023-10-07T21:13:53.949178
GPL-3.0
false
e7f2bc6050b7d6016f7817e3abf34e86
{\n "title": "Notebook Tooltips",\n "description": "Notebook tooltip settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "tooltip:dismiss",\n "keys": ["Escape"],\n "selector": "body.jp-mod-tooltip .jp-Notebook"\n },\n {\n "command": "tooltip:launch-notebook",\n "keys": ["Shift Tab"],\n "selector": ".jp-Notebook.jp-mod-editMode .jp-InputArea-editor:not(.jp-mod-has-primary-selection):not(.jp-mod-in-leading-whitespace):not(.jp-mod-completer-active)"\n }\n ],\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\tooltip-extension\notebooks.json
notebooks.json
JSON
572
0.7
0
0
node-utils
421
2024-05-21T00:01:51.433183
BSD-3-Clause
false
9b93f5c215b0862766c75add10a56a33
{\n "name": "@jupyterlab/tooltip-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Tooltip Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/*.d.ts",\n "lib/*.js.map",\n "lib/*.js",\n "schema/*.json",\n "style/**/*.css",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc -b",\n "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/codeeditor": "^4.4.4",\n "@jupyterlab/console": "^4.4.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/fileeditor": "^4.4.4",\n "@jupyterlab/notebook": "^4.4.4",\n "@jupyterlab/rendermime": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/tooltip": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@lumino/algorithm": "^2.0.3",\n "@lumino/coreutils": "^2.2.1",\n "@lumino/widgets": "^2.7.1"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\tooltip-extension\package.json.orig
package.json.orig
Other
1,654
0.8
0
0
awesome-app
6
2024-06-17T07:42:13.403500
Apache-2.0
false
04b5ec8ea7b0e0a93467c1de086068f5
{\n "name": "@jupyterlab/translation-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Translation services",\n "keywords": [\n "jupyter",\n "jupyterlab",\n "jupyterlab-extension"\n ],\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/*.css",\n "style/index.js"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "schema/**/*.{json,}",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "style/index.js",\n "src/**/*.{ts,tsx}"\n ],\n "scripts": {\n "build": "tsc",\n "clean": "rimraf lib tsconfig.tsbuildinfo",\n "watch": "tsc -w"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/mainmenu": "^4.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4"\n },\n "devDependencies": {\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\translation-extension\package.json.orig
package.json.orig
Other
1,452
0.8
0
0
awesome-app
238
2024-02-08T05:00:13.930683
GPL-3.0
false
05822f6d3ddb15fa346f9b8cdd271a85
{\n "jupyter.lab.setting-icon": "ui-components:settings",\n "jupyter.lab.setting-icon-label": "Language",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-settings",\n "items": [\n {\n "type": "separator",\n "rank": 1\n },\n {\n "type": "submenu",\n "rank": 1,\n "submenu": {\n "id": "jp-mainmenu-settings-language",\n "label": "Language"\n }\n },\n {\n "type": "separator",\n "rank": 1\n }\n ]\n }\n ]\n },\n "title": "Language",\n "description": "Language settings.",\n "type": "object",\n "properties": {\n "locale": {\n "type": "string",\n "title": "Language locale",\n "description": "Set the interface display language. Examples: 'es_CO', 'fr_FR'. Set 'default' to use the server default locale. Requires corresponding language pack to be installed.",\n "default": "default"\n },\n "stringsPrefix": {\n "type": "string",\n "title": "Localized strings prefix",\n "description": "Add a prefix to localized strings.",\n "default": "!!"\n },\n "displayStringsPrefix": {\n "type": "boolean",\n "title": "Display localized strings prefix",\n "description": "Display the `stringsPrefix` on localized strings.",\n "default": false\n }\n }\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\translation-extension\plugin.json
plugin.json
JSON
1,394
0.7
0
0
node-utils
408
2023-07-31T08:29:52.792969
BSD-3-Clause
false
6a679ab243f70eafbba3bc7cac03c79a
{\n "title": "Workspace Indicator",\n "description": "Workspace Indicator Settings",\n "jupyter.lab.toolbars": {\n "TopBar": [\n {\n "name": "workspaceIndicator",\n "rank": 1000,\n "disabled": true\n }\n ]\n },\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-view-appearance",\n "items": [\n {\n "command": "workspace-indicator:toggle",\n "rank": 16\n }\n ]\n }\n }\n ]\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\workspaces-extension\indicator.json
indicator.json
JSON
754
0.7
0
0
awesome-app
300
2024-03-11T01:34:54.768696
BSD-3-Clause
false
894e38b873567be45c58a66ac7e0fa79
{\n "title": "Workspaces Menu",\n "description": "Workspaces Menu",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "type": "submenu",\n "rank": 10,\n "submenu": {\n "id": "jp-mainmenu-file-workspaces",\n "label": "Workspaces",\n "items": [\n {\n "command": "workspace-ui:open",\n "rank": 0\n },\n {\n "command": "workspace-ui:create-new",\n "rank": 1\n },\n {\n "command": "workspace-ui:clone",\n "rank": 2\n },\n {\n "command": "workspace-ui:rename",\n "rank": 3\n },\n {\n "command": "workspace-ui:save",\n "rank": 4\n },\n {\n "command": "workspace-ui:save-as",\n "rank": 5\n },\n {\n "command": "workspace-ui:import",\n "rank": 6\n },\n {\n "command": "workspace-ui:export",\n "rank": 7\n },\n {\n "type": "separator",\n "rank": 8\n },\n {\n "command": "workspace-ui:reset",\n "rank": 9\n },\n {\n "command": "workspace-ui:delete",\n "rank": 10\n }\n ]\n }\n }\n ]\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\workspaces-extension\menu.json
menu.json
JSON
1,791
0.85
0
0
awesome-app
273
2024-04-29T18:11:15.698091
BSD-3-Clause
false
5f6ab6457fe9bc1de65315e4fd5270b7
{\n "name": "@jupyterlab/workspaces-extension",\n "version": "4.4.4",\n "description": "JupyterLab Extension providing UI for workspace management",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "https://github.com/jupyterlab/jupyterlab.git"\n },\n "license": "BSD-3-Clause",\n "author": "Project Jupyter",\n "sideEffects": [\n "style/**/*"\n ],\n "main": "lib/index.js",\n "types": "lib/index.d.ts",\n "style": "style/index.css",\n "directories": {\n "lib": "lib/"\n },\n "files": [\n "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",\n "schema/*.json",\n "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",\n "src/**/*.{ts,tsx}",\n "style/index.js"\n ],\n "scripts": {\n "build": "tsc -b",\n "build:test": "tsc --build tsconfig.test.json",\n "clean": "rimraf lib tsconfig.tsbuildinfo",\n "watch": "tsc -b --watch"\n },\n "dependencies": {\n "@jupyterlab/application": "^4.4.4",\n "@jupyterlab/apputils": "^4.5.4",\n "@jupyterlab/coreutils": "^6.4.4",\n "@jupyterlab/filebrowser": "^4.4.4",\n "@jupyterlab/running": "^4.4.4",\n "@jupyterlab/services": "^7.4.4",\n "@jupyterlab/settingregistry": "^4.4.4",\n "@jupyterlab/statedb": "^4.4.4",\n "@jupyterlab/translation": "^4.4.4",\n "@jupyterlab/ui-components": "^4.4.4",\n "@jupyterlab/workspaces": "^4.4.4",\n "react": "^18.2.0"\n },\n "devDependencies": {\n "@types/jest": "^29.2.0",\n "rimraf": "~5.0.5",\n "typescript": "~5.5.4"\n },\n "publishConfig": {\n "access": "public"\n },\n "jupyterlab": {\n "extension": true,\n "schemaDir": "schema"\n },\n "styleModule": "style/index.js"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\workspaces-extension\package.json.orig
package.json.orig
Other
1,762
0.8
0.015625
0
python-kit
648
2024-04-14T14:04:54.104251
BSD-3-Clause
false
e089915a24e3026bbf3f3fdfa4e4f3e9
{\n "title": "Workspaces Sidebar",\n "description": "Workspaces Sidebar",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "workspace-ui:clone",\n "selector": ".jp-RunningSessions-item.jp-mod-workspace",\n "rank": 0\n },\n {\n "command": "workspace-ui:rename",\n "selector": ".jp-RunningSessions-item.jp-mod-workspace",\n "rank": 1\n },\n {\n "command": "workspace-ui:reset",\n "selector": ".jp-RunningSessions-item.jp-mod-workspace",\n "rank": 2\n },\n {\n "command": "workspace-ui:delete",\n "selector": ".jp-RunningSessions-item.jp-mod-workspace",\n "rank": 3\n },\n {\n "command": "workspace-ui:export",\n "selector": ".jp-RunningSessions-item.jp-mod-workspace",\n "rank": 4\n },\n {\n "type": "separator",\n "selector": ".jp-RunningSessions-item.jp-mod-workspace",\n "rank": 5\n },\n {\n "command": "workspace-ui:import",\n "selector": ".jp-RunningSessions-section:has(.jp-mod-workspace)",\n "rank": 6\n },\n {\n "command": "workspace-ui:create-new",\n "selector": ".jp-RunningSessions-section:has(.jp-mod-workspace)",\n "rank": 7\n }\n ]\n },\n "properties": {},\n "additionalProperties": false,\n "type": "object"\n}\n
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\workspaces-extension\sidebar.json
sidebar.json
JSON
1,343
0.85
0
0
node-utils
307
2024-02-03T22:10:36.149587
BSD-3-Clause
false
ec883111939491211a7abae8e3cbd6d2
enableImmutableInstalls: false\nenableInlineBuilds: false\nenableTelemetry: false\nhttpTimeout: 60000\nnodeLinker: node-modules\nyarnPath: "./yarn.js"\n
.venv\Lib\site-packages\jupyterlab\staging\.yarnrc.yml
.yarnrc.yml
YAML
146
0.7
0
0
vue-tools
340
2025-02-17T06:54:44.604027
GPL-3.0
false
7f970311bede08e0f8e0e5a2a2f2214f
// This file is auto-generated from the corresponding file in /dev_mode\n/*\n * Copyright (c) Jupyter Development Team.\n * Distributed under the terms of the Modified BSD License.\n */\n\n// We copy some of the pageconfig parsing logic in @jupyterlab/coreutils\n// below, since this must run before any other files are loaded (including\n// @jupyterlab/coreutils).\n\n/**\n * Get global configuration data for the Jupyter application.\n *\n * @param name - The name of the configuration option.\n *\n * @returns The config value or an empty string if not found.\n *\n * #### Notes\n * All values are treated as strings. For browser based applications, it is\n * assumed that the page HTML includes a script tag with the id\n * `jupyter-config-data` containing the configuration as valid JSON.\n */\nlet _CONFIG_DATA = null;\nfunction getOption(name) {\n if (_CONFIG_DATA === null) {\n let configData = {};\n // Use script tag if available.\n if (typeof document !== 'undefined' && document) {\n const el = document.getElementById('jupyter-config-data');\n\n if (el) {\n configData = JSON.parse(el.textContent || '{}');\n }\n }\n _CONFIG_DATA = configData;\n }\n\n return _CONFIG_DATA[name] || '';\n}\n\n// eslint-disable-next-line no-undef\n__webpack_public_path__ = getOption('fullStaticUrl') + '/';\n\nfunction loadScript(url) {\n return new Promise((resolve, reject) => {\n const newScript = document.createElement('script');\n newScript.onerror = reject;\n newScript.onload = resolve;\n newScript.async = true;\n document.head.appendChild(newScript);\n newScript.src = url;\n });\n}\n\nasync function loadComponent(url, scope) {\n await loadScript(url);\n\n // From https://webpack.js.org/concepts/module-federation/#dynamic-remote-containers\n // eslint-disable-next-line no-undef\n await __webpack_init_sharing__('default');\n const container = window._JUPYTERLAB[scope];\n // Initialize the container, it may provide shared modules and may need ours\n // eslint-disable-next-line no-undef\n await container.init(__webpack_share_scopes__.default);\n}\n\nvoid (async function bootstrap() {\n // This is all the data needed to load and activate plugins. This should be\n // gathered by the server and put onto the initial page template.\n const extension_data = getOption('federated_extensions');\n\n // We first load all federated components so that the shared module\n // deduplication can run and figure out which shared modules from all\n // components should be actually used. We have to do this before importing\n // and using the module that actually uses these components so that all\n // dependencies are initialized.\n let labExtensionUrl = getOption('fullLabextensionsUrl');\n const extensions = await Promise.allSettled(\n extension_data.map(async data => {\n await loadComponent(\n `${labExtensionUrl}/${data.name}/${data.load}`,\n data.name\n );\n })\n );\n\n extensions.forEach(p => {\n if (p.status === 'rejected') {\n // There was an error loading the component\n console.error(p.reason);\n }\n });\n\n // Now that all federated containers are initialized with the main\n // container, we can import the main function.\n let main = (await import('./index.out.js')).main;\n window.addEventListener('load', main);\n})();\n
.venv\Lib\site-packages\jupyterlab\staging\bootstrap.js
bootstrap.js
JavaScript
3,275
0.95
0.122449
0.418605
awesome-app
292
2024-03-16T17:48:06.149052
GPL-3.0
false
cf090ba022ebecf8201441a1cd5b3afa
// This file is auto-generated from the corresponding file in /dev_mode\n// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\n// We dynamically set the webpack public path based on the page config\n// settings from the JupyterLab app. We copy some of the pageconfig parsing\n// logic in @jupyterlab/coreutils below, since this must run before any other\n// files are loaded (including @jupyterlab/coreutils).\n\n/**\n * Get global configuration data for the Jupyter application.\n *\n * @param name - The name of the configuration option.\n *\n * @returns The config value or an empty string if not found.\n *\n * #### Notes\n * All values are treated as strings.\n * For browser based applications, it is assumed that the page HTML\n * includes a script tag with the id `jupyter-config-data` containing the\n * configuration as valid JSON. In order to support the classic Notebook,\n * we fall back on checking for `body` data of the given `name`.\n */\nfunction getOption(name) {\n let configData = Object.create(null);\n // Use script tag if available.\n if (typeof document !== 'undefined' && document) {\n const el = document.getElementById('jupyter-config-data');\n\n if (el) {\n configData = JSON.parse(el.textContent || '{}');\n }\n }\n return configData[name] || '';\n}\n\n// eslint-disable-next-line no-undef\n__webpack_public_path__ = getOption('fullStaticUrl') + '/';\n
.venv\Lib\site-packages\jupyterlab\staging\publicpath.js
publicpath.js
JavaScript
1,417
0.95
0.184211
0.676471
vue-tools
251
2024-03-27T06:07:32.146354
BSD-3-Clause
false
af26847320a46c7f84b1c9aa37199659
// This file is auto-generated from the corresponding file in /dev_mode\n/*\n * Copyright (c) Jupyter Development Team.\n * Distributed under the terms of the Modified BSD License.\n */\n\nconst path = require('path');\nconst fs = require('fs-extra');\nconst Handlebars = require('handlebars');\nconst HtmlWebpackPlugin = require('html-webpack-plugin');\nconst webpack = require('webpack');\nconst merge = require('webpack-merge').default;\nconst BundleAnalyzerPlugin =\n require('webpack-bundle-analyzer').BundleAnalyzerPlugin;\nconst baseConfig = require('@jupyterlab/builder/lib/webpack.config.base');\nconst { ModuleFederationPlugin } = webpack.container;\n\nconst Build = require('@jupyterlab/builder').Build;\nconst WPPlugin = require('@jupyterlab/builder').WPPlugin;\nconst packageData = require('./package.json');\n\n// Handle the extensions.\nconst jlab = packageData.jupyterlab;\nconst { extensions, mimeExtensions } = jlab;\n\n// Deduplicated list of extension package names.\nconst extensionPackages = [\n ...new Set([...Object.keys(extensions), ...Object.keys(mimeExtensions)])\n];\n\n// Ensure a clear build directory.\nconst buildDir = path.resolve(jlab.buildDir);\nif (fs.existsSync(buildDir)) {\n fs.removeSync(buildDir);\n}\nfs.ensureDirSync(buildDir);\n\nconst outputDir = path.resolve(jlab.outputDir);\n\n// Configuration to handle extension assets\nconst extensionAssetConfig = Build.ensureAssets({\n packageNames: extensionPackages,\n output: outputDir\n});\n\n// Create the entry point and other assets in build directory.\nconst source = fs.readFileSync('index.js').toString();\nconst template = Handlebars.compile(source);\nconst extData = {\n jupyterlab_extensions: extensions,\n jupyterlab_mime_extensions: mimeExtensions\n};\nfs.writeFileSync(path.join(buildDir, 'index.out.js'), template(extData));\n\n// Create the bootstrap file that loads federated extensions and calls the\n// initialization logic in index.out.js\nconst entryPoint = path.join(buildDir, 'bootstrap.js');\nfs.copySync('./bootstrap.js', entryPoint);\n\nfs.copySync('./package.json', path.join(buildDir, 'package.json'));\nif (outputDir !== buildDir) {\n fs.copySync(\n path.join(outputDir, 'style.js'),\n path.join(buildDir, 'style.js')\n );\n}\n\n// Set up variables for the watch mode ignore plugins\nconst watched = {};\nconst ignoreCache = Object.create(null);\nlet watchNodeModules = false;\nObject.keys(jlab.linkedPackages).forEach(function (name) {\n if (name in watched) {\n return;\n }\n let localPkgPath = '';\n try {\n localPkgPath = require.resolve(path.join(name, 'package.json'));\n } catch (e) {\n return;\n }\n watched[name] = path.dirname(localPkgPath);\n if (localPkgPath.indexOf('node_modules') !== -1) {\n watchNodeModules = true;\n }\n});\n\n// Set up source-map-loader to look in watched lib dirs\nconst sourceMapRes = Object.values(watched).reduce((res, name) => {\n res.push(new RegExp(name + '/lib'));\n return res;\n}, []);\n\n/**\n * Sync a local path to a linked package path if they are files and differ.\n * This is used by `jupyter lab --watch` to synchronize linked packages\n * and has no effect in `jupyter lab --dev-mode --watch`.\n */\nfunction maybeSync(localPath, name, rest) {\n let stats;\n try {\n stats = fs.statSync(localPath);\n } catch (e) {\n return;\n }\n\n if (!stats.isFile(localPath)) {\n return;\n }\n const source = fs.realpathSync(path.join(jlab.linkedPackages[name], rest));\n if (source === fs.realpathSync(localPath)) {\n return;\n }\n fs.watchFile(source, { interval: 500 }, function (curr) {\n if (!curr || curr.nlink === 0) {\n return;\n }\n try {\n fs.copySync(source, localPath);\n } catch (err) {\n console.error(err);\n }\n });\n}\n\n/**\n * A filter function set up to exclude all files that are not\n * in a package contained by the Jupyterlab repo. Used to ignore\n * files during a `--watch` build.\n */\nfunction ignored(checkedPath) {\n checkedPath = path.resolve(checkedPath);\n if (checkedPath in ignoreCache) {\n // Bail if already found.\n return ignoreCache[checkedPath];\n }\n\n // Limit the watched files to those in our local linked package dirs.\n let ignore = true;\n Object.keys(watched).some(name => {\n const rootPath = watched[name];\n const contained = checkedPath.indexOf(rootPath + path.sep) !== -1;\n if (checkedPath !== rootPath && !contained) {\n return false;\n }\n const rest = checkedPath.slice(rootPath.length);\n if (rest.indexOf('node_modules') === -1) {\n ignore = false;\n maybeSync(checkedPath, name, rest);\n }\n return true;\n });\n ignoreCache[checkedPath] = ignore;\n return ignore;\n}\n\n// Set up module federation sharing config\nconst shared = {};\n\n// Make sure any resolutions are shared\nfor (let [pkg, requiredVersion] of Object.entries(packageData.resolutions)) {\n shared[pkg] = { requiredVersion };\n}\n\n// Add any extension packages that are not in resolutions (i.e., installed from npm)\nfor (let pkg of extensionPackages) {\n if (!shared[pkg]) {\n shared[pkg] = {\n requiredVersion: require(`${pkg}/package.json`).version\n };\n }\n}\n\n// Add dependencies and sharedPackage config from extension packages if they\n// are not already in the shared config. This means that if there is a\n// conflict, the resolutions package version is the one that is shared.\nconst extraShared = [];\nfor (let pkg of extensionPackages) {\n let pkgShared = {};\n let { dependencies = {}, jupyterlab: { sharedPackages = {} } = {} } = require(\n `${pkg}/package.json`\n );\n for (let [dep, requiredVersion] of Object.entries(dependencies)) {\n if (!shared[dep]) {\n pkgShared[dep] = { requiredVersion };\n }\n }\n\n // Overwrite automatic dependency sharing with custom sharing config\n for (let [dep, config] of Object.entries(sharedPackages)) {\n if (config === false) {\n delete pkgShared[dep];\n } else {\n if ('bundled' in config) {\n config.import = config.bundled;\n delete config.bundled;\n }\n pkgShared[dep] = config;\n }\n }\n extraShared.push(pkgShared);\n}\n\n// Now merge the extra shared config\nconst mergedShare = {};\nfor (let sharedConfig of extraShared) {\n for (let [pkg, config] of Object.entries(sharedConfig)) {\n // Do not override the basic share config from resolutions\n if (shared[pkg]) {\n continue;\n }\n\n // Add if we haven't seen the config before\n if (!mergedShare[pkg]) {\n mergedShare[pkg] = config;\n continue;\n }\n\n // Choose between the existing config and this new config. We do not try\n // to merge configs, which may yield a config no one wants\n let oldConfig = mergedShare[pkg];\n\n // if the old one has import: false, use the new one\n if (oldConfig.import === false) {\n mergedShare[pkg] = config;\n }\n }\n}\n\nObject.assign(shared, mergedShare);\n\n// Transform any file:// requiredVersion to the version number from the\n// imported package. This assumes (for simplicity) that the version we get\n// importing was installed from the file.\nfor (let [pkg, { requiredVersion }] of Object.entries(shared)) {\n if (requiredVersion && requiredVersion.startsWith('file:')) {\n shared[pkg].requiredVersion = require(`${pkg}/package.json`).version;\n }\n}\n\n// Add singleton package information\nfor (let pkg of jlab.singletonPackages) {\n shared[pkg].singleton = true;\n}\n\nconst plugins = [\n new WPPlugin.NowatchDuplicatePackageCheckerPlugin({\n verbose: true,\n exclude(instance) {\n // ignore known duplicates\n return ['domelementtype', 'hash-base', 'inherits'].includes(\n instance.name\n );\n }\n }),\n new HtmlWebpackPlugin({\n chunksSortMode: 'none',\n template: path.join(__dirname, 'templates', 'template.html'),\n title: jlab.name || 'JupyterLab'\n }),\n // custom plugin for ignoring files during a `--watch` build\n new WPPlugin.FilterWatchIgnorePlugin(ignored),\n // custom plugin that copies the assets to the static directory\n new WPPlugin.FrontEndPlugin(buildDir, jlab.staticDir),\n new ModuleFederationPlugin({\n library: {\n type: 'var',\n name: ['_JUPYTERLAB', 'CORE_LIBRARY_FEDERATION']\n },\n name: 'CORE_FEDERATION',\n shared\n })\n];\n\nif (process.argv.includes('--analyze')) {\n plugins.push(new BundleAnalyzerPlugin());\n}\n\nmodule.exports = [\n merge(baseConfig, {\n mode: 'development',\n entry: {\n main: ['./publicpath', entryPoint]\n },\n output: {\n path: path.resolve(buildDir),\n publicPath: '{{page_config.fullStaticUrl}}/',\n filename: '[name].[contenthash].js'\n },\n optimization: {\n splitChunks: {\n chunks: 'all',\n cacheGroups: {\n jlab_core: {\n test: /[\\/]node_modules[\\/]@(jupyterlab|lumino(?!\/datagrid))[\\/]/,\n name: 'jlab_core'\n }\n }\n }\n },\n module: {\n rules: [\n {\n test: /\.js$/,\n include: sourceMapRes,\n use: ['source-map-loader'],\n enforce: 'pre'\n }\n ]\n },\n devtool: 'inline-source-map',\n externals: ['ws'],\n plugins\n })\n].concat(extensionAssetConfig);\n\n// Needed to watch changes in linked extensions in node_modules\n// (jupyter lab --watch)\n// See https://github.com/webpack/webpack/issues/11612\nif (watchNodeModules) {\n module.exports[0].snapshot = { managedPaths: [] };\n}\n\nconst logPath = path.join(buildDir, 'build_log.json');\nfs.writeFileSync(logPath, JSON.stringify(module.exports, null, ' '));\n
.venv\Lib\site-packages\jupyterlab\staging\webpack.config.js
webpack.config.js
JavaScript
9,366
0.95
0.153846
0.167808
node-utils
844
2025-06-09T13:37:43.332228
GPL-3.0
false
b1eb5abe5fc28fb0aa9ee061e5718087
// This file is auto-generated from the corresponding file in /dev_mode\n/*\n * Copyright (c) Jupyter Development Team.\n * Distributed under the terms of the Modified BSD License.\n */\n\nconst merge = require('webpack-merge').default;\nconst config = require('./webpack.config');\nconst WPPlugin = require('@jupyterlab/builder').WPPlugin;\n\nconfig[0] = merge(config[0], {\n mode: 'production',\n devtool: 'source-map',\n output: {\n // Add version argument when in production so the Jupyter server\n // allows caching of files (i.e., does not set the CacheControl header to no-cache to prevent caching static files)\n filename: '[name].[contenthash].js?v=[contenthash]'\n },\n optimization: {\n minimize: false\n },\n plugins: [\n new WPPlugin.JSONLicenseWebpackPlugin({\n excludedPackageTest: packageName =>\n packageName === '@jupyterlab/application-top'\n })\n ]\n});\n\nmodule.exports = config;\n
.venv\Lib\site-packages\jupyterlab\staging\webpack.prod.config.js
webpack.prod.config.js
JavaScript
911
0.95
0
0.259259
vue-tools
992
2023-09-19T21:25:14.222868
BSD-3-Clause
false
77a878c56da01348955d22e6f92b0f57
// This file is auto-generated from the corresponding file in /dev_mode\n/*\n * Copyright (c) Jupyter Development Team.\n * Distributed under the terms of the Modified BSD License.\n */\n\nconst TerserPlugin = require('terser-webpack-plugin');\nconst merge = require('webpack-merge').default;\nconst WPPlugin = require('@jupyterlab/builder').WPPlugin;\nconst config = require('./webpack.config');\n\nconfig[0] = merge(config[0], {\n mode: 'production',\n devtool: 'source-map',\n output: {\n // Add version argument when in production so the Jupyter server\n // allows caching of files (i.e., does not set the CacheControl header to no-cache to prevent caching static files)\n filename: '[name].[contenthash].js?v=[contenthash]'\n },\n optimization: {\n minimize: true,\n minimizer: [\n new TerserPlugin({\n parallel: true,\n terserOptions: {\n compress: false,\n ecma: 6,\n mangle: true,\n output: {\n beautify: false,\n comments: false\n },\n safari10: true\n }\n })\n ]\n },\n plugins: [\n new WPPlugin.JSONLicenseWebpackPlugin({\n excludedPackageTest: packageName =>\n packageName === '@jupyterlab/application-top'\n })\n ]\n});\n\nmodule.exports = config;\n
.venv\Lib\site-packages\jupyterlab\staging\webpack.prod.minimize.config.js
webpack.prod.minimize.config.js
JavaScript
1,267
0.95
0
0.162791
react-lib
856
2025-06-09T15:48:15.249014
BSD-3-Clause
false
be259dd5b4c43e18a138d67cfe0f5d9b
// This file is auto-generated from the corresponding file in /dev_mode\n/*\n * Copyright (c) Jupyter Development Team.\n * Distributed under the terms of the Modified BSD License.\n */\n\nconst merge = require('webpack-merge').default;\nconst config = require('./webpack.prod.minimize.config');\n\nconfig[0] = merge(config[0], {\n // Turn off source maps\n devtool: false\n});\n\nmodule.exports = config;\n
.venv\Lib\site-packages\jupyterlab\staging\webpack.prod.release.config.js
webpack.prod.release.config.js
JavaScript
394
0.95
0
0.5
vue-tools
702
2024-05-15T11:56:32.012768
BSD-3-Clause
false
5ac38dd18057fda8489646234c4ac33a
<!--\n ~ Copyright (c) Jupyter Development Team.\n ~ Distributed under the terms of the Modified BSD License.\n-->\n\n<!DOCTYPE html>\n<html>\n<head>\n <meta charset="utf-8">\n <title>403 Forbidden</title>\n</head>\n<body>\n<h2>Sorry ..</h2>\n<p>.. you are not allowed to see this content!</p>\n</body>\n</html>\n
.venv\Lib\site-packages\jupyterlab\staging\templates\403.html
403.html
HTML
301
0.7
0
0
vue-tools
374
2023-10-03T07:08:09.502487
Apache-2.0
false
10c0d8f40482b073b9f2022ae6b5b321
<!DOCTYPE html>\n<!--\nCopyright (c) Jupyter Development Team.\nDistributed under the terms of the Modified BSD License.\n-->\n<html>\n\n<head>\n <meta charset="utf-8">\n\n <title>{% block title %}{{page_title | escape}}{% endblock %}</title>\n\n {% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="/static/favicons/favicon.ico">{% endblock %}\n\n</head>\n\n<body>\n\n{% block stylesheet %}\n<style type="text/css">\n/* disable initial hide */\ndiv#header, div#site {\n display: block;\n}\n</style>\n{% endblock %}\n{% block site %}\n\n<div class="error">\n {% block h1_error %}\n <h2>JupyterLab assets not detected, please rebuild</h2>\n <script>\n console.error('Missing assets in "{{static_dir | escape}}"');\n </script>\n {% endblock h1_error %}\n</header>\n\n{% endblock %}\n\n</body>\n\n</html>\n
.venv\Lib\site-packages\jupyterlab\staging\templates\error.html
error.html
HTML
803
0.8
0.02381
0.03125
python-kit
388
2024-05-16T11:10:22.200112
Apache-2.0
false
2e85591252e2f3ef4271140c7b573cbf
<!--\n ~ Copyright (c) Jupyter Development Team.\n ~ Distributed under the terms of the Modified BSD License.\n-->\n\n{# Copy so we do not modify the page_config with updates. #}\n{% set page_config_full = page_config.copy() %}\n\n{# Set a dummy variable - we just want the side effect of the update. #}\n{% set _ = page_config_full.update(baseUrl=base_url, wsUrl=ws_url) %}\n\n <script id="jupyter-config-data" type="application/json">\n {{ page_config_full | tojson }}\n </script>\n\n {% block favicon %}\n <link rel="icon" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon.ico" class="idle favicon">\n <link rel="" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon-busy-1.ico" class="busy favicon">\n {% endblock %}\n\n {% if custom_css %}\n <link rel="stylesheet" type="text/css" href="{{ base_url | escape }}custom/custom.css">\n {% endif %}\n
.venv\Lib\site-packages\jupyterlab\staging\templates\partial.html
partial.html
HTML
885
0.8
0.130435
0
vue-tools
893
2024-07-24T08:32:42.182725
BSD-3-Clause
false
53e4253c0d7d7d556ff10cb74727c282
<!--\n ~ Copyright (c) Jupyter Development Team.\n ~ Distributed under the terms of the Modified BSD License.\n-->\n\n<!doctype html>\n<html lang="en">\n<head>\n <meta charset="utf-8">\n <title><%= htmlWebpackPlugin.options.title %></title>\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <%= require('html-loader!./partial.html') %>\n</head>\n<body class="jp-ThemedContainer">\n\n<script type="text/javascript">\n /* Remove token from URL. */\n (function () {\n var location = window.location;\n var search = location.search;\n\n // If there is no query string, bail.\n if (search.length <= 1) {\n return;\n }\n\n // Rebuild the query string without the `token`.\n var query = '?' + search.slice(1).split('&')\n .filter(function (param) { return param.split('=')[0] !== 'token'; })\n .join('&');\n\n // Rebuild the URL with the new query string.\n var url = location.origin + location.pathname +\n (query !== '?' ? query : '') + location.hash;\n\n if (url === location.href) {\n return;\n }\n\n window.history.replaceState({ }, '', url);\n })();\n</script>\n\n</body>\n</html>\n
.venv\Lib\site-packages\jupyterlab\staging\templates\template.html
template.html
HTML
1,129
0.95
0.111111
0.108108
node-utils
667
2024-04-29T02:56:49.603668
BSD-3-Clause
false
14b3d2f984970d32db3c9bfc460b756c
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[100,5338,2957],{5338:(a,e,t)=>{var p;var r=t(86672);if(true){e.H=r.createRoot;p=r.hydrateRoot}else{var o}}}]);
.venv\Lib\site-packages\jupyterlab\static\100.1d14ca44a3cc8849349f.js
100.1d14ca44a3cc8849349f.js
JavaScript
232
0.7
0.1
0
awesome-app
166
2025-03-26T05:07:54.540960
Apache-2.0
false
6c896601e84b58e7d1f3f0864bb22d43
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1039],{71471:(t,e)=>{Object.defineProperty(e,"__esModule",{value:true});e.VERSION=void 0;e.VERSION="3.2.2"},29796:function(t,e,r){var n=this&&this.__extends||function(){var t=function(e,r){t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r))t[r]=e[r]};return t(e,r)};return function(e,r){if(typeof r!=="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}();var o=this&&this.__values||function(t){var e=typeof Symbol==="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length==="number")return{next:function(){if(t&&n>=t.length)t=void 0;return{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:true});e.HandlerList=void 0;var i=r(82776);var a=function(t){n(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}e.prototype.register=function(t){return this.add(t,t.priority)};e.prototype.unregister=function(t){this.remove(t)};e.prototype.handlesDocument=function(t){var e,r;try{for(var n=o(this),i=n.next();!i.done;i=n.next()){var a=i.value;var u=a.item;if(u.handlesDocument(t)){return u}}}catch(s){e={error:s}}finally{try{if(i&&!i.done&&(r=n.return))r.call(n)}finally{if(e)throw e.error}}throw new Error("Can't find handler for document")};e.prototype.document=function(t,e){if(e===void 0){e=null}return this.handlesDocument(t).create(t,e)};return e}(i.PrioritizedList);e.HandlerList=a},81039:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:true});e.mathjax=void 0;var n=r(71471);var o=r(29796);var i=r(9841);e.mathjax={version:n.VERSION,handlers:new o.HandlerList,document:function(t,r){return e.mathjax.handlers.document(t,r)},handleRetriesFor:i.handleRetriesFor,retryAfter:i.retryAfter,asyncLoad:null}},82776:(t,e)=>{Object.defineProperty(e,"__esModule",{value:true});e.PrioritizedList=void 0;var r=function(){function t(){this.items=[];this.items=[]}t.prototype[Symbol.iterator]=function(){var t=0;var e=this.items;return{next:function(){return{value:e[t++],done:t>e.length}}}};t.prototype.add=function(e,r){if(r===void 0){r=t.DEFAULTPRIORITY}var n=this.items.length;do{n--}while(n>=0&&r<this.items[n].priority);this.items.splice(n+1,0,{item:e,priority:r});return e};t.prototype.remove=function(t){var e=this.items.length;do{e--}while(e>=0&&this.items[e].item!==t);if(e>=0){this.items.splice(e,1)}};t.DEFAULTPRIORITY=5;return t}();e.PrioritizedList=r},9841:(t,e)=>{Object.defineProperty(e,"__esModule",{value:true});e.retryAfter=e.handleRetriesFor=void 0;function r(t){return new Promise((function e(r,n){try{r(t())}catch(o){if(o.retry&&o.retry instanceof Promise){o.retry.then((function(){return e(r,n)})).catch((function(t){return n(t)}))}else if(o.restart&&o.restart.isCallback){MathJax.Callback.After((function(){return e(r,n)}),o.restart)}else{n(o)}}}))}e.handleRetriesFor=r;function n(t){var e=new Error("MathJax retry");e.retry=t;throw e}e.retryAfter=n}}]);
.venv\Lib\site-packages\jupyterlab\static\1039.3fe94e87219c0ed159d3.js
1039.3fe94e87219c0ed159d3.js
JavaScript
3,315
0.85
0.1
0
awesome-app
193
2024-05-14T16:03:29.533484
Apache-2.0
false
24689c85178685f564b9519841dfe87a
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1189],{91189:(e,r,t)=>{t.r(r);t.d(r,{tcl:()=>p});function a(e){var r={},t=e.split(" ");for(var a=0;a<t.length;++a)r[t[a]]=true;return r}var n=a("Tcl safe after append array auto_execok auto_import auto_load "+"auto_mkindex auto_mkindex_old auto_qualify auto_reset bgerror "+"binary break catch cd close concat continue dde eof encoding error "+"eval exec exit expr fblocked fconfigure fcopy file fileevent filename "+"filename flush for foreach format gets glob global history http if "+"incr info interp join lappend lindex linsert list llength load lrange "+"lreplace lsearch lset lsort memory msgcat namespace open package parray "+"pid pkg::create pkg_mkIndex proc puts pwd re_syntax read regex regexp "+"registry regsub rename resource return scan seek set socket source split "+"string subst switch tcl_endOfWord tcl_findLibrary tcl_startOfNextWord "+"tcl_wordBreakAfter tcl_startOfPreviousWord tcl_wordBreakBefore tcltest "+"tclvars tell time trace unknown unset update uplevel upvar variable "+"vwait");var i=a("if elseif else and not or eq ne in ni for foreach while switch");var l=/[+\-*&%=<>!?^\/\|]/;function o(e,r,t){r.tokenize=t;return t(e,r)}function s(e,r){var t=r.beforeParams;r.beforeParams=false;var a=e.next();if((a=='"'||a=="'")&&r.inParams){return o(e,r,f(a))}else if(/[\[\]{}\(\),;\.]/.test(a)){if(a=="("&&t)r.inParams=true;else if(a==")")r.inParams=false;return null}else if(/\d/.test(a)){e.eatWhile(/[\w\.]/);return"number"}else if(a=="#"){if(e.eat("*"))return o(e,r,u);if(a=="#"&&e.match(/ *\[ *\[/))return o(e,r,c);e.skipToEnd();return"comment"}else if(a=='"'){e.skipTo(/"/);return"comment"}else if(a=="$"){e.eatWhile(/[$_a-z0-9A-Z\.{:]/);e.eatWhile(/}/);r.beforeParams=true;return"builtin"}else if(l.test(a)){e.eatWhile(l);return"comment"}else{e.eatWhile(/[\w\$_{}\xa1-\uffff]/);var s=e.current().toLowerCase();if(n&&n.propertyIsEnumerable(s))return"keyword";if(i&&i.propertyIsEnumerable(s)){r.beforeParams=true;return"keyword"}return null}}function f(e){return function(r,t){var a=false,n,i=false;while((n=r.next())!=null){if(n==e&&!a){i=true;break}a=!a&&n=="\\"}if(i)t.tokenize=s;return"string"}}function u(e,r){var t=false,a;while(a=e.next()){if(a=="#"&&t){r.tokenize=s;break}t=a=="*"}return"comment"}function c(e,r){var t=0,a;while(a=e.next()){if(a=="#"&&t==2){r.tokenize=s;break}if(a=="]")t++;else if(a!=" ")t=0}return"meta"}const p={name:"tcl",startState:function(){return{tokenize:s,beforeParams:false,inParams:false}},token:function(e,r){if(e.eatSpace())return null;return r.tokenize(e,r)},languageData:{commentTokens:{line:"#"}}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1189.c1482e88f0e949753db6.js
1189.c1482e88f0e949753db6.js
JavaScript
2,693
0.95
0.1
0
awesome-app
618
2024-06-02T17:30:24.596419
GPL-3.0
false
b1f2cca22c1b662e801ce4704a5c6430
(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1219],{81219:function(u){(function(D,e){true?u.exports=e():0})(this,(function(){"use strict";function u(u,D){return D={exports:{}},u(D,D.exports),D.exports}var D=u((function(u){var D=u.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();if(typeof __g=="number"){__g=D}}));var e=u((function(u){var D=u.exports={version:"2.6.5"};if(typeof __e=="number"){__e=D}}));var r=e.version;var t=function(u){return typeof u==="object"?u!==null:typeof u==="function"};var n=function(u){if(!t(u)){throw TypeError(u+" is not an object!")}return u};var F=function(u){try{return!!u()}catch(D){return true}};var C=!F((function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7}));var A=D.document;var i=t(A)&&t(A.createElement);var a=function(u){return i?A.createElement(u):{}};var E=!C&&!F((function(){return Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a!=7}));var o=function(u,D){if(!t(u)){return u}var e,r;if(D&&typeof(e=u.toString)=="function"&&!t(r=e.call(u))){return r}if(typeof(e=u.valueOf)=="function"&&!t(r=e.call(u))){return r}if(!D&&typeof(e=u.toString)=="function"&&!t(r=e.call(u))){return r}throw TypeError("Can't convert object to primitive value")};var c=Object.defineProperty;var f=C?Object.defineProperty:function u(D,e,r){n(D);e=o(e,true);n(r);if(E){try{return c(D,e,r)}catch(t){}}if("get"in r||"set"in r){throw TypeError("Accessors not supported!")}if("value"in r){D[e]=r.value}return D};var B={f};var s=function(u,D){return{enumerable:!(u&1),configurable:!(u&2),writable:!(u&4),value:D}};var l=C?function(u,D,e){return B.f(u,D,s(1,e))}:function(u,D,e){u[D]=e;return u};var v={}.hasOwnProperty;var d=function(u,D){return v.call(u,D)};var p=0;var h=Math.random();var g=function(u){return"Symbol(".concat(u===undefined?"":u,")_",(++p+h).toString(36))};var m=false;var y=u((function(u){var r="__core-js_shared__";var t=D[r]||(D[r]={});(u.exports=function(u,D){return t[u]||(t[u]=D!==undefined?D:{})})("versions",[]).push({version:e.version,mode:m?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})}));var w=y("native-function-to-string",Function.toString);var b=u((function(u){var r=g("src");var t="toString";var n=(""+w).split(t);e.inspectSource=function(u){return w.call(u)};(u.exports=function(u,e,t,F){var C=typeof t=="function";if(C){d(t,"name")||l(t,"name",e)}if(u[e]===t){return}if(C){d(t,r)||l(t,r,u[e]?""+u[e]:n.join(String(e)))}if(u===D){u[e]=t}else if(!F){delete u[e];l(u,e,t)}else if(u[e]){u[e]=t}else{l(u,e,t)}})(Function.prototype,t,(function u(){return typeof this=="function"&&this[r]||w.call(this)}))}));var S=function(u){if(typeof u!="function"){throw TypeError(u+" is not a function!")}return u};var x=function(u,D,e){S(u);if(D===undefined){return u}switch(e){case 1:return function(e){return u.call(D,e)};case 2:return function(e,r){return u.call(D,e,r)};case 3:return function(e,r,t){return u.call(D,e,r,t)}}return function(){return u.apply(D,arguments)}};var N="prototype";var P=function(u,r,t){var n=u&P.F;var F=u&P.G;var C=u&P.S;var A=u&P.P;var i=u&P.B;var a=F?D:C?D[r]||(D[r]={}):(D[r]||{})[N];var E=F?e:e[r]||(e[r]={});var o=E[N]||(E[N]={});var c,f,B,s;if(F){t=r}for(c in t){f=!n&&a&&a[c]!==undefined;B=(f?a:t)[c];s=i&&f?x(B,D):A&&typeof B=="function"?x(Function.call,B):B;if(a){b(a,c,B,u&P.U)}if(E[c]!=B){l(E,c,s)}if(A&&o[c]!=B){o[c]=B}}};D.core=e;P.F=1;P.G=2;P.S=4;P.P=8;P.B=16;P.W=32;P.U=64;P.R=128;var _=P;var I=Math.ceil;var O=Math.floor;var j=function(u){return isNaN(u=+u)?0:(u>0?O:I)(u)};var k=function(u){if(u==undefined){throw TypeError("Can't call method on "+u)}return u};var V=function(u){return function(D,e){var r=String(k(D));var t=j(e);var n=r.length;var F,C;if(t<0||t>=n){return u?"":undefined}F=r.charCodeAt(t);return F<55296||F>56319||t+1===n||(C=r.charCodeAt(t+1))<56320||C>57343?u?r.charAt(t):F:u?r.slice(t,t+2):(F-55296<<10)+(C-56320)+65536}};var M=V(false);_(_.P,"String",{codePointAt:function u(D){return M(this,D)}});var J=e.String.codePointAt;var L=Math.max;var T=Math.min;var z=function(u,D){u=j(u);return u<0?L(u+D,0):T(u,D)};var H=String.fromCharCode;var $=String.fromCodePoint;_(_.S+_.F*(!!$&&$.length!=1),"String",{fromCodePoint:function u(D){var e=arguments;var r=[];var t=arguments.length;var n=0;var F;while(t>n){F=+e[n++];if(z(F,1114111)!==F){throw RangeError(F+" is not a valid code point")}r.push(F<65536?H(F):H(((F-=65536)>>10)+55296,F%1024+56320))}return r.join("")}});var R=e.String.fromCodePoint;var G=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/;var U=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/;var Z=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/;var q={Space_Separator:G,ID_Start:U,ID_Continue:Z};var W={isSpaceSeparator:function u(D){return typeof D==="string"&&q.Space_Separator.test(D)},isIdStartChar:function u(D){return typeof D==="string"&&(D>="a"&&D<="z"||D>="A"&&D<="Z"||D==="$"||D==="_"||q.ID_Start.test(D))},isIdContinueChar:function u(D){return typeof D==="string"&&(D>="a"&&D<="z"||D>="A"&&D<="Z"||D>="0"&&D<="9"||D==="$"||D==="_"||D==="‌"||D==="‍"||q.ID_Continue.test(D))},isDigit:function u(D){return typeof D==="string"&&/[0-9]/.test(D)},isHexDigit:function u(D){return typeof D==="string"&&/[0-9A-Fa-f]/.test(D)}};var X;var K;var Q;var Y;var uu;var Du;var eu;var ru;var tu;var nu=function u(D,e){X=String(D);K="start";Q=[];Y=0;uu=1;Du=0;eu=undefined;ru=undefined;tu=undefined;do{eu=ou();hu[K]()}while(eu.type!=="eof");if(typeof e==="function"){return Fu({"":tu},"",e)}return tu};function Fu(u,D,e){var r=u[D];if(r!=null&&typeof r==="object"){if(Array.isArray(r)){for(var t=0;t<r.length;t++){var n=String(t);var F=Fu(r,n,e);if(F===undefined){delete r[n]}else{Object.defineProperty(r,n,{value:F,writable:true,enumerable:true,configurable:true})}}}else{for(var C in r){var A=Fu(r,C,e);if(A===undefined){delete r[C]}else{Object.defineProperty(r,C,{value:A,writable:true,enumerable:true,configurable:true})}}}}return e.call(u,D,r)}var Cu;var Au;var iu;var au;var Eu;function ou(){Cu="default";Au="";iu=false;au=1;for(;;){Eu=cu();var u=Bu[Cu]();if(u){return u}}}function cu(){if(X[Y]){return String.fromCodePoint(X.codePointAt(Y))}}function fu(){var u=cu();if(u==="\n"){uu++;Du=0}else if(u){Du+=u.length}else{Du++}if(u){Y+=u.length}return u}var Bu={default:function u(){switch(Eu){case"\t":case"\v":case"\f":case" ":case" ":case"\ufeff":case"\n":case"\r":case"\u2028":case"\u2029":fu();return;case"/":fu();Cu="comment";return;case undefined:fu();return su("eof")}if(W.isSpaceSeparator(Eu)){fu();return}return Bu[K]()},comment:function u(){switch(Eu){case"*":fu();Cu="multiLineComment";return;case"/":fu();Cu="singleLineComment";return}throw yu(fu())},multiLineComment:function u(){switch(Eu){case"*":fu();Cu="multiLineCommentAsterisk";return;case undefined:throw yu(fu())}fu()},multiLineCommentAsterisk:function u(){switch(Eu){case"*":fu();return;case"/":fu();Cu="default";return;case undefined:throw yu(fu())}fu();Cu="multiLineComment"},singleLineComment:function u(){switch(Eu){case"\n":case"\r":case"\u2028":case"\u2029":fu();Cu="default";return;case undefined:fu();return su("eof")}fu()},value:function u(){switch(Eu){case"{":case"[":return su("punctuator",fu());case"n":fu();lu("ull");return su("null",null);case"t":fu();lu("rue");return su("boolean",true);case"f":fu();lu("alse");return su("boolean",false);case"-":case"+":if(fu()==="-"){au=-1}Cu="sign";return;case".":Au=fu();Cu="decimalPointLeading";return;case"0":Au=fu();Cu="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":Au=fu();Cu="decimalInteger";return;case"I":fu();lu("nfinity");return su("numeric",Infinity);case"N":fu();lu("aN");return su("numeric",NaN);case'"':case"'":iu=fu()==='"';Au="";Cu="string";return}throw yu(fu())},identifierNameStartEscape:function u(){if(Eu!=="u"){throw yu(fu())}fu();var D=pu();switch(D){case"$":case"_":break;default:if(!W.isIdStartChar(D)){throw bu()}break}Au+=D;Cu="identifierName"},identifierName:function u(){switch(Eu){case"$":case"_":case"‌":case"‍":Au+=fu();return;case"\\":fu();Cu="identifierNameEscape";return}if(W.isIdContinueChar(Eu)){Au+=fu();return}return su("identifier",Au)},identifierNameEscape:function u(){if(Eu!=="u"){throw yu(fu())}fu();var D=pu();switch(D){case"$":case"_":case"‌":case"‍":break;default:if(!W.isIdContinueChar(D)){throw bu()}break}Au+=D;Cu="identifierName"},sign:function u(){switch(Eu){case".":Au=fu();Cu="decimalPointLeading";return;case"0":Au=fu();Cu="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":Au=fu();Cu="decimalInteger";return;case"I":fu();lu("nfinity");return su("numeric",au*Infinity);case"N":fu();lu("aN");return su("numeric",NaN)}throw yu(fu())},zero:function u(){switch(Eu){case".":Au+=fu();Cu="decimalPoint";return;case"e":case"E":Au+=fu();Cu="decimalExponent";return;case"x":case"X":Au+=fu();Cu="hexadecimal";return}return su("numeric",au*0)},decimalInteger:function u(){switch(Eu){case".":Au+=fu();Cu="decimalPoint";return;case"e":case"E":Au+=fu();Cu="decimalExponent";return}if(W.isDigit(Eu)){Au+=fu();return}return su("numeric",au*Number(Au))},decimalPointLeading:function u(){if(W.isDigit(Eu)){Au+=fu();Cu="decimalFraction";return}throw yu(fu())},decimalPoint:function u(){switch(Eu){case"e":case"E":Au+=fu();Cu="decimalExponent";return}if(W.isDigit(Eu)){Au+=fu();Cu="decimalFraction";return}return su("numeric",au*Number(Au))},decimalFraction:function u(){switch(Eu){case"e":case"E":Au+=fu();Cu="decimalExponent";return}if(W.isDigit(Eu)){Au+=fu();return}return su("numeric",au*Number(Au))},decimalExponent:function u(){switch(Eu){case"+":case"-":Au+=fu();Cu="decimalExponentSign";return}if(W.isDigit(Eu)){Au+=fu();Cu="decimalExponentInteger";return}throw yu(fu())},decimalExponentSign:function u(){if(W.isDigit(Eu)){Au+=fu();Cu="decimalExponentInteger";return}throw yu(fu())},decimalExponentInteger:function u(){if(W.isDigit(Eu)){Au+=fu();return}return su("numeric",au*Number(Au))},hexadecimal:function u(){if(W.isHexDigit(Eu)){Au+=fu();Cu="hexadecimalInteger";return}throw yu(fu())},hexadecimalInteger:function u(){if(W.isHexDigit(Eu)){Au+=fu();return}return su("numeric",au*Number(Au))},string:function u(){switch(Eu){case"\\":fu();Au+=vu();return;case'"':if(iu){fu();return su("string",Au)}Au+=fu();return;case"'":if(!iu){fu();return su("string",Au)}Au+=fu();return;case"\n":case"\r":throw yu(fu());case"\u2028":case"\u2029":Su(Eu);break;case undefined:throw yu(fu())}Au+=fu()},start:function u(){switch(Eu){case"{":case"[":return su("punctuator",fu())}Cu="value"},beforePropertyName:function u(){switch(Eu){case"$":case"_":Au=fu();Cu="identifierName";return;case"\\":fu();Cu="identifierNameStartEscape";return;case"}":return su("punctuator",fu());case'"':case"'":iu=fu()==='"';Cu="string";return}if(W.isIdStartChar(Eu)){Au+=fu();Cu="identifierName";return}throw yu(fu())},afterPropertyName:function u(){if(Eu===":"){return su("punctuator",fu())}throw yu(fu())},beforePropertyValue:function u(){Cu="value"},afterPropertyValue:function u(){switch(Eu){case",":case"}":return su("punctuator",fu())}throw yu(fu())},beforeArrayValue:function u(){if(Eu==="]"){return su("punctuator",fu())}Cu="value"},afterArrayValue:function u(){switch(Eu){case",":case"]":return su("punctuator",fu())}throw yu(fu())},end:function u(){throw yu(fu())}};function su(u,D){return{type:u,value:D,line:uu,column:Du}}function lu(u){for(var D=0,e=u;D<e.length;D+=1){var r=e[D];var t=cu();if(t!==r){throw yu(fu())}fu()}}function vu(){var u=cu();switch(u){case"b":fu();return"\b";case"f":fu();return"\f";case"n":fu();return"\n";case"r":fu();return"\r";case"t":fu();return"\t";case"v":fu();return"\v";case"0":fu();if(W.isDigit(cu())){throw yu(fu())}return"\0";case"x":fu();return du();case"u":fu();return pu();case"\n":case"\u2028":case"\u2029":fu();return"";case"\r":fu();if(cu()==="\n"){fu()}return"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw yu(fu());case undefined:throw yu(fu())}return fu()}function du(){var u="";var D=cu();if(!W.isHexDigit(D)){throw yu(fu())}u+=fu();D=cu();if(!W.isHexDigit(D)){throw yu(fu())}u+=fu();return String.fromCodePoint(parseInt(u,16))}function pu(){var u="";var D=4;while(D-- >0){var e=cu();if(!W.isHexDigit(e)){throw yu(fu())}u+=fu()}return String.fromCodePoint(parseInt(u,16))}var hu={start:function u(){if(eu.type==="eof"){throw wu()}gu()},beforePropertyName:function u(){switch(eu.type){case"identifier":case"string":ru=eu.value;K="afterPropertyName";return;case"punctuator":mu();return;case"eof":throw wu()}},afterPropertyName:function u(){if(eu.type==="eof"){throw wu()}K="beforePropertyValue"},beforePropertyValue:function u(){if(eu.type==="eof"){throw wu()}gu()},beforeArrayValue:function u(){if(eu.type==="eof"){throw wu()}if(eu.type==="punctuator"&&eu.value==="]"){mu();return}gu()},afterPropertyValue:function u(){if(eu.type==="eof"){throw wu()}switch(eu.value){case",":K="beforePropertyName";return;case"}":mu()}},afterArrayValue:function u(){if(eu.type==="eof"){throw wu()}switch(eu.value){case",":K="beforeArrayValue";return;case"]":mu()}},end:function u(){}};function gu(){var u;switch(eu.type){case"punctuator":switch(eu.value){case"{":u={};break;case"[":u=[];break}break;case"null":case"boolean":case"numeric":case"string":u=eu.value;break}if(tu===undefined){tu=u}else{var D=Q[Q.length-1];if(Array.isArray(D)){D.push(u)}else{Object.defineProperty(D,ru,{value:u,writable:true,enumerable:true,configurable:true})}}if(u!==null&&typeof u==="object"){Q.push(u);if(Array.isArray(u)){K="beforeArrayValue"}else{K="beforePropertyName"}}else{var e=Q[Q.length-1];if(e==null){K="end"}else if(Array.isArray(e)){K="afterArrayValue"}else{K="afterPropertyValue"}}}function mu(){Q.pop();var u=Q[Q.length-1];if(u==null){K="end"}else if(Array.isArray(u)){K="afterArrayValue"}else{K="afterPropertyValue"}}function yu(u){if(u===undefined){return Nu("JSON5: invalid end of input at "+uu+":"+Du)}return Nu("JSON5: invalid character '"+xu(u)+"' at "+uu+":"+Du)}function wu(){return Nu("JSON5: invalid end of input at "+uu+":"+Du)}function bu(){Du-=5;return Nu("JSON5: invalid identifier character at "+uu+":"+Du)}function Su(u){console.warn("JSON5: '"+xu(u)+"' in strings is not valid ECMAScript; consider escaping")}function xu(u){var D={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(D[u]){return D[u]}if(u<" "){var e=u.charCodeAt(0).toString(16);return"\\x"+("00"+e).substring(e.length)}return u}function Nu(u){var D=new SyntaxError(u);D.lineNumber=uu;D.columnNumber=Du;return D}var Pu=function u(D,e,r){var t=[];var n="";var F;var C;var A="";var i;if(e!=null&&typeof e==="object"&&!Array.isArray(e)){r=e.space;i=e.quote;e=e.replacer}if(typeof e==="function"){C=e}else if(Array.isArray(e)){F=[];for(var a=0,E=e;a<E.length;a+=1){var o=E[a];var c=void 0;if(typeof o==="string"){c=o}else if(typeof o==="number"||o instanceof String||o instanceof Number){c=String(o)}if(c!==undefined&&F.indexOf(c)<0){F.push(c)}}}if(r instanceof Number){r=Number(r)}else if(r instanceof String){r=String(r)}if(typeof r==="number"){if(r>0){r=Math.min(10,Math.floor(r));A=" ".substr(0,r)}}else if(typeof r==="string"){A=r.substr(0,10)}return f("",{"":D});function f(u,D){var e=D[u];if(e!=null){if(typeof e.toJSON5==="function"){e=e.toJSON5(u)}else if(typeof e.toJSON==="function"){e=e.toJSON(u)}}if(C){e=C.call(D,u,e)}if(e instanceof Number){e=Number(e)}else if(e instanceof String){e=String(e)}else if(e instanceof Boolean){e=e.valueOf()}switch(e){case null:return"null";case true:return"true";case false:return"false"}if(typeof e==="string"){return B(e,false)}if(typeof e==="number"){return String(e)}if(typeof e==="object"){return Array.isArray(e)?v(e):s(e)}return undefined}function B(u){var D={"'":.1,'"':.2};var e={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};var r="";for(var t=0;t<u.length;t++){var n=u[t];switch(n){case"'":case'"':D[n]++;r+=n;continue;case"\0":if(W.isDigit(u[t+1])){r+="\\x00";continue}}if(e[n]){r+=e[n];continue}if(n<" "){var F=n.charCodeAt(0).toString(16);r+="\\x"+("00"+F).substring(F.length);continue}r+=n}var C=i||Object.keys(D).reduce((function(u,e){return D[u]<D[e]?u:e}));r=r.replace(new RegExp(C,"g"),e[C]);return C+r+C}function s(u){if(t.indexOf(u)>=0){throw TypeError("Converting circular structure to JSON5")}t.push(u);var D=n;n=n+A;var e=F||Object.keys(u);var r=[];for(var C=0,i=e;C<i.length;C+=1){var a=i[C];var E=f(a,u);if(E!==undefined){var o=l(a)+":";if(A!==""){o+=" "}o+=E;r.push(o)}}var c;if(r.length===0){c="{}"}else{var B;if(A===""){B=r.join(",");c="{"+B+"}"}else{var s=",\n"+n;B=r.join(s);c="{\n"+n+B+",\n"+D+"}"}}t.pop();n=D;return c}function l(u){if(u.length===0){return B(u,true)}var D=String.fromCodePoint(u.codePointAt(0));if(!W.isIdStartChar(D)){return B(u,true)}for(var e=D.length;e<u.length;e++){if(!W.isIdContinueChar(String.fromCodePoint(u.codePointAt(e)))){return B(u,true)}}return u}function v(u){if(t.indexOf(u)>=0){throw TypeError("Converting circular structure to JSON5")}t.push(u);var D=n;n=n+A;var e=[];for(var r=0;r<u.length;r++){var F=f(String(r),u);e.push(F!==undefined?F:"null")}var C;if(e.length===0){C="[]"}else{if(A===""){var i=e.join(",");C="["+i+"]"}else{var a=",\n"+n;var E=e.join(a);C="[\n"+n+E+",\n"+D+"]"}}t.pop();n=D;return C}};var _u={parse:nu,stringify:Pu};var Iu=_u;var Ou=Iu;return Ou}))}}]);
.venv\Lib\site-packages\jupyterlab\static\1219.b5630aa3a46050fddc27.js
1219.b5630aa3a46050fddc27.js
JavaScript
33,128
0.85
0.1
0
vue-tools
72
2024-04-23T13:56:32.633125
GPL-3.0
false
0ffbb6cd18315d378cbc2a90b3873c01
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1436],{11436:(e,t,a)=>{a.r(t);a.d(t,{asterisk:()=>o});var n=["exten","same","include","ignorepat","switch"],i=["#include","#exec"],r=["addqueuemember","adsiprog","aelsub","agentlogin","agentmonitoroutgoing","agi","alarmreceiver","amd","answer","authenticate","background","backgrounddetect","bridge","busy","callcompletioncancel","callcompletionrequest","celgenuserevent","changemonitor","chanisavail","channelredirect","chanspy","clearhash","confbridge","congestion","continuewhile","controlplayback","dahdiacceptr2call","dahdibarge","dahdiras","dahdiscan","dahdisendcallreroutingfacility","dahdisendkeypadfacility","datetime","dbdel","dbdeltree","deadagi","dial","dictate","directory","disa","dumpchan","eagi","echo","endwhile","exec","execif","execiftime","exitwhile","extenspy","externalivr","festival","flash","followme","forkcdr","getcpeid","gosub","gosubif","goto","gotoif","gotoiftime","hangup","iax2provision","ices","importvar","incomplete","ivrdemo","jabberjoin","jabberleave","jabbersend","jabbersendgroup","jabberstatus","jack","log","macro","macroexclusive","macroexit","macroif","mailboxexists","meetme","meetmeadmin","meetmechanneladmin","meetmecount","milliwatt","minivmaccmess","minivmdelete","minivmgreet","minivmmwi","minivmnotify","minivmrecord","mixmonitor","monitor","morsecode","mp3player","mset","musiconhold","nbscat","nocdr","noop","odbc","odbc","odbcfinish","originate","ospauth","ospfinish","osplookup","ospnext","page","park","parkandannounce","parkedcall","pausemonitor","pausequeuemember","pickup","pickupchan","playback","playtones","privacymanager","proceeding","progress","queue","queuelog","raiseexception","read","readexten","readfile","receivefax","receivefax","receivefax","record","removequeuemember","resetcdr","retrydial","return","ringing","sayalpha","saycountedadj","saycountednoun","saycountpl","saydigits","saynumber","sayphonetic","sayunixtime","senddtmf","sendfax","sendfax","sendfax","sendimage","sendtext","sendurl","set","setamaflags","setcallerpres","setmusiconhold","sipaddheader","sipdtmfmode","sipremoveheader","skel","slastation","slatrunk","sms","softhangup","speechactivategrammar","speechbackground","speechcreate","speechdeactivategrammar","speechdestroy","speechloadgrammar","speechprocessingsound","speechstart","speechunloadgrammar","stackpop","startmusiconhold","stopmixmonitor","stopmonitor","stopmusiconhold","stopplaytones","system","testclient","testserver","transfer","tryexec","trysystem","unpausemonitor","unpausequeuemember","userevent","verbose","vmauthenticate","vmsayname","voicemail","voicemailmain","wait","waitexten","waitfornoise","waitforring","waitforsilence","waitmusiconhold","waituntil","while","zapateller"];function s(e,t){var a="";var r=e.next();if(t.blockComment){if(r=="-"&&e.match("-;",true)){t.blockComment=false}else if(e.skipTo("--;")){e.next();e.next();e.next();t.blockComment=false}else{e.skipToEnd()}return"comment"}if(r==";"){if(e.match("--",true)){if(!e.match("-",false)){t.blockComment=true;return"comment"}}e.skipToEnd();return"comment"}if(r=="["){e.skipTo("]");e.eat("]");return"header"}if(r=='"'){e.skipTo('"');return"string"}if(r=="'"){e.skipTo("'");return"string.special"}if(r=="#"){e.eatWhile(/\w/);a=e.current();if(i.indexOf(a)!==-1){e.skipToEnd();return"strong"}}if(r=="$"){var s=e.peek();if(s=="{"){e.skipTo("}");e.eat("}");return"variableName.special"}}e.eatWhile(/\w/);a=e.current();if(n.indexOf(a)!==-1){t.extenStart=true;switch(a){case"same":t.extenSame=true;break;case"include":case"switch":case"ignorepat":t.extenInclude=true;break;default:break}return"atom"}}const o={name:"asterisk",startState:function(){return{blockComment:false,extenStart:false,extenSame:false,extenInclude:false,extenExten:false,extenPriority:false,extenApplication:false}},token:function(e,t){var a="";if(e.eatSpace())return null;if(t.extenStart){e.eatWhile(/[^\s]/);a=e.current();if(/^=>?$/.test(a)){t.extenExten=true;t.extenStart=false;return"strong"}else{t.extenStart=false;e.skipToEnd();return"error"}}else if(t.extenExten){t.extenExten=false;t.extenPriority=true;e.eatWhile(/[^,]/);if(t.extenInclude){e.skipToEnd();t.extenPriority=false;t.extenInclude=false}if(t.extenSame){t.extenPriority=false;t.extenSame=false;t.extenApplication=true}return"tag"}else if(t.extenPriority){t.extenPriority=false;t.extenApplication=true;e.next();if(t.extenSame)return null;e.eatWhile(/[^,]/);return"number"}else if(t.extenApplication){e.eatWhile(/,/);a=e.current();if(a===",")return null;e.eatWhile(/\w/);a=e.current().toLowerCase();t.extenApplication=false;if(r.indexOf(a)!==-1){return"def"}}else{return s(e,t)}return null},languageData:{commentTokens:{line:";",block:{open:";--",close:"--;"}}}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1436.2c11d9dee0ad6f49e968.js
1436.2c11d9dee0ad6f49e968.js
JavaScript
4,800
0.95
0.1
0
python-kit
712
2023-08-09T17:14:12.461610
MIT
false
b8e66b3cf0f5a737dd8eb34ba529b0c9
(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1445],{49746:()=>{},19977:()=>{},197:()=>{},21866:()=>{},52739:()=>{}}]);
.venv\Lib\site-packages\jupyterlab\static\1445.a0e099c27d073217031a.js
1445.a0e099c27d073217031a.js
JavaScript
182
0.7
0.1
0
node-utils
733
2024-06-30T15:35:05.956592
GPL-3.0
false
8f99e6811f6310baeb986f95f52086db
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1449],{21449:(e,i,$)=>{$.r(i);$.d(i,{mirc:()=>m});function r(e){var i={},$=e.split(" ");for(var r=0;r<$.length;++r)i[$[r]]=true;return i}var t=r("$! $$ $& $? $+ $abook $abs $active $activecid "+"$activewid $address $addtok $agent $agentname $agentstat $agentver "+"$alias $and $anick $ansi2mirc $aop $appactive $appstate $asc $asctime "+"$asin $atan $avoice $away $awaymsg $awaytime $banmask $base $bfind "+"$binoff $biton $bnick $bvar $bytes $calc $cb $cd $ceil $chan $chanmodes "+"$chantypes $chat $chr $cid $clevel $click $cmdbox $cmdline $cnick $color "+"$com $comcall $comchan $comerr $compact $compress $comval $cos $count "+"$cr $crc $creq $crlf $ctime $ctimer $ctrlenter $date $day $daylight "+"$dbuh $dbuw $dccignore $dccport $dde $ddename $debug $decode $decompress "+"$deltok $devent $dialog $did $didreg $didtok $didwm $disk $dlevel $dll "+"$dllcall $dname $dns $duration $ebeeps $editbox $emailaddr $encode $error "+"$eval $event $exist $feof $ferr $fgetc $file $filename $filtered $finddir "+"$finddirn $findfile $findfilen $findtok $fline $floor $fopen $fread $fserve "+"$fulladdress $fulldate $fullname $fullscreen $get $getdir $getdot $gettok $gmt "+"$group $halted $hash $height $hfind $hget $highlight $hnick $hotline "+"$hotlinepos $ial $ialchan $ibl $idle $iel $ifmatch $ignore $iif $iil "+"$inelipse $ini $inmidi $inpaste $inpoly $input $inrect $inroundrect "+"$insong $instok $int $inwave $ip $isalias $isbit $isdde $isdir $isfile "+"$isid $islower $istok $isupper $keychar $keyrpt $keyval $knick $lactive "+"$lactivecid $lactivewid $left $len $level $lf $line $lines $link $lock "+"$lock $locked $log $logstamp $logstampfmt $longfn $longip $lower $ltimer "+"$maddress $mask $matchkey $matchtok $md5 $me $menu $menubar $menucontext "+"$menutype $mid $middir $mircdir $mircexe $mircini $mklogfn $mnick $mode "+"$modefirst $modelast $modespl $mouse $msfile $network $newnick $nick $nofile "+"$nopath $noqt $not $notags $notify $null $numeric $numok $oline $onpoly "+"$opnick $or $ord $os $passivedcc $pic $play $pnick $port $portable $portfree "+"$pos $prefix $prop $protect $puttok $qt $query $rand $r $rawmsg $read $readomo "+"$readn $regex $regml $regsub $regsubex $remove $remtok $replace $replacex "+"$reptok $result $rgb $right $round $scid $scon $script $scriptdir $scriptline "+"$sdir $send $server $serverip $sfile $sha1 $shortfn $show $signal $sin "+"$site $sline $snick $snicks $snotify $sock $sockbr $sockerr $sockname "+"$sorttok $sound $sqrt $ssl $sreq $sslready $status $strip $str $stripped "+"$syle $submenu $switchbar $tan $target $ticks $time $timer $timestamp "+"$timestampfmt $timezone $tip $titlebar $toolbar $treebar $trust $ulevel "+"$ulist $upper $uptime $url $usermode $v1 $v2 $var $vcmd $vcmdstat $vcmdver "+"$version $vnick $vol $wid $width $wildsite $wildtok $window $wrap $xor");var a=r("abook ajinvite alias aline ame amsg anick aop auser autojoin avoice "+"away background ban bcopy beep bread break breplace bset btrunc bunset bwrite "+"channel clear clearall cline clipboard close cnick color comclose comopen "+"comreg continue copy creq ctcpreply ctcps dcc dccserver dde ddeserver "+"debug dec describe dialog did didtok disable disconnect dlevel dline dll "+"dns dqwindow drawcopy drawdot drawfill drawline drawpic drawrect drawreplace "+"drawrot drawsave drawscroll drawtext ebeeps echo editbox emailaddr enable "+"events exit fclose filter findtext finger firewall flash flist flood flush "+"flushini font fopen fseek fsend fserve fullname fwrite ghide gload gmove "+"gopts goto gplay gpoint gqreq groups gshow gsize gstop gtalk gunload hadd "+"halt haltdef hdec hdel help hfree hinc hload hmake hop hsave ial ialclear "+"ialmark identd if ignore iline inc invite iuser join kick linesep links list "+"load loadbuf localinfo log mdi me menubar mkdir mnick mode msg nick noop notice "+"notify omsg onotice part partall pdcc perform play playctrl pop protect pvoice "+"qme qmsg query queryn quit raw reload remini remote remove rename renwin "+"reseterror resetidle return rlevel rline rmdir run ruser save savebuf saveini "+"say scid scon server set showmirc signam sline sockaccept sockclose socklist "+"socklisten sockmark sockopen sockpause sockread sockrename sockudp sockwrite "+"sound speak splay sreq strip switchbar timer timestamp titlebar tnick tokenize "+"toolbar topic tray treebar ulist unload unset unsetall updatenl url uwho "+"var vcadd vcmd vcrem vol while whois window winhelp write writeint if isalnum "+"isalpha isaop isavoice isban ischan ishop isignore isin isincs isletter islower "+"isnotify isnum ison isop isprotect isreg isupper isvoice iswm iswmcs "+"elseif else goto menu nicklist status title icon size option text edit "+"button check radio box scroll list combo link tab item");var n=r("if elseif else and not or eq ne in ni for foreach while switch");var s=/[+\-*&%=<>!?^\/\|]/;function o(e,i,$){i.tokenize=$;return $(e,i)}function l(e,i){var $=i.beforeParams;i.beforeParams=false;var r=e.next();if(/[\[\]{}\(\),\.]/.test(r)){if(r=="("&&$)i.inParams=true;else if(r==")")i.inParams=false;return null}else if(/\d/.test(r)){e.eatWhile(/[\w\.]/);return"number"}else if(r=="\\"){e.eat("\\");e.eat(/./);return"number"}else if(r=="/"&&e.eat("*")){return o(e,i,c)}else if(r==";"&&e.match(/ *\( *\(/)){return o(e,i,d)}else if(r==";"&&!i.inParams){e.skipToEnd();return"comment"}else if(r=='"'){e.eat(/"/);return"keyword"}else if(r=="$"){e.eatWhile(/[$_a-z0-9A-Z\.:]/);if(t&&t.propertyIsEnumerable(e.current().toLowerCase())){return"keyword"}else{i.beforeParams=true;return"builtin"}}else if(r=="%"){e.eatWhile(/[^,\s()]/);i.beforeParams=true;return"string"}else if(s.test(r)){e.eatWhile(s);return"operator"}else{e.eatWhile(/[\w\$_{}]/);var l=e.current().toLowerCase();if(a&&a.propertyIsEnumerable(l))return"keyword";if(n&&n.propertyIsEnumerable(l)){i.beforeParams=true;return"keyword"}return null}}function c(e,i){var $=false,r;while(r=e.next()){if(r=="/"&&$){i.tokenize=l;break}$=r=="*"}return"comment"}function d(e,i){var $=0,r;while(r=e.next()){if(r==";"&&$==2){i.tokenize=l;break}if(r==")")$++;else if(r!=" ")$=0}return"meta"}const m={name:"mirc",startState:function(){return{tokenize:l,beforeParams:false,inParams:false}},token:function(e,i){if(e.eatSpace())return null;return i.tokenize(e,i)}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1449.7026e8748d2a77e15d5b.js
1449.7026e8748d2a77e15d5b.js
JavaScript
6,408
0.85
0.1
0
awesome-app
81
2024-05-29T05:38:21.438907
BSD-3-Clause
false
7fe71507c67d63399a44ea33e7cdc8b7
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1462],{91462:(e,a,p)=>{p.d(a,{createPieServices:()=>t.f});var t=p(62409);var c=p(74888)}}]);
.venv\Lib\site-packages\jupyterlab\static\1462.57e39f487257f25263d4.js
1462.57e39f487257f25263d4.js
JavaScript
214
0.7
0.1
0
react-lib
768
2024-04-28T11:32:38.254651
GPL-3.0
false
ea866a1ac0ebeaa8782c996570257291
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1737],{71737:(e,t,n)=>{n.r(t);n.d(t,{brainfuck:()=>r});var i="><+-.,[]".split("");const r={name:"brainfuck",startState:function(){return{commentLine:false,left:0,right:0,commentLoop:false}},token:function(e,t){if(e.eatSpace())return null;if(e.sol()){t.commentLine=false}var n=e.next().toString();if(i.indexOf(n)!==-1){if(t.commentLine===true){if(e.eol()){t.commentLine=false}return"comment"}if(n==="]"||n==="["){if(n==="["){t.left++}else{t.right++}return"bracket"}else if(n==="+"||n==="-"){return"keyword"}else if(n==="<"||n===">"){return"atom"}else if(n==="."||n===","){return"def"}}else{t.commentLine=true;if(e.eol()){t.commentLine=false}return"comment"}if(e.eol()){t.commentLine=false}}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1737.a5fc97075f693ec36fe6.js
1737.a5fc97075f693ec36fe6.js
JavaScript
817
0.85
0.1
0
react-lib
760
2025-03-22T16:09:39.414751
MIT
false
e9df338f53dd132129dd1ac03df38819
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1834],{11834:(e,t,r)=>{r.r(t);r.d(t,{asciiArmor:()=>s});function a(e){var t=e.match(/^\s*\S/);e.skipToEnd();return t?"error":null}const s={name:"asciiarmor",token:function(e,t){var r;if(t.state=="top"){if(e.sol()&&(r=e.match(/^-----BEGIN (.*)?-----\s*$/))){t.state="headers";t.type=r[1];return"tag"}return a(e)}else if(t.state=="headers"){if(e.sol()&&e.match(/^\w+:/)){t.state="header";return"atom"}else{var s=a(e);if(s)t.state="body";return s}}else if(t.state=="header"){e.skipToEnd();t.state="headers";return"string"}else if(t.state=="body"){if(e.sol()&&(r=e.match(/^-----END (.*)?-----\s*$/))){if(r[1]!=t.type)return"error";t.state="end";return"tag"}else{if(e.eatWhile(/[A-Za-z0-9+\/=]/)){return null}else{e.next();return"error"}}}else if(t.state=="end"){return a(e)}},blankLine:function(e){if(e.state=="headers")e.state="body"},startState:function(){return{state:"top",type:null}}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1834.7445ad0c82371ac40737.js
1834.7445ad0c82371ac40737.js
JavaScript
1,012
0.85
0.1
0
awesome-app
36
2024-01-15T10:33:57.412000
Apache-2.0
false
4ff429f079d41d41074bf4a74ab191a8
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1887],{81887:(e,t,r)=>{r.r(t);r.d(t,{eiffel:()=>s});function n(e){var t={};for(var r=0,n=e.length;r<n;++r)t[e[r]]=true;return t}var a=n(["note","across","when","variant","until","unique","undefine","then","strip","select","retry","rescue","require","rename","reference","redefine","prefix","once","old","obsolete","loop","local","like","is","inspect","infix","include","if","frozen","from","external","export","ensure","end","elseif","else","do","creation","create","check","alias","agent","separate","invariant","inherit","indexing","feature","expanded","deferred","class","Void","True","Result","Precursor","False","Current","create","attached","detachable","as","and","implies","not","or"]);var i=n([":=","and then","and","or","<<",">>"]);function u(e,t,r){r.tokenize.push(e);return e(t,r)}function l(e,t){if(e.eatSpace())return null;var r=e.next();if(r=='"'||r=="'"){return u(o(r,"string"),e,t)}else if(r=="-"&&e.eat("-")){e.skipToEnd();return"comment"}else if(r==":"&&e.eat("=")){return"operator"}else if(/[0-9]/.test(r)){e.eatWhile(/[xXbBCc0-9\.]/);e.eat(/[\?\!]/);return"variable"}else if(/[a-zA-Z_0-9]/.test(r)){e.eatWhile(/[a-zA-Z_0-9]/);e.eat(/[\?\!]/);return"variable"}else if(/[=+\-\/*^%<>~]/.test(r)){e.eatWhile(/[=+\-\/*^%<>~]/);return"operator"}else{return null}}function o(e,t,r){return function(n,a){var i=false,u;while((u=n.next())!=null){if(u==e&&(r||!i)){a.tokenize.pop();break}i=!i&&u=="%"}return t}}const s={name:"eiffel",startState:function(){return{tokenize:[l]}},token:function(e,t){var r=t.tokenize[t.tokenize.length-1](e,t);if(r=="variable"){var n=e.current();r=a.propertyIsEnumerable(e.current())?"keyword":i.propertyIsEnumerable(e.current())?"operator":/^[A-Z][A-Z_0-9]*$/g.test(n)?"tag":/^0[bB][0-1]+$/g.test(n)?"number":/^0[cC][0-7]+$/g.test(n)?"number":/^0[xX][a-fA-F0-9]+$/g.test(n)?"number":/^([0-9]+\.[0-9]*)|([0-9]*\.[0-9]+)$/g.test(n)?"number":/^[0-9]+$/g.test(n)?"number":"variable"}return r},languageData:{commentTokens:{line:"--"}}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1887.56f83f163a18c61efb16.js
1887.56f83f163a18c61efb16.js
JavaScript
2,099
0.95
0.1
0
awesome-app
926
2023-07-16T17:00:31.821334
GPL-3.0
false
f3b17b2e3900b49a4af6c056c10f9e3f
/*!\n *************************************************************************\n *\n * mhchemParser.ts\n * 4.1.1\n *\n * Parser for the \ce command and \pu command for MathJax and Co.\n *\n * mhchem's \ce is a tool for writing beautiful chemical equations easily.\n * mhchem's \pu is a tool for writing physical units easily.\n *\n * ----------------------------------------------------------------------\n *\n * Copyright (c) 2015-2021 Martin Hensel\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * ----------------------------------------------------------------------\n *\n * https://github.com/mhchem/mhchemParser\n *\n */\n
.venv\Lib\site-packages\jupyterlab\static\1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
1909.7487a09fefbe7f9eabb6.js.LICENSE.txt
Other
1,144
0.95
0.15625
1
vue-tools
96
2023-11-18T02:15:20.713732
BSD-3-Clause
false
f3c3c9fc977c5a8859a531437be308e3
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1954],{21954:(e,r,o)=>{o.r(r);o.d(r,{fSharp:()=>n,oCaml:()=>i,sml:()=>d});function t(e){var r={as:"keyword",do:"keyword",else:"keyword",end:"keyword",exception:"keyword",fun:"keyword",functor:"keyword",if:"keyword",in:"keyword",include:"keyword",let:"keyword",of:"keyword",open:"keyword",rec:"keyword",struct:"keyword",then:"keyword",type:"keyword",val:"keyword",while:"keyword",with:"keyword"};var o=e.extraWords||{};for(var t in o){if(o.hasOwnProperty(t)){r[t]=e.extraWords[t]}}var i=[];for(var n in r){i.push(n)}function d(o,t){var i=o.next();if(i==='"'){t.tokenize=w;return t.tokenize(o,t)}if(i==="{"){if(o.eat("|")){t.longString=true;t.tokenize=l;return t.tokenize(o,t)}}if(i==="("){if(o.match(/^\*(?!\))/)){t.commentLevel++;t.tokenize=k;return t.tokenize(o,t)}}if(i==="~"||i==="?"){o.eatWhile(/\w/);return"variableName.special"}if(i==="`"){o.eatWhile(/\w/);return"quote"}if(i==="/"&&e.slashComments&&o.eat("/")){o.skipToEnd();return"comment"}if(/\d/.test(i)){if(i==="0"&&o.eat(/[bB]/)){o.eatWhile(/[01]/)}if(i==="0"&&o.eat(/[xX]/)){o.eatWhile(/[0-9a-fA-F]/)}if(i==="0"&&o.eat(/[oO]/)){o.eatWhile(/[0-7]/)}else{o.eatWhile(/[\d_]/);if(o.eat(".")){o.eatWhile(/[\d]/)}if(o.eat(/[eE]/)){o.eatWhile(/[\d\-+]/)}}return"number"}if(/[+\-*&%=<>!?|@\.~:]/.test(i)){return"operator"}if(/[\w\xa1-\uffff]/.test(i)){o.eatWhile(/[\w\xa1-\uffff]/);var n=o.current();return r.hasOwnProperty(n)?r[n]:"variable"}return null}function w(e,r){var o,t=false,i=false;while((o=e.next())!=null){if(o==='"'&&!i){t=true;break}i=!i&&o==="\\"}if(t&&!i){r.tokenize=d}return"string"}function k(e,r){var o,t;while(r.commentLevel>0&&(t=e.next())!=null){if(o==="("&&t==="*")r.commentLevel++;if(o==="*"&&t===")")r.commentLevel--;o=t}if(r.commentLevel<=0){r.tokenize=d}return"comment"}function l(e,r){var o,t;while(r.longString&&(t=e.next())!=null){if(o==="|"&&t==="}")r.longString=false;o=t}if(!r.longString){r.tokenize=d}return"string"}return{startState:function(){return{tokenize:d,commentLevel:0,longString:false}},token:function(e,r){if(e.eatSpace())return null;return r.tokenize(e,r)},languageData:{autocomplete:i,commentTokens:{line:e.slashComments?"//":undefined,block:{open:"(*",close:"*)"}}}}}const i=t({name:"ocaml",extraWords:{and:"keyword",assert:"keyword",begin:"keyword",class:"keyword",constraint:"keyword",done:"keyword",downto:"keyword",external:"keyword",function:"keyword",initializer:"keyword",lazy:"keyword",match:"keyword",method:"keyword",module:"keyword",mutable:"keyword",new:"keyword",nonrec:"keyword",object:"keyword",private:"keyword",sig:"keyword",to:"keyword",try:"keyword",value:"keyword",virtual:"keyword",when:"keyword",raise:"builtin",failwith:"builtin",true:"builtin",false:"builtin",asr:"builtin",land:"builtin",lor:"builtin",lsl:"builtin",lsr:"builtin",lxor:"builtin",mod:"builtin",or:"builtin",raise_notrace:"builtin",trace:"builtin",exit:"builtin",print_string:"builtin",print_endline:"builtin",int:"type",float:"type",bool:"type",char:"type",string:"type",unit:"type",List:"builtin"}});const n=t({name:"fsharp",extraWords:{abstract:"keyword",assert:"keyword",base:"keyword",begin:"keyword",class:"keyword",default:"keyword",delegate:"keyword","do!":"keyword",done:"keyword",downcast:"keyword",downto:"keyword",elif:"keyword",extern:"keyword",finally:"keyword",for:"keyword",function:"keyword",global:"keyword",inherit:"keyword",inline:"keyword",interface:"keyword",internal:"keyword",lazy:"keyword","let!":"keyword",match:"keyword",member:"keyword",module:"keyword",mutable:"keyword",namespace:"keyword",new:"keyword",null:"keyword",override:"keyword",private:"keyword",public:"keyword","return!":"keyword",return:"keyword",select:"keyword",static:"keyword",to:"keyword",try:"keyword",upcast:"keyword","use!":"keyword",use:"keyword",void:"keyword",when:"keyword","yield!":"keyword",yield:"keyword",atomic:"keyword",break:"keyword",checked:"keyword",component:"keyword",const:"keyword",constraint:"keyword",constructor:"keyword",continue:"keyword",eager:"keyword",event:"keyword",external:"keyword",fixed:"keyword",method:"keyword",mixin:"keyword",object:"keyword",parallel:"keyword",process:"keyword",protected:"keyword",pure:"keyword",sealed:"keyword",tailcall:"keyword",trait:"keyword",virtual:"keyword",volatile:"keyword",List:"builtin",Seq:"builtin",Map:"builtin",Set:"builtin",Option:"builtin",int:"builtin",string:"builtin",not:"builtin",true:"builtin",false:"builtin",raise:"builtin",failwith:"builtin"},slashComments:true});const d=t({name:"sml",extraWords:{abstype:"keyword",and:"keyword",andalso:"keyword",case:"keyword",datatype:"keyword",fn:"keyword",handle:"keyword",infix:"keyword",infixr:"keyword",local:"keyword",nonfix:"keyword",op:"keyword",orelse:"keyword",raise:"keyword",withtype:"keyword",eqtype:"keyword",sharing:"keyword",sig:"keyword",signature:"keyword",structure:"keyword",where:"keyword",true:"keyword",false:"keyword",int:"builtin",real:"builtin",string:"builtin",char:"builtin",bool:"builtin"},slashComments:true})}}]);
.venv\Lib\site-packages\jupyterlab\static\1954.f1c519cb1415c7da3e8c.js
1954.f1c519cb1415c7da3e8c.js
JavaScript
5,080
0.95
0.1
0
vue-tools
511
2024-12-01T09:01:51.687575
BSD-3-Clause
false
ddf63a30f29a1c951aeb328a2840b0b7
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1960],{41960:(e,t,n)=>{n.r(t);n.d(t,{lua:()=>d});function a(e){return new RegExp("^(?:"+e.join("|")+")","i")}function r(e){return new RegExp("^(?:"+e.join("|")+")$","i")}var i=r(["_G","_VERSION","assert","collectgarbage","dofile","error","getfenv","getmetatable","ipairs","load","loadfile","loadstring","module","next","pairs","pcall","print","rawequal","rawget","rawset","require","select","setfenv","setmetatable","tonumber","tostring","type","unpack","xpcall","coroutine.create","coroutine.resume","coroutine.running","coroutine.status","coroutine.wrap","coroutine.yield","debug.debug","debug.getfenv","debug.gethook","debug.getinfo","debug.getlocal","debug.getmetatable","debug.getregistry","debug.getupvalue","debug.setfenv","debug.sethook","debug.setlocal","debug.setmetatable","debug.setupvalue","debug.traceback","close","flush","lines","read","seek","setvbuf","write","io.close","io.flush","io.input","io.lines","io.open","io.output","io.popen","io.read","io.stderr","io.stdin","io.stdout","io.tmpfile","io.type","io.write","math.abs","math.acos","math.asin","math.atan","math.atan2","math.ceil","math.cos","math.cosh","math.deg","math.exp","math.floor","math.fmod","math.frexp","math.huge","math.ldexp","math.log","math.log10","math.max","math.min","math.modf","math.pi","math.pow","math.rad","math.random","math.randomseed","math.sin","math.sinh","math.sqrt","math.tan","math.tanh","os.clock","os.date","os.difftime","os.execute","os.exit","os.getenv","os.remove","os.rename","os.setlocale","os.time","os.tmpname","package.cpath","package.loaded","package.loaders","package.loadlib","package.path","package.preload","package.seeall","string.byte","string.char","string.dump","string.find","string.format","string.gmatch","string.gsub","string.len","string.lower","string.match","string.rep","string.reverse","string.sub","string.upper","table.concat","table.insert","table.maxn","table.remove","table.sort"]);var o=r(["and","break","elseif","false","nil","not","or","return","true","function","end","if","then","else","do","while","repeat","until","for","in","local"]);var u=r(["function","if","repeat","do","\\(","{"]);var l=r(["end","until","\\)","}"]);var s=a(["end","until","\\)","}","else","elseif"]);function c(e){var t=0;while(e.eat("="))++t;e.eat("[");return t}function g(e,t){var n=e.next();if(n=="-"&&e.eat("-")){if(e.eat("[")&&e.eat("["))return(t.cur=m(c(e),"comment"))(e,t);e.skipToEnd();return"comment"}if(n=='"'||n=="'")return(t.cur=p(n))(e,t);if(n=="["&&/[\[=]/.test(e.peek()))return(t.cur=m(c(e),"string"))(e,t);if(/\d/.test(n)){e.eatWhile(/[\w.%]/);return"number"}if(/[\w_]/.test(n)){e.eatWhile(/[\w\\\-_.]/);return"variable"}return null}function m(e,t){return function(n,a){var r=null,i;while((i=n.next())!=null){if(r==null){if(i=="]")r=0}else if(i=="=")++r;else if(i=="]"&&r==e){a.cur=g;break}else r=null}return t}}function p(e){return function(t,n){var a=false,r;while((r=t.next())!=null){if(r==e&&!a)break;a=!a&&r=="\\"}if(!a)n.cur=g;return"string"}}const d={name:"lua",startState:function(){return{basecol:0,indentDepth:0,cur:g}},token:function(e,t){if(e.eatSpace())return null;var n=t.cur(e,t);var a=e.current();if(n=="variable"){if(o.test(a))n="keyword";else if(i.test(a))n="builtin"}if(n!="comment"&&n!="string"){if(u.test(a))++t.indentDepth;else if(l.test(a))--t.indentDepth}return n},indent:function(e,t,n){var a=s.test(t);return e.basecol+n.unit*(e.indentDepth-(a?1:0))},languageData:{indentOnInput:/^\s*(?:end|until|else|\)|\})$/,commentTokens:{line:"--",block:{open:"--[[",close:"]]--"}}}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1960.f8d8ef8a91360e60f0b9.js
1960.f8d8ef8a91360e60f0b9.js
JavaScript
3,657
0.85
0.1
0
node-utils
430
2024-12-26T10:17:03.134361
GPL-3.0
false
e6071a8f4af1627f41e70c3130907f5d
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1986],{1986:(e,r,t)=>{t.r(r);t.d(r,{haskell:()=>w});function n(e,r,t){r(t);return t(e,r)}var a=/[a-z_]/;var i=/[A-Z]/;var o=/\d/;var l=/[0-9A-Fa-f]/;var u=/[0-7]/;var s=/[a-z_A-Z0-9'\xa1-\uffff]/;var f=/[-!#$%&*+.\/<=>?@\\^|~:]/;var c=/[(),;[\]`{}]/;var d=/[ \t\v\f]/;function p(e,r){if(e.eatWhile(d)){return null}var t=e.next();if(c.test(t)){if(t=="{"&&e.eat("-")){var p="comment";if(e.eat("#")){p="meta"}return n(e,r,m(p,1))}return null}if(t=="'"){if(e.eat("\\")){e.next()}else{e.next()}if(e.eat("'")){return"string"}return"error"}if(t=='"'){return n(e,r,h)}if(i.test(t)){e.eatWhile(s);if(e.eat(".")){return"qualifier"}return"type"}if(a.test(t)){e.eatWhile(s);return"variable"}if(o.test(t)){if(t=="0"){if(e.eat(/[xX]/)){e.eatWhile(l);return"integer"}if(e.eat(/[oO]/)){e.eatWhile(u);return"number"}}e.eatWhile(o);var p="number";if(e.match(/^\.\d+/)){p="number"}if(e.eat(/[eE]/)){p="number";e.eat(/[-+]/);e.eatWhile(o)}return p}if(t=="."&&e.eat("."))return"keyword";if(f.test(t)){if(t=="-"&&e.eat(/-/)){e.eatWhile(/-/);if(!e.eat(f)){e.skipToEnd();return"comment"}}e.eatWhile(f);return"variable"}return"error"}function m(e,r){if(r==0){return p}return function(t,n){var a=r;while(!t.eol()){var i=t.next();if(i=="{"&&t.eat("-")){++a}else if(i=="-"&&t.eat("}")){--a;if(a==0){n(p);return e}}}n(m(e,a));return e}}function h(e,r){while(!e.eol()){var t=e.next();if(t=='"'){r(p);return"string"}if(t=="\\"){if(e.eol()||e.eat(d)){r(g);return"string"}if(e.eat("&")){}else{e.next()}}}r(p);return"error"}function g(e,r){if(e.eat("\\")){return n(e,r,h)}e.next();r(p);return"error"}var v=function(){var e={};function r(r){return function(){for(var t=0;t<arguments.length;t++)e[arguments[t]]=r}}r("keyword")("case","class","data","default","deriving","do","else","foreign","if","import","in","infix","infixl","infixr","instance","let","module","newtype","of","then","type","where","_");r("keyword")("..",":","::","=","\\","<-","->","@","~","=>");r("builtin")("!!","$!","$","&&","+","++","-",".","/","/=","<","<*","<=","<$>","<*>","=<<","==",">",">=",">>",">>=","^","^^","||","*","*>","**");r("builtin")("Applicative","Bool","Bounded","Char","Double","EQ","Either","Enum","Eq","False","FilePath","Float","Floating","Fractional","Functor","GT","IO","IOError","Int","Integer","Integral","Just","LT","Left","Maybe","Monad","Nothing","Num","Ord","Ordering","Rational","Read","ReadS","Real","RealFloat","RealFrac","Right","Show","ShowS","String","True");r("builtin")("abs","acos","acosh","all","and","any","appendFile","asTypeOf","asin","asinh","atan","atan2","atanh","break","catch","ceiling","compare","concat","concatMap","const","cos","cosh","curry","cycle","decodeFloat","div","divMod","drop","dropWhile","either","elem","encodeFloat","enumFrom","enumFromThen","enumFromThenTo","enumFromTo","error","even","exp","exponent","fail","filter","flip","floatDigits","floatRadix","floatRange","floor","fmap","foldl","foldl1","foldr","foldr1","fromEnum","fromInteger","fromIntegral","fromRational","fst","gcd","getChar","getContents","getLine","head","id","init","interact","ioError","isDenormalized","isIEEE","isInfinite","isNaN","isNegativeZero","iterate","last","lcm","length","lex","lines","log","logBase","lookup","map","mapM","mapM_","max","maxBound","maximum","maybe","min","minBound","minimum","mod","negate","not","notElem","null","odd","or","otherwise","pi","pred","print","product","properFraction","pure","putChar","putStr","putStrLn","quot","quotRem","read","readFile","readIO","readList","readLn","readParen","reads","readsPrec","realToFrac","recip","rem","repeat","replicate","return","reverse","round","scaleFloat","scanl","scanl1","scanr","scanr1","seq","sequence","sequence_","show","showChar","showList","showParen","showString","shows","showsPrec","significand","signum","sin","sinh","snd","span","splitAt","sqrt","subtract","succ","sum","tail","take","takeWhile","tan","tanh","toEnum","toInteger","toRational","truncate","uncurry","undefined","unlines","until","unwords","unzip","unzip3","userError","words","writeFile","zip","zip3","zipWith","zipWith3");return e}();const w={name:"haskell",startState:function(){return{f:p}},copyState:function(e){return{f:e.f}},token:function(e,r){var t=r.f(e,(function(e){r.f=e}));var n=e.current();return v.hasOwnProperty(n)?v[n]:t},languageData:{commentTokens:{line:"--",block:{open:"{-",close:"-}"}}}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1986.26029e99ef54a5652df8.js
1986.26029e99ef54a5652df8.js
JavaScript
4,462
0.95
0.1
0
node-utils
517
2023-11-10T12:15:01.718811
Apache-2.0
false
4fc37bd3db1d85b57b6cfcd29078c4d6
"use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[1991],{91991:(e,r,t)=>{t.r(r);t.d(r,{diff:()=>p});var n={"+":"inserted","-":"deleted","@":"meta"};const p={name:"diff",token:function(e){var r=e.string.search(/[\t ]+?$/);if(!e.sol()||r===0){e.skipToEnd();return("error "+(n[e.string.charAt(0)]||"")).replace(/ $/,"")}var t=n[e.peek()]||e.skipToEnd();if(r===-1){e.skipToEnd()}else{e.pos=r}return t}}}}]);
.venv\Lib\site-packages\jupyterlab\static\1991.84fc123d7cfe8ae2948e.js
1991.84fc123d7cfe8ae2948e.js
JavaScript
475
0.85
0.1
0
react-lib
863
2024-12-04T13:09:16.869792
BSD-3-Clause
false
a34454b0a2e31d5576c5fa4840337c15
wOFFOTTO
.venv\Lib\site-packages\jupyterlab\static\1cb1c39ea642f26a4dfe.woff
1cb1c39ea642f26a4dfe.woff
Other
34,160
0.8
0.004202
0.004219
vue-tools
623
2025-03-10T02:42:17.743409
Apache-2.0
false
15bfbb0535b507c9b25e7ddde27a67a0