Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-panel for openSUSE:Factory 
checked in at 2026-03-24 18:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-panel (Old)
 and      /work/SRC/openSUSE:Factory/.python-panel.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-panel"

Tue Mar 24 18:49:03 2026 rev:34 rq:1342144 version:1.8.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-panel/python-panel.changes        
2025-09-18 21:09:13.075766263 +0200
+++ /work/SRC/openSUSE:Factory/.python-panel.new.8177/python-panel.changes      
2026-03-24 18:49:58.593198222 +0100
@@ -1,0 +2,90 @@
+Tue Mar 17 03:34:36 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 1.8.10:
+  ## Enhancements
+  * Add compatibility with Bokeh 3.9
+  * Improve Python error messages displayed when serving apps
+  * Improve state.busy logic to avoid mismatches in busy state tracking
+  * Allow configuring the Panel CDN with the PANEL_CDN_ROOT environment
+    variable or pn.config.cdn_root
+  * Allow list handling improvements
+  * Add additional safety guards to custom models
+  * Experimental freeze support in hold()
+  * Ensure ESM model definitions can be loaded dynamically
+  * Improve widget.link() to properly support HoloViews streams
+  * Add placeholder parameter on FloatInput and IntInput
+  * Support for file extensions in FileDropper.accepted_filetypes
+  * Accept 2D arrays for stereo Audio
+  * Align CSS variables between default and dark themes
+  * Add export() method to Vega pane
+  * Add official support for Python 3.14
+  * Add render_policy="manual" option for JSComponent
+  * Disable text selection when editing in EditableTemplate
+  * Prevent full text selection when replacing input values on CodeEditor
+  * Allow custom control over Tabulator editable rows using JSCode
+  * Improve UI discoverability on EditableTemplate
+  * Set pointer cursor on "Connection Lost" toast notification
+  * Serve index.html automatically when serving a static directory
+  ## Bug Fixes
+  * Fix DateRangeSlider incorrectly modifying both values with timezone-aware
+    timestamps
+  * Preserve slider bar color when Accordion panels are collapsed or expanded
+  * Fix datetime axis type mismatch in link_axes after scroll and plot update
+  * Fix JSON serialization errors in Tabulator when using mixed NaT datetime
+    columns
+  * Fix Param widget values not updating when changed inside their own
+    callback
+  * Fix missing validation in _imgshape for image panes
+  * Fix Vega pane not updating when using inline data
+  * Fix Plotly regressions introduced in earlier 1.8 releases
+  * Ensure all ReactiveESM children render correctly
+  * Only serialize ESM model definition if session is already loaded
+  * Ensure ReactComponent children render even when view initialization is
+    slow
+  * Fix CDN resolution issues in server mode for loading.css and
+    es-module-shims
+  * Fix LaTeX rendering in Markdown pane under Pyodide
+  * Fix resource resolution when pathname changes
+  * Ensure only param value events are deduplicated
+  * Fix OAuth user data being overwritten during updates
+  * Fix pipeline "Next" button disabled state when navigating back
+  * Fix Video pane rejecting URLs with query parameters
+  * Fix Number and String indicators defaulting to black in dark theme
+  * Ensure embedding works correctly with .from_param()
+  * Rerun Tabulator page size calculation on resize
+  * Fix issues with monkey-patched versions of Plotly
+  * Ensure collapsed Card still renders components to avoid child render
+    issues
+  * Ensure PathLike is accepted for requirements in pyodide conversion calls
+  * Fix guest endpoint validation at root path
+  * Don't attempt to refresh access token if there is no active user session
+  * Ensure OAuth state for user is reset after failing to refresh access
+    token
+  * Ensure config.design value is respected by Template
+  * Improve robustness of Tabulator.page_size inference
+  * Fix error in notebook environments causing failure to run apps
+  * Prevent Tabulator from unintentionally reverting show_index=False back
+    to True
+  * Ensure transformed param values are inherited by ESM components
+  * Ensure DataFrame objects can be referenced in Vega datasets
+  * Improve handling of code highlighting in Markdown pane
+  * Allow replacing child models inside ReactiveESM components
+  * Fix FastAPI bug where pn.state.location wasn’t retained
+  * Fix Tabulator popup container rendering issues
+  * Resolve issues with pipeline next/previous buttons
+  * Ensure ESM compilation uses _esm path
+  * Fix CORS issue with turbine data URL in Pyodide
+  * Ensure ParamRef, ParamFunction, and ParamMethod do not override styling
+  * Fix toggle behavior in BootstrapTemplate sidebar
+  * Minor robustness improvements for Bokeh model interop
+  * Ensure Tabulator does not break if other components don't correctly
+    initialize
+  * Fix Pyodide jsnull value conversion in Bokeh JSON patches
+  * Fix regression causing column headers not to stretch properly across
+    layout
+  * Ensure config.npm_cdn is respected
+  * Ensure bundled pyodide resources use correct path separator
+  * Ensure pyodide resource bundle is only generated if necessary
+  * Ensure pyodide session is registered as loaded
+
+-------------------------------------------------------------------

Old:
----
  panel-1.8.1.tar.gz

New:
----
  panel-1.8.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-panel.spec ++++++
--- /var/tmp/diff_new_pack.oznFDo/_old  2026-03-24 18:49:59.325228426 +0100
+++ /var/tmp/diff_new_pack.oznFDo/_new  2026-03-24 18:49:59.329228591 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-panel
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,13 +29,12 @@
 %bcond_with servertests
 
 # truncate trailing suffix
-%define distversion 1.8.1
+%define distversion 1.8.10
 Name:           python-panel%{psuffix}
-Version:        1.8.1
+Version:        1.8.10
 Release:        0
 Summary:        A high level app and dashboarding solution for Python
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/holoviz/panel
 Source0:        
https://files.pythonhosted.org/packages/source/p/panel/panel-%{version}.tar.gz
 # package-lock.json file generated with procedure:
@@ -50,13 +49,13 @@
 # PATCH-FEATURE-OPENSUSE opensuse-js-fixes.patch boo#1231254 
gh#openSUSE/obs-service-node_modules#41
 Patch0:         opensuse-js-fixes.patch
 BuildRequires:  %{python_module base}
-BuildRequires:  %{python_module bokeh >= 3.7.0 with %python-bokeh < 3.9}
+BuildRequires:  %{python_module bokeh >= 3.7.0 with %python-bokeh < 3.10}
 BuildRequires:  %{python_module hatch-vcs}
 BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module param >= 2.1.0}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pyviz_comms >= 0.7.4}
+BuildRequires:  %{python_module pyviz_comms >= 2.0.0}
 BuildRequires:  %{python_module requests}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook-filesystem
@@ -67,13 +66,14 @@
 Requires:       python-linkify-it-py
 Requires:       python-markdown-it-py
 Requires:       python-mdit-py-plugins
+Requires:       python-narwhals >= 2
 Requires:       python-packaging
 Requires:       python-pandas >= 1.2
 Requires:       python-pyviz_comms >= 2.0.0
 Requires:       python-requests
 Requires:       python-tqdm
 Requires:       python-typing_extensions
-Requires:       (python-bokeh >= 3.7.0 with python-bokeh < 3.9)
+Requires:       (python-bokeh >= 3.7.0 with python-bokeh < 3.10)
 Requires:       (python-param >= 2.1 with python-param < 3)
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -134,7 +134,6 @@
 # no color for pytest
 sed -i '/addopts/ s/--color=yes//' pyproject.toml
 sed -i /asyncio_default_fixture_loop_scope/d pyproject.toml
-rm panel/.eslintrc.js
 for p in panel/tests/io/reload_module.py
 do \
     [ -f $p -a ! -s $p ] || exit 1 && echo "# Empty module" > $p

++++++ node_modules.obscpio ++++++
Binary files old/@babel-runtime-7.28.4.tgz and new/@babel-runtime-7.28.4.tgz 
differ
Binary files old/@babel-runtime-7.29.2.tgz and new/@babel-runtime-7.29.2.tgz 
differ
Binary files old/@bokeh-bokehjs-3.8.0.tgz and new/@bokeh-bokehjs-3.8.0.tgz 
differ
Binary files old/@bokeh-bokehjs-3.9.0.tgz and new/@bokeh-bokehjs-3.9.0.tgz 
differ
Binary files old/@eslint-community-eslint-utils-4.9.0.tgz and 
new/@eslint-community-eslint-utils-4.9.0.tgz differ
Binary files old/@eslint-community-eslint-utils-4.9.1.tgz and 
new/@eslint-community-eslint-utils-4.9.1.tgz differ
Binary files old/@eslint-community-regexpp-4.12.1.tgz and 
new/@eslint-community-regexpp-4.12.1.tgz differ
Binary files old/@eslint-community-regexpp-4.12.2.tgz and 
new/@eslint-community-regexpp-4.12.2.tgz differ
Binary files old/@eslint-config-array-0.21.2.tgz and 
new/@eslint-config-array-0.21.2.tgz differ
Binary files old/@eslint-config-helpers-0.4.2.tgz and 
new/@eslint-config-helpers-0.4.2.tgz differ
Binary files old/@eslint-core-0.17.0.tgz and new/@eslint-core-0.17.0.tgz differ
Binary files old/@eslint-eslintrc-2.1.4.tgz and new/@eslint-eslintrc-2.1.4.tgz 
differ
Binary files old/@eslint-eslintrc-3.3.5.tgz and new/@eslint-eslintrc-3.3.5.tgz 
differ
Binary files old/@eslint-js-8.57.1.tgz and new/@eslint-js-8.57.1.tgz differ
Binary files old/@eslint-js-9.39.4.tgz and new/@eslint-js-9.39.4.tgz differ
Binary files old/@eslint-object-schema-2.1.7.tgz and 
new/@eslint-object-schema-2.1.7.tgz differ
Binary files old/@eslint-plugin-kit-0.4.1.tgz and 
new/@eslint-plugin-kit-0.4.1.tgz differ
Binary files old/@humanfs-core-0.19.1.tgz and new/@humanfs-core-0.19.1.tgz 
differ
Binary files old/@humanfs-node-0.16.7.tgz and new/@humanfs-node-0.16.7.tgz 
differ
Binary files old/@humanwhocodes-config-array-0.13.0.tgz and 
new/@humanwhocodes-config-array-0.13.0.tgz differ
Binary files old/@humanwhocodes-object-schema-2.0.3.tgz and 
new/@humanwhocodes-object-schema-2.0.3.tgz differ
Binary files old/@humanwhocodes-retry-0.4.3.tgz and 
new/@humanwhocodes-retry-0.4.3.tgz differ
Binary files old/@isaacs-cliui-8.0.2.tgz and new/@isaacs-cliui-8.0.2.tgz differ
Binary files old/@nodelib-fs.scandir-2.1.5.tgz and 
new/@nodelib-fs.scandir-2.1.5.tgz differ
Binary files old/@nodelib-fs.stat-2.0.5.tgz and new/@nodelib-fs.stat-2.0.5.tgz 
differ
Binary files old/@nodelib-fs.walk-1.2.8.tgz and new/@nodelib-fs.walk-1.2.8.tgz 
differ
Binary files old/@pkgjs-parseargs-0.11.0.tgz and 
new/@pkgjs-parseargs-0.11.0.tgz differ
Binary files old/@preact-signals-2.8.2.tgz and new/@preact-signals-2.8.2.tgz 
differ
Binary files old/@preact-signals-core-1.14.0.tgz and 
new/@preact-signals-core-1.14.0.tgz differ
Binary files old/@stylistic-eslint-plugin-1.8.1.tgz and 
new/@stylistic-eslint-plugin-1.8.1.tgz differ
Binary files old/@stylistic-eslint-plugin-5.10.0.tgz and 
new/@stylistic-eslint-plugin-5.10.0.tgz differ
Binary files old/@stylistic-eslint-plugin-js-1.8.1.tgz and 
new/@stylistic-eslint-plugin-js-1.8.1.tgz differ
Binary files old/@stylistic-eslint-plugin-jsx-1.8.1.tgz and 
new/@stylistic-eslint-plugin-jsx-1.8.1.tgz differ
Binary files old/@stylistic-eslint-plugin-plus-1.8.1.tgz and 
new/@stylistic-eslint-plugin-plus-1.8.1.tgz differ
Binary files old/@stylistic-eslint-plugin-ts-1.8.1.tgz and 
new/@stylistic-eslint-plugin-ts-1.8.1.tgz differ
Binary files old/@types-eslint-8.56.12.tgz and new/@types-eslint-8.56.12.tgz 
differ
Binary files old/@types-jquery-3.5.33.tgz and new/@types-jquery-3.5.33.tgz 
differ
Binary files old/@types-jquery-4.0.0.tgz and new/@types-jquery-4.0.0.tgz differ
Binary files old/@types-sizzle-2.3.10.tgz and new/@types-sizzle-2.3.10.tgz 
differ
Binary files old/@types-trusted-types-2.0.7.tgz and 
new/@types-trusted-types-2.0.7.tgz differ
Binary files old/@typescript-eslint-eslint-plugin-7.18.0.tgz and 
new/@typescript-eslint-eslint-plugin-7.18.0.tgz differ
Binary files old/@typescript-eslint-eslint-plugin-8.57.1.tgz and 
new/@typescript-eslint-eslint-plugin-8.57.1.tgz differ
Binary files old/@typescript-eslint-parser-7.18.0.tgz and 
new/@typescript-eslint-parser-7.18.0.tgz differ
Binary files old/@typescript-eslint-parser-8.57.1.tgz and 
new/@typescript-eslint-parser-8.57.1.tgz differ
Binary files old/@typescript-eslint-project-service-8.57.1.tgz and 
new/@typescript-eslint-project-service-8.57.1.tgz differ
Binary files old/@typescript-eslint-scope-manager-6.21.0.tgz and 
new/@typescript-eslint-scope-manager-6.21.0.tgz differ
Binary files old/@typescript-eslint-scope-manager-7.18.0.tgz and 
new/@typescript-eslint-scope-manager-7.18.0.tgz differ
Binary files old/@typescript-eslint-scope-manager-8.57.1.tgz and 
new/@typescript-eslint-scope-manager-8.57.1.tgz differ
Binary files old/@typescript-eslint-tsconfig-utils-8.57.1.tgz and 
new/@typescript-eslint-tsconfig-utils-8.57.1.tgz differ
Binary files old/@typescript-eslint-type-utils-7.18.0.tgz and 
new/@typescript-eslint-type-utils-7.18.0.tgz differ
Binary files old/@typescript-eslint-type-utils-8.57.1.tgz and 
new/@typescript-eslint-type-utils-8.57.1.tgz differ
Binary files old/@typescript-eslint-types-6.21.0.tgz and 
new/@typescript-eslint-types-6.21.0.tgz differ
Binary files old/@typescript-eslint-types-7.18.0.tgz and 
new/@typescript-eslint-types-7.18.0.tgz differ
Binary files old/@typescript-eslint-types-8.57.1.tgz and 
new/@typescript-eslint-types-8.57.1.tgz differ
Binary files old/@typescript-eslint-typescript-estree-6.21.0.tgz and 
new/@typescript-eslint-typescript-estree-6.21.0.tgz differ
Binary files old/@typescript-eslint-typescript-estree-7.18.0.tgz and 
new/@typescript-eslint-typescript-estree-7.18.0.tgz differ
Binary files old/@typescript-eslint-typescript-estree-8.57.1.tgz and 
new/@typescript-eslint-typescript-estree-8.57.1.tgz differ
Binary files old/@typescript-eslint-utils-6.21.0.tgz and 
new/@typescript-eslint-utils-6.21.0.tgz differ
Binary files old/@typescript-eslint-utils-7.18.0.tgz and 
new/@typescript-eslint-utils-7.18.0.tgz differ
Binary files old/@typescript-eslint-utils-8.57.1.tgz and 
new/@typescript-eslint-utils-8.57.1.tgz differ
Binary files old/@typescript-eslint-visitor-keys-6.21.0.tgz and 
new/@typescript-eslint-visitor-keys-6.21.0.tgz differ
Binary files old/@typescript-eslint-visitor-keys-7.18.0.tgz and 
new/@typescript-eslint-visitor-keys-7.18.0.tgz differ
Binary files old/@typescript-eslint-visitor-keys-8.57.1.tgz and 
new/@typescript-eslint-visitor-keys-8.57.1.tgz differ
Binary files old/@ungap-structured-clone-1.3.0.tgz and 
new/@ungap-structured-clone-1.3.0.tgz differ
Binary files old/ace-code-1.43.3.tgz and new/ace-code-1.43.3.tgz differ
Binary files old/ace-code-1.43.6.tgz and new/ace-code-1.43.6.tgz differ
Binary files old/acorn-8.15.0.tgz and new/acorn-8.15.0.tgz differ
Binary files old/acorn-8.16.0.tgz and new/acorn-8.16.0.tgz differ
Binary files old/ajv-6.12.6.tgz and new/ajv-6.12.6.tgz differ
Binary files old/ajv-6.14.0.tgz and new/ajv-6.14.0.tgz differ
Binary files old/ansi-regex-5.0.1.tgz and new/ansi-regex-5.0.1.tgz differ
Binary files old/ansi-regex-6.2.2.tgz and new/ansi-regex-6.2.2.tgz differ
Binary files old/ansi-styles-6.2.3.tgz and new/ansi-styles-6.2.3.tgz differ
Binary files old/array-union-2.1.0.tgz and new/array-union-2.1.0.tgz differ
Binary files old/balanced-match-4.0.4.tgz and new/balanced-match-4.0.4.tgz 
differ
Binary files old/brace-expansion-2.0.2.tgz and new/brace-expansion-2.0.2.tgz 
differ
Binary files old/brace-expansion-5.0.4.tgz and new/brace-expansion-5.0.4.tgz 
differ
Binary files old/braces-3.0.3.tgz and new/braces-3.0.3.tgz differ
Binary files old/dir-glob-3.0.1.tgz and new/dir-glob-3.0.1.tgz differ
Binary files old/doctrine-3.0.0.tgz and new/doctrine-3.0.0.tgz differ
Binary files old/dompurify-3.3.3.tgz and new/dompurify-3.3.3.tgz differ
Binary files old/eastasianwidth-0.2.0.tgz and new/eastasianwidth-0.2.0.tgz 
differ
Binary files old/emoji-regex-8.0.0.tgz and new/emoji-regex-8.0.0.tgz differ
Binary files old/emoji-regex-9.2.2.tgz and new/emoji-regex-9.2.2.tgz differ
Binary files old/eslint-8.57.1.tgz and new/eslint-8.57.1.tgz differ
Binary files old/eslint-9.39.4.tgz and new/eslint-9.39.4.tgz differ
Binary files old/eslint-scope-7.2.2.tgz and new/eslint-scope-7.2.2.tgz differ
Binary files old/eslint-scope-8.4.0.tgz and new/eslint-scope-8.4.0.tgz differ
Binary files old/eslint-visitor-keys-4.2.1.tgz and 
new/eslint-visitor-keys-4.2.1.tgz differ
Binary files old/eslint-visitor-keys-5.0.1.tgz and 
new/eslint-visitor-keys-5.0.1.tgz differ
Binary files old/espree-10.4.0.tgz and new/espree-10.4.0.tgz differ
Binary files old/espree-9.6.1.tgz and new/espree-9.6.1.tgz differ
Binary files old/esquery-1.6.0.tgz and new/esquery-1.6.0.tgz differ
Binary files old/esquery-1.7.0.tgz and new/esquery-1.7.0.tgz differ
Binary files old/fast-glob-3.3.3.tgz and new/fast-glob-3.3.3.tgz differ
Binary files old/fastq-1.19.1.tgz and new/fastq-1.19.1.tgz differ
Binary files old/fdir-6.5.0.tgz and new/fdir-6.5.0.tgz differ
Binary files old/file-entry-cache-6.0.1.tgz and new/file-entry-cache-6.0.1.tgz 
differ
Binary files old/file-entry-cache-8.0.0.tgz and new/file-entry-cache-8.0.0.tgz 
differ
Binary files old/fill-range-7.1.1.tgz and new/fill-range-7.1.1.tgz differ
Binary files old/flat-cache-3.2.0.tgz and new/flat-cache-3.2.0.tgz differ
Binary files old/flat-cache-4.0.1.tgz and new/flat-cache-4.0.1.tgz differ
Binary files old/flatbush-4.5.0.tgz and new/flatbush-4.5.0.tgz differ
Binary files old/flatbush-4.5.1.tgz and new/flatbush-4.5.1.tgz differ
Binary files old/flatted-3.3.3.tgz and new/flatted-3.3.3.tgz differ
Binary files old/flatted-3.4.1.tgz and new/flatted-3.4.1.tgz differ
Binary files old/foreground-child-3.3.1.tgz and new/foreground-child-3.3.1.tgz 
differ
Binary files old/fs.realpath-1.0.0.tgz and new/fs.realpath-1.0.0.tgz differ
Binary files old/glob-10.4.5.tgz and new/glob-10.4.5.tgz differ
Binary files old/glob-7.2.3.tgz and new/glob-7.2.3.tgz differ
Binary files old/glob-parent-5.1.2.tgz and new/glob-parent-5.1.2.tgz differ
Binary files old/globals-13.24.0.tgz and new/globals-13.24.0.tgz differ
Binary files old/globals-14.0.0.tgz and new/globals-14.0.0.tgz differ
Binary files old/globby-11.1.0.tgz and new/globby-11.1.0.tgz differ
Binary files old/graphemer-1.4.0.tgz and new/graphemer-1.4.0.tgz differ
Binary files old/ignore-7.0.5.tgz and new/ignore-7.0.5.tgz differ
Binary files old/inflight-1.0.6.tgz and new/inflight-1.0.6.tgz differ
Binary files old/inherits-2.0.4.tgz and new/inherits-2.0.4.tgz differ
Binary files old/is-fullwidth-code-point-3.0.0.tgz and 
new/is-fullwidth-code-point-3.0.0.tgz differ
Binary files old/is-number-7.0.0.tgz and new/is-number-7.0.0.tgz differ
Binary files old/is-path-inside-3.0.3.tgz and new/is-path-inside-3.0.3.tgz 
differ
Binary files old/jackspeak-3.4.3.tgz and new/jackspeak-3.4.3.tgz differ
Binary files old/jquery-3.7.1.tgz and new/jquery-3.7.1.tgz differ
Binary files old/jquery-4.0.0.tgz and new/jquery-4.0.0.tgz differ
Binary files old/jquery-ui-1.14.1.tgz and new/jquery-ui-1.14.1.tgz differ
Binary files old/jquery-ui-1.14.2.tgz and new/jquery-ui-1.14.2.tgz differ
Binary files old/js-yaml-4.1.0.tgz and new/js-yaml-4.1.0.tgz differ
Binary files old/js-yaml-4.1.1.tgz and new/js-yaml-4.1.1.tgz differ
Binary files old/lru-cache-10.4.3.tgz and new/lru-cache-10.4.3.tgz differ
Binary files old/marked-17.0.4.tgz and new/marked-17.0.4.tgz differ
Binary files old/merge2-1.4.1.tgz and new/merge2-1.4.1.tgz differ
Binary files old/micromatch-4.0.8.tgz and new/micromatch-4.0.8.tgz differ
Binary files old/minimatch-10.2.4.tgz and new/minimatch-10.2.4.tgz differ
Binary files old/minimatch-3.1.2.tgz and new/minimatch-3.1.2.tgz differ
Binary files old/minimatch-3.1.5.tgz and new/minimatch-3.1.5.tgz differ
Binary files old/minimatch-9.0.3.tgz and new/minimatch-9.0.3.tgz differ
Binary files old/minimatch-9.0.5.tgz and new/minimatch-9.0.5.tgz differ
Binary files old/minipass-7.1.2.tgz and new/minipass-7.1.2.tgz differ
Binary files old/moo-0.5.2.tgz and new/moo-0.5.2.tgz differ
Binary files old/moo-0.5.3.tgz and new/moo-0.5.3.tgz differ
Binary files old/once-1.4.0.tgz and new/once-1.4.0.tgz differ
Binary files old/package-json-from-dist-1.0.1.tgz and 
new/package-json-from-dist-1.0.1.tgz differ
Binary files old/path-is-absolute-1.0.1.tgz and new/path-is-absolute-1.0.1.tgz 
differ
Binary files old/path-scurry-1.11.1.tgz and new/path-scurry-1.11.1.tgz differ
Binary files old/path-type-4.0.0.tgz and new/path-type-4.0.0.tgz differ
Binary files old/picomatch-2.3.1.tgz and new/picomatch-2.3.1.tgz differ
Binary files old/preact-10.27.2.tgz and new/preact-10.27.2.tgz differ
Binary files old/preact-10.29.0.tgz and new/preact-10.29.0.tgz differ
Binary files old/proj4-2.19.10.tgz and new/proj4-2.19.10.tgz differ
Binary files old/proj4-2.20.4.tgz and new/proj4-2.20.4.tgz differ
Binary files old/queue-microtask-1.2.3.tgz and new/queue-microtask-1.2.3.tgz 
differ
Binary files old/reusify-1.1.0.tgz and new/reusify-1.1.0.tgz differ
Binary files old/rimraf-3.0.2.tgz and new/rimraf-3.0.2.tgz differ
Binary files old/run-parallel-1.2.0.tgz and new/run-parallel-1.2.0.tgz differ
Binary files old/semver-7.7.2.tgz and new/semver-7.7.2.tgz differ
Binary files old/semver-7.7.4.tgz and new/semver-7.7.4.tgz differ
Binary files old/signal-exit-4.1.0.tgz and new/signal-exit-4.1.0.tgz differ
Binary files old/slash-3.0.0.tgz and new/slash-3.0.0.tgz differ
Binary files old/string-width-4.2.3.tgz and new/string-width-4.2.3.tgz differ
Binary files old/string-width-5.1.2.tgz and new/string-width-5.1.2.tgz differ
Binary files old/strip-ansi-6.0.1.tgz and new/strip-ansi-6.0.1.tgz differ
Binary files old/strip-ansi-7.1.2.tgz and new/strip-ansi-7.1.2.tgz differ
Binary files old/sucrase-3.35.0.tgz and new/sucrase-3.35.0.tgz differ
Binary files old/sucrase-3.35.1.tgz and new/sucrase-3.35.1.tgz differ
Binary files old/text-table-0.2.0.tgz and new/text-table-0.2.0.tgz differ
Binary files old/tinyglobby-0.2.15.tgz and new/tinyglobby-0.2.15.tgz differ
Binary files old/to-regex-range-5.0.1.tgz and new/to-regex-range-5.0.1.tgz 
differ
Binary files old/ts-api-utils-1.4.3.tgz and new/ts-api-utils-1.4.3.tgz differ
Binary files old/ts-api-utils-2.4.0.tgz and new/ts-api-utils-2.4.0.tgz differ
Binary files old/type-fest-0.20.2.tgz and new/type-fest-0.20.2.tgz differ
Binary files old/typescript-5.9.2.tgz and new/typescript-5.9.2.tgz differ
Binary files old/typescript-5.9.3.tgz and new/typescript-5.9.3.tgz differ
Binary files old/typescript-eslint-8.57.1.tgz and 
new/typescript-eslint-8.57.1.tgz differ
Binary files old/wkt-parser-1.5.2.tgz and new/wkt-parser-1.5.2.tgz differ
Binary files old/wkt-parser-1.5.4.tgz and new/wkt-parser-1.5.4.tgz differ
Binary files old/wrap-ansi-7.0.0.tgz and new/wrap-ansi-7.0.0.tgz differ
Binary files old/wrap-ansi-8.1.0.tgz and new/wrap-ansi-8.1.0.tgz differ
Binary files old/wrappy-1.0.2.tgz and new/wrappy-1.0.2.tgz differ

++++++ node_modules.spec.inc ++++++
--- /var/tmp/diff_new_pack.oznFDo/_old  2026-03-24 18:50:00.441274475 +0100
+++ /var/tmp/diff_new_pack.oznFDo/_new  2026-03-24 18:50:00.445274640 +0100
@@ -1,233 +1,183 @@
-Source10000:         
https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz#/@babel-runtime-7.28.4.tgz
-Source10001:         
https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.8.0.tgz#/@bokeh-bokehjs-3.8.0.tgz
+Source10000:         
https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz#/@babel-runtime-7.29.2.tgz
+Source10001:         
https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.9.0.tgz#/@bokeh-bokehjs-3.9.0.tgz
 Source10002:         
https://registry.npmjs.org/@bokeh/numbro/-/numbro-1.6.2.tgz#/@bokeh-numbro-1.6.2.tgz
 Source10003:         
https://registry.npmjs.org/@bokeh/slickgrid/-/slickgrid-2.4.4103.tgz#/@bokeh-slickgrid-2.4.4103.tgz
-Source10004:         
https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#/@eslint-community-eslint-utils-4.9.0.tgz
-Source10005:         
https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#/@eslint-community-regexpp-4.12.1.tgz
-Source10006:         
https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#/@eslint-eslintrc-2.1.4.tgz
-Source10007:         
https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz#/@eslint-js-8.57.1.tgz
-Source10008:         
https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#/@humanwhocodes-config-array-0.13.0.tgz
-Source10009:         
https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#/@humanwhocodes-module-importer-1.0.1.tgz
-Source10010:         
https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#/@humanwhocodes-object-schema-2.0.3.tgz
-Source10011:         
https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz#/@isaacs-cliui-8.0.2.tgz
-Source10012:         
https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#/@jridgewell-gen-mapping-0.3.13.tgz
-Source10013:         
https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#/@jridgewell-resolve-uri-3.1.2.tgz
-Source10014:         
https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#/@jridgewell-sourcemap-codec-1.5.5.tgz
-Source10015:         
https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#/@jridgewell-trace-mapping-0.3.31.tgz
-Source10016:         
https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#/@nodelib-fs.scandir-2.1.5.tgz
-Source10017:         
https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#/@nodelib-fs.stat-2.0.5.tgz
-Source10018:         
https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#/@nodelib-fs.walk-1.2.8.tgz
-Source10019:         
https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#/@pkgjs-parseargs-0.11.0.tgz
-Source10020:         
https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-1.8.1.tgz#/@stylistic-eslint-plugin-1.8.1.tgz
-Source10021:         
https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.8.1.tgz#/@stylistic-eslint-plugin-js-1.8.1.tgz
-Source10022:         
https://registry.npmjs.org/@stylistic/eslint-plugin-jsx/-/eslint-plugin-jsx-1.8.1.tgz#/@stylistic-eslint-plugin-jsx-1.8.1.tgz
-Source10023:         
https://registry.npmjs.org/@stylistic/eslint-plugin-plus/-/eslint-plugin-plus-1.8.1.tgz#/@stylistic-eslint-plugin-plus-1.8.1.tgz
-Source10024:         
https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-1.8.1.tgz#/@stylistic-eslint-plugin-ts-1.8.1.tgz
-Source10025:         
https://registry.npmjs.org/@types/debounce/-/debounce-1.2.4.tgz#/@types-debounce-1.2.4.tgz
-Source10026:         
https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz#/@types-eslint-8.56.12.tgz
-Source10027:         
https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz#/@types-estree-1.0.8.tgz
-Source10028:         
https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz#/@types-geojson-7946.0.16.tgz
-Source10029:         
https://registry.npmjs.org/@types/gl-matrix/-/gl-matrix-2.4.5.tgz#/@types-gl-matrix-2.4.5.tgz
-Source10030:         
https://registry.npmjs.org/@types/google.maps/-/google.maps-3.58.1.tgz#/@types-google.maps-3.58.1.tgz
-Source10031:         
https://registry.npmjs.org/@types/jquery/-/jquery-3.5.33.tgz#/@types-jquery-3.5.33.tgz
-Source10032:         
https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz#/@types-json-schema-7.0.15.tgz
-Source10033:         
https://registry.npmjs.org/@types/nearley/-/nearley-2.11.5.tgz#/@types-nearley-2.11.5.tgz
-Source10034:         
https://registry.npmjs.org/@types/proj4/-/proj4-2.5.6.tgz#/@types-proj4-2.5.6.tgz
-Source10035:         
https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz#/@types-semver-7.7.1.tgz
-Source10036:         
https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.10.tgz#/@types-sizzle-2.3.10.tgz
-Source10037:         
https://registry.npmjs.org/@types/slickgrid/-/slickgrid-2.1.40.tgz#/@types-slickgrid-2.1.40.tgz
-Source10038:         
https://registry.npmjs.org/@types/sprintf-js/-/sprintf-js-1.1.4.tgz#/@types-sprintf-js-1.1.4.tgz
-Source10039:         
https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#/@typescript-eslint-eslint-plugin-7.18.0.tgz
-Source10040:         
https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz#/@typescript-eslint-parser-7.18.0.tgz
-Source10041:         
https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#/@typescript-eslint-scope-manager-6.21.0.tgz
-Source10042:         
https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#/@typescript-eslint-scope-manager-7.18.0.tgz
-Source10043:         
https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#/@typescript-eslint-type-utils-7.18.0.tgz
-Source10044:         
https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz#/@typescript-eslint-types-6.21.0.tgz
-Source10045:         
https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz#/@typescript-eslint-types-7.18.0.tgz
-Source10046:         
https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#/@typescript-eslint-typescript-estree-6.21.0.tgz
-Source10047:         
https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#/@typescript-eslint-typescript-estree-7.18.0.tgz
-Source10048:         
https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz#/@typescript-eslint-utils-6.21.0.tgz
-Source10049:         
https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz#/@typescript-eslint-utils-7.18.0.tgz
-Source10050:         
https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#/@typescript-eslint-visitor-keys-6.21.0.tgz
-Source10051:         
https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#/@typescript-eslint-visitor-keys-7.18.0.tgz
-Source10052:         
https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#/@ungap-structured-clone-1.3.0.tgz
-Source10053:         
https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz#/@xmldom-xmldom-0.9.8.tgz
-Source10054:         
https://registry.npmjs.org/ace-code/-/ace-code-1.43.3.tgz#/ace-code-1.43.3.tgz
-Source10055:         
https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz#/acorn-8.15.0.tgz
-Source10056:         
https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz
-Source10057:         
https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz
-Source10058:         
https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#/ansi-regex-5.0.1.tgz
-Source10059:         
https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz#/ansi-regex-6.2.2.tgz
-Source10060:         
https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/ansi-styles-4.3.0.tgz
-Source10061:         
https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz#/ansi-styles-6.2.3.tgz
-Source10062:         
https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz#/any-promise-1.3.0.tgz
-Source10063:         
https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#/argparse-2.0.1.tgz
-Source10064:         
https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#/array-union-2.1.0.tgz
-Source10065:         
https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#/balanced-match-1.0.2.tgz
-Source10066:         
https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz#/brace-expansion-1.1.12.tgz
-Source10067:         
https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz#/brace-expansion-2.0.2.tgz
-Source10068:         
https://registry.npmjs.org/braces/-/braces-3.0.3.tgz#/braces-3.0.3.tgz
-Source10069:         
https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz
-Source10070:         
https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/chalk-4.1.2.tgz
-Source10071:         
https://registry.npmjs.org/choices.js/-/choices.js-10.2.0.tgz#/choices.js-10.2.0.tgz
-Source10072:         
https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/color-convert-2.0.1.tgz
-Source10073:         
https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/color-name-1.1.4.tgz
-Source10074:         
https://registry.npmjs.org/commander/-/commander-13.1.0.tgz#/commander-13.1.0.tgz
-Source10075:         
https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#/commander-2.20.3.tgz
-Source10076:         
https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#/commander-4.1.1.tgz
-Source10077:         
https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#/concat-map-0.0.1.tgz
-Source10078:         
https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz#/cross-spawn-7.0.6.tgz
-Source10079:         
https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz#/debounce-1.2.1.tgz
-Source10080:         
https://registry.npmjs.org/debug/-/debug-4.4.3.tgz#/debug-4.4.3.tgz
-Source10081:         
https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#/deep-is-0.1.4.tgz
-Source10082:         
https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz#/deepmerge-4.3.1.tgz
-Source10083:         
https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz#/dir-glob-3.0.1.tgz
-Source10084:         
https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz#/discontinuous-range-1.0.0.tgz
-Source10085:         
https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz#/doctrine-3.0.0.tgz
-Source10086:         
https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz#/eastasianwidth-0.2.0.tgz
-Source10087:         
https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#/emoji-regex-8.0.0.tgz
-Source10088:         
https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#/emoji-regex-9.2.2.tgz
-Source10089:         
https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/escape-string-regexp-4.0.0.tgz
-Source10090:         
https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz#/eslint-8.57.1.tgz
-Source10091:         
https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz#/eslint-scope-7.2.2.tgz
-Source10092:         
https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#/eslint-visitor-keys-3.4.3.tgz
-Source10093:         
https://registry.npmjs.org/esm/-/esm-3.2.25.tgz#/esm-3.2.25.tgz
-Source10094:         
https://registry.npmjs.org/espree/-/espree-9.6.1.tgz#/espree-9.6.1.tgz
-Source10095:         
https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz#/esquery-1.6.0.tgz
-Source10096:         
https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#/esrecurse-4.3.0.tgz
-Source10097:         
https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#/estraverse-5.3.0.tgz
-Source10098:         
https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#/esutils-2.0.3.tgz
-Source10099:         
https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#/fast-deep-equal-3.1.3.tgz
-Source10100:         
https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz#/fast-glob-3.3.3.tgz
-Source10101:         
https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#/fast-json-stable-stringify-2.1.0.tgz
-Source10102:         
https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz
-Source10103:         
https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz#/fastq-1.19.1.tgz
-Source10104:         
https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz#/fflate-0.8.2.tgz
-Source10105:         
https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#/file-entry-cache-6.0.1.tgz
-Source10106:         
https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz#/fill-range-7.1.1.tgz
-Source10107:         
https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz
-Source10108:         
https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz#/flat-cache-3.2.0.tgz
-Source10109:         
https://registry.npmjs.org/flatbush/-/flatbush-4.5.0.tgz#/flatbush-4.5.0.tgz
-Source10110:         
https://registry.npmjs.org/flatpickr/-/flatpickr-4.6.13.tgz#/flatpickr-4.6.13.tgz
-Source10111:         
https://registry.npmjs.org/flatqueue/-/flatqueue-3.0.0.tgz#/flatqueue-3.0.0.tgz
-Source10112:         
https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz#/flatted-3.3.3.tgz
-Source10113:         
https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz#/foreground-child-3.3.1.tgz
-Source10114:         
https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#/fs.realpath-1.0.0.tgz
-Source10115:         
https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz#/fuse.js-6.6.2.tgz
-Source10116:         
https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz#/gl-matrix-3.4.4.tgz
-Source10117:         
https://registry.npmjs.org/glob/-/glob-10.4.5.tgz#/glob-10.4.5.tgz
-Source10118:         
https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#/glob-7.2.3.tgz
-Source10119:         
https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#/glob-parent-5.1.2.tgz
-Source10120:         
https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/glob-parent-6.0.2.tgz
-Source10121:         
https://registry.npmjs.org/globals/-/globals-13.24.0.tgz#/globals-13.24.0.tgz
-Source10122:         
https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#/globby-11.1.0.tgz
-Source10123:         
https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz#/graphemer-1.4.0.tgz
-Source10124:         
https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/has-flag-4.0.0.tgz
-Source10125:         
https://registry.npmjs.org/htm/-/htm-3.1.1.tgz#/htm-3.1.1.tgz
-Source10126:         
https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#/ignore-5.3.2.tgz
-Source10127:         
https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz#/import-fresh-3.3.1.tgz
-Source10128:         
https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz
-Source10129:         
https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz
-Source10130:         
https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz
-Source10131:         
https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz
-Source10132:         
https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#/is-fullwidth-code-point-3.0.0.tgz
-Source10133:         
https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz
-Source10134:         
https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz
-Source10135:         
https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz
-Source10136:         
https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz
-Source10137:         
https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz#/jackspeak-3.4.3.tgz
-Source10138:         
https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz#/jquery-3.7.1.tgz
-Source10139:         
https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.1.tgz#/jquery-ui-1.14.1.tgz
-Source10140:         
https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz
-Source10141:         
https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz#/json-buffer-3.0.1.tgz
-Source10142:         
https://registry.npmjs.org/json-formatter-js/-/json-formatter-js-2.5.23.tgz#/json-formatter-js-2.5.23.tgz
-Source10143:         
https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz
-Source10144:         
https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#/json-stable-stringify-without-jsonify-1.0.1.tgz
-Source10145:         
https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz#/keyv-4.5.4.tgz
-Source10146:         
https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz
-Source10147:         
https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#/lines-and-columns-1.2.4.tgz
-Source10148:         
https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#/locate-path-6.0.0.tgz
-Source10149:         
https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#/lodash.merge-4.6.2.tgz
-Source10150:         
https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#/lru-cache-10.4.3.tgz
-Source10151:         
https://registry.npmjs.org/mathjax-full/-/mathjax-full-3.2.2.tgz#/mathjax-full-3.2.2.tgz
-Source10152:         
https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#/merge2-1.4.1.tgz
-Source10153:         
https://registry.npmjs.org/mgrs/-/mgrs-1.0.0.tgz#/mgrs-1.0.0.tgz
-Source10154:         
https://registry.npmjs.org/mhchemparser/-/mhchemparser-4.2.1.tgz#/mhchemparser-4.2.1.tgz
-Source10155:         
https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz#/micromatch-4.0.8.tgz
-Source10156:         
https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#/minimatch-3.1.2.tgz
-Source10157:         
https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz#/minimatch-9.0.3.tgz
-Source10158:         
https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz#/minimatch-9.0.5.tgz
-Source10159:         
https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz#/minipass-7.1.2.tgz
-Source10160:         
https://registry.npmjs.org/mj-context-menu/-/mj-context-menu-0.6.1.tgz#/mj-context-menu-0.6.1.tgz
-Source10161:         
https://registry.npmjs.org/moo/-/moo-0.5.2.tgz#/moo-0.5.2.tgz
-Source10162:         https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#/ms-2.1.3.tgz
-Source10163:         https://registry.npmjs.org/mz/-/mz-2.7.0.tgz#/mz-2.7.0.tgz
-Source10164:         
https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz
-Source10165:         
https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz#/nearley-2.20.1.tgz
-Source10166:         
https://registry.npmjs.org/nouislider/-/nouislider-15.8.1.tgz#/nouislider-15.8.1.tgz
-Source10167:         
https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#/object-assign-4.1.1.tgz
-Source10168:         
https://registry.npmjs.org/once/-/once-1.4.0.tgz#/once-1.4.0.tgz
-Source10169:         
https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz#/optionator-0.9.4.tgz
-Source10170:         
https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#/p-limit-3.1.0.tgz
-Source10171:         
https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#/p-locate-5.0.0.tgz
-Source10172:         
https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#/package-json-from-dist-1.0.1.tgz
-Source10173:         
https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#/parent-module-1.0.1.tgz
-Source10174:         
https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#/path-exists-4.0.0.tgz
-Source10175:         
https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#/path-is-absolute-1.0.1.tgz
-Source10176:         
https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#/path-key-3.1.1.tgz
-Source10177:         
https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz#/path-scurry-1.11.1.tgz
-Source10178:         
https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#/path-type-4.0.0.tgz
-Source10179:         
https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#/picomatch-2.3.1.tgz
-Source10180:         
https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz#/picomatch-4.0.3.tgz
-Source10181:         
https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz#/pirates-4.0.7.tgz
-Source10182:         
https://registry.npmjs.org/preact/-/preact-10.27.2.tgz#/preact-10.27.2.tgz
-Source10183:         
https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#/prelude-ls-1.2.1.tgz
-Source10184:         
https://registry.npmjs.org/proj4/-/proj4-2.19.10.tgz#/proj4-2.19.10.tgz
-Source10185:         
https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz#/punycode-2.3.1.tgz
-Source10186:         
https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#/queue-microtask-1.2.3.tgz
-Source10187:         
https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#/railroad-diagrams-1.0.0.tgz
-Source10188:         
https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz#/randexp-0.4.6.tgz
-Source10189:         
https://registry.npmjs.org/redux/-/redux-4.2.1.tgz#/redux-4.2.1.tgz
-Source10190:         
https://registry.npmjs.org/regl/-/regl-2.1.1.tgz#/regl-2.1.1.tgz
-Source10191:         
https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#/resolve-from-4.0.0.tgz
-Source10192:         
https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#/ret-0.1.15.tgz
-Source10193:         
https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz#/reusify-1.1.0.tgz
-Source10194:         
https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#/rimraf-3.0.2.tgz
-Source10195:         
https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#/run-parallel-1.2.0.tgz
-Source10196:         
https://registry.npmjs.org/semver/-/semver-7.7.2.tgz#/semver-7.7.2.tgz
-Source10197:         
https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#/shebang-command-2.0.0.tgz
-Source10198:         
https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#/shebang-regex-3.0.0.tgz
-Source10199:         
https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz#/signal-exit-4.1.0.tgz
-Source10200:         
https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#/slash-3.0.0.tgz
-Source10201:         
https://registry.npmjs.org/speech-rule-engine/-/speech-rule-engine-4.1.2.tgz#/speech-rule-engine-4.1.2.tgz
-Source10202:         
https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz#/sprintf-js-1.1.3.tgz
-Source10203:         
https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#/string-width-4.2.3.tgz
-Source10204:         
https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz#/string-width-5.1.2.tgz
-Source10205:         
https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#/strip-ansi-6.0.1.tgz
-Source10206:         
https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz#/strip-ansi-7.1.2.tgz
-Source10207:         
https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#/strip-json-comments-3.1.1.tgz
-Source10208:         
https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz#/sucrase-3.35.0.tgz
-Source10209:         
https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/supports-color-7.2.0.tgz
-Source10210:         
https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#/text-table-0.2.0.tgz
-Source10211:         
https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz#/thenify-3.3.1.tgz
-Source10212:         
https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz#/thenify-all-1.6.0.tgz
-Source10213:         
https://registry.npmjs.org/timezone/-/timezone-1.0.23.tgz#/timezone-1.0.23.tgz
-Source10214:         
https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#/to-regex-range-5.0.1.tgz
-Source10215:         
https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#/ts-api-utils-1.4.3.tgz
-Source10216:         
https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#/ts-interface-checker-0.1.13.tgz
-Source10217:         
https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#/tslib-1.14.1.tgz
-Source10218:         
https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz#/tslib-2.8.1.tgz
-Source10219:         
https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#/type-check-0.4.0.tgz
-Source10220:         
https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/type-fest-0.20.2.tgz
-Source10221:         
https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz#/typescript-5.9.2.tgz
-Source10222:         
https://registry.npmjs.org/underscore.template/-/underscore.template-0.1.7.tgz#/underscore.template-0.1.7.tgz
-Source10223:         
https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz
-Source10224:         
https://registry.npmjs.org/which/-/which-2.0.2.tgz#/which-2.0.2.tgz
-Source10225:         
https://registry.npmjs.org/wicked-good-xpath/-/wicked-good-xpath-1.3.0.tgz#/wicked-good-xpath-1.3.0.tgz
-Source10226:         
https://registry.npmjs.org/wkt-parser/-/wkt-parser-1.5.2.tgz#/wkt-parser-1.5.2.tgz
-Source10227:         
https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz#/word-wrap-1.2.5.tgz
-Source10228:         
https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#/wrap-ansi-7.0.0.tgz
-Source10229:         
https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#/wrap-ansi-8.1.0.tgz
-Source10230:         
https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#/wrappy-1.0.2.tgz
-Source10231:         
https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#/yocto-queue-0.1.0.tgz
+Source10004:         
https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#/@eslint-community-eslint-utils-4.9.1.tgz
+Source10005:         
https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#/@eslint-community-regexpp-4.12.2.tgz
+Source10006:         
https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz#/@eslint-config-array-0.21.2.tgz
+Source10007:         
https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#/@eslint-config-helpers-0.4.2.tgz
+Source10008:         
https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz#/@eslint-core-0.17.0.tgz
+Source10009:         
https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#/@eslint-eslintrc-3.3.5.tgz
+Source10010:         
https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz#/@eslint-js-9.39.4.tgz
+Source10011:         
https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz#/@eslint-object-schema-2.1.7.tgz
+Source10012:         
https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#/@eslint-plugin-kit-0.4.1.tgz
+Source10013:         
https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz#/@humanfs-core-0.19.1.tgz
+Source10014:         
https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz#/@humanfs-node-0.16.7.tgz
+Source10015:         
https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#/@humanwhocodes-module-importer-1.0.1.tgz
+Source10016:         
https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz#/@humanwhocodes-retry-0.4.3.tgz
+Source10017:         
https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#/@jridgewell-gen-mapping-0.3.13.tgz
+Source10018:         
https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#/@jridgewell-resolve-uri-3.1.2.tgz
+Source10019:         
https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#/@jridgewell-sourcemap-codec-1.5.5.tgz
+Source10020:         
https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#/@jridgewell-trace-mapping-0.3.31.tgz
+Source10021:         
https://registry.npmjs.org/@preact/signals/-/signals-2.8.2.tgz#/@preact-signals-2.8.2.tgz
+Source10022:         
https://registry.npmjs.org/@preact/signals-core/-/signals-core-1.14.0.tgz#/@preact-signals-core-1.14.0.tgz
+Source10023:         
https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz#/@stylistic-eslint-plugin-5.10.0.tgz
+Source10024:         
https://registry.npmjs.org/@types/debounce/-/debounce-1.2.4.tgz#/@types-debounce-1.2.4.tgz
+Source10025:         
https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz#/@types-estree-1.0.8.tgz
+Source10026:         
https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz#/@types-geojson-7946.0.16.tgz
+Source10027:         
https://registry.npmjs.org/@types/gl-matrix/-/gl-matrix-2.4.5.tgz#/@types-gl-matrix-2.4.5.tgz
+Source10028:         
https://registry.npmjs.org/@types/google.maps/-/google.maps-3.58.1.tgz#/@types-google.maps-3.58.1.tgz
+Source10029:         
https://registry.npmjs.org/@types/jquery/-/jquery-4.0.0.tgz#/@types-jquery-4.0.0.tgz
+Source10030:         
https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz#/@types-json-schema-7.0.15.tgz
+Source10031:         
https://registry.npmjs.org/@types/nearley/-/nearley-2.11.5.tgz#/@types-nearley-2.11.5.tgz
+Source10032:         
https://registry.npmjs.org/@types/proj4/-/proj4-2.5.6.tgz#/@types-proj4-2.5.6.tgz
+Source10033:         
https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz#/@types-semver-7.7.1.tgz
+Source10034:         
https://registry.npmjs.org/@types/slickgrid/-/slickgrid-2.1.40.tgz#/@types-slickgrid-2.1.40.tgz
+Source10035:         
https://registry.npmjs.org/@types/sprintf-js/-/sprintf-js-1.1.4.tgz#/@types-sprintf-js-1.1.4.tgz
+Source10036:         
https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz#/@types-trusted-types-2.0.7.tgz
+Source10037:         
https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz#/@typescript-eslint-eslint-plugin-8.57.1.tgz
+Source10038:         
https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.1.tgz#/@typescript-eslint-parser-8.57.1.tgz
+Source10039:         
https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.1.tgz#/@typescript-eslint-project-service-8.57.1.tgz
+Source10040:         
https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz#/@typescript-eslint-scope-manager-8.57.1.tgz
+Source10041:         
https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz#/@typescript-eslint-tsconfig-utils-8.57.1.tgz
+Source10042:         
https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz#/@typescript-eslint-type-utils-8.57.1.tgz
+Source10043:         
https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.1.tgz#/@typescript-eslint-types-8.57.1.tgz
+Source10044:         
https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz#/@typescript-eslint-typescript-estree-8.57.1.tgz
+Source10045:         
https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.1.tgz#/@typescript-eslint-utils-8.57.1.tgz
+Source10046:         
https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz#/@typescript-eslint-visitor-keys-8.57.1.tgz
+Source10047:         
https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz#/@xmldom-xmldom-0.9.8.tgz
+Source10048:         
https://registry.npmjs.org/ace-code/-/ace-code-1.43.6.tgz#/ace-code-1.43.6.tgz
+Source10049:         
https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz#/acorn-8.16.0.tgz
+Source10050:         
https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz
+Source10051:         
https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz#/ajv-6.14.0.tgz
+Source10052:         
https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/ansi-styles-4.3.0.tgz
+Source10053:         
https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz#/any-promise-1.3.0.tgz
+Source10054:         
https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#/argparse-2.0.1.tgz
+Source10055:         
https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#/balanced-match-1.0.2.tgz
+Source10056:         
https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz#/balanced-match-4.0.4.tgz
+Source10057:         
https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz#/brace-expansion-1.1.12.tgz
+Source10058:         
https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz#/brace-expansion-5.0.4.tgz
+Source10059:         
https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz
+Source10060:         
https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/chalk-4.1.2.tgz
+Source10061:         
https://registry.npmjs.org/choices.js/-/choices.js-10.2.0.tgz#/choices.js-10.2.0.tgz
+Source10062:         
https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/color-convert-2.0.1.tgz
+Source10063:         
https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/color-name-1.1.4.tgz
+Source10064:         
https://registry.npmjs.org/commander/-/commander-13.1.0.tgz#/commander-13.1.0.tgz
+Source10065:         
https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#/commander-2.20.3.tgz
+Source10066:         
https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#/commander-4.1.1.tgz
+Source10067:         
https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#/concat-map-0.0.1.tgz
+Source10068:         
https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz#/cross-spawn-7.0.6.tgz
+Source10069:         
https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz#/debounce-1.2.1.tgz
+Source10070:         
https://registry.npmjs.org/debug/-/debug-4.4.3.tgz#/debug-4.4.3.tgz
+Source10071:         
https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#/deep-is-0.1.4.tgz
+Source10072:         
https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz#/deepmerge-4.3.1.tgz
+Source10073:         
https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz#/discontinuous-range-1.0.0.tgz
+Source10074:         
https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz#/dompurify-3.3.3.tgz
+Source10075:         
https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/escape-string-regexp-4.0.0.tgz
+Source10076:         
https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz#/eslint-9.39.4.tgz
+Source10077:         
https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz#/eslint-scope-8.4.0.tgz
+Source10078:         
https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#/eslint-visitor-keys-3.4.3.tgz
+Source10079:         
https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#/eslint-visitor-keys-4.2.1.tgz
+Source10080:         
https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#/eslint-visitor-keys-5.0.1.tgz
+Source10081:         
https://registry.npmjs.org/esm/-/esm-3.2.25.tgz#/esm-3.2.25.tgz
+Source10082:         
https://registry.npmjs.org/espree/-/espree-10.4.0.tgz#/espree-10.4.0.tgz
+Source10083:         
https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz#/esquery-1.7.0.tgz
+Source10084:         
https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#/esrecurse-4.3.0.tgz
+Source10085:         
https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#/estraverse-5.3.0.tgz
+Source10086:         
https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#/esutils-2.0.3.tgz
+Source10087:         
https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#/fast-deep-equal-3.1.3.tgz
+Source10088:         
https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#/fast-json-stable-stringify-2.1.0.tgz
+Source10089:         
https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz
+Source10090:         
https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz#/fdir-6.5.0.tgz
+Source10091:         
https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz#/fflate-0.8.2.tgz
+Source10092:         
https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz#/file-entry-cache-8.0.0.tgz
+Source10093:         
https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz
+Source10094:         
https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz#/flat-cache-4.0.1.tgz
+Source10095:         
https://registry.npmjs.org/flatbush/-/flatbush-4.5.1.tgz#/flatbush-4.5.1.tgz
+Source10096:         
https://registry.npmjs.org/flatpickr/-/flatpickr-4.6.13.tgz#/flatpickr-4.6.13.tgz
+Source10097:         
https://registry.npmjs.org/flatqueue/-/flatqueue-3.0.0.tgz#/flatqueue-3.0.0.tgz
+Source10098:         
https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz#/flatted-3.4.1.tgz
+Source10099:         
https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz#/fuse.js-6.6.2.tgz
+Source10100:         
https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz#/gl-matrix-3.4.4.tgz
+Source10101:         
https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/glob-parent-6.0.2.tgz
+Source10102:         
https://registry.npmjs.org/globals/-/globals-14.0.0.tgz#/globals-14.0.0.tgz
+Source10103:         
https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/has-flag-4.0.0.tgz
+Source10104:         
https://registry.npmjs.org/htm/-/htm-3.1.1.tgz#/htm-3.1.1.tgz
+Source10105:         
https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#/ignore-5.3.2.tgz
+Source10106:         
https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz#/ignore-7.0.5.tgz
+Source10107:         
https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz#/import-fresh-3.3.1.tgz
+Source10108:         
https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz
+Source10109:         
https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz
+Source10110:         
https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz
+Source10111:         
https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz
+Source10112:         
https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz#/jquery-4.0.0.tgz
+Source10113:         
https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.2.tgz#/jquery-ui-1.14.2.tgz
+Source10114:         
https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#/js-yaml-4.1.1.tgz
+Source10115:         
https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz#/json-buffer-3.0.1.tgz
+Source10116:         
https://registry.npmjs.org/json-formatter-js/-/json-formatter-js-2.5.23.tgz#/json-formatter-js-2.5.23.tgz
+Source10117:         
https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz
+Source10118:         
https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#/json-stable-stringify-without-jsonify-1.0.1.tgz
+Source10119:         
https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz#/keyv-4.5.4.tgz
+Source10120:         
https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz
+Source10121:         
https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#/lines-and-columns-1.2.4.tgz
+Source10122:         
https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#/locate-path-6.0.0.tgz
+Source10123:         
https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#/lodash.merge-4.6.2.tgz
+Source10124:         
https://registry.npmjs.org/marked/-/marked-17.0.4.tgz#/marked-17.0.4.tgz
+Source10125:         
https://registry.npmjs.org/mathjax-full/-/mathjax-full-3.2.2.tgz#/mathjax-full-3.2.2.tgz
+Source10126:         
https://registry.npmjs.org/mgrs/-/mgrs-1.0.0.tgz#/mgrs-1.0.0.tgz
+Source10127:         
https://registry.npmjs.org/mhchemparser/-/mhchemparser-4.2.1.tgz#/mhchemparser-4.2.1.tgz
+Source10128:         
https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz#/minimatch-10.2.4.tgz
+Source10129:         
https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz#/minimatch-3.1.5.tgz
+Source10130:         
https://registry.npmjs.org/mj-context-menu/-/mj-context-menu-0.6.1.tgz#/mj-context-menu-0.6.1.tgz
+Source10131:         
https://registry.npmjs.org/moo/-/moo-0.5.3.tgz#/moo-0.5.3.tgz
+Source10132:         https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#/ms-2.1.3.tgz
+Source10133:         https://registry.npmjs.org/mz/-/mz-2.7.0.tgz#/mz-2.7.0.tgz
+Source10134:         
https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz
+Source10135:         
https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz#/nearley-2.20.1.tgz
+Source10136:         
https://registry.npmjs.org/nouislider/-/nouislider-15.8.1.tgz#/nouislider-15.8.1.tgz
+Source10137:         
https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#/object-assign-4.1.1.tgz
+Source10138:         
https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz#/optionator-0.9.4.tgz
+Source10139:         
https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#/p-limit-3.1.0.tgz
+Source10140:         
https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#/p-locate-5.0.0.tgz
+Source10141:         
https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#/parent-module-1.0.1.tgz
+Source10142:         
https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#/path-exists-4.0.0.tgz
+Source10143:         
https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#/path-key-3.1.1.tgz
+Source10144:         
https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz#/picomatch-4.0.3.tgz
+Source10145:         
https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz#/pirates-4.0.7.tgz
+Source10146:         
https://registry.npmjs.org/preact/-/preact-10.29.0.tgz#/preact-10.29.0.tgz
+Source10147:         
https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#/prelude-ls-1.2.1.tgz
+Source10148:         
https://registry.npmjs.org/proj4/-/proj4-2.20.4.tgz#/proj4-2.20.4.tgz
+Source10149:         
https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz#/punycode-2.3.1.tgz
+Source10150:         
https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#/railroad-diagrams-1.0.0.tgz
+Source10151:         
https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz#/randexp-0.4.6.tgz
+Source10152:         
https://registry.npmjs.org/redux/-/redux-4.2.1.tgz#/redux-4.2.1.tgz
+Source10153:         
https://registry.npmjs.org/regl/-/regl-2.1.1.tgz#/regl-2.1.1.tgz
+Source10154:         
https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#/resolve-from-4.0.0.tgz
+Source10155:         
https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#/ret-0.1.15.tgz
+Source10156:         
https://registry.npmjs.org/semver/-/semver-7.7.4.tgz#/semver-7.7.4.tgz
+Source10157:         
https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#/shebang-command-2.0.0.tgz
+Source10158:         
https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#/shebang-regex-3.0.0.tgz
+Source10159:         
https://registry.npmjs.org/speech-rule-engine/-/speech-rule-engine-4.1.2.tgz#/speech-rule-engine-4.1.2.tgz
+Source10160:         
https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz#/sprintf-js-1.1.3.tgz
+Source10161:         
https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#/strip-json-comments-3.1.1.tgz
+Source10162:         
https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz#/sucrase-3.35.1.tgz
+Source10163:         
https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/supports-color-7.2.0.tgz
+Source10164:         
https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz#/thenify-3.3.1.tgz
+Source10165:         
https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz#/thenify-all-1.6.0.tgz
+Source10166:         
https://registry.npmjs.org/timezone/-/timezone-1.0.23.tgz#/timezone-1.0.23.tgz
+Source10167:         
https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz#/tinyglobby-0.2.15.tgz
+Source10168:         
https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz#/ts-api-utils-2.4.0.tgz
+Source10169:         
https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#/ts-interface-checker-0.1.13.tgz
+Source10170:         
https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#/tslib-1.14.1.tgz
+Source10171:         
https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz#/tslib-2.8.1.tgz
+Source10172:         
https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#/type-check-0.4.0.tgz
+Source10173:         
https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz#/typescript-5.9.3.tgz
+Source10174:         
https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.57.1.tgz#/typescript-eslint-8.57.1.tgz
+Source10175:         
https://registry.npmjs.org/underscore.template/-/underscore.template-0.1.7.tgz#/underscore.template-0.1.7.tgz
+Source10176:         
https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz
+Source10177:         
https://registry.npmjs.org/which/-/which-2.0.2.tgz#/which-2.0.2.tgz
+Source10178:         
https://registry.npmjs.org/wicked-good-xpath/-/wicked-good-xpath-1.3.0.tgz#/wicked-good-xpath-1.3.0.tgz
+Source10179:         
https://registry.npmjs.org/wkt-parser/-/wkt-parser-1.5.4.tgz#/wkt-parser-1.5.4.tgz
+Source10180:         
https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz#/word-wrap-1.2.5.tgz
+Source10181:         
https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#/yocto-queue-0.1.0.tgz
 

++++++ package-lock.json ++++++
++++ 2684 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-panel/package-lock.json
++++ and /work/SRC/openSUSE:Factory/.python-panel.new.8177/package-lock.json

++++++ panel-1.8.1.tar.gz -> panel-1.8.10.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-panel/panel-1.8.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-panel.new.8177/panel-1.8.10.tar.gz differ: 
char 14, line 1

Reply via email to