pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update m4ri new version



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 25 10:53:26 2022 +0000
Changeset:	6c8f90f75d584319f4f98ae9c27052888dc3c7a1

Modified Files:
	m4ri/buildlink3.mk
Added Files:
	py-spyder-terminal/DESCR
	py-spyder-terminal/Makefile
	py-spyder-terminal/PLIST
	py-spyder-terminal/distinfo
	py-spyder-unittest/DESCR
	py-spyder-unittest/Makefile
	py-spyder-unittest/PLIST
	py-spyder-unittest/distinfo

Log Message:
Update m4ri new version

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c8f90f75d584319f4f98ae9c27052888dc3c7a1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 m4ri/buildlink3.mk          |   10 +-
 py-spyder-terminal/DESCR    |    3 +
 py-spyder-terminal/Makefile |   20 +
 py-spyder-terminal/PLIST    | 8585 +++++++++++++++++++++++++++++++++++++++++++
 py-spyder-terminal/distinfo |    5 +
 py-spyder-unittest/DESCR    |    7 +
 py-spyder-unittest/Makefile |   21 +
 py-spyder-unittest/PLIST    |  107 +
 py-spyder-unittest/distinfo |    5 +
 9 files changed, 8759 insertions(+), 4 deletions(-)

diffs:
diff --git a/m4ri/buildlink3.mk b/m4ri/buildlink3.mk
index 109ea5ab20..ac22c46ec0 100644
--- a/m4ri/buildlink3.mk
+++ b/m4ri/buildlink3.mk
@@ -1,15 +1,17 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/12/29 22:29:49 jihbed Exp $
+# $NetBSD$
+#
 
 BUILDLINK_TREE+=	m4ri
 
 .if !defined(M4RI_BUILDLINK3_MK)
 M4RI_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.m4ri+=	m4ri>=20111203
-BUILDLINK_PKGSRCDIR.m4ri?=	../../wip/m4ri
+BUILDLINK_DEPMETHOD.m4ri?=	build
 
+BUILDLINK_API_DEPENDS.m4ri+=	m4ri>=20200125
+BUILDLINK_PKGSRCDIR.m4ri?=	../../wip/m4ri
 
-#.include "../../graphics/png/buildlink3.mk"
+.include "../../parallel/openmp/buildlink3.mk"
 .endif	# M4RI_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-m4ri
diff --git a/py-spyder-terminal/DESCR b/py-spyder-terminal/DESCR
new file mode 100644
index 0000000000..3a04f92be9
--- /dev/null
+++ b/py-spyder-terminal/DESCR
@@ -0,0 +1,3 @@
+This is a Spyder plugin for displaying an OS independent virtual
+terminal inside the main Spyder window. It currently supports
+both Unix-like and Windows operating systems.
diff --git a/py-spyder-terminal/Makefile b/py-spyder-terminal/Makefile
new file mode 100644
index 0000000000..7dacff907e
--- /dev/null
+++ b/py-spyder-terminal/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	spyder-terminal-1.2.2
+CATEGORIES=	x11 python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/spyder-terminal/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/spyder-ide/spyder-terminal
+COMMENT=	Run system terminals inside Spyder
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
+DEPENDS+=	spyder>=5.2.0:../../wip/spyder
+DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=14.0:../../wip/py-coloredlogs
+DEPENDS+=	${PYPKGPREFIX}-terminado>=0.10.1:../../www/py-terminado
+DEPENDS+=	${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-spyder-terminal/PLIST b/py-spyder-terminal/PLIST
new file mode 100644
index 0000000000..048543f269
--- /dev/null
+++ b/py-spyder-terminal/PLIST
@@ -0,0 +1,8585 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/spyder_terminal/__init__.py
+${PYSITELIB}/spyder_terminal/__init__.pyc
+${PYSITELIB}/spyder_terminal/__init__.pyo
+${PYSITELIB}/spyder_terminal/api.py
+${PYSITELIB}/spyder_terminal/api.pyc
+${PYSITELIB}/spyder_terminal/api.pyo
+${PYSITELIB}/spyder_terminal/config.py
+${PYSITELIB}/spyder_terminal/config.pyc
+${PYSITELIB}/spyder_terminal/config.pyo
+${PYSITELIB}/spyder_terminal/confpage.py
+${PYSITELIB}/spyder_terminal/confpage.pyc
+${PYSITELIB}/spyder_terminal/confpage.pyo
+${PYSITELIB}/spyder_terminal/locale/de/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/de/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/es/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/es/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/fr/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/fr/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/hr/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/hr/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/hu/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/hu/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/ja/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/ja/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/pl/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/pl/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/pt_BR/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/pt_BR/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/ru/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/ru/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/locale/spyder_terminal.pot
+${PYSITELIB}/spyder_terminal/locale/zh_CN/LC_MESSAGES/spyder_terminal.mo
+${PYSITELIB}/spyder_terminal/locale/zh_CN/LC_MESSAGES/spyder_terminal.po
+${PYSITELIB}/spyder_terminal/server/__init__.py
+${PYSITELIB}/spyder_terminal/server/__init__.pyc
+${PYSITELIB}/spyder_terminal/server/__init__.pyo
+${PYSITELIB}/spyder_terminal/server/__main__.py
+${PYSITELIB}/spyder_terminal/server/__main__.pyc
+${PYSITELIB}/spyder_terminal/server/__main__.pyo
+${PYSITELIB}/spyder_terminal/server/common.py
+${PYSITELIB}/spyder_terminal/server/common.pyc
+${PYSITELIB}/spyder_terminal/server/common.pyo
+${PYSITELIB}/spyder_terminal/server/logic/__init__.py
+${PYSITELIB}/spyder_terminal/server/logic/__init__.pyc
+${PYSITELIB}/spyder_terminal/server/logic/__init__.pyo
+${PYSITELIB}/spyder_terminal/server/logic/term_manager.py
+${PYSITELIB}/spyder_terminal/server/logic/term_manager.pyc
+${PYSITELIB}/spyder_terminal/server/logic/term_manager.pyo
+${PYSITELIB}/spyder_terminal/server/rest/__init__.py
+${PYSITELIB}/spyder_terminal/server/rest/__init__.pyc
+${PYSITELIB}/spyder_terminal/server/rest/__init__.pyo
+${PYSITELIB}/spyder_terminal/server/rest/term_rest.py
+${PYSITELIB}/spyder_terminal/server/rest/term_rest.pyc
+${PYSITELIB}/spyder_terminal/server/rest/term_rest.pyo
+${PYSITELIB}/spyder_terminal/server/routes.py
+${PYSITELIB}/spyder_terminal/server/routes.pyc
+${PYSITELIB}/spyder_terminal/server/routes.pyo
+${PYSITELIB}/spyder_terminal/server/static/build/index.html
+${PYSITELIB}/spyder_terminal/server/static/build/main.bundle.js
+${PYSITELIB}/spyder_terminal/server/static/components/.bin/sha.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/code-frame/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/code-frame/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/corejs2-built-ins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/corejs3-shipped-proposals.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/data/corejs2-built-ins.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/data/corejs3-shipped-proposals.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/data/native-modules.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/data/overlapping-plugins.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/data/plugin-bugfixes.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/data/plugins.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/native-modules.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/overlapping-plugins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/plugin-bugfixes.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/compat-data/plugins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/cache-contexts.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/caching.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/config-chain.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/config-descriptors.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/configuration.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/import.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/index-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/module-types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/package.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/plugins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/files/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/full.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/helpers/config-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/helpers/environment.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/item.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/partial.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/pattern-to-regex.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/plugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/printer.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/resolve-targets-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/resolve-targets.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/validation/option-assertions.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/validation/options.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/validation/plugins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/config/validation/removed.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/gensync-utils/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/gensync-utils/fs.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/parser/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/parser/util/missing-plugin-helper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/tools/build-external-helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transform-ast.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transform-file-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transform-file.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/block-hoist-plugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/file/file.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/file/generate.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/file/merge-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/normalize-file.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/normalize-opts.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/plugin-pass.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/util/clone-deep-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/lib/transformation/util/clone-deep.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/debug/src/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/dist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/dist/index.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/lib/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/lib/register.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/lib/require.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/lib/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/lib/unicode.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/json5/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/dist/source-map.debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/dist/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/dist/source-map.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/array-set.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/base64-vlq.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/base64.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/binary-search.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/mapping-list.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/quick-sort.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/source-map-consumer.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/source-map-generator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/source-node.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/node_modules/source-map/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/core/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/buffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/base.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/classes.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/expressions.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/flow.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/jsx.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/methods.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/modules.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/statements.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/template-literals.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/generators/typescript.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/node/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/node/parentheses.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/node/whitespace.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/printer.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/lib/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/dist/source-map.debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/dist/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/dist/source-map.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/array-set.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/base64-vlq.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/base64.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/binary-search.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/mapping-list.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/quick-sort.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/source-map-consumer.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/source-map-generator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/source-node.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/node_modules/source-map/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/generator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-annotate-as-pure/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-annotate-as-pure/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-builder-binary-assignment-operator-visitor/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-builder-binary-assignment-operator-visitor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/lib/debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/lib/filter-items.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/lib/options.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/lib/pretty.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/lib/targets.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/lib/types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-compilation-targets/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-class-features-plugin/lib/decorators.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-class-features-plugin/lib/features.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-class-features-plugin/lib/fields.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-class-features-plugin/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-class-features-plugin/lib/misc.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-class-features-plugin/lib/typescript.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-class-features-plugin/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-regexp-features-plugin/lib/features.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-regexp-features-plugin/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-regexp-features-plugin/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-create-regexp-features-plugin/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/browser/dependencies.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/debug-utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/define-provider.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/imports-cache.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/meta-resolver.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/node/dependencies.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/normalize-options.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/visitors/entry.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/visitors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/lib/visitors/usage.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/node_modules/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/node_modules/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/node_modules/debug/src/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/node_modules/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/node_modules/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/src/browser/dependencies.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-define-polyfill-provider/src/node/dependencies.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-explode-assignable-expression/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-explode-assignable-expression/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-function-name/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-function-name/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-get-function-arity/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-get-function-arity/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-hoist-variables/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-hoist-variables/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-member-expression-to-functions/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-member-expression-to-functions/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-imports/lib/import-builder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-imports/lib/import-injector.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-imports/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-imports/lib/is-module.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-imports/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-transforms/lib/get-module-name.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-transforms/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-transforms/lib/rewrite-live-references.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-transforms/lib/rewrite-this.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-module-transforms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-optimise-call-expression/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-optimise-call-expression/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-plugin-utils/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-plugin-utils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-remap-async-to-generator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-remap-async-to-generator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-replace-supers/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-replace-supers/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-simple-access/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-simple-access/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-skip-transparent-expression-wrappers/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-skip-transparent-expression-wrappers/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-split-export-declaration/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-split-export-declaration/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-identifier/lib/identifier.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-identifier/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-identifier/lib/keyword.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-identifier/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-option/lib/find-suggestion.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-option/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-option/lib/validator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-validator-option/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-wrap-function/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helper-wrap-function/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/lib/helpers-generated.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/lib/helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/lib/helpers/asyncIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/lib/helpers/jsx.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/lib/helpers/objectSpread2.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/lib/helpers/typeof.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/lib/helpers/wrapRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/scripts/generate-helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/helpers/scripts/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/highlight/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/highlight/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/parser/bin/babel-parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/parser/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/parser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-async-generator-functions/lib/for-await.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-async-generator-functions/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-async-generator-functions/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-class-properties/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-class-properties/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-class-static-block/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-class-static-block/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-dynamic-import/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-dynamic-import/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-export-namespace-from/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-export-namespace-from/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-json-strings/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-json-strings/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-logical-assignment-operators/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-logical-assignment-operators/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-nullish-coalescing-operator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-nullish-coalescing-operator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-numeric-separator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-numeric-separator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-object-rest-spread/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-object-rest-spread/lib/shouldStoreRHSInTemporaryVariable.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-object-rest-spread/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-optional-catch-binding/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-optional-catch-binding/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-optional-chaining/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-optional-chaining/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-private-methods/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-private-methods/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-private-property-in-object/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-private-property-in-object/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-unicode-property-regex/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-proposal-unicode-property-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-async-generators/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-async-generators/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-class-properties/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-class-properties/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-class-static-block/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-class-static-block/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-dynamic-import/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-dynamic-import/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-export-namespace-from/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-export-namespace-from/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-json-strings/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-json-strings/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-logical-assignment-operators/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-logical-assignment-operators/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-nullish-coalescing-operator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-numeric-separator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-numeric-separator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-object-rest-spread/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-object-rest-spread/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-optional-catch-binding/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-optional-catch-binding/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-optional-chaining/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-optional-chaining/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-private-property-in-object/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-private-property-in-object/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-top-level-await/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-syntax-top-level-await/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-arrow-functions/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-arrow-functions/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-async-to-generator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-async-to-generator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-block-scoped-functions/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-block-scoped-functions/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-block-scoping/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-block-scoping/lib/tdz.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-block-scoping/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-classes/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-classes/lib/inline-createSuper-helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-classes/lib/transformClass.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-classes/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-computed-properties/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-computed-properties/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-destructuring/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-destructuring/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-dotall-regex/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-dotall-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-duplicate-keys/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-duplicate-keys/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-exponentiation-operator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-exponentiation-operator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-for-of/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-for-of/lib/no-helper-implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-for-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-function-name/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-function-name/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-literals/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-literals/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-member-expression-literals/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-member-expression-literals/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-modules-amd/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-modules-amd/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-modules-commonjs/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-modules-commonjs/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-modules-systemjs/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-modules-systemjs/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-modules-umd/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-modules-umd/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-named-capturing-groups-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-new-target/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-new-target/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-object-super/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-object-super/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-parameters/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-parameters/lib/params.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-parameters/lib/rest.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-parameters/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-property-literals/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-property-literals/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-regenerator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-regenerator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-reserved-words/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-reserved-words/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-shorthand-properties/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-shorthand-properties/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-spread/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-spread/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-sticky-regex/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-sticky-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-template-literals/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-template-literals/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-typeof-symbol/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-typeof-symbol/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-unicode-escapes/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-unicode-escapes/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-unicode-regex/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/plugin-transform-unicode-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/built-in-modules.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/built-in-modules.json.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/built-ins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/built-ins.json.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/corejs2-built-ins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/corejs2-built-ins.json.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/plugins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/plugins.json.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/shipped-proposals.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/data/unreleased-labels.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/available-plugins.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/filter-items.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/get-option-specific-excludes.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/module-transformations.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/normalize-options.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/options.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/plugins-compat-data.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/polyfills/babel-polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/polyfills/regenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/polyfills/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/lib/targets-parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-env/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/lib/plugins/transform-async-arrows-in-class/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/lib/plugins/transform-edge-default-parameters/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/lib/plugins/transform-edge-function-name/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/lib/plugins/transform-jsx-spread/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/lib/plugins/transform-safari-block-shadowing/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/lib/plugins/transform-safari-for-shadowing/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/lib/plugins/transform-tagged-template-caching/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/src/plugins/transform-async-arrows-in-class/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/src/plugins/transform-edge-default-parameters/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/src/plugins/transform-edge-function-name/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/src/plugins/transform-jsx-spread/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/src/plugins/transform-safari-block-shadowing/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/src/plugins/transform-safari-for-shadowing/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/preset-modules/src/plugins/transform-tagged-template-caching/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/AsyncGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/AwaitValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/applyDecoratedDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/arrayLikeToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/arrayWithHoles.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/arrayWithoutHoles.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/assertThisInitialized.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/asyncGeneratorDelegate.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/asyncIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/asyncToGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/awaitAsyncGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/checkPrivateRedeclaration.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classApplyDescriptorGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classApplyDescriptorSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classCallCheck.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classCheckPrivateStaticAccess.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classExtractFieldDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classNameTDZError.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateFieldDestructureSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateFieldGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateFieldInitSpec.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateFieldLooseBase.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateFieldLooseKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateFieldSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateMethodGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateMethodInitSpec.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classPrivateMethodSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classStaticPrivateMethodGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/classStaticPrivateMethodSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/construct.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/createClass.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/createForOfIteratorHelper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/createForOfIteratorHelperLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/createSuper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/decorate.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/defaults.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/defineEnumerableProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/defineProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/AsyncGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/AwaitValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/arrayLikeToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/arrayWithHoles.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/arrayWithoutHoles.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/assertThisInitialized.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/asyncIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/asyncToGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classApplyDescriptorGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classApplyDescriptorSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classCallCheck.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classNameTDZError.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateFieldGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateFieldSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateMethodGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classPrivateMethodSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/construct.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/createClass.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/createForOfIteratorHelper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/createSuper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/decorate.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/defaults.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/defineEnumerableProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/defineProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/extends.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/get.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/getPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/inheritsLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/initializerDefineProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/initializerWarningHelper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/instanceof.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/interopRequireDefault.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/interopRequireWildcard.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/isNativeFunction.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/iterableToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/iterableToArrayLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/jsx.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/maybeArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/newArrowCheck.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/nonIterableRest.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/nonIterableSpread.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/objectSpread.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/objectSpread2.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/objectWithoutProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/possibleConstructorReturn.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/readOnlyError.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/set.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/setPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/slicedToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/slicedToArrayLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/superPropBase.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/taggedTemplateLiteral.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/tdz.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/temporalRef.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/temporalUndefined.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/toArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/toConsumableArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/toPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/toPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/typeof.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/wrapAsyncGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/wrapNativeSuper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/wrapRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/esm/writeOnlyError.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/extends.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/get.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/getPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/inheritsLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/initializerDefineProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/initializerWarningHelper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/instanceof.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/interopRequireDefault.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/interopRequireWildcard.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/isNativeFunction.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/isNativeReflectConstruct.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/iterableToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/iterableToArrayLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/iterableToArrayLimitLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/jsx.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/maybeArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/newArrowCheck.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/nonIterableRest.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/nonIterableSpread.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/objectDestructuringEmpty.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/objectSpread.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/objectSpread2.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/objectWithoutProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/possibleConstructorReturn.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/readOnlyError.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/set.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/setPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/skipFirstGeneratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/slicedToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/slicedToArrayLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/superPropBase.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/taggedTemplateLiteral.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/taggedTemplateLiteralLoose.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/tdz.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/temporalRef.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/temporalUndefined.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/toArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/toConsumableArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/toPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/toPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/typeof.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/unsupportedIterableToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/wrapAsyncGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/wrapNativeSuper.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/wrapRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/helpers/writeOnlyError.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/runtime/regenerator/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/lib/builder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/lib/formatters.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/lib/literal.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/lib/options.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/lib/populate.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/lib/string.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/template/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/cache.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/context.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/hub.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/ancestry.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/comments.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/context.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/conversion.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/evaluation.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/family.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/generated/asserts.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/generated/validators.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/generated/virtual-types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/inference/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/inference/inferer-reference.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/inference/inferers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/introspection.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/lib/hoister.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/lib/removal-hooks.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/lib/virtual-types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/modification.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/removal.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/path/replacement.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/scope/binding.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/scope/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/scope/lib/renamer.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/lib/visitors.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/node_modules/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/node_modules/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/node_modules/debug/src/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/node_modules/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/node_modules/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/scripts/generators/asserts.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/scripts/generators/validators.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/scripts/generators/virtual-types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/traverse/scripts/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/asserts/assertNode.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/asserts/generated/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/ast-types/generated/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/builders/builder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/builders/flow/createFlowUnionType.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/builders/generated/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/builders/generated/uppercase.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/builders/react/buildChildren.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/builders/typescript/createTSUnionType.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/clone/clone.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/clone/cloneDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/clone/cloneDeepWithoutLoc.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/clone/cloneNode.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/clone/cloneWithoutLoc.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/comments/addComment.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/comments/addComments.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/comments/inheritInnerComments.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/comments/inheritLeadingComments.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/comments/inheritTrailingComments.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/comments/inheritsComments.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/comments/removeComments.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/constants/generated/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/constants/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/Scope.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/ensureBlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/gatherSequenceExpressions.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/toBindingIdentifierName.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/toBlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/toComputedKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/toExpression.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/toIdentifier.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/toKeyAlias.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/toSequenceExpression.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/toStatement.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/converters/valueToNode.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/core.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/experimental.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/flow.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/jsx.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/misc.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/placeholders.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/typescript.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/definitions/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/modifications/appendToMemberExpression.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/modifications/flow/removeTypeDuplicates.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/modifications/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/modifications/prependToMemberExpression.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/modifications/removeProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/modifications/removePropertiesDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/retrievers/getBindingIdentifiers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/traverse/traverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/traverse/traverseFast.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/utils/inherit.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/utils/shallowEqual.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/buildMatchMemberExpression.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/generated/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/is.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isBinding.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isBlockScoped.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isImmutable.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isLet.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isNode.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isNodesEquivalent.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isPlaceholderType.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isReferenced.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isScope.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isSpecifierDefault.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isType.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isValidES3Identifier.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isValidIdentifier.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/isVar.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/matchesPattern.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/react/isCompatTag.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/react/isReactComponent.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/lib/validators/validate.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/generators/asserts.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/generators/ast-types.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/generators/builders.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/generators/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/generators/docs.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/generators/flow.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/generators/typescript-legacy.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/generators/validators.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/utils/formatBuilderName.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/utils/lowerFirst.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/utils/stringifyValidator.js
+${PYSITELIB}/spyder_terminal/server/static/components/@babel/types/scripts/utils/toFunctionName.js
+${PYSITELIB}/spyder_terminal/server/static/components/@types/glob/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@types/json-schema/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@types/minimatch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@types/node/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/clone.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/definitions.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/node-helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/node-path.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/nodes.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/signatures.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/transform/denormalize-type-references/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/transform/wast-identifier-to-index/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/traverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/types/basic.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/types/nodes.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/types/traverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/esm/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/clone.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/definitions.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/node-helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/node-path.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/nodes.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/signatures.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/transform/denormalize-type-references/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/transform/wast-identifier-to-index/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/traverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/types/basic.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/types/nodes.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/types/traverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/scripts/generateNodeUtils.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/scripts/generateTypeDefinitions.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ast/scripts/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/floating-point-hex-parser/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/floating-point-hex-parser/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/floating-point-hex-parser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-api-error/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-api-error/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-api-error/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-buffer/esm/compare.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-buffer/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-buffer/lib/compare.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-buffer/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-code-frame/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-code-frame/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-code-frame/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-fsm/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-fsm/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-fsm/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-module-context/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-module-context/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-module-context/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-module-context/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-module-context/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-bytecode/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-bytecode/esm/section.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-bytecode/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-bytecode/lib/section.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-bytecode/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/esm/create.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/esm/remove.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/esm/resize.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/lib/create.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/lib/remove.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/lib/resize.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/helper-wasm-section/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ieee754/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ieee754/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ieee754/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/ieee754/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/esm/bits.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/esm/bufs.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/esm/leb.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/lib/bits.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/lib/bufs.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/lib/leb.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/leb128/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/esm/decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/esm/encoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/lib/decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/lib/encoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/src/decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/src/encoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/utf8/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-edit/esm/apply.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-edit/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-edit/lib/apply.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-edit/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-edit/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-gen/esm/encoder/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-gen/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-gen/lib/encoder/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-gen/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-gen/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-opt/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-opt/esm/leb128.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-opt/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-opt/lib/leb128.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-opt/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-parser/esm/decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-parser/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-parser/esm/types/decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-parser/lib/decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-parser/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-parser/lib/types/decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wasm-parser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/esm/grammar.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/esm/number-literals.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/esm/string-literals.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/esm/tokenizer.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/lib/grammar.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/lib/number-literals.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/lib/string-literals.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/lib/tokenizer.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-parser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-printer/esm/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-printer/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@webassemblyjs/wast-printer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@xtuc/ieee754/dist/index.cjs.js
+${PYSITELIB}/spyder_terminal/server/static/components/@xtuc/ieee754/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@xtuc/ieee754/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@xtuc/long/dist/long.js
+${PYSITELIB}/spyder_terminal/server/static/components/@xtuc/long/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/@xtuc/long/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/@xtuc/long/src/long.js
+${PYSITELIB}/spyder_terminal/server/static/components/accepts/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/accepts/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/acorn/dist/acorn.js
+${PYSITELIB}/spyder_terminal/server/static/components/acorn/dist/bin.js
+${PYSITELIB}/spyder_terminal/server/static/components/acorn/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-errors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-errors/lib/dotjs/errorMessage.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-errors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/_formatLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/_util.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/allRequired.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/anyRequired.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/deepProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/deepRequired.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/dotjs/_formatLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/dotjs/patternRequired.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/dotjs/switch.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/dynamicDefaults.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/formatMaximum.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/formatMinimum.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/instanceof.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/oneRequired.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/patternRequired.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/prohibited.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/range.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/regexp.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/select.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/switch.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/typeof.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/keywords/uniqueItemProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv-keywords/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/.tonic_example.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/dist/ajv.bundle.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/dist/ajv.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/ajv.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/cache.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/equal.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/error_classes.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/formats.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/resolve.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/rules.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/schema_obj.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/ucs2length.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/compile/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/data.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/definition_schema.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/_limit.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/_limitItems.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/_limitLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/_limitProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/allOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/anyOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/comment.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/const.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/contains.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/custom.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/dependencies.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/enum.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/format.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/if.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/items.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/multipleOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/not.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/oneOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/pattern.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/properties.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/propertyNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/ref.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/required.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/uniqueItems.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/dotjs/validate.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/keyword.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/refs/data.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/refs/json-schema-draft-04.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/refs/json-schema-draft-06.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/refs/json-schema-draft-07.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/lib/refs/json-schema-secure.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/scripts/bundle.js
+${PYSITELIB}/spyder_terminal/server/static/components/ajv/scripts/compile-dots.js
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-colors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-colors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-colors/symbols.js
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-html-community/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-html-community/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-styles/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ansi-styles/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/anymatch/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/anymatch/node_modules/normalize-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/anymatch/node_modules/normalize-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/anymatch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/aproba/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/aproba/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/arr-diff/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/arr-diff/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/arr-flatten/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/arr-flatten/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/arr-union/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/arr-union/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/array-flatten/array-flatten.js
+${PYSITELIB}/spyder_terminal/server/static/components/array-flatten/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/array-union/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/array-union/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/array-uniq/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/array-uniq/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/array-unique/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/array-unique/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/.eslintrc.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/api.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/base/buffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/base/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/base/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/base/reporter.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/constants/der.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/constants/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/decoders/der.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/decoders/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/decoders/pem.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/encoders/der.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/encoders/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/lib/asn1/encoders/pem.js
+${PYSITELIB}/spyder_terminal/server/static/components/asn1.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/assert/assert.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/inherits/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/inherits/inherits_browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/inherits/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/inherits/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/support/isBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/support/isBufferBrowser.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/test/browser/inspect.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/test/browser/is.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/test/node/debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/test/node/format.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/test/node/inspect.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/test/node/log.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/test/node/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/node_modules/util/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/assert/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/assert/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/assign-symbols/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/assign-symbols/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/async-each/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/async-each/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/async-limiter/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/async-limiter/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/async/all.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/allLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/allSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/any.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/anyLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/anySeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/apply.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/applyEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/applyEachSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/asyncify.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/auto.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/autoInject.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/bower.json
+${PYSITELIB}/spyder_terminal/server/static/components/async/cargo.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/compose.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/concat.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/concatLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/concatSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/constant.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/detect.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/detectLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/detectSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/dir.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/dist/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/dist/async.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/doDuring.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/doUntil.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/doWhilst.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/during.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/each.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/eachLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/eachOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/eachOfLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/eachOfSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/eachSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/ensureAsync.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/every.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/everyLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/everySeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/filterLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/filterSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/find.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/findLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/findSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/foldl.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/foldr.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/forEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/forEachLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/forEachOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/forEachOfLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/forEachOfSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/forEachSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/forever.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/groupBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/groupByLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/groupBySeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/inject.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/DoublyLinkedList.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/applyEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/breakLoop.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/consoleFunc.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/createTester.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/doLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/doParallel.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/doParallelLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/eachOfLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/findGetResult.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/getIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/initialParams.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/iterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/map.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/notId.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/once.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/onlyOnce.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/parallel.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/queue.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/reject.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/setImmediate.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/slice.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/withoutIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/internal/wrapAsync.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/log.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/map.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/mapLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/mapSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/mapValues.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/mapValuesLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/mapValuesSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/memoize.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/nextTick.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/async/parallel.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/parallelLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/priorityQueue.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/queue.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/race.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/reduce.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/reduceRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/reflect.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/reflectAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/reject.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/rejectLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/rejectSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/retry.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/retryable.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/select.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/selectLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/selectSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/seq.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/series.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/setImmediate.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/some.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/someLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/someSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/sortBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/timeout.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/times.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/timesLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/timesSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/tryEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/unmemoize.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/until.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/waterfall.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/whilst.js
+${PYSITELIB}/spyder_terminal/server/static/components/async/wrapSync.js
+${PYSITELIB}/spyder_terminal/server/static/components/atob/bin/atob.js
+${PYSITELIB}/spyder_terminal/server/static/components/atob/bower.json
+${PYSITELIB}/spyder_terminal/server/static/components/atob/browser-atob.js
+${PYSITELIB}/spyder_terminal/server/static/components/atob/node-atob.js
+${PYSITELIB}/spyder_terminal/server/static/components/atob/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/atob/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/lib/Error.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/lib/cache.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/lib/injectCaller.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/lib/schema.json
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/lib/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/node_modules/schema-utils/dist/ValidationError.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/node_modules/schema-utils/dist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/node_modules/schema-utils/dist/keywords/absolutePath.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/node_modules/schema-utils/dist/util/Range.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/node_modules/schema-utils/dist/util/hints.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/node_modules/schema-utils/dist/validate.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/node_modules/schema-utils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/babel-loader/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-dynamic-import-node/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-dynamic-import-node/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-dynamic-import-node/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-dynamic-import-node/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs2/lib/add-platform-specific-polyfills.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs2/lib/built-in-definitions.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs2/lib/helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs2/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs2/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs3/core-js-compat/data.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs3/core-js-compat/entries.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs3/core-js-compat/get-modules-list-for-target-version.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs3/lib/built-in-definitions.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs3/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs3/lib/shipped-proposals.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs3/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-corejs3/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-regenerator/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/babel-plugin-polyfill-regenerator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/balanced-match/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/balanced-match/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/base/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/base/node_modules/define-property/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/base/node_modules/define-property/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/base/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/base64-js/base64js.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/base64-js/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/base64-js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/batch/component.json
+${PYSITELIB}/spyder_terminal/server/static/components/batch/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/batch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/big.js/big.js
+${PYSITELIB}/spyder_terminal/server/static/components/big.js/big.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/big.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/binary-extensions/binary-extensions.json
+${PYSITELIB}/spyder_terminal/server/static/components/binary-extensions/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/bindings/bindings.js
+${PYSITELIB}/spyder_terminal/server/static/components/bindings/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/browser/bluebird.core.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/browser/bluebird.core.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/browser/bluebird.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/browser/bluebird.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/any.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/assert.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/bind.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/bluebird.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/call_get.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/cancel.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/catch_filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/context.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/debuggability.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/direct_resolve.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/each.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/errors.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/es5.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/finally.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/generators.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/join.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/map.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/method.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/nodeback.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/nodeify.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/promise.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/promise_array.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/promisify.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/props.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/queue.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/race.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/reduce.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/schedule.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/settle.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/some.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/synchronous_inspection.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/thenables.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/timers.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/using.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/js/release/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/bluebird/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/bn.js/lib/bn.js
+${PYSITELIB}/spyder_terminal/server/static/components/bn.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/body-parser/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/body-parser/lib/read.js
+${PYSITELIB}/spyder_terminal/server/static/components/body-parser/lib/types/json.js
+${PYSITELIB}/spyder_terminal/server/static/components/body-parser/lib/types/raw.js
+${PYSITELIB}/spyder_terminal/server/static/components/body-parser/lib/types/text.js
+${PYSITELIB}/spyder_terminal/server/static/components/body-parser/lib/types/urlencoded.js
+${PYSITELIB}/spyder_terminal/server/static/components/body-parser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/lib/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/lib/mdns-server.js
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/lib/registry.js
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/lib/service.js
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/node_modules/array-flatten/array-flatten.js
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/node_modules/array-flatten/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/test/bonjour.js
+${PYSITELIB}/spyder_terminal/server/static/components/bonjour/test/service.js
+${PYSITELIB}/spyder_terminal/server/static/components/boolbase/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/boolbase/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/brace-expansion/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/brace-expansion/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/braces/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/braces/lib/braces.js
+${PYSITELIB}/spyder_terminal/server/static/components/braces/lib/compilers.js
+${PYSITELIB}/spyder_terminal/server/static/components/braces/lib/parsers.js
+${PYSITELIB}/spyder_terminal/server/static/components/braces/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/braces/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/brorand/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/brorand/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/brorand/test/api-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/aes.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/authCipher.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/decrypter.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/encrypter.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/ghash.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/incr32.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/cbc.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/cfb.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/cfb1.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/cfb8.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/ctr.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/ecb.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/list.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/modes/ofb.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-aes/streamCipher.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-cipher/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-cipher/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-cipher/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-cipher/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-des/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-des/modes.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-des/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-des/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-rsa/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-rsa/node_modules/bn.js/lib/bn.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-rsa/node_modules/bn.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-rsa/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/algos.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/browser/algorithms.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/browser/curves.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/browser/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/browser/sign.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/browser/verify.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/bn.js/lib/bn.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/bn.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/errors-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/errors.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/experimentalWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/_stream_duplex.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/_stream_passthrough.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/_stream_readable.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/_stream_transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/_stream_writable.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/async_iterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/buffer_list.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/destroy.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/from-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/from.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/pipeline.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/state.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/lib/internal/streams/stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/readable-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/node_modules/readable-stream/readable.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-sign/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-zlib/karma.conf.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-zlib/lib/binding.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-zlib/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-zlib/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-zlib/src/binding.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserify-zlib/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserslist/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserslist/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserslist/error.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserslist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserslist/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/browserslist/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/browserslist/update-db.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-from/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-from/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-indexof/bm.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-indexof/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-indexof/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-indexof/test/bm.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-indexof/test/multibyteneedle.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-indexof/test/partial-match.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-indexof/test/test-buffer-indexof.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-indexof/test/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-xor/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-xor/inline.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-xor/inplace.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-xor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-xor/test/fixtures.json
+${PYSITELIB}/spyder_terminal/server/static/components/buffer-xor/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/bin/download-node-tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/bin/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/_polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/base64.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/basic.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/compare.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/constructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/from-string.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/is-buffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/methods.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-alloc.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-arraybuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-ascii.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-bad-overload.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-badhex.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-bytelength.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-compare-offset.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-concat.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-fill.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-includes.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-indexof.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-inheritance.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-inspect.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-iterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-safe-unsafe.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-slow.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-swap.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-zero-fill-cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer-zero-fill-reset.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/node/test-buffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/slice.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/static.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/to-string.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/write.js
+${PYSITELIB}/spyder_terminal/server/static/components/buffer/test/write_infinity.js
+${PYSITELIB}/spyder_terminal/server/static/components/builtin-status-codes/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/builtin-status-codes/build.js
+${PYSITELIB}/spyder_terminal/server/static/components/builtin-status-codes/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/builtin-status-codes/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/bytes/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/bytes/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/en.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/es.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/get.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/content/path.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/content/read.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/content/rm.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/content/write.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/entry-index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/memoization.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/util/fix-owner.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/util/hash-to-segments.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/util/move-file.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/util/tmp.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/util/y.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/lib/verify.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/locales/en.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/locales/en.json
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/locales/es.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/locales/es.json
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/ls.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/put.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/rm.js
+${PYSITELIB}/spyder_terminal/server/static/components/cacache/verify.js
+${PYSITELIB}/spyder_terminal/server/static/components/cache-base/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cache-base/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/call-bind/callBound.js
+${PYSITELIB}/spyder_terminal/server/static/components/call-bind/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/call-bind/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/call-bind/test/callBound.js
+${PYSITELIB}/spyder_terminal/server/static/components/call-bind/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/camel-case/camel-case.js
+${PYSITELIB}/spyder_terminal/server/static/components/camel-case/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/camelcase/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/camelcase/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/agents.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/browserVersions.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/browsers.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/aac.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/abortcontroller.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ac3-ec3.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/accelerometer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/addeventlistener.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/alternate-stylesheet.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ambient-light.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/apng.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/array-find-index.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/array-find.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/array-flat.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/array-includes.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/arrow-functions.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/asmjs.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/async-clipboard.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/async-functions.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/atob-btoa.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/audio-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/audio.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/audiotracks.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/autofocus.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/auxclick.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/av1.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/avif.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/background-attachment.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/background-clip-text.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/background-img-opts.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/background-position-x-y.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/background-repeat-round-space.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/background-sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/battery-status.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/beacon.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/beforeafterprint.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/bigint.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/blobbuilder.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/bloburls.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/border-image.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/border-radius.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/broadcastchannel.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/brotli.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/calc.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/canvas-blending.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/canvas-text.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/canvas.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ch-unit.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/chacha20-poly1305.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/channel-messaging.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/childnode-remove.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/classlist.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/client-hints-dpr-width-viewport.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/clipboard.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/colr.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/comparedocumentposition.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/console-basic.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/console-time.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/const.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/constraint-validation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/contenteditable.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/contentsecuritypolicy.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/contentsecuritypolicy2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/cookie-store-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/cors.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/createimagebitmap.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/credential-management.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/cryptography.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-all.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-animation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-any-link.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-appearance.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-apply-rule.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-at-counter-style.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-autofill.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-backdrop-filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-background-offsets.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-backgroundblendmode.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-boxdecorationbreak.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-boxshadow.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-canvas.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-caret-color.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-cascade-layers.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-case-insensitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-clip-path.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-color-adjust.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-color-function.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-conic-gradients.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-container-queries.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-containment.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-content-visibility.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-counters.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-crisp-edges.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-cross-fade.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-default-pseudo.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-descendant-gtgt.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-deviceadaptation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-dir-pseudo.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-display-contents.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-element-function.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-env-function.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-exclusions.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-featurequeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-filter-function.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-filters.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-first-letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-first-line.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-fixed.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-focus-visible.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-focus-within.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-font-rendering-controls.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-font-stretch.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-gencontent.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-gradients.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-grid.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-hanging-punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-has.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-hyphenate.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-hyphens.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-image-orientation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-image-set.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-in-out-of-range.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-indeterminate-pseudo.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-initial-letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-initial-value.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-lch-lab.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-letter-spacing.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-line-clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-logical-props.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-marker-pseudo.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-masks.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-matches-pseudo.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-math-functions.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-media-interaction.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-media-resolution.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-media-scripting.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-mediaqueries.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-mixblendmode.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-motion-paths.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-namespaces.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-nesting.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-not-sel-list.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-nth-child-of.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-opacity.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-optional-pseudo.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-overflow-anchor.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-overflow-overlay.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-overflow.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-overscroll-behavior.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-page-break.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-paged-media.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-paint-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-placeholder-shown.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-placeholder.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-read-only-write.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-rebeccapurple.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-reflections.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-regions.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-repeating-gradients.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-resize.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-revert-value.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-rrggbbaa.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-scroll-behavior.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-scroll-timeline.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-scrollbar.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-sel2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-sel3.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-selection.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-shapes.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-snappoints.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-sticky.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-subgrid.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-supports-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-table.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-text-align-last.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-text-indent.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-text-justify.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-text-orientation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-text-spacing.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-textshadow.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-touch-action-2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-touch-action.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-transitions.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-unicode-bidi.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-unset-value.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-variables.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-widows-orphans.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-writing-mode.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css-zoom.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css3-attr.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css3-boxsizing.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css3-colors.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css3-cursors-grab.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css3-cursors-newer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css3-cursors.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/css3-tabsize.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/currentcolor.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/custom-elements.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/custom-elementsv1.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/customevent.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/datalist.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/dataset.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/datauri.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/date-tolocaledatestring.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/decorators.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/details.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/deviceorientation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/devicepixelratio.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/dialog.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/dispatchevent.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/dnssec.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/do-not-track.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/document-currentscript.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/document-evaluate-xpath.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/document-execcommand.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/document-policy.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/document-scrollingelement.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/documenthead.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/dom-manip-convenience.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/dom-range.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/domcontentloaded.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/domfocusin-domfocusout-events.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/dommatrix.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/download.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/dragndrop.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/element-closest.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/element-from-point.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/element-scroll-methods.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/eme.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/eot.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/es5.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/es6-class.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/es6-generators.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/es6-module-dynamic-import.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/es6-module.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/es6-number.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/es6-string-includes.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/es6.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/eventsource.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/extended-system-fonts.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/feature-policy.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/fetch.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/fieldset-disabled.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/fileapi.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/filereader.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/filereadersync.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/filesystem.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/flac.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/flexbox-gap.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/flexbox.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/flow-root.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/focusin-focusout-events.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/focusoptions-preventscroll.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-family-system-ui.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-feature.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-kerning.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-loading.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-metrics-overrides.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-size-adjust.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-smooth.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-unicode-range.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-variant-alternates.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-variant-east-asian.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/font-variant-numeric.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/fontface.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/form-attribute.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/form-submit-attributes.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/form-validation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/forms.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/fullscreen.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/gamepad.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/geolocation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/getboundingclientrect.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/getcomputedstyle.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/getelementsbyclassname.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/getrandomvalues.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/gyroscope.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/hardwareconcurrency.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/hashchange.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/heif.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/hevc.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/hidden.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/high-resolution-time.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/history.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/html-media-capture.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/html5semantic.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/http-live-streaming.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/http2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/http3.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/iframe-sandbox.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/iframe-seamless.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/iframe-srcdoc.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/imagecapture.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ime.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/img-naturalwidth-naturalheight.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/import-maps.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/imports.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/indeterminate-checkbox.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/indexeddb.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/indexeddb2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/inline-block.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/innertext.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-autocomplete-onoff.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-color.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-datetime.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-email-tel-url.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-event.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-file-accept.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-file-directory.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-file-multiple.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-inputmode.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-minlength.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-number.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-pattern.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-placeholder.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-range.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-search.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/input-selection.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/insert-adjacent.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/insertadjacenthtml.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/internationalization.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/intersectionobserver-v2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/intersectionobserver.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/intl-pluralrules.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/intrinsic-width.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/jpeg2000.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/jpegxl.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/jpegxr.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/js-regexp-lookbehind.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/json.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/justify-content-space-evenly.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/kerning-pairs-ligatures.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/keyboardevent-charcode.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/keyboardevent-code.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/keyboardevent-getmodifierstate.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/keyboardevent-key.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/keyboardevent-location.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/keyboardevent-which.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/lazyload.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/let.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/link-icon-png.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/link-icon-svg.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/link-rel-dns-prefetch.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/link-rel-modulepreload.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/link-rel-preconnect.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/link-rel-prefetch.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/link-rel-preload.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/link-rel-prerender.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/loading-lazy-attr.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/localecompare.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/magnetometer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/matchesselector.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/matchmedia.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mathml.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/maxlength.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/media-attribute.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/media-fragments.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/media-session-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mediacapture-fromelement.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mediarecorder.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mediasource.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/menu.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/meta-theme-color.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/meter.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/midi.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/minmaxwh.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mp3.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mpeg-dash.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mpeg4.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/multibackgrounds.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/multicolumn.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mutation-events.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/mutationobserver.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/namevalue-storage.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/native-filesystem-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/nav-timing.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/navigator-language.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/netinfo.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/notifications.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/object-entries.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/object-fit.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/object-observe.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/object-values.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/objectrtc.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/offline-apps.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/offscreencanvas.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ogg-vorbis.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ogv.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ol-reversed.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/once-event-listener.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/online-status.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/opus.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/orientation-sensor.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/outline.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/pad-start-end.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/page-transition-events.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/pagevisibility.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/passive-event-listener.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/passwordrules.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/path2d.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/payment-request.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/pdf-viewer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/permissions-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/permissions-policy.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/picture-in-picture.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/picture.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ping.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/png-alpha.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/pointer-events.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/pointer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/pointerlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/portals.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/prefers-color-scheme.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/prefers-reduced-motion.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/private-class-fields.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/private-methods-and-accessors.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/progress.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/promise-finally.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/promises.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/proximity.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/proxy.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/public-class-fields.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/publickeypinning.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/push-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/queryselector.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/readonly-attr.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/referrer-policy.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/registerprotocolhandler.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/rel-noopener.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/rel-noreferrer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/rellist.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/rem.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/requestanimationframe.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/requestidlecallback.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/resizeobserver.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/resource-timing.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/rest-parameters.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/rtcpeerconnection.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ruby.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/run-in.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/same-site-cookie-attribute.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/screen-orientation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/script-async.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/script-defer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/scrollintoview.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/scrollintoviewifneeded.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/sdch.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/selection-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/server-timing.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/serviceworkers.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/setimmediate.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/sha-2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/shadowdom.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/shadowdomv1.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/sharedarraybuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/sharedworkers.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/sni.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/spdy.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/speech-recognition.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/speech-synthesis.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/spellcheck-attribute.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/sql-storage.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/srcset.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/streams.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/stricttransportsecurity.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/style-scoped.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/subresource-integrity.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg-css.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg-filters.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg-fonts.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg-fragment.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg-html.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg-html5.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg-img.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg-smil.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/svg.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/sxg.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/tabindex-attr.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/template-literals.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/template.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/temporal.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/testfeat.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/text-decoration.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/text-emphasis.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/text-overflow.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/text-size-adjust.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/text-stroke.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/text-underline-offset.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/textcontent.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/textencoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/tls1-1.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/tls1-2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/tls1-3.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/token-binding.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/touch.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/transforms2d.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/transforms3d.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/trusted-types.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/ttf.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/typedarrays.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/u2f.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/unhandledrejection.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/upgradeinsecurerequests.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/url-scroll-to-text-fragment.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/url.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/urlsearchparams.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/use-strict.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/user-select-none.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/user-timing.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/variable-fonts.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/vector-effect.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/vibration.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/video.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/videotracks.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/viewport-unit-variants.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/viewport-units.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/wai-aria.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/wake-lock.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/wasm.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/wav.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/wbr-element.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/web-animation.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/web-app-manifest.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/web-bluetooth.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/web-serial.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/web-share.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webauthn.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webgl.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webgl2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webgpu.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webhid.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webkit-user-drag.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webm.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webnfc.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webp.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/websockets.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webusb.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webvr.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webvtt.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webworkers.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/webxr.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/will-change.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/woff.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/woff2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/word-break.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/wordwrap.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/x-doc-messaging.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/x-frame-options.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/xhr2.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/xhtml.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/xhtmlsmil.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/features/xml-serializer.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AD.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AF.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AL.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AS.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AX.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/AZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BB.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BD.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BF.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BH.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BJ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BS.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/BZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CD.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CF.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CH.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CL.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CV.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CX.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/CZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/DE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/DJ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/DK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/DM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/DO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/DZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/EC.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/EE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/EG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ER.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ES.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ET.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/FI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/FJ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/FK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/FM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/FO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/FR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GB.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GD.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GF.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GH.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GL.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GP.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GQ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/GY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/HK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/HN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/HR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/HT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/HU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ID.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/IE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/IL.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/IM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/IN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/IQ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/IR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/IS.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/IT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/JE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/JM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/JO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/JP.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KH.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KP.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/KZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LB.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LC.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LS.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LV.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/LY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MC.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MD.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ME.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MH.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ML.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MP.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MQ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MS.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MV.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MX.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/MZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NC.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NF.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NL.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NP.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/NZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/OM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PF.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PH.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PL.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PS.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/PY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/QA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/RE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/RO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/RS.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/RU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/RW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SB.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SC.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SD.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SH.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SL.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ST.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SV.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/SZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TC.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TD.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TH.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TJ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TK.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TL.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TO.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TR.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TV.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/TZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/UA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/UG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/US.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/UY.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/UZ.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/VA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/VC.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/VE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/VG.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/VI.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/VN.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/VU.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/WF.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/WS.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/YE.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/YT.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ZA.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ZM.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/ZW.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/alt-af.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/alt-an.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/alt-as.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/alt-eu.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/alt-na.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/alt-oc.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/alt-sa.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/data/regions/alt-ww.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/lib/statuses.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/lib/supported.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/unpacker/agents.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/unpacker/browserVersions.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/unpacker/browsers.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/unpacker/feature.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/unpacker/features.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/unpacker/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/dist/unpacker/region.js
+${PYSITELIB}/spyder_terminal/server/static/components/caniuse-lite/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/chalk/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/chalk/node_modules/supports-color/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/chalk/node_modules/supports-color/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/chalk/node_modules/supports-color/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/chalk/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/chalk/templates.js
+${PYSITELIB}/spyder_terminal/server/static/components/chokidar/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/chokidar/lib/fsevents-handler.js
+${PYSITELIB}/spyder_terminal/server/static/components/chokidar/lib/nodefs-handler.js
+${PYSITELIB}/spyder_terminal/server/static/components/chokidar/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/chownr/chownr.js
+${PYSITELIB}/spyder_terminal/server/static/components/chownr/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/chrome-trace-event/dist/trace-event.js
+${PYSITELIB}/spyder_terminal/server/static/components/chrome-trace-event/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cipher-base/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cipher-base/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cipher-base/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/class-utils/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/class-utils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/clean.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/hack.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-0/optimize.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-1/optimize.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-1/shorten-hex.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-1/shorten-hsl.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-1/shorten-rgb.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-1/sort-selectors.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-1/tidy-at-rule.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-1/tidy-block.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-1/tidy-rules.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/break-up.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/can-override.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/clone.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/compactable.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/extract-properties.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/invalid-property-error.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/is-mergeable.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/merge-adjacent.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/merge-media-queries.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/merge-non-adjacent-by-body.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/merge-non-adjacent-by-selector.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/optimize.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/every-values-pair.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/find-component-in.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/has-inherit.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/is-component-of.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/is-mergeable-shorthand.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/merge-into-shorthands.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/optimize.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/override-properties.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/overrides-non-component-shorthand.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/populate-components.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/understandable.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/properties/vendor-prefixes.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/reduce-non-adjacent.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/remove-duplicate-font-at-rules.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/remove-duplicate-media-queries.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/remove-duplicates.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/remove-unused-at-rules.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/reorderable.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/restore-with-components.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/restore.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/restructure.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/rules-overlap.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/specificities-overlap.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/specificity.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/level-2/tidy-rule-duplicates.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/remove-unused.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/restore-from-optimizing.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/validator.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/optimizer/wrap-for-optimizing.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/compatibility.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/fetch.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/format.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/inline-request.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/inline-timeout.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/inline.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/optimization-level.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/rebase-to.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/rebase.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/options/rounding-precision.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/apply-source-maps.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/extract-import-url-and-media.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/input-source-map-tracker.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/is-allowed-resource.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/load-original-sources.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/load-remote-resource.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/match-data-uri.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/normalize-path.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/read-sources.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/rebase-local-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/rebase-remote-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/rebase.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/restore-import.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/reader/rewrite-url.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/tokenizer/marker.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/tokenizer/token.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/tokenizer/tokenize.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/clone-array.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/format-position.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/has-protocol.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/is-data-uri-resource.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/is-http-resource.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/is-https-resource.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/is-import.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/is-remote-resource.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/natural-compare.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/override.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/utils/split.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/writer/helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/writer/one-time.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/writer/simple.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/lib/writer/source-maps.js
+${PYSITELIB}/spyder_terminal/server/static/components/clean-css/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cliui/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cliui/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/collection-visit/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/collection-visit/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/color-convert/conversions.js
+${PYSITELIB}/spyder_terminal/server/static/components/color-convert/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/color-convert/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/color-convert/route.js
+${PYSITELIB}/spyder_terminal/server/static/components/color-name/.eslintrc.json
+${PYSITELIB}/spyder_terminal/server/static/components/color-name/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/color-name/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/color-name/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/commander/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/commander/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/commondir/example/dir.js
+${PYSITELIB}/spyder_terminal/server/static/components/commondir/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/commondir/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/commondir/test/dirs.js
+${PYSITELIB}/spyder_terminal/server/static/components/component-emitter/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/component-emitter/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/compressible/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/compressible/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/compression/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/compression/node_modules/bytes/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/compression/node_modules/bytes/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/compression/node_modules/safe-buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/compression/node_modules/safe-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/compression/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/concat-map/example/map.js
+${PYSITELIB}/spyder_terminal/server/static/components/concat-map/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/concat-map/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/concat-map/test/map.js
+${PYSITELIB}/spyder_terminal/server/static/components/concat-stream/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/concat-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/connect-history-api-fallback/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/connect-history-api-fallback/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/console-browserify/.testem.json
+${PYSITELIB}/spyder_terminal/server/static/components/console-browserify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/console-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/console-browserify/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/console-browserify/test/static/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/console-browserify/test/static/test-adapter.js
+${PYSITELIB}/spyder_terminal/server/static/components/constants-browserify/constants.json
+${PYSITELIB}/spyder_terminal/server/static/components/constants-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/constants-browserify/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/content-disposition/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/content-disposition/node_modules/safe-buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/content-disposition/node_modules/safe-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/content-disposition/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/content-type/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/content-type/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/convert-source-map/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/convert-source-map/node_modules/safe-buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/convert-source-map/node_modules/safe-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/convert-source-map/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cookie-signature/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cookie-signature/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cookie/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cookie/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/copy-concurrently/copy.js
+${PYSITELIB}/spyder_terminal/server/static/components/copy-concurrently/is-windows.js
+${PYSITELIB}/spyder_terminal/server/static/components/copy-concurrently/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/copy-descriptor/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/copy-descriptor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/compat.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/data.json
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/entries.json
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/external.json
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/get-modules-list-for-target-version.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/modules-by-versions.json
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/modules.json
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/bin/semver.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/classes/comparator.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/classes/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/classes/range.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/classes/semver.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/clean.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/cmp.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/coerce.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/compare-build.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/compare-loose.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/compare.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/diff.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/eq.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/gt.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/gte.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/inc.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/lt.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/lte.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/major.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/minor.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/neq.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/patch.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/prerelease.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/rcompare.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/rsort.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/satisfies.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/sort.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/functions/valid.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/internal/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/internal/debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/internal/identifiers.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/internal/re.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/gtr.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/intersects.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/ltr.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/max-satisfying.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/min-satisfying.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/min-version.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/outside.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/to-comparators.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/node_modules/semver/ranges/valid.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/core-js-compat/targets-parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-util-is/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/core-util-is/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/create-ecdh/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-ecdh/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-ecdh/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/create-hash/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hash/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hash/md5.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hash/node_modules/.bin/sha.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hash/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/create-hash/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hmac/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hmac/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hmac/legacy.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hmac/node_modules/.bin/sha.js
+${PYSITELIB}/spyder_terminal/server/static/components/create-hmac/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/lib/enoent.js
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/lib/util/escape.js
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/lib/util/readShebang.js
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/lib/util/resolveCommand.js
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/node_modules/semver/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/node_modules/semver/semver.js
+${PYSITELIB}/spyder_terminal/server/static/components/cross-spawn/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/example/bundle.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/example/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/example/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/aes.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/create-hash.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/create-hmac.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/dh.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/ecdh.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/node/dh.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/pbkdf2.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/public-encrypt.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/random-bytes.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/random-fill.js
+${PYSITELIB}/spyder_terminal/server/static/components/crypto-browserify/test/sign.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/attributes.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/compile.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/general.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/procedure.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/pseudo-selectors/aliases.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/pseudo-selectors/filters.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/pseudo-selectors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/pseudo-selectors/pseudos.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/pseudo-selectors/subselects.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/sort.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/lib/types.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-select/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/css-what/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-what/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-what/lib/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/css-what/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cyclist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/cyclist/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/cyclist/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/debug/component.json
+${PYSITELIB}/spyder_terminal/server/static/components/debug/karma.conf.js
+${PYSITELIB}/spyder_terminal/server/static/components/debug/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/debug/src/debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/debug/src/inspector-log.js
+${PYSITELIB}/spyder_terminal/server/static/components/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/decamelize/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/decamelize/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/decode-uri-component/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/decode-uri-component/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/deep-equal/example/cmp.js
+${PYSITELIB}/spyder_terminal/server/static/components/deep-equal/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/deep-equal/lib/is_arguments.js
+${PYSITELIB}/spyder_terminal/server/static/components/deep-equal/lib/keys.js
+${PYSITELIB}/spyder_terminal/server/static/components/deep-equal/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/deep-equal/test/_tape.js
+${PYSITELIB}/spyder_terminal/server/static/components/deep-equal/test/cmp.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/android.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/darwin.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/freebsd.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/ibmi.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/linux.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/openbsd.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/sunos.js
+${PYSITELIB}/spyder_terminal/server/static/components/default-gateway/win32.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-properties/.jscs.json
+${PYSITELIB}/spyder_terminal/server/static/components/define-properties/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-properties/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/define-properties/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-accessor-descriptor/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-accessor-descriptor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-data-descriptor/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-data-descriptor/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-data-descriptor/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-data-descriptor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-descriptor/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/is-descriptor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/define-property/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/del/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/del/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/depd/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/depd/lib/browser/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/depd/lib/compat/callsite-tostring.js
+${PYSITELIB}/spyder_terminal/server/static/components/depd/lib/compat/event-listener-count.js
+${PYSITELIB}/spyder_terminal/server/static/components/depd/lib/compat/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/depd/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/lib/des.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/lib/des/cbc.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/lib/des/cipher.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/lib/des/des.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/lib/des/ede.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/lib/des/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/test/cbc-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/test/des-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/test/ede-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/test/fixtures.js
+${PYSITELIB}/spyder_terminal/server/static/components/des.js/test/utils-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/destroy/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/destroy/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/detect-file/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/detect-file/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/detect-node/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/detect-node/index.esm.js
+${PYSITELIB}/spyder_terminal/server/static/components/detect-node/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/detect-node/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/diffie-hellman/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/diffie-hellman/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/diffie-hellman/lib/dh.js
+${PYSITELIB}/spyder_terminal/server/static/components/diffie-hellman/lib/generatePrime.js
+${PYSITELIB}/spyder_terminal/server/static/components/diffie-hellman/lib/primes.json
+${PYSITELIB}/spyder_terminal/server/static/components/diffie-hellman/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/dns-equal/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/dns-equal/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/dns-equal/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/dns-packet/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/dns-packet/opcodes.js
+${PYSITELIB}/spyder_terminal/server/static/components/dns-packet/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/dns-packet/rcodes.js
+${PYSITELIB}/spyder_terminal/server/static/components/dns-packet/types.js
+${PYSITELIB}/spyder_terminal/server/static/components/dns-txt/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/dns-txt/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/dns-txt/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/dom-converter/lib/domConverter.js
+${PYSITELIB}/spyder_terminal/server/static/components/dom-converter/lib/domToMarkup.js
+${PYSITELIB}/spyder_terminal/server/static/components/dom-converter/lib/objectToSaneObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/dom-converter/lib/saneObjectToDom.js
+${PYSITELIB}/spyder_terminal/server/static/components/dom-converter/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/dom-serializer/lib/foreignNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/dom-serializer/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/dom-serializer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/domain-browser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/domain-browser/source/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/domelementtype/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/domelementtype/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/domhandler/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/domhandler/lib/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/domhandler/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/lib/feeds.js
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/lib/helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/lib/legacy.js
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/lib/manipulation.js
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/lib/querying.js
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/lib/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/lib/traversal.js
+${PYSITELIB}/spyder_terminal/server/static/components/domutils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/duplexify/example.js
+${PYSITELIB}/spyder_terminal/server/static/components/duplexify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/duplexify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/duplexify/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/ee-first/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ee-first/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/chromium-versions.js
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/chromium-versions.json
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/full-chromium-versions.js
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/full-chromium-versions.json
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/full-versions.js
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/full-versions.json
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/versions.js
+${PYSITELIB}/spyder_terminal/server/static/components/electron-to-chromium/versions.json
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/curve/base.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/curve/edwards.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/curve/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/curve/mont.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/curve/short.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/curves.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/ec/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/ec/key.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/ec/signature.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/eddsa/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/eddsa/key.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/eddsa/signature.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/precomputed/secp256k1.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/lib/elliptic/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/elliptic/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/emoji-regex/es2015/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/emoji-regex/es2015/text.js
+${PYSITELIB}/spyder_terminal/server/static/components/emoji-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/emoji-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/emoji-regex/text.js
+${PYSITELIB}/spyder_terminal/server/static/components/emojis-list/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/emojis-list/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/encodeurl/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/encodeurl/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/end-of-stream/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/end-of-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/AliasFieldPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/AliasPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/AppendPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/CachedInputFileSystem.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/CloneBasenamePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ConcordExtensionsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ConcordMainPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ConcordModulesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/DescriptionFilePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/DescriptionFileUtils.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/DirectoryExistsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/FileExistsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/FileKindPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/JoinRequestPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/LogInfoPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/MainFieldPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ModuleAppendPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ModuleKindPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ModulesInHierachicDirectoriesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ModulesInRootPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/NextPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/NodeJsInputFileSystem.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ParsePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/Resolver.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ResolverFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/RestrictionsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/ResultPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/RootPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/SymlinkPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/TryNextPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/UnsafeCachePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/UseFilePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/concord.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/createInnerCallback.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/createInnerContext.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/forEachBail.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/getInnerRequest.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/getPaths.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/globToRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/lib/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/node_modules/memory-fs/lib/MemoryFileSystem.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/node_modules/memory-fs/lib/MemoryFileSystemError.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/node_modules/memory-fs/lib/join.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/node_modules/memory-fs/lib/normalize.js
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/node_modules/memory-fs/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/enhanced-resolve/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/entities/lib/decode.js
+${PYSITELIB}/spyder_terminal/server/static/components/entities/lib/decode_codepoint.js
+${PYSITELIB}/spyder_terminal/server/static/components/entities/lib/encode.js
+${PYSITELIB}/spyder_terminal/server/static/components/entities/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/entities/lib/maps/decode.json
+${PYSITELIB}/spyder_terminal/server/static/components/entities/lib/maps/entities.json
+${PYSITELIB}/spyder_terminal/server/static/components/entities/lib/maps/legacy.json
+${PYSITELIB}/spyder_terminal/server/static/components/entities/lib/maps/xml.json
+${PYSITELIB}/spyder_terminal/server/static/components/entities/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/errno/build.js
+${PYSITELIB}/spyder_terminal/server/static/components/errno/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/errno/custom.js
+${PYSITELIB}/spyder_terminal/server/static/components/errno/errno.js
+${PYSITELIB}/spyder_terminal/server/static/components/errno/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/errno/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/AbstractEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/AbstractRelationalComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/AdvanceStringIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ArrayCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ArraySetLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ArraySpeciesCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/Call.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CanonicalNumericIndexString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CharacterRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CompletePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CreateDataProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CreateDataPropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CreateHTML.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CreateIterResultObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CreateListFromArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/CreateMethodProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/DateFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/Day.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/DayFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/DayWithinYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/DaysInYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/DefinePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/DeletePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/EnumerableOwnNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/FromPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/Get.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/GetIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/GetMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/GetOwnPropertyKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/GetPrototypeFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/GetSubstitution.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/GetV.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/HasOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/HasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/HourFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/InLeapYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/InstanceofOperator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/Invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsAccessorDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsCallable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsCompatiblePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsConcatSpreadable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsDataDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsExtensible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsGenericDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsPromise.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IsRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IteratorClose.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IteratorComplete.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IteratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IteratorStep.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/IteratorValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/MakeDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/MakeDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/MakeTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/MinFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/MonthFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ObjectCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/OrdinaryCreateFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/OrdinaryDefineOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/OrdinaryGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/OrdinaryHasInstance.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/OrdinaryHasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/QuoteJSONString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/RegExpCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/RegExpExec.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/RequireObjectCoercible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/SameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/SameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/SecFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/Set.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/SetFunctionName.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/SetIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/SpeciesConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/SplitMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/StrictEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/StringCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/StringGetIndexProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/SymbolDescriptiveString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/TestIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/TimeClip.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/TimeFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/TimeWithinDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToDateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToInt16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToInt32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToInt8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToUint16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToUint32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToUint8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ToUint8Clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/Type.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/WeekDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/YearFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/abs.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/modulo.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/msFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/thisBooleanValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/thisNumberValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/thisStringValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2015/thisTimeValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/AbstractEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/AbstractRelationalComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/AdvanceStringIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ArrayCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ArraySetLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ArraySpeciesCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/Call.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CanonicalNumericIndexString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CharacterRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CompletePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CreateDataProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CreateDataPropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CreateHTML.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CreateIterResultObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CreateListFromArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/CreateMethodProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/DateFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/Day.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/DayFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/DayWithinYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/DaysInYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/DefinePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/DeletePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/EnumerableOwnNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/FromPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/Get.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/GetIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/GetMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/GetOwnPropertyKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/GetPrototypeFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/GetSubstitution.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/GetV.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/HasOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/HasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/HourFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/InLeapYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/InstanceofOperator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/Invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsAccessorDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsCallable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsCompatiblePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsConcatSpreadable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsDataDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsExtensible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsGenericDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsPromise.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IsRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IterableToArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IteratorClose.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IteratorComplete.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IteratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IteratorStep.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/IteratorValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/MakeDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/MakeDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/MakeTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/MinFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/MonthFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ObjectCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/OrdinaryCreateFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/OrdinaryDefineOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/OrdinaryGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/OrdinaryGetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/OrdinaryHasInstance.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/OrdinaryHasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/OrdinarySetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/QuoteJSONString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/RegExpCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/RegExpExec.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/RequireObjectCoercible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SameValueNonNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SecFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/Set.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SetFunctionName.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SetIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SpeciesConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SplitMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/StrictEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/StringCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/SymbolDescriptiveString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/TestIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/TimeClip.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/TimeFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/TimeWithinDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToDateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToInt16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToInt32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToInt8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToUint16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToUint32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToUint8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ToUint8Clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/Type.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/UTF16Decode.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/UTF16Encoding.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/WeekDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/YearFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/abs.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/modulo.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/msFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/thisBooleanValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/thisNumberValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/thisStringValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2016/thisTimeValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/AbstractEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/AbstractRelationalComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/AdvanceStringIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ArrayCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ArraySetLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ArraySpeciesCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/Call.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CanonicalNumericIndexString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CharacterRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CompletePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CreateDataProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CreateDataPropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CreateHTML.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CreateIterResultObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CreateListFromArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/CreateMethodProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/DateFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/Day.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/DayFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/DayWithinYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/DaysInYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/DefinePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/DeletePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/EnumerableOwnProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/FromPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/Get.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/GetIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/GetMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/GetOwnPropertyKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/GetPrototypeFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/GetSubstitution.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/GetV.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/HasOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/HasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/HourFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/InLeapYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/InstanceofOperator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/Invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsAccessorDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsCallable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsCompatiblePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsConcatSpreadable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsDataDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsExtensible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsGenericDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsPromise.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IsSharedArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IterableToList.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IteratorClose.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IteratorComplete.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IteratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IteratorStep.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/IteratorValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/MakeDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/MakeDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/MakeTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/MinFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/MonthFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ObjectCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/OrdinaryCreateFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/OrdinaryDefineOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/OrdinaryGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/OrdinaryGetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/OrdinaryHasInstance.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/OrdinaryHasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/OrdinarySetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/OrdinaryToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/QuoteJSONString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/RegExpCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/RegExpExec.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/RequireObjectCoercible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SameValueNonNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SecFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/Set.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SetFunctionName.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SetIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SpeciesConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SplitMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/StrictEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/StringCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/StringGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/SymbolDescriptiveString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/TestIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/TimeClip.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/TimeFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/TimeWithinDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToDateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToInt16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToInt32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToInt8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToUint16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToUint32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToUint8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ToUint8Clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/Type.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/UTF16Decode.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/UTF16Encoding.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/WeekDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/YearFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/abs.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/modulo.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/msFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/thisBooleanValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/thisNumberValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/thisStringValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2017/thisTimeValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/AbstractEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/AbstractRelationalComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/AdvanceStringIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ArrayCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ArraySetLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ArraySpeciesCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/Call.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CanonicalNumericIndexString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CharacterRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CompletePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CopyDataProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CreateDataProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CreateDataPropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CreateHTML.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CreateIterResultObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CreateListFromArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/CreateMethodProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/DateFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/DateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/Day.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/DayFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/DayWithinYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/DaysInYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/DefinePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/DeletePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/EnumerableOwnPropertyNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/FromPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/Get.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/GetIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/GetMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/GetOwnPropertyKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/GetPrototypeFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/GetSubstitution.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/GetV.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/HasOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/HasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/HourFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/InLeapYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/InstanceofOperator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/Invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsAccessorDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsCallable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsCompatiblePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsConcatSpreadable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsDataDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsExtensible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsGenericDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsPromise.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsSharedArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IsStringPrefix.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IterableToList.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IteratorClose.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IteratorComplete.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IteratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IteratorStep.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/IteratorValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/MakeDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/MakeDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/MakeTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/MinFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/MonthFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/NumberToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ObjectCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/OrdinaryCreateFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/OrdinaryDefineOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/OrdinaryGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/OrdinaryGetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/OrdinaryHasInstance.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/OrdinaryHasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/OrdinarySetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/OrdinaryToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/PromiseResolve.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/QuoteJSONString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/RegExpCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/RegExpExec.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/RequireObjectCoercible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SameValueNonNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SecFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/Set.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SetFunctionLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SetFunctionName.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SetIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SpeciesConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SplitMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/StrictEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/StringCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/StringGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/SymbolDescriptiveString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/TestIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/TimeClip.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/TimeFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/TimeString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/TimeWithinDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToDateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToInt16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToInt32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToInt8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToUint16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToUint32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToUint8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ToUint8Clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/Type.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/UTF16Decode.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/UTF16Encoding.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/UnicodeEscape.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/WeekDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/YearFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/abs.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/modulo.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/msFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/thisBooleanValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/thisNumberValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/thisStringValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/thisSymbolValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2018/thisTimeValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/AbstractEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/AbstractRelationalComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/AddEntriesFromIterable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/AdvanceStringIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ArrayCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ArraySetLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ArraySpeciesCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/Call.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CanonicalNumericIndexString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CharacterRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CompletePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CopyDataProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CreateDataProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CreateDataPropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CreateHTML.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CreateIterResultObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CreateListFromArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/CreateMethodProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/DateFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/DateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/Day.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/DayFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/DayWithinYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/DaysInYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/DefinePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/DeletePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/EnumerableOwnPropertyNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/FlattenIntoArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/FromPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/Get.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/GetIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/GetMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/GetOwnPropertyKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/GetPrototypeFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/GetSubstitution.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/GetV.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/HasOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/HasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/HourFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/InLeapYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/InstanceofOperator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/Invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsAccessorDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsCallable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsCompatiblePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsConcatSpreadable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsDataDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsExtensible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsGenericDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsPromise.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsSharedArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IsStringPrefix.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IterableToList.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IteratorClose.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IteratorComplete.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IteratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IteratorStep.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/IteratorValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/MakeDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/MakeDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/MakeTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/MinFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/MonthFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/NumberToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ObjectCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/OrdinaryCreateFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/OrdinaryDefineOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/OrdinaryGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/OrdinaryGetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/OrdinaryHasInstance.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/OrdinaryHasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/OrdinarySetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/OrdinaryToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/PromiseResolve.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/QuoteJSONString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/RegExpCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/RegExpExec.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/RequireObjectCoercible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SameValueNonNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SecFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/Set.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SetFunctionLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SetFunctionName.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SetIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SpeciesConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SplitMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/StrictEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/StringCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/StringGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/SymbolDescriptiveString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/TestIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/TimeClip.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/TimeFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/TimeString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/TimeWithinDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToDateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToInt16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToInt32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToInt8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToUint16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToUint32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToUint8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ToUint8Clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/TrimString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/Type.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/UTF16Decode.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/UTF16Encoding.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/UnicodeEscape.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/WeekDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/YearFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/abs.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/modulo.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/msFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/thisBooleanValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/thisNumberValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/thisStringValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/thisSymbolValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2019/thisTimeValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/AbstractEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/AbstractRelationalComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/AddEntriesFromIterable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/AdvanceStringIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ArrayCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ArraySetLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ArraySpeciesCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/add.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/bitwiseAND.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/bitwiseNOT.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/bitwiseOR.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/bitwiseXOR.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/divide.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/equal.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/exponentiate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/leftShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/lessThan.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/multiply.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/remainder.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/sameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/sameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/signedRightShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/subtract.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/toString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/unaryMinus.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigInt/unsignedRightShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BigIntBitwiseOp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BinaryAnd.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BinaryOr.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/BinaryXor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Call.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CanonicalNumericIndexString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CharacterRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CodePointAt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CompletePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CopyDataProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CreateDataProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CreateDataPropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CreateHTML.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CreateIterResultObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CreateListFromArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CreateMethodProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/CreateRegExpStringIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/DateFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/DateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Day.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/DayFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/DayWithinYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/DaysInYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/DefinePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/DeletePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/EnumerableOwnPropertyNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/FlattenIntoArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/FromPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Get.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/GetIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/GetMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/GetOwnPropertyKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/GetPrototypeFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/GetSubstitution.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/GetV.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/HasOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/HasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/HourFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/InLeapYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/InstanceofOperator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsAccessorDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsBigIntElementType.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsCallable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsCompatiblePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsConcatSpreadable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsDataDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsExtensible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsGenericDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsNoTearConfiguration.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsNonNegativeInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsPromise.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsSharedArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsStringPrefix.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsUnclampedIntegerElementType.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IsUnsignedElementType.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IterableToList.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IteratorClose.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IteratorComplete.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IteratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IteratorStep.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/IteratorValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/LengthOfArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/MakeDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/MakeDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/MakeTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/MinFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/MonthFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/add.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/bitwiseAND.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/bitwiseNOT.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/bitwiseOR.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/bitwiseXOR.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/divide.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/equal.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/exponentiate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/leftShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/lessThan.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/multiply.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/remainder.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/sameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/sameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/signedRightShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/subtract.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/toString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/unaryMinus.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Number/unsignedRightShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/NumberBitwiseOp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/NumberToBigInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinaryCreateFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinaryDefineOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinaryGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinaryGetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinaryHasInstance.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinaryHasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinaryObjectCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinarySetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/OrdinaryToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/PromiseResolve.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/QuoteJSONString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/RegExpCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/RegExpExec.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/RequireObjectCoercible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SameValueNonNumeric.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SecFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Set.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SetFunctionLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SetFunctionName.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SetIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SpeciesConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SplitMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/StrictEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/StringCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/StringGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/StringPad.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/StringToBigInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/SymbolDescriptiveString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/TestIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/TimeClip.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/TimeFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/TimeString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/TimeWithinDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToBigInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToBigInt64.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToBigUint64.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToDateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToInt16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToInt32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToInt8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToNumeric.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToUint16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToUint32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToUint8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ToUint8Clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/TrimString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/Type.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/UTF16DecodeString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/UTF16DecodeSurrogatePair.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/UTF16Encoding.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/UnicodeEscape.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/WeekDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/YearFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/abs.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/modulo.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/msFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/thisBigIntValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/thisBooleanValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/thisNumberValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/thisStringValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/thisSymbolValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2020/thisTimeValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/AbstractEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/AbstractRelationalComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/AddEntriesFromIterable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/AddToKeptObjects.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/AdvanceStringIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ArrayCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ArraySetLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ArraySpeciesCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/add.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/bitwiseAND.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/bitwiseNOT.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/bitwiseOR.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/bitwiseXOR.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/divide.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/equal.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/exponentiate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/leftShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/lessThan.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/multiply.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/remainder.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/sameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/sameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/signedRightShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/subtract.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/toString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/unaryMinus.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigInt/unsignedRightShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BigIntBitwiseOp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BinaryAnd.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BinaryOr.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/BinaryXor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ByteListBitwiseOp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ByteListEqual.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Call.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CanonicalNumericIndexString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CharacterRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ClearKeptObjects.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CodePointAt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CodePointsToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CompletePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CopyDataProperties.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CreateDataProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CreateDataPropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CreateHTML.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CreateIterResultObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CreateListFromArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CreateMethodProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/CreateRegExpStringIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/DateFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/DateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Day.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/DayFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/DayWithinYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/DaysInYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/DefinePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/DeletePropertyOrThrow.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/EnumerableOwnPropertyNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/FlattenIntoArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/FromPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Get.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/GetIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/GetMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/GetOwnPropertyKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/GetPromiseResolve.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/GetPrototypeFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/GetSubstitution.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/GetV.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/HasOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/HasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/HourFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/InLeapYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/InstanceofOperator.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsAccessorDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsBigIntElementType.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsCallable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsCompatiblePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsConcatSpreadable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsDataDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsExtensible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsGenericDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsIntegralNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsNoTearConfiguration.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsPromise.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsSharedArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsStringPrefix.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsUnclampedIntegerElementType.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IsUnsignedElementType.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IterableToList.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IteratorClose.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IteratorComplete.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IteratorNext.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IteratorStep.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/IteratorValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/LengthOfArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/MakeDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/MakeDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/MakeTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/MinFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/MonthFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/add.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/bitwiseAND.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/bitwiseNOT.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/bitwiseOR.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/bitwiseXOR.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/divide.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/equal.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/exponentiate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/leftShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/lessThan.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/multiply.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/remainder.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/sameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/sameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/signedRightShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/subtract.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/toString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/unaryMinus.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Number/unsignedRightShift.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/NumberBitwiseOp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/NumberToBigInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinaryCreateFromConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinaryDefineOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinaryGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinaryGetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinaryHasInstance.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinaryHasProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinaryObjectCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinarySetPrototypeOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/OrdinaryToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/PromiseResolve.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/QuoteJSONString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/RegExpCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/RegExpExec.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/RequireObjectCoercible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SameValueNonNumeric.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SameValueZero.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SecFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Set.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SetFunctionLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SetFunctionName.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SetIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SpeciesConstructor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SplitMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/StrictEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/StringCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/StringGetOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/StringIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/StringPad.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/StringToBigInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/StringToCodePoints.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/SymbolDescriptiveString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/TestIntegrityLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/TimeClip.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/TimeFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/TimeString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/TimeWithinDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToBigInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToBigInt64.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToBigUint64.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToDateString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToInt16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToInt32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToInt8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToIntegerOrInfinity.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToNumeric.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToPropertyKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToUint16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToUint32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToUint8.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ToUint8Clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/TrimString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/Type.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/UTF16EncodeCodePoint.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/UTF16SurrogatePairToCodePoint.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/UnicodeEscape.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/WeakRefDeref.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/WeekDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/YearFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/abs.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/modulo.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/msFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/substring.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/thisBigIntValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/thisBooleanValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/thisNumberValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/thisStringValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/thisSymbolValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/2021/thisTimeValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/AbstractEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/AbstractRelationalComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/CheckObjectCoercible.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/DateFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/Day.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/DayFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/DayWithinYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/DaysInYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/FromPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/HourFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/InLeapYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/IsAccessorDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/IsCallable.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/IsDataDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/IsGenericDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/IsPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/MakeDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/MakeDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/MakeTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/MinFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/MonthFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/SameValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/SecFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/StrictEqualityComparison.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/TimeClip.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/TimeFromYear.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/TimeWithinDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToInt32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToUint16.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/ToUint32.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/Type.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/WeekDay.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/YearFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/abs.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/modulo.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/5/msFromTime.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/GetIntrinsic.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es2015.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es2016.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es2017.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es2018.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es2019.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es2020.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es2021.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es5.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es6.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/es7.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/DefineOwnProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/OwnPropertyKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/assertRecord.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/assign.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/callBind.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/callBound.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/every.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/forEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/getInferredName.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/getIteratorMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/getOwnPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/getProto.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/getSymbolDescription.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isByteValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isCodePoint.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isFinite.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isLeadingSurrogate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isNaN.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isPrefixOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isPropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isSamePropertyDescriptor.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/isTrailingSurrogate.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/maxSafeInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/mod.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/modBigInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/padTimeComponent.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/regexTester.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/setProto.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/sign.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/some.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/helpers/timeConstants.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/operations/2015.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/operations/2016.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/operations/2017.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/operations/2018.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/operations/2019.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/operations/2020.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/operations/2021.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-abstract/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/es2015.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/es5.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/es6.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/helpers/isPrimitive.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/test/es2015.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/test/es5.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/test/es6.js
+${PYSITELIB}/spyder_terminal/server/static/components/es-to-primitive/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/escalade/dist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/escalade/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/escalade/sync/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/escape-html/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/escape-html/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/escape-string-regexp/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/escape-string-regexp/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/lib/definition.js
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/lib/pattern-visitor.js
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/lib/reference.js
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/lib/referencer.js
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/lib/scope-manager.js
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/lib/scope.js
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/lib/variable.js
+${PYSITELIB}/spyder_terminal/server/static/components/eslint-scope/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/esrecurse/esrecurse.js
+${PYSITELIB}/spyder_terminal/server/static/components/esrecurse/gulpfile.babel.js
+${PYSITELIB}/spyder_terminal/server/static/components/esrecurse/node_modules/estraverse/estraverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/esrecurse/node_modules/estraverse/gulpfile.js
+${PYSITELIB}/spyder_terminal/server/static/components/esrecurse/node_modules/estraverse/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/esrecurse/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/estraverse/estraverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/estraverse/gulpfile.js
+${PYSITELIB}/spyder_terminal/server/static/components/estraverse/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/esutils/lib/ast.js
+${PYSITELIB}/spyder_terminal/server/static/components/esutils/lib/code.js
+${PYSITELIB}/spyder_terminal/server/static/components/esutils/lib/keyword.js
+${PYSITELIB}/spyder_terminal/server/static/components/esutils/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/esutils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/etag/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/etag/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/eventemitter3/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/eventemitter3/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/eventemitter3/umd/eventemitter3.js
+${PYSITELIB}/spyder_terminal/server/static/components/eventemitter3/umd/eventemitter3.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/events.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/add-listeners.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/check-listener-leaks.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/errors.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/events-list.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/events-once.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/legacy-compat.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/listener-count.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/listeners-side-effects.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/listeners.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/max-listeners.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/method-names.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/modify-in-emit.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/num-args.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/once.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/prepend.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/remove-all-listeners.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/remove-listeners.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/set-max-listeners-side-effects.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/special-event-names.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/subclass.js
+${PYSITELIB}/spyder_terminal/server/static/components/events/tests/symbols.js
+${PYSITELIB}/spyder_terminal/server/static/components/eventsource/example/eventsource-polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/eventsource/example/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/eventsource/example/sse-client.js
+${PYSITELIB}/spyder_terminal/server/static/components/eventsource/example/sse-server.js
+${PYSITELIB}/spyder_terminal/server/static/components/eventsource/lib/eventsource-polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/eventsource/lib/eventsource.js
+${PYSITELIB}/spyder_terminal/server/static/components/eventsource/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/evp_bytestokey/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/evp_bytestokey/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/execa/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/execa/lib/errname.js
+${PYSITELIB}/spyder_terminal/server/static/components/execa/lib/stdio.js
+${PYSITELIB}/spyder_terminal/server/static/components/execa/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/expand-brackets/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/expand-brackets/lib/compilers.js
+${PYSITELIB}/spyder_terminal/server/static/components/expand-brackets/lib/parsers.js
+${PYSITELIB}/spyder_terminal/server/static/components/expand-brackets/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/expand-brackets/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/expand-tilde/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/expand-tilde/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/express/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/application.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/express.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/middleware/init.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/middleware/query.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/request.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/response.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/router/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/router/layer.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/router/route.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/lib/view.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/node_modules/safe-buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/express/node_modules/safe-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/express/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/extend-shallow/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/extend-shallow/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/extglob/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/extglob/lib/compilers.js
+${PYSITELIB}/spyder_terminal/server/static/components/extglob/lib/extglob.js
+${PYSITELIB}/spyder_terminal/server/static/components/extglob/lib/parsers.js
+${PYSITELIB}/spyder_terminal/server/static/components/extglob/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/extglob/node_modules/define-property/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/extglob/node_modules/define-property/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/extglob/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fast-deep-equal/es6/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-deep-equal/es6/react.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-deep-equal/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-deep-equal/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fast-deep-equal/react.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/benchmark/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/benchmark/test.json
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/example/key_cmp.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/example/nested.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/example/str.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/example/value_cmp.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/test/cmp.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/test/nested.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/test/str.js
+${PYSITELIB}/spyder_terminal/server/static/components/fast-json-stable-stringify/test/to-json.js
+${PYSITELIB}/spyder_terminal/server/static/components/faye-websocket/lib/faye/eventsource.js
+${PYSITELIB}/spyder_terminal/server/static/components/faye-websocket/lib/faye/websocket.js
+${PYSITELIB}/spyder_terminal/server/static/components/faye-websocket/lib/faye/websocket/api.js
+${PYSITELIB}/spyder_terminal/server/static/components/faye-websocket/lib/faye/websocket/api/event.js
+${PYSITELIB}/spyder_terminal/server/static/components/faye-websocket/lib/faye/websocket/api/event_target.js
+${PYSITELIB}/spyder_terminal/server/static/components/faye-websocket/lib/faye/websocket/client.js
+${PYSITELIB}/spyder_terminal/server/static/components/faye-websocket/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/bower.json
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/examples/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/fetch.js
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/test/mocha-phantomjs-hooks.js
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/test/test-worker.html
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/test/test.html
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/test/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/fetch/test/worker.js
+${PYSITELIB}/spyder_terminal/server/static/components/figgy-pudding/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/figgy-pudding/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/file-uri-to-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/file-uri-to-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/file-uri-to-path/test/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/file-uri-to-path/test/tests.json
+${PYSITELIB}/spyder_terminal/server/static/components/fill-range/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fill-range/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/finalhandler/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/finalhandler/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/find-up/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/find-up/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/locate-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/locate-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/p-locate/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/p-locate/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/path-exists/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/path-exists/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/pkg-dir/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/node_modules/pkg-dir/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/find-cache-dir/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/find-up/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/find-up/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/findup-sync/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/findup-sync/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/flush-write-stream/example.js
+${PYSITELIB}/spyder_terminal/server/static/components/flush-write-stream/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/flush-write-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/flush-write-stream/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/follow-redirects/debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/follow-redirects/http.js
+${PYSITELIB}/spyder_terminal/server/static/components/follow-redirects/https.js
+${PYSITELIB}/spyder_terminal/server/static/components/follow-redirects/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/follow-redirects/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/for-in/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/for-in/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/forwarded/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/forwarded/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fragment-cache/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fragment-cache/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fresh/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fresh/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/from2/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/from2/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/from2/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs-write-stream-atomic/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs-write-stream-atomic/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fs-write-stream-atomic/test/basic.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs-write-stream-atomic/test/chown.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs-write-stream-atomic/test/rename-eperm.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs-write-stream-atomic/test/rename-fail.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs-write-stream-atomic/test/slow-close.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs-write-stream-atomic/test/toolong.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs.realpath/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs.realpath/old.js
+${PYSITELIB}/spyder_terminal/server/static/components/fs.realpath/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/fsevents/fsevents.js
+${PYSITELIB}/spyder_terminal/server/static/components/fsevents/install.js
+${PYSITELIB}/spyder_terminal/server/static/components/fsevents/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/function-bind/.jscs.json
+${PYSITELIB}/spyder_terminal/server/static/components/function-bind/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/function-bind/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/function-bind/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/function-bind/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/gensync/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/gensync/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/gensync/test/index.test.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-caller-file/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-caller-file/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/get-intrinsic/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-intrinsic/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/get-intrinsic/test/GetIntrinsic.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-stream/buffer-stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-stream/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/get-symbol-description/getInferredName.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-symbol-description/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-symbol-description/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/get-symbol-description/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-value/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/get-value/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/glob-parent/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/glob-parent/node_modules/is-glob/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/glob-parent/node_modules/is-glob/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/glob-parent/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/glob/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/glob/glob.js
+${PYSITELIB}/spyder_terminal/server/static/components/glob/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/glob/sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/global-modules/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/global-modules/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/global-prefix/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/global-prefix/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/global-prefix/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/global-prefix/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/globals/globals.json
+${PYSITELIB}/spyder_terminal/server/static/components/globals/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/globals/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/globby/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/globby/node_modules/pify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/globby/node_modules/pify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/globby/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/graceful-fs/clone.js
+${PYSITELIB}/spyder_terminal/server/static/components/graceful-fs/graceful-fs.js
+${PYSITELIB}/spyder_terminal/server/static/components/graceful-fs/legacy-streams.js
+${PYSITELIB}/spyder_terminal/server/static/components/graceful-fs/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/graceful-fs/polyfills.js
+${PYSITELIB}/spyder_terminal/server/static/components/handle-thing/lib/handle.js
+${PYSITELIB}/spyder_terminal/server/static/components/handle-thing/lib/queue.js
+${PYSITELIB}/spyder_terminal/server/static/components/handle-thing/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/handle-thing/test/api-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-bigints/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-bigints/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/has-bigints/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-flag/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-flag/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/has-symbols/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-symbols/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/has-symbols/shams.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-symbols/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-symbols/test/shams/core-js.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-symbols/test/shams/get-own-property-symbols.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-symbols/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-tostringtag/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-tostringtag/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/has-tostringtag/shams.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-tostringtag/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-tostringtag/test/shams/core-js.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-tostringtag/test/shams/get-own-property-symbols.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-tostringtag/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-value/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-value/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/has-values/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-values/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has-values/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/has-values/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/has/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/has/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/has/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/errors-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/errors.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/experimentalWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/_stream_duplex.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/_stream_passthrough.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/_stream_readable.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/_stream_transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/_stream_writable.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/async_iterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/buffer_list.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/destroy.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/from-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/from.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/pipeline.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/state.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/lib/internal/streams/stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/readable-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/node_modules/readable-stream/readable.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash-base/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/.eslintrc.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/hmac.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/ripemd.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/sha.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/sha/1.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/sha/224.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/sha/256.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/sha/384.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/sha/512.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/sha/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/lib/hash/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/test/hash-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/hash.js/test/hmac-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/he/he.js
+${PYSITELIB}/spyder_terminal/server/static/components/he/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/hmac-drbg/lib/hmac-drbg.js
+${PYSITELIB}/spyder_terminal/server/static/components/hmac-drbg/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/hmac-drbg/test/drbg-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/hmac-drbg/test/fixtures/hmac-drbg-nist.json
+${PYSITELIB}/spyder_terminal/server/static/components/homedir-polyfill/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/homedir-polyfill/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/homedir-polyfill/polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack/compressor.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack/decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack/decompressor.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack/encoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack/huffman.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack/static-table.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack/table.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/lib/hpack/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/test/compressor-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/test/decoder-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/test/decompressor-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/test/encoder-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/test/fixtures.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/tools/gen-huffman.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/tools/gen-static-table.js
+${PYSITELIB}/spyder_terminal/server/static/components/hpack.js/tools/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-entities/lib/html4-entities.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-entities/lib/html5-entities.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-entities/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-entities/lib/surrogate-pairs.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-entities/lib/xml-entities.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-entities/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/html-minifier/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-minifier/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/html-minifier/src/htmlminifier.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-minifier/src/htmlparser.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-minifier/src/tokenchain.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-minifier/src/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/lib/chunksorter.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/lib/compiler.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/lib/errors.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/lib/loader.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/big.js/big.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/big.js/big.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/big.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/emojis-list/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/emojis-list/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/json5/lib/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/json5/lib/json5.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/json5/lib/require.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/json5/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/loader-utils/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/node_modules/loader-utils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/html-webpack-plugin/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/htmlparser2/lib/CollectingHandler.js
+${PYSITELIB}/spyder_terminal/server/static/components/htmlparser2/lib/FeedHandler.js
+${PYSITELIB}/spyder_terminal/server/static/components/htmlparser2/lib/MultiplexHandler.js
+${PYSITELIB}/spyder_terminal/server/static/components/htmlparser2/lib/Parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/htmlparser2/lib/Tokenizer.js
+${PYSITELIB}/spyder_terminal/server/static/components/htmlparser2/lib/WritableStream.js
+${PYSITELIB}/spyder_terminal/server/static/components/htmlparser2/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/htmlparser2/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/http-deceiver/lib/deceiver.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-deceiver/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/http-deceiver/test/api-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-errors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-errors/node_modules/inherits/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-errors/node_modules/inherits/inherits_browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-errors/node_modules/inherits/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/http-errors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/http-parser-js/http-parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-parser-js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/lib/config-factory.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/lib/context-matcher.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/lib/errors.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/lib/handlers.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/lib/logger.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/lib/path-rewriter.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/lib/router.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy-middleware/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/lib/http-proxy.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/lib/http-proxy/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/lib/http-proxy/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/lib/http-proxy/passes/web-incoming.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/lib/http-proxy/passes/web-outgoing.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/lib/http-proxy/passes/ws-incoming.js
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/http-proxy/renovate.json
+${PYSITELIB}/spyder_terminal/server/static/components/https-browserify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/https-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/dbcs-codec.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/dbcs-data.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/internal.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/sbcs-codec.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/sbcs-data-generated.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/sbcs-data.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/tables/big5-added.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/tables/cp936.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/tables/cp949.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/tables/cp950.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/tables/eucjp.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/tables/gb18030-ranges.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/tables/gbk-added.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/tables/shiftjis.json
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/utf16.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/encodings/utf7.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/lib/bom-handling.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/lib/extend-node.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/lib/streams.js
+${PYSITELIB}/spyder_terminal/server/static/components/iconv-lite/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ieee754/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ieee754/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/iferr/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/iferr/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/import-local/fixtures/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/import-local/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/import-local/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/imurmurhash/imurmurhash.js
+${PYSITELIB}/spyder_terminal/server/static/components/imurmurhash/imurmurhash.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/imurmurhash/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/infer-owner/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/infer-owner/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/inflight/inflight.js
+${PYSITELIB}/spyder_terminal/server/static/components/inflight/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/inherits/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/inherits/inherits_browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/inherits/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ini/ini.js
+${PYSITELIB}/spyder_terminal/server/static/components/ini/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/internal-ip/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/internal-ip/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/internal-slot/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/internal-slot/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/internal-slot/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/interpret/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/interpret/mjs-stub.js
+${PYSITELIB}/spyder_terminal/server/static/components/interpret/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ip-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ip-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ip/lib/ip.js
+${PYSITELIB}/spyder_terminal/server/static/components/ip/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ip/test/api-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/ipaddr.js/ipaddr.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/ipaddr.js/lib/ipaddr.js
+${PYSITELIB}/spyder_terminal/server/static/components/ipaddr.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-absolute-url/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-absolute-url/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-accessor-descriptor/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-accessor-descriptor/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-accessor-descriptor/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-accessor-descriptor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-arguments/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-arguments/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-arguments/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-bigint/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-bigint/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-bigint/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-binary-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-binary-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-boolean-object/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-boolean-object/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-boolean-object/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-buffer/test/basic.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-callable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-callable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-callable/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-core-module/core.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-core-module/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-core-module/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-core-module/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-data-descriptor/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-data-descriptor/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-data-descriptor/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-data-descriptor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-date-object/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-date-object/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-date-object/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-descriptor/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-descriptor/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-descriptor/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-descriptor/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-extendable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-extendable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-extglob/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-extglob/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-fullwidth-code-point/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-fullwidth-code-point/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-glob/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-glob/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-negative-zero/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-negative-zero/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-negative-zero/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-number-object/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-number-object/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-number-object/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-number/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-number/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-path-cwd/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-path-cwd/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-path-in-cwd/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-path-in-cwd/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-path-inside/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-path-inside/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-plain-object/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-plain-object/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-regex/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-shared-array-buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-shared-array-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-shared-array-buffer/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-stream/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-string/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-string/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-string/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-symbol/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-symbol/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-symbol/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-weakref/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-weakref/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-weakref/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-windows/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-windows/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/is-wsl/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/is-wsl/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/isarray/component.json
+${PYSITELIB}/spyder_terminal/server/static/components/isarray/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/isarray/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/isarray/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/isexe/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/isexe/mode.js
+${PYSITELIB}/spyder_terminal/server/static/components/isexe/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/isexe/test/basic.js
+${PYSITELIB}/spyder_terminal/server/static/components/isexe/windows.js
+${PYSITELIB}/spyder_terminal/server/static/components/isobject/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/isobject/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/bower.json
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/dist/jquery.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/dist/jquery.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/dist/jquery.slim.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/dist/jquery.slim.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/external/sizzle/dist/sizzle.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/external/sizzle/dist/sizzle.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/ajax.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/ajax/jsonp.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/ajax/load.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/ajax/script.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/ajax/var/location.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/ajax/var/nonce.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/ajax/var/rquery.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/ajax/xhr.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/attributes.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/attributes/attr.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/attributes/classes.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/attributes/prop.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/attributes/support.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/attributes/val.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/callbacks.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/DOMEval.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/access.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/camelCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/init.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/isAttached.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/nodeName.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/parseHTML.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/parseXML.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/ready-no-deferred.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/ready.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/readyException.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/stripAndCollapse.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/support.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/toType.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/core/var/rsingleTag.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/addGetHookIf.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/adjustCSS.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/curCSS.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/finalPropName.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/hiddenVisibleSelectors.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/showHide.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/support.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/var/cssExpand.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/var/getStyles.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/var/isHiddenWithinTree.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/var/rboxStyle.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/var/rnumnonpx.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/css/var/swap.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/data.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/data/Data.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/data/var/acceptData.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/data/var/dataPriv.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/data/var/dataUser.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/deferred.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/deferred/exceptionHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/deprecated.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/deprecated/ajax-event-alias.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/deprecated/event.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/dimensions.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/effects.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/effects/Tween.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/effects/animatedSelector.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/event.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/event/focusin.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/event/support.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/event/trigger.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/exports/amd.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/exports/global.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/jquery.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation/_evalUrl.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation/buildFragment.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation/getAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation/setGlobalEval.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation/support.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation/var/rscriptType.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation/var/rtagName.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/manipulation/wrapMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/offset.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/queue.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/queue/delay.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/selector-native.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/selector-sizzle.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/selector.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/serialize.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/traversing.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/traversing/findFilter.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/traversing/var/dir.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/traversing/var/rneedsContext.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/traversing/var/siblings.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/ObjectFunctionString.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/arr.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/class2type.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/document.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/documentElement.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/flat.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/fnToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/getProto.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/hasOwn.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/indexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/isFunction.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/isWindow.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/pnum.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/push.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/rcheckableType.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/rcssNum.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/rnothtmlwhite.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/slice.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/support.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/var/toString.js
+${PYSITELIB}/spyder_terminal/server/static/components/jquery/src/wrap.js
+${PYSITELIB}/spyder_terminal/server/static/components/js-tokens/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/js-tokens/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/jsesc/jsesc.js
+${PYSITELIB}/spyder_terminal/server/static/components/jsesc/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/json-parse-better-errors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/json-parse-better-errors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/json-schema-traverse/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/json-schema-traverse/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/json-schema-traverse/spec/fixtures/schema.js
+${PYSITELIB}/spyder_terminal/server/static/components/json-schema-traverse/spec/index.spec.js
+${PYSITELIB}/spyder_terminal/server/static/components/json3/changes.html
+${PYSITELIB}/spyder_terminal/server/static/components/json3/lib/json3.js
+${PYSITELIB}/spyder_terminal/server/static/components/json3/lib/json3.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/json3/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/json5/dist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/lib/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/lib/register.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/lib/require.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/lib/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/lib/unicode.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/json5/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/killable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/killable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/loader-runner/lib/LoaderLoadingError.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-runner/lib/LoaderRunner.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-runner/lib/loadLoader.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-runner/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/getCurrentRequest.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/getHashDigest.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/getOptions.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/getRemainingRequest.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/interpolateName.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/isUrlRequest.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/parseQuery.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/parseString.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/stringifyRequest.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/lib/urlToRequest.js
+${PYSITELIB}/spyder_terminal/server/static/components/loader-utils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/locate-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/locate-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/lodash.debounce/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash.debounce/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_DataView.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_Hash.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_LazyWrapper.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_ListCache.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_LodashWrapper.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_Map.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_MapCache.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_Promise.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_Set.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_SetCache.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_Stack.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_Symbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_Uint8Array.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_WeakMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_apply.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayAggregator.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayEachRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayEvery.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayFilter.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayIncludes.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayIncludesWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayLikeKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayPush.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayReduce.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayReduceRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arraySample.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arraySampleSize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arrayShuffle.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_arraySome.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_asciiSize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_asciiToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_asciiWords.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_assignMergeValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_assignValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_assocIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseAggregator.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseAssign.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseAssignIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseAssignValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseAt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseClamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseClone.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseConforms.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseConformsTo.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseDelay.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseDifference.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseEachRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseEvery.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseExtremum.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseFill.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseFilter.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseFindIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseFindKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseFlatten.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseFor.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseForOwn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseForOwnRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseForRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseFunctions.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseGetAllKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseGetTag.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseGt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseHas.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseHasIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseInRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIndexOfWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIntersection.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseInverter.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseInvoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsArguments.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsEqual.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsEqualDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsNaN.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsNative.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIsTypedArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseIteratee.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseKeysIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseLodash.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseLt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseMatches.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseMatchesProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseMean.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseMerge.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseMergeDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseNth.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseOrderBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_basePick.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_basePickBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_basePropertyDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_basePropertyOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_basePullAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_basePullAt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseRandom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseReduce.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseRepeat.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseRest.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSample.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSampleSize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSetData.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSetToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseShuffle.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSlice.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSome.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSortBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSortedIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSortedIndexBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSortedUniq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseSum.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseTimes.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseToNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseToPairs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseTrim.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseUnary.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseUniq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseUnset.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseUpdate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseValues.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseWrapperValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseXor.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_baseZipObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_cacheHas.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_castArrayLikeObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_castFunction.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_castPath.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_castRest.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_castSlice.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_charsEndIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_charsStartIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_cloneArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_cloneBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_cloneDataView.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_cloneRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_cloneSymbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_cloneTypedArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_compareAscending.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_compareMultiple.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_composeArgs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_composeArgsRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_copyArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_copyObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_copySymbols.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_copySymbolsIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_coreJsData.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_countHolders.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createAggregator.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createAssigner.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createBaseEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createBaseFor.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createBind.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createCaseFirst.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createCompounder.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createCtor.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createCurry.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createFind.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createFlow.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createHybrid.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createInverter.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createMathOperation.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createOver.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createPadding.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createPartial.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createRecurry.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createRelationalOperation.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createRound.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createToPairs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_createWrap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_customDefaultsAssignIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_customDefaultsMerge.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_customOmitClone.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_deburrLetter.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_defineProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_equalArrays.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_equalByTag.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_equalObjects.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_escapeHtmlChar.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_escapeStringChar.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_flatRest.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_freeGlobal.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getAllKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getAllKeysIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getData.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getFuncName.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getHolder.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getMapData.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getMatchData.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getNative.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getPrototype.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getRawTag.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getSymbols.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getSymbolsIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getTag.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getView.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_getWrapDetails.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_hasPath.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_hasUnicode.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_hasUnicodeWord.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_hashClear.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_hashDelete.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_hashGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_hashHas.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_hashSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_initCloneArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_initCloneByTag.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_initCloneObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_insertWrapDetails.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isFlattenable.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isIterateeCall.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isKeyable.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isLaziable.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isMaskable.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isMasked.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isPrototype.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_isStrictComparable.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_iteratorToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_lazyClone.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_lazyReverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_lazyValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_listCacheClear.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_listCacheDelete.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_listCacheGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_listCacheHas.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_listCacheSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_mapCacheClear.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_mapCacheDelete.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_mapCacheGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_mapCacheHas.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_mapCacheSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_mapToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_matchesStrictComparable.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_memoizeCapped.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_mergeData.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_metaMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_nativeCreate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_nativeKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_nativeKeysIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_nodeUtil.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_objectToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_overArg.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_overRest.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_parent.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_reEscape.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_reEvaluate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_reInterpolate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_realNames.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_reorder.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_replaceHolders.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_root.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_safeGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_setCacheAdd.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_setCacheHas.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_setData.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_setToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_setToPairs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_setToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_setWrapToString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_shortOut.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_shuffleSelf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_stackClear.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_stackDelete.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_stackGet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_stackHas.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_stackSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_strictIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_strictLastIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_stringSize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_stringToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_stringToPath.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_toKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_toSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_trimmedEndIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_unescapeHtmlChar.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_unicodeSize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_unicodeToArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_unicodeWords.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_updateWrapDetails.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/_wrapperClone.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/add.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/after.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/array.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/ary.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/assign.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/assignIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/assignInWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/assignWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/at.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/attempt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/before.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/bind.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/bindAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/bindKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/camelCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/capitalize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/castArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/ceil.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/chain.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/chunk.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/clone.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/cloneDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/cloneDeepWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/cloneWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/collection.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/commit.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/compact.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/concat.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/cond.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/conforms.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/conformsTo.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/constant.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/core.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/core.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/countBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/create.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/curry.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/curryRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/date.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/debounce.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/deburr.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/defaultTo.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/defaults.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/defaultsDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/defer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/delay.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/difference.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/differenceBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/differenceWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/divide.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/drop.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/dropRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/dropRightWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/dropWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/each.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/eachRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/endsWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/entries.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/entriesIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/eq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/escape.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/escapeRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/every.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/extend.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/extendWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fill.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/find.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/findIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/findKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/findLast.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/findLastIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/findLastKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/first.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flatMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flatMapDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flatMapDepth.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flatten.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flattenDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flattenDepth.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flip.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flow.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/flowRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/forEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/forEachRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/forIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/forInRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/forOwn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/forOwnRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/F.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/T.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/__.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/_baseConvert.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/_convertBrowser.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/_falseOptions.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/_mapping.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/_util.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/add.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/after.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/all.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/allPass.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/always.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/any.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/anyPass.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/apply.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/array.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/ary.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assign.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assignAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assignAllWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assignIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assignInAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assignInAllWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assignInWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assignWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assoc.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/assocPath.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/at.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/attempt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/before.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/bind.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/bindAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/bindKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/camelCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/capitalize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/castArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/ceil.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/chain.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/chunk.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/clamp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/clone.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/cloneDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/cloneDeepWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/cloneWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/collection.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/commit.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/compact.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/complement.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/compose.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/concat.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/cond.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/conforms.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/conformsTo.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/constant.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/contains.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/convert.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/countBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/create.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/curry.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/curryN.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/curryRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/curryRightN.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/date.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/debounce.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/deburr.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/defaultTo.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/defaults.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/defaultsAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/defaultsDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/defaultsDeepAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/defer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/delay.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/difference.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/differenceBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/differenceWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/dissoc.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/dissocPath.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/divide.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/drop.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/dropLast.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/dropLastWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/dropRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/dropRightWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/dropWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/each.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/eachRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/endsWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/entries.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/entriesIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/eq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/equals.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/escape.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/escapeRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/every.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/extend.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/extendAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/extendAllWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/extendWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/fill.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/find.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findIndexFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findLast.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findLastFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findLastIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findLastIndexFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/findLastKey.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/first.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flatMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flatMapDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flatMapDepth.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flatten.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flattenDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flattenDepth.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flip.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/floor.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flow.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/flowRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/forEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/forEachRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/forIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/forInRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/forOwn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/forOwnRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/fromPairs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/function.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/functions.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/functionsIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/get.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/getOr.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/groupBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/gt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/gte.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/has.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/hasIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/head.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/identical.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/identity.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/inRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/includes.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/includesFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/indexBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/indexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/indexOfFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/init.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/initial.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/intersection.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/intersectionBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/intersectionWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/invert.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/invertBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/invertObj.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/invokeArgs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/invokeArgsMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/invokeMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isArguments.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isArrayLikeObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isElement.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isEmpty.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isEqual.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isEqualWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isError.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isFinite.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isFunction.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isMatchWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isNaN.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isNative.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isNil.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isNull.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isObjectLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isPlainObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isSafeInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isSymbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isTypedArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isUndefined.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isWeakMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/isWeakSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/iteratee.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/join.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/juxt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/kebabCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/keyBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/keys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/keysIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/lang.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/last.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/lastIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/lastIndexOfFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/lowerCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/lowerFirst.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/lt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/lte.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/map.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/mapKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/mapValues.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/matches.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/matchesProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/math.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/max.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/maxBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/mean.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/meanBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/memoize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/merge.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/mergeAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/mergeAllWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/mergeWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/method.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/methodOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/min.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/minBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/mixin.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/multiply.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/nAry.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/negate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/next.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/noop.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/now.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/nth.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/nthArg.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/number.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/object.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/omit.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/omitAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/omitBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/once.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/orderBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/over.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/overArgs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/overEvery.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/overSome.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pad.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/padChars.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/padCharsEnd.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/padCharsStart.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/padEnd.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/padStart.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/parseInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/partial.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/partialRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/partition.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/path.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pathEq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pathOr.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/paths.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pick.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pickAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pickBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pipe.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/placeholder.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/plant.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pluck.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/prop.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/propEq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/propOr.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/property.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/propertyOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/props.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pull.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pullAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pullAllBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pullAllWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/pullAt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/random.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/range.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/rangeRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/rangeStep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/rangeStepRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/rearg.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/reduce.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/reduceRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/reject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/remove.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/repeat.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/replace.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/rest.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/restFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/result.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/reverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/round.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sample.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sampleSize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/seq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/set.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/setWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/shuffle.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/size.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/slice.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/snakeCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/some.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortedIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortedIndexBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortedIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortedLastIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortedLastIndexBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortedLastIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortedUniq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sortedUniqBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/split.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/spread.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/spreadFrom.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/startCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/startsWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/string.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/stubArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/stubFalse.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/stubObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/stubString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/stubTrue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/subtract.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sum.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/sumBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/symmetricDifference.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/symmetricDifferenceBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/symmetricDifferenceWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/tail.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/take.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/takeLast.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/takeLastWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/takeRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/takeRightWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/takeWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/tap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/template.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/templateSettings.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/throttle.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/thru.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/times.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toFinite.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toJSON.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toLower.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toPairs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toPairsIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toPath.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toPlainObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toSafeInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/toUpper.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/trim.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/trimChars.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/trimCharsEnd.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/trimCharsStart.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/trimEnd.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/trimStart.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/truncate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unapply.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unary.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unescape.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/union.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unionBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unionWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/uniq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/uniqBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/uniqWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/uniqueId.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unnest.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unset.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unzip.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/unzipWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/update.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/updateWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/upperCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/upperFirst.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/useWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/value.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/valueOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/values.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/valuesIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/where.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/whereEq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/without.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/words.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/wrap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/wrapperAt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/wrapperChain.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/wrapperLodash.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/wrapperReverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/wrapperValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/xor.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/xorBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/xorWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/zip.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/zipAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/zipObj.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/zipObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/zipObjectDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fp/zipWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/fromPairs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/function.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/functions.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/functionsIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/get.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/groupBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/gt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/gte.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/has.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/hasIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/head.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/identity.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/inRange.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/includes.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/indexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/initial.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/intersection.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/intersectionBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/intersectionWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/invert.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/invertBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/invoke.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/invokeMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isArguments.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isArrayBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isArrayLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isArrayLikeObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isBoolean.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isDate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isElement.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isEmpty.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isEqual.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isEqualWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isError.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isFinite.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isFunction.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isMatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isMatchWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isNaN.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isNative.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isNil.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isNull.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isObjectLike.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isPlainObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isRegExp.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isSafeInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isSymbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isTypedArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isUndefined.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isWeakMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/isWeakSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/iteratee.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/join.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/kebabCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/keyBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/keys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/keysIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/lang.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/last.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/lastIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/lodash.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/lodash.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/lowerCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/lowerFirst.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/lt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/lte.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/map.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/mapKeys.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/mapValues.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/matches.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/matchesProperty.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/math.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/max.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/maxBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/mean.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/meanBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/memoize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/merge.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/mergeWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/method.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/methodOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/min.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/minBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/mixin.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/multiply.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/negate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/next.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/noop.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/now.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/nth.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/nthArg.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/number.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/object.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/omit.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/omitBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/once.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/orderBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/over.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/overArgs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/overEvery.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/overSome.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/pad.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/padEnd.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/padStart.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/parseInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/partial.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/partialRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/partition.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/pick.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/pickBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/plant.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/property.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/propertyOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/pull.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/pullAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/pullAllBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/pullAllWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/pullAt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/random.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/range.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/rangeRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/rearg.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/reduce.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/reduceRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/reject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/remove.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/repeat.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/replace.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/rest.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/result.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/reverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/round.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sample.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sampleSize.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/seq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/set.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/setWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/shuffle.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/size.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/slice.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/snakeCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/some.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortedIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortedIndexBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortedIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortedLastIndex.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortedLastIndexBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortedLastIndexOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortedUniq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sortedUniqBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/split.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/spread.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/startCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/startsWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/string.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/stubArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/stubFalse.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/stubObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/stubString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/stubTrue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/subtract.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sum.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/sumBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/tail.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/take.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/takeRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/takeRightWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/takeWhile.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/tap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/template.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/templateSettings.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/throttle.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/thru.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/times.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toArray.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toFinite.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toIterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toJSON.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toLength.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toLower.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toNumber.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toPairs.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toPairsIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toPath.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toPlainObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toSafeInteger.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toString.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/toUpper.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/trim.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/trimEnd.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/trimStart.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/truncate.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/unary.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/unescape.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/union.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/unionBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/unionWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/uniq.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/uniqBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/uniqWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/uniqueId.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/unset.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/unzip.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/unzipWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/update.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/updateWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/upperCase.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/upperFirst.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/value.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/valueOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/values.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/valuesIn.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/without.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/words.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/wrap.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/wrapperAt.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/wrapperChain.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/wrapperLodash.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/wrapperReverse.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/wrapperValue.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/xor.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/xorBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/xorWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/zip.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/zipObject.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/zipObjectDeep.js
+${PYSITELIB}/spyder_terminal/server/static/components/lodash/zipWith.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/Gruntfile.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/bower.json
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/dist/loglevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/dist/loglevel.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/lib/loglevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/console-fallback-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/cookie-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/default-level-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/get-current-level-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/global-integration-with-new-context.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/global-integration.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/integration-smoke-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/level-setting-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/local-storage-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/manual-test.html
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/method-factory-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/multiple-logger-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/node-integration.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/test-context-using-apply.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/test-helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/test-qunit.html
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/test-qunit.js
+${PYSITELIB}/spyder_terminal/server/static/components/loglevel/test/vendor/json2.js
+${PYSITELIB}/spyder_terminal/server/static/components/lower-case/lower-case.js
+${PYSITELIB}/spyder_terminal/server/static/components/lower-case/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/lru-cache/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/lru-cache/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/make-dir/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/make-dir/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/map-cache/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/map-cache/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/map-visit/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/map-visit/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/md5.js/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/md5.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/media-typer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/media-typer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/memory-fs/lib/MemoryFileSystem.js
+${PYSITELIB}/spyder_terminal/server/static/components/memory-fs/lib/join.js
+${PYSITELIB}/spyder_terminal/server/static/components/memory-fs/lib/normalize.js
+${PYSITELIB}/spyder_terminal/server/static/components/memory-fs/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/merge-descriptors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/merge-descriptors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/methods/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/methods/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/lib/cache.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/lib/compilers.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/lib/parsers.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/node_modules/define-property/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/node_modules/define-property/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/node_modules/extend-shallow/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/node_modules/extend-shallow/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/node_modules/is-extendable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/node_modules/is-extendable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/micromatch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/miller-rabin/1.js
+${PYSITELIB}/spyder_terminal/server/static/components/miller-rabin/lib/mr.js
+${PYSITELIB}/spyder_terminal/server/static/components/miller-rabin/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/miller-rabin/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/miller-rabin/test/api-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/mime-db/db.json
+${PYSITELIB}/spyder_terminal/server/static/components/mime-db/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/mime-db/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/mime-types/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/mime-types/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/mime/Mime.js
+${PYSITELIB}/spyder_terminal/server/static/components/mime/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/mime/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/mime/lite.js
+${PYSITELIB}/spyder_terminal/server/static/components/mime/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/mime/types/other.js
+${PYSITELIB}/spyder_terminal/server/static/components/mime/types/standard.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimalistic-assert/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimalistic-assert/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/minimalistic-crypto-utils/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimalistic-crypto-utils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/minimalistic-crypto-utils/test/utils-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimatch/minimatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimatch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/example/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/all_bool.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/bool.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/dash.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/default_bool.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/dotted.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/kv_short.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/long.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/num.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/parse_modified.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/proto.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/short.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/stop_early.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/unknown.js
+${PYSITELIB}/spyder_terminal/server/static/components/minimist/test/whitespace.js
+${PYSITELIB}/spyder_terminal/server/static/components/mississippi/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/mississippi/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/mixin-deep/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/mixin-deep/node_modules/is-extendable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/mixin-deep/node_modules/is-extendable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/mixin-deep/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/mkdirp/bin/cmd.js
+${PYSITELIB}/spyder_terminal/server/static/components/mkdirp/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/mkdirp/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/move-concurrently/move.js
+${PYSITELIB}/spyder_terminal/server/static/components/move-concurrently/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/multicast-dns-service-types/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/multicast-dns-service-types/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/multicast-dns-service-types/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/multicast-dns/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/multicast-dns/example.js
+${PYSITELIB}/spyder_terminal/server/static/components/multicast-dns/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/multicast-dns/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/multicast-dns/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/nan/include_dirs.js
+${PYSITELIB}/spyder_terminal/server/static/components/nan/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/nan/tools/1to2.js
+${PYSITELIB}/spyder_terminal/server/static/components/nan/tools/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/lib/cache.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/lib/compilers.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/lib/parsers.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/node_modules/define-property/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/node_modules/define-property/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/node_modules/extend-shallow/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/node_modules/extend-shallow/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/node_modules/is-extendable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/node_modules/is-extendable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/node_modules/kind-of/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/node_modules/kind-of/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/nanomatch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/negotiator/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/negotiator/lib/charset.js
+${PYSITELIB}/spyder_terminal/server/static/components/negotiator/lib/encoding.js
+${PYSITELIB}/spyder_terminal/server/static/components/negotiator/lib/language.js
+${PYSITELIB}/spyder_terminal/server/static/components/negotiator/lib/mediaType.js
+${PYSITELIB}/spyder_terminal/server/static/components/negotiator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/all.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/allLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/allSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/angelFall.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/any.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/anyLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/anySeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/apply.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/applyEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/applyEachSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/async.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/asyncify.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/auto.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/autoInject.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/cargo.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/compose.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/concat.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/concatLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/concatSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/constant.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/createLogger.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/detect.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/detectLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/detectSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/dir.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/doDuring.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/doUntil.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/doWhilst.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/during.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/each.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/eachLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/eachOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/eachOfLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/eachOfSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/eachSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/ensureAsync.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/every.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/everyLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/everySeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/fast.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/filterLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/filterSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/find.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/findLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/findSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/foldl.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/foldr.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/forEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/forEachLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/forEachOf.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/forEachOfLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/forEachOfSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/forEachSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/forever.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/groupBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/groupByLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/groupBySeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/inject.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/iterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/log.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/map.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/mapLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/mapSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/mapValues.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/mapValuesLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/mapValuesSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/memoize.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/nextTick.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/omit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/omitLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/omitSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/parallel.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/parallelLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/pick.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/pickLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/pickSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/priorityQueue.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/queue.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/race.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/reduce.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/reduceRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/reflect.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/reflectAll.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/reject.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/rejectLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/rejectSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/retry.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/retryable.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/safe.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/select.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/selectLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/selectSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/seq.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/series.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/setImmediate.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/some.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/someLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/someSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/sortBy.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/sortByLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/sortBySeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/timeout.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/times.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/timesLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/timesSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/transformLimit.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/transformSeries.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/tryEach.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/unmemoize.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/until.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/waterfall.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/whilst.js
+${PYSITELIB}/spyder_terminal/server/static/components/neo-async/wrapSync.js
+${PYSITELIB}/spyder_terminal/server/static/components/nice-try/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/nice-try/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/no-case/no-case.js
+${PYSITELIB}/spyder_terminal/server/static/components/no-case/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/no-case/vendor/camel-case-regexp.js
+${PYSITELIB}/spyder_terminal/server/static/components/no-case/vendor/camel-case-upper-regexp.js
+${PYSITELIB}/spyder_terminal/server/static/components/no-case/vendor/non-word-regexp.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/dist/forge.all.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/dist/forge.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/dist/prime.worker.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/flash/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/aes.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/aesCipherSuites.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/asn1-validator.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/asn1.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/baseN.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/cipher.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/cipherModes.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/des.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/ed25519.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/forge.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/form.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/hmac.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/http.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/index.all.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/jsbn.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/kem.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/log.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/md.all.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/md.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/md5.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/mgf.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/mgf1.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/oids.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pbe.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pbkdf2.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pem.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pkcs1.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pkcs12.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pkcs7.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pkcs7asn1.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pki.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/prime.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/prime.worker.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/prng.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/pss.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/random.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/rc2.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/rsa.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/sha1.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/sha256.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/sha512.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/socket.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/ssh.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/task.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/tls.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/tlssocket.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/x509.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/lib/xhr.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-forge/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/buffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/console.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/dns.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/empty.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/net.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/process.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/punycode.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/tls.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/mock/tty.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/inherits/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/inherits/inherits_browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/inherits/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/punycode/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/punycode/punycode.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/util/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/util/support/isBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/util/support/isBufferBrowser.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/node_modules/util/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/node-libs-browser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/node-releases/data/processed/envs.json
+${PYSITELIB}/spyder_terminal/server/static/components/node-releases/data/release-schedule/release-schedule.json
+${PYSITELIB}/spyder_terminal/server/static/components/node-releases/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/normalize-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/normalize-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/npm-run-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/npm-run-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/nth-check/lib/compile.js
+${PYSITELIB}/spyder_terminal/server/static/components/nth-check/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/nth-check/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/nth-check/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object-assign/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-assign/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object-copy/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-copy/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/example/all.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/example/circular.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/example/fn.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/example/inspect.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test-core-js.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/bigint.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/browser/dom.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/circular.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/deep.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/element.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/err.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/fakes.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/fn.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/has.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/holes.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/indent-option.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/inspect.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/lowbyte.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/number.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/quoteStyle.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/toStringTag.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/undef.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/test/values.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-inspect/util.inspect.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/auto.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/shim.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/test/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/test/shimmed.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-is/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-keys/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-keys/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-keys/isArguments.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-keys/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object-keys/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-visit/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object-visit/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/auto.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/dist/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/hasSymbols.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/shim.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/test/native.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/test/ses-compat.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/test/shimmed.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.assign/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/auto.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/shim.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/test/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/test/shimmed.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.getownpropertydescriptors/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.pick/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/object.pick/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/obuf/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/obuf/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/obuf/test/buffer-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/on-finished/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/on-finished/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/on-headers/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/on-headers/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/once/once.js
+${PYSITELIB}/spyder_terminal/server/static/components/once/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/opn/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/opn/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/original/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/original/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/os-browserify/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/os-browserify/main.js
+${PYSITELIB}/spyder_terminal/server/static/components/os-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/p-finally/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/p-finally/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/p-limit/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/p-limit/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/p-locate/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/p-locate/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/p-map/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/p-map/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/p-retry/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/p-retry/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/p-try/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/p-try/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pako/dist/pako.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/dist/pako.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/dist/pako_deflate.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/dist/pako_deflate.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/dist/pako_inflate.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/dist/pako_inflate.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/deflate.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/inflate.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/utils/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/utils/strings.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/adler32.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/crc32.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/deflate.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/gzheader.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/inffast.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/inflate.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/inftrees.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/messages.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/trees.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/lib/zlib/zstream.js
+${PYSITELIB}/spyder_terminal/server/static/components/pako/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/parallel-transform/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/parallel-transform/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/param-case/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/param-case/param-case.js
+${PYSITELIB}/spyder_terminal/server/static/components/parse-asn1/aesid.json
+${PYSITELIB}/spyder_terminal/server/static/components/parse-asn1/asn1.js
+${PYSITELIB}/spyder_terminal/server/static/components/parse-asn1/certificate.js
+${PYSITELIB}/spyder_terminal/server/static/components/parse-asn1/fixProc.js
+${PYSITELIB}/spyder_terminal/server/static/components/parse-asn1/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/parse-asn1/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/parse-passwd/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/parse-passwd/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/parseurl/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/parseurl/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pascalcase/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pascalcase/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path-browserify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path-browserify/test/test-path.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-dirname/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-dirname/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path-exists/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-exists/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path-is-absolute/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-is-absolute/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path-is-inside/lib/path-is-inside.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-is-inside/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path-key/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-key/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path-parse/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-parse/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path-to-regexp/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/path-to-regexp/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/path/path.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/lib/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/lib/default-encoding.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/lib/precondition.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/lib/sync-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/lib/sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/lib/to-buffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/node_modules/.bin/sha.js
+${PYSITELIB}/spyder_terminal/server/static/components/pbkdf2/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/picocolors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/picocolors/picocolors.browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/picocolors/picocolors.js
+${PYSITELIB}/spyder_terminal/server/static/components/picomatch/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/picomatch/lib/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/picomatch/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/picomatch/lib/picomatch.js
+${PYSITELIB}/spyder_terminal/server/static/components/picomatch/lib/scan.js
+${PYSITELIB}/spyder_terminal/server/static/components/picomatch/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/picomatch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pinkie-promise/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pinkie-promise/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pinkie/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pinkie/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pkg-dir/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pkg-dir/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/lib/portfinder.js
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/node_modules/debug/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/node_modules/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/node_modules/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/node_modules/debug/src/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/node_modules/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/node_modules/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/portfinder/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/posix-character-classes/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/posix-character-classes/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pretty-error/lib/ParsedError.js
+${PYSITELIB}/spyder_terminal/server/static/components/pretty-error/lib/PrettyError.js
+${PYSITELIB}/spyder_terminal/server/static/components/pretty-error/lib/defaultStyle.js
+${PYSITELIB}/spyder_terminal/server/static/components/pretty-error/lib/nodePaths.js
+${PYSITELIB}/spyder_terminal/server/static/components/pretty-error/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pretty-error/start.js
+${PYSITELIB}/spyder_terminal/server/static/components/process-nextick-args/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/process-nextick-args/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/process/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/process/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/process/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/process/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/promise-inflight/inflight.js
+${PYSITELIB}/spyder_terminal/server/static/components/promise-inflight/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/promise-polyfill/.eslintrc.js
+${PYSITELIB}/spyder_terminal/server/static/components/promise-polyfill/bower.json
+${PYSITELIB}/spyder_terminal/server/static/components/promise-polyfill/karma.conf.js
+${PYSITELIB}/spyder_terminal/server/static/components/promise-polyfill/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/promise-polyfill/promise.js
+${PYSITELIB}/spyder_terminal/server/static/components/promise-polyfill/promise.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/promise-polyfill/test/adapter.js
+${PYSITELIB}/spyder_terminal/server/static/components/promise-polyfill/test/promise.js
+${PYSITELIB}/spyder_terminal/server/static/components/proxy-addr/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/proxy-addr/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/prr/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/prr/prr.js
+${PYSITELIB}/spyder_terminal/server/static/components/prr/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/mgf.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/privateDecrypt.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/publicEncrypt.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/test/nodeTests.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/withPublic.js
+${PYSITELIB}/spyder_terminal/server/static/components/public-encrypt/xor.js
+${PYSITELIB}/spyder_terminal/server/static/components/pump/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pump/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pump/test-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/pump/test-node.js
+${PYSITELIB}/spyder_terminal/server/static/components/pumpify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pumpify/node_modules/pump/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/pumpify/node_modules/pump/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pumpify/node_modules/pump/test-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/pumpify/node_modules/pump/test-node.js
+${PYSITELIB}/spyder_terminal/server/static/components/pumpify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/pumpify/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/punycode/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/punycode/punycode.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/dist/qs.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/lib/formats.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/lib/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/qs/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/test/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/test/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/qs/test/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring-es3/decode.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring-es3/encode.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring-es3/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring-es3/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/querystring-es3/test/common-index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring-es3/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring-es3/test/tap-index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring/decode.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring/encode.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/querystring/test/common-index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystring/test/tap-index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystringify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/querystringify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/randombytes/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/randombytes/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/randombytes/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/randombytes/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/randomfill/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/randomfill/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/randomfill/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/randomfill/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/range-parser/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/range-parser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/raw-body/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/raw-body/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/duplex-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/duplex.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/_stream_duplex.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/_stream_passthrough.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/_stream_readable.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/_stream_transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/_stream_writable.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/internal/streams/BufferList.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/internal/streams/destroy.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/internal/streams/stream-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/lib/internal/streams/stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/node_modules/safe-buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/node_modules/safe-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/node_modules/string_decoder/lib/string_decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/node_modules/string_decoder/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/passthrough.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/readable-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/readable.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/writable-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/readable-stream/writable.js
+${PYSITELIB}/spyder_terminal/server/static/components/readdirp/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/readdirp/readdirp.js
+${PYSITELIB}/spyder_terminal/server/static/components/readdirp/stream-api.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/ASCII.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/ASCII_Hex_Digit.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Alphabetic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Any.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Assigned.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Bidi_Control.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Bidi_Mirrored.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Case_Ignorable.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Cased.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Changes_When_Casefolded.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Changes_When_Casemapped.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Changes_When_Lowercased.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Changes_When_NFKC_Casefolded.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Changes_When_Titlecased.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Changes_When_Uppercased.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Dash.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Default_Ignorable_Code_Point.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Deprecated.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Diacritic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Emoji.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Emoji_Component.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Emoji_Modifier.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Emoji_Modifier_Base.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Emoji_Presentation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Extended_Pictographic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Extender.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Grapheme_Base.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Grapheme_Extend.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Hex_Digit.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/IDS_Binary_Operator.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/IDS_Trinary_Operator.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/ID_Continue.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/ID_Start.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Ideographic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Join_Control.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Logical_Order_Exception.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Lowercase.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Math.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Noncharacter_Code_Point.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Pattern_Syntax.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Pattern_White_Space.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Quotation_Mark.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Radical.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Regional_Indicator.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Sentence_Terminal.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Soft_Dotted.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Terminal_Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Unified_Ideograph.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Uppercase.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/Variation_Selector.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/White_Space.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/XID_Continue.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Binary_Property/XID_Start.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Cased_Letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Close_Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Connector_Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Control.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Currency_Symbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Dash_Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Decimal_Number.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Enclosing_Mark.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Final_Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Format.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Initial_Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Letter_Number.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Line_Separator.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Lowercase_Letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Mark.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Math_Symbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Modifier_Letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Modifier_Symbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Nonspacing_Mark.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Number.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Open_Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Other.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Other_Letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Other_Number.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Other_Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Other_Symbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Paragraph_Separator.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Private_Use.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Punctuation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Separator.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Space_Separator.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Spacing_Mark.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Surrogate.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Symbol.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Titlecase_Letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Unassigned.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/General_Category/Uppercase_Letter.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Adlam.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Ahom.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Anatolian_Hieroglyphs.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Arabic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Armenian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Avestan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Balinese.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Bamum.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Bassa_Vah.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Batak.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Bengali.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Bhaiksuki.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Bopomofo.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Brahmi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Braille.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Buginese.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Buhid.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Canadian_Aboriginal.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Carian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Caucasian_Albanian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Chakma.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Cham.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Cherokee.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Chorasmian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Common.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Coptic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Cuneiform.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Cypriot.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Cypro_Minoan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Cyrillic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Deseret.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Devanagari.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Dives_Akuru.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Dogra.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Duployan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Egyptian_Hieroglyphs.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Elbasan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Elymaic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Ethiopic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Georgian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Glagolitic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Gothic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Grantha.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Greek.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Gujarati.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Gunjala_Gondi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Gurmukhi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Han.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Hangul.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Hanifi_Rohingya.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Hanunoo.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Hatran.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Hebrew.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Hiragana.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Imperial_Aramaic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Inherited.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Inscriptional_Pahlavi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Inscriptional_Parthian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Javanese.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Kaithi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Kannada.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Katakana.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Kayah_Li.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Kharoshthi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Khitan_Small_Script.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Khmer.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Khojki.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Khudawadi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Lao.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Latin.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Lepcha.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Limbu.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Linear_A.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Linear_B.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Lisu.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Lycian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Lydian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Mahajani.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Makasar.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Malayalam.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Mandaic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Manichaean.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Marchen.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Masaram_Gondi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Medefaidrin.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Meetei_Mayek.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Mende_Kikakui.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Meroitic_Cursive.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Meroitic_Hieroglyphs.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Miao.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Modi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Mongolian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Mro.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Multani.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Myanmar.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Nabataean.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Nandinagari.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/New_Tai_Lue.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Newa.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Nko.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Nushu.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Nyiakeng_Puachue_Hmong.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Ogham.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Ol_Chiki.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_Hungarian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_Italic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_North_Arabian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_Permic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_Persian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_Sogdian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_South_Arabian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_Turkic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Old_Uyghur.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Oriya.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Osage.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Osmanya.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Pahawh_Hmong.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Palmyrene.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Pau_Cin_Hau.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Phags_Pa.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Phoenician.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Psalter_Pahlavi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Rejang.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Runic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Samaritan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Saurashtra.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Sharada.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Shavian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Siddham.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/SignWriting.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Sinhala.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Sogdian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Sora_Sompeng.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Soyombo.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Sundanese.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Syloti_Nagri.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Syriac.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tagalog.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tagbanwa.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tai_Le.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tai_Tham.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tai_Viet.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Takri.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tamil.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tangsa.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tangut.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Telugu.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Thaana.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Thai.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tibetan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tifinagh.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Tirhuta.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Toto.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Ugaritic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Vai.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Vithkuqi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Wancho.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Warang_Citi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Yezidi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Yi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script/Zanabazar_Square.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Adlam.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Ahom.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Anatolian_Hieroglyphs.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Arabic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Armenian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Avestan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Balinese.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Bamum.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Bassa_Vah.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Batak.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Bengali.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Bhaiksuki.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Bopomofo.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Brahmi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Braille.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Buginese.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Buhid.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Canadian_Aboriginal.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Carian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Caucasian_Albanian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Chakma.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Cham.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Cherokee.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Chorasmian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Common.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Coptic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Cuneiform.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Cypriot.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Cypro_Minoan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Cyrillic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Deseret.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Devanagari.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Dives_Akuru.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Dogra.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Duployan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Egyptian_Hieroglyphs.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Elbasan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Elymaic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Ethiopic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Georgian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Glagolitic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Gothic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Grantha.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Greek.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Gujarati.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Gunjala_Gondi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Gurmukhi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Han.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Hangul.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Hanifi_Rohingya.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Hanunoo.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Hatran.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Hebrew.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Hiragana.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Imperial_Aramaic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Inherited.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Inscriptional_Pahlavi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Inscriptional_Parthian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Javanese.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Kaithi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Kannada.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Katakana.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Kayah_Li.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Kharoshthi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Khitan_Small_Script.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Khmer.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Khojki.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Khudawadi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Lao.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Latin.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Lepcha.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Limbu.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Linear_A.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Linear_B.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Lisu.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Lycian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Lydian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Mahajani.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Makasar.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Malayalam.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Mandaic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Manichaean.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Marchen.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Masaram_Gondi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Medefaidrin.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Meetei_Mayek.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Mende_Kikakui.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Meroitic_Cursive.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Meroitic_Hieroglyphs.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Miao.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Modi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Mongolian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Mro.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Multani.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Myanmar.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Nabataean.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Nandinagari.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/New_Tai_Lue.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Newa.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Nko.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Nushu.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Nyiakeng_Puachue_Hmong.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Ogham.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Ol_Chiki.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_Hungarian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_Italic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_North_Arabian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_Permic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_Persian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_Sogdian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_South_Arabian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_Turkic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Old_Uyghur.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Oriya.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Osage.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Osmanya.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Pahawh_Hmong.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Palmyrene.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Pau_Cin_Hau.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Phags_Pa.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Phoenician.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Psalter_Pahlavi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Rejang.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Runic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Samaritan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Saurashtra.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Sharada.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Shavian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Siddham.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/SignWriting.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Sinhala.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Sogdian.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Sora_Sompeng.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Soyombo.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Sundanese.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Syloti_Nagri.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Syriac.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tagalog.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tagbanwa.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tai_Le.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tai_Tham.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tai_Viet.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Takri.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tamil.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tangsa.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tangut.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Telugu.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Thaana.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Thai.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tibetan.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tifinagh.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Tirhuta.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Toto.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Ugaritic.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Vai.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Vithkuqi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Wancho.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Warang_Citi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Yezidi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Yi.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/Script_Extensions/Zanabazar_Square.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate-unicode-properties/unicode-version.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regenerate/regenerate.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-runtime/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-runtime/path.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-runtime/runtime.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/lib/emit.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/lib/hoist.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/lib/leap.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/lib/meta.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/lib/replaceShorthandObjectMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/lib/visit.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/src/emit.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/src/hoist.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/src/leap.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/src/meta.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/src/replaceShorthandObjectMethod.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/src/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/regenerator-transform/src/visit.js
+${PYSITELIB}/spyder_terminal/server/static/components/regex-not/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/regex-not/node_modules/extend-shallow/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/regex-not/node_modules/extend-shallow/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regex-not/node_modules/is-extendable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/regex-not/node_modules/is-extendable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regex-not/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/auto.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/shim.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/test/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/test/shimmed.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexp.prototype.flags/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexpu-core/data/character-class-escape-sets.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexpu-core/data/iu-mappings.js
+${PYSITELIB}/spyder_terminal/server/static/components/regexpu-core/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regexpu-core/rewrite-pattern.js
+${PYSITELIB}/spyder_terminal/server/static/components/regjsgen/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regjsgen/regjsgen.js
+${PYSITELIB}/spyder_terminal/server/static/components/regjsparser/node_modules/jsesc/jsesc.js
+${PYSITELIB}/spyder_terminal/server/static/components/regjsparser/node_modules/jsesc/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regjsparser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/regjsparser/parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/format.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/options.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/parse/host.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/parse/hrefInfo.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/parse/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/parse/path.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/parse/port.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/parse/query.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/parse/urlstring.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/relate/absolutize.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/relate/findRelation.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/relate/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/relate/relativize.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/util/devlog.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/util/object.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/lib/util/path.js
+${PYSITELIB}/spyder_terminal/server/static/components/relateurl/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/remove-trailing-separator/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/remove-trailing-separator/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/docs/images/bullets-1.png
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/docs/images/display.png
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/docs/images/usage.png
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/AnsiPainter.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/Layout.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/RenderKid.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/ansiPainter/styles.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/ansiPainter/tags.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/Block.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/SpecialString.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/blockAppendor/Default.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/blockAppendor/_BlockAppendor.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/blockPrependor/Default.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/blockPrependor/_BlockPrependor.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/lineAppendor/Default.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/lineAppendor/_LineAppendor.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/linePrependor/Default.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/linePrependor/_LinePrependor.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/lineWrapper/Default.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/layout/block/lineWrapper/_LineWrapper.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/Styles.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styleApplier/_common.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styleApplier/block.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styleApplier/inline.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/Rule.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/StyleSheet.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/DeclarationBlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/MixedDeclarationSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/Selector.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Arbitrary.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Background.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Bullet.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Color.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Display.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Height.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Margin.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/MarginBottom.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/MarginLeft.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/MarginRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/MarginTop.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Padding.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingBottom.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingLeft.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingRight.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingTop.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/Width.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/_Declaration.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/renderKid/styles/rule/declarationBlock/_Length.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/lib/tools.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/node_modules/ansi-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/node_modules/ansi-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/node_modules/strip-ansi/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/node_modules/strip-ansi/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/renderkid/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/repeat-element/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/repeat-element/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/repeat-string/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/repeat-string/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/require-directory/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/require-directory/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/require-main-filename/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/require-main-filename/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/requires-port/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/requires-port/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/requires-port/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-cwd/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-cwd/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-dir/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-dir/node_modules/global-modules/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-dir/node_modules/global-modules/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-dir/node_modules/global-prefix/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-dir/node_modules/global-prefix/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-dir/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-from/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-from/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-url/bower.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-url/component.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-url/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-url/resolve-url.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve-url/test/resolve-url.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/example/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/example/sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/lib/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/lib/caller.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/lib/core.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/lib/core.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/lib/is-core.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/lib/node-modules-paths.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/lib/normalize-options.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/lib/sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/core.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/dotdot.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/dotdot/abc/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/dotdot/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/faulty_basedir.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/filter_sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/mock.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/mock_sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/module_dir.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/module_dir/xmodules/aaa/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/module_dir/ymodules/aaa/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/module_dir/zmodules/bbb/main.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/module_dir/zmodules/bbb/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/node-modules-paths.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/node_path.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/node_path/x/aaa/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/node_path/x/ccc/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/node_path/y/bbb/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/node_path/y/ccc/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/nonstring.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/pathfilter.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/pathfilter/deep_ref/main.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/precedence.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/precedence/aaa.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/precedence/aaa/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/precedence/aaa/main.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/precedence/bbb.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/precedence/bbb/main.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/baz/doom.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/baz/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/baz/quux.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/browser_field/a.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/browser_field/b.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/browser_field/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/dot_main/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/dot_main/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/dot_slash_main/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/dot_slash_main/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/foo.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/incorrect_main/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/incorrect_main/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/invalid_main/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/mug.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/multirepo/lerna.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/multirepo/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/multirepo/packages/package-a/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/multirepo/packages/package-a/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/multirepo/packages/package-b/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/multirepo/packages/package-b/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/nested_symlinks/mylib/async.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/nested_symlinks/mylib/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/nested_symlinks/mylib/sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/other_path/lib/other-lib.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/other_path/root.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/quux/foo/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/same_names/foo.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/same_names/foo/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/symlinked/_/node_modules/foo.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/symlinked/package/bar.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/symlinked/package/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver/without_basedir/main.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/resolver_sync.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/shadowed_core.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/shadowed_core/node_modules/util/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/subdirs.js
+${PYSITELIB}/spyder_terminal/server/static/components/resolve/test/symlinks.js
+${PYSITELIB}/spyder_terminal/server/static/components/ret/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ret/lib/positions.js
+${PYSITELIB}/spyder_terminal/server/static/components/ret/lib/sets.js
+${PYSITELIB}/spyder_terminal/server/static/components/ret/lib/types.js
+${PYSITELIB}/spyder_terminal/server/static/components/ret/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/ret/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/retry/example/dns.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/example/stop.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/lib/retry.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/lib/retry_operation.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/retry/test/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/test/integration/test-forever.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/test/integration/test-retry-operation.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/test/integration/test-retry-wrap.js
+${PYSITELIB}/spyder_terminal/server/static/components/retry/test/integration/test-timeouts.js
+${PYSITELIB}/spyder_terminal/server/static/components/rimraf/bin.js
+${PYSITELIB}/spyder_terminal/server/static/components/rimraf/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/rimraf/rimraf.js
+${PYSITELIB}/spyder_terminal/server/static/components/ripemd160/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ripemd160/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/run-queue/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/run-queue/queue.js
+${PYSITELIB}/spyder_terminal/server/static/components/safe-buffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/safe-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/safe-regex/example/safe.js
+${PYSITELIB}/spyder_terminal/server/static/components/safe-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/safe-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/safe-regex/test/regex.js
+${PYSITELIB}/spyder_terminal/server/static/components/safer-buffer/dangerous.js
+${PYSITELIB}/spyder_terminal/server/static/components/safer-buffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/safer-buffer/safer.js
+${PYSITELIB}/spyder_terminal/server/static/components/safer-buffer/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/schema-utils/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/schema-utils/src/ValidationError.js
+${PYSITELIB}/spyder_terminal/server/static/components/schema-utils/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/schema-utils/src/validateOptions.js
+${PYSITELIB}/spyder_terminal/server/static/components/select-hose/lib/hose.js
+${PYSITELIB}/spyder_terminal/server/static/components/select-hose/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/select-hose/test/api-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/select-hose/test/fixtures.js
+${PYSITELIB}/spyder_terminal/server/static/components/selfsigned/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/selfsigned/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/selfsigned/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/semver/bin/semver.js
+${PYSITELIB}/spyder_terminal/server/static/components/semver/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/semver/semver.js
+${PYSITELIB}/spyder_terminal/server/static/components/send/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/http-errors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/http-errors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/mime/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/mime/mime.js
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/mime/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/mime/src/build.js
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/mime/src/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/mime/types.json
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/send/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/send/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/serialize-javascript/.vscode/settings.json
+${PYSITELIB}/spyder_terminal/server/static/components/serialize-javascript/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/serialize-javascript/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/node_modules/http-errors/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/node_modules/http-errors/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/node_modules/inherits/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/node_modules/inherits/inherits_browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/node_modules/inherits/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/node_modules/setprototypeof/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/node_modules/setprototypeof/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/directory.html
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/application_xp.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/application_xp_terminal.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/box.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/cd.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/controller.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/drive.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/film.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/folder.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/font.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/image.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/map.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_add.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_attach.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_code.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_copy.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_delete.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_edit.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_error.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_excel.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_find.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_gear.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_go.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_green.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_key.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_lightning.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_link.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_paintbrush.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_paste.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_red.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_refresh.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_save.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_acrobat.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_actionscript.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_add.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_c.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_camera.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_cd.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_code.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_code_red.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_coldfusion.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_compressed.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_copy.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_cplusplus.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_csharp.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_cup.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_database.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_delete.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_dvd.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_edit.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_error.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_excel.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_find.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_flash.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_freehand.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_gear.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_get.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_go.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_h.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_horizontal.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_key.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_lightning.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_link.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_magnify.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_medal.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_office.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_paint.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_paintbrush.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_paste.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_php.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_picture.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_powerpoint.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_put.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_ruby.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_stack.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_star.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_swoosh.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_text.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_text_width.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_tux.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_vector.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_visualstudio.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_width.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_word.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_world.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_wrench.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_white_zip.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_word.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/icons/page_world.png
+${PYSITELIB}/spyder_terminal/server/static/components/serve-index/public/style.css
+${PYSITELIB}/spyder_terminal/server/static/components/serve-static/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/serve-static/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/set-blocking/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/set-blocking/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/set-value/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/set-value/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/setimmediate/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/setimmediate/setImmediate.js
+${PYSITELIB}/spyder_terminal/server/static/components/setprototypeof/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/setprototypeof/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/setprototypeof/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/bin.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/hash.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/sha.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/sha1.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/sha224.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/sha256.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/sha384.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/sha512.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/test/hash.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/test/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/sha.js/test/vectors.js
+${PYSITELIB}/spyder_terminal/server/static/components/shebang-command/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/shebang-command/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/shebang-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/shebang-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/side-channel/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/side-channel/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/side-channel/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/signal-exit/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/signal-exit/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/signal-exit/signals.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon-node/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon-node/node_modules/define-property/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon-node/node_modules/define-property/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon-node/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon-util/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon-util/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/lib/compiler.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/lib/parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/lib/position.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/lib/source-maps.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/dist/source-map.debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/dist/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/dist/source-map.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/array-set.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/base64-vlq.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/base64.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/binary-search.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/mapping-list.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/quick-sort.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/source-map-consumer.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/source-map-generator.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/source-node.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/node_modules/source-map/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/snapdragon/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/dist/sockjs.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/dist/sockjs.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/entry.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/event/close.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/event/emitter.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/event/event.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/event/eventtarget.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/event/trans-message.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/facade.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/iframe-bootstrap.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/info-ajax.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/info-iframe-receiver.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/info-iframe.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/info-receiver.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/location.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/main.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/shims.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport-list.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/browser/abstract-xhr.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/browser/eventsource.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/browser/websocket.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/driver/eventsource.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/driver/websocket.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/driver/xhr.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/eventsource.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/htmlfile.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/iframe.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/jsonp-polling.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/lib/ajax-based.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/lib/buffered-sender.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/lib/iframe-wrap.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/lib/polling.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/lib/sender-receiver.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/receiver/eventsource.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/receiver/htmlfile.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/receiver/jsonp.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/receiver/xhr.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/sender/jsonp.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/sender/xdr.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/sender/xhr-cors.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/sender/xhr-fake.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/sender/xhr-local.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/websocket.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/xdr-polling.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/xdr-streaming.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/xhr-polling.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/transport/xhr-streaming.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/browser-crypto.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/escape.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/event.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/iframe.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/log.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/object.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/random.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/transport.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/utils/url.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/lib/version.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/node_modules/debug/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/node_modules/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/node_modules/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/node_modules/debug/src/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/node_modules/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/node_modules/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs-client/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/chunking-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/iframe.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/sockjs.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/trans-eventsource.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/trans-htmlfile.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/trans-jsonp.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/trans-websocket.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/trans-xhr.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/transport.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/lib/webjs.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/md5.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/nil.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/regex.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/rng.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/sha1.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/v1.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/v3.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/v35.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/v4.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/v5.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/validate.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-browser/version.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/md5.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/nil.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/regex.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/rng.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/sha1.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/v1.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/v3.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/v35.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/v4.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/v5.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/validate.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/esm-node/version.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/md5-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/md5.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/nil.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/regex.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/rng-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/rng.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/sha1-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/sha1.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuid.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidNIL.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidParse.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidStringify.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidValidate.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidVersion.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidv1.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidv3.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidv4.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/umd/uuidv5.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/uuid-bin.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/v1.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/v3.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/v35.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/v4.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/v5.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/validate.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/dist/version.js
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/node_modules/uuid/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/sockjs/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/CodeNode.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/MappingsContext.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/SingleLineNode.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/SourceListMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/SourceNode.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/base64-vlq.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/fromStringWithSourceMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/helpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-list-map/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-resolve/lib/decode-uri-component.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-resolve/lib/resolve-url.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-resolve/lib/source-map-resolve-node.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-resolve/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-resolve/source-map-resolve.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-support/browser-source-map-support.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-support/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-support/register-hook-require.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-support/register.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-support/source-map-support.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-url/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/source-map-url/source-map-url.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/dist/source-map.debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/dist/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/dist/source-map.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/array-set.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/base64-vlq.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/base64.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/binary-search.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/mapping-list.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/quick-sort.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/source-map-consumer.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/source-map-generator.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/source-node.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/source-map/source-map.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/connection.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/priority.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/base/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/base/framer.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/base/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/base/parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/base/scheduler.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/base/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/http2/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/http2/framer.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/http2/hpack-pool.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/http2/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/http2/parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/spdy/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/spdy/dictionary.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/spdy/framer.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/spdy/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/spdy/parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/protocol/spdy/zlib-pool.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/lib/spdy-transport/window.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/debug/src/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/errors-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/errors.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/experimentalWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/_stream_duplex.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/_stream_passthrough.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/_stream_readable.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/_stream_transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/_stream_writable.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/async_iterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/buffer_list.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/destroy.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/from-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/from.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/pipeline.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/state.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/stream-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/lib/internal/streams/stream.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/readable-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/node_modules/readable-stream/readable.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy-transport/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/lib/spdy.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/lib/spdy/agent.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/lib/spdy/handle.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/lib/spdy/request.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/lib/spdy/response.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/lib/spdy/server.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/lib/spdy/socket.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/node_modules/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/node_modules/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/node_modules/debug/src/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/node_modules/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/node_modules/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/test/client-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/test/fixtures.js
+${PYSITELIB}/spyder_terminal/server/static/components/spdy/test/server-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/split-string/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/split-string/node_modules/extend-shallow/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/split-string/node_modules/extend-shallow/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/split-string/node_modules/is-extendable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/split-string/node_modules/is-extendable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/split-string/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/ssri/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ssri/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/static-extend/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/static-extend/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/statuses/codes.json
+${PYSITELIB}/spyder_terminal/server/static/components/statuses/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/statuses/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/stream-browserify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/stream-browserify/test/buf.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-each/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-each/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/stream-each/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/ie8-polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/lib/capability.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/lib/request.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/lib/response.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/abort.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/auth.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/binary-streaming.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/binary.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/body-empty.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/cookie.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/disable-fetch.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/headers.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/lib/webworker-worker.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/post-binary.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/post-text.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/text-streaming.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/text.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/timeout.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/browser/webworker.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/node/http-browserify.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/server/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/server/static/browserify.png
+${PYSITELIB}/spyder_terminal/server/static/components/stream-http/test/server/static/test-polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-shift/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/stream-shift/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/stream-shift/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/string-width/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/string-width/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/auto.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/shim.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/test/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/test/shimmed.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimend/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/auto.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/shim.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/test/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/test/shimmed.js
+${PYSITELIB}/spyder_terminal/server/static/components/string.prototype.trimstart/test/tests.js
+${PYSITELIB}/spyder_terminal/server/static/components/string_decoder/lib/string_decoder.js
+${PYSITELIB}/spyder_terminal/server/static/components/string_decoder/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/strip-ansi/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/strip-ansi/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/strip-eof/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/strip-eof/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/supports-color/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/supports-color/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/supports-color/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/AsyncParallelBailHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/AsyncParallelHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/AsyncSeriesBailHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/AsyncSeriesHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/AsyncSeriesLoopHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/AsyncSeriesWaterfallHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/Hook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/HookCodeFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/HookMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/MultiHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/SyncBailHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/SyncHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/SyncLoopHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/SyncWaterfallHook.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/Tapable.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/tapable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/dist/TaskRunner.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/dist/cjs.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/dist/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/dist/minify.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/dist/options.json
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/dist/worker.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/node_modules/find-cache-dir/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/node_modules/find-cache-dir/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/node_modules/make-dir/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/node_modules/make-dir/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/node_modules/semver/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/node_modules/semver/semver.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser-webpack-plugin/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/terser/dist/bundle.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser/node_modules/commander/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser/node_modules/commander/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/terser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/terser/tools/colorless-console.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser/tools/domprops.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser/tools/exit.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser/tools/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/terser/tools/props.html
+${PYSITELIB}/spyder_terminal/server/static/components/through2/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/through2/through2.js
+${PYSITELIB}/spyder_terminal/server/static/components/thunky/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/thunky/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/thunky/promise.js
+${PYSITELIB}/spyder_terminal/server/static/components/thunky/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/timers-browserify/main.js
+${PYSITELIB}/spyder_terminal/server/static/components/timers-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/to-arraybuffer/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-arraybuffer/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/to-arraybuffer/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-fast-properties/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-fast-properties/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/to-object-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-object-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex-range/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex-range/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex/node_modules/define-property/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex/node_modules/define-property/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex/node_modules/extend-shallow/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex/node_modules/extend-shallow/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex/node_modules/is-extendable/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex/node_modules/is-extendable/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/to-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/toidentifier/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/toidentifier/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/toposort/component.json
+${PYSITELIB}/spyder_terminal/server/static/components/toposort/graph.svg
+${PYSITELIB}/spyder_terminal/server/static/components/toposort/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/toposort/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/toposort/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/tty-browserify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/tty-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/type-is/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/type-is/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/typedarray/example/tarray.js
+${PYSITELIB}/spyder_terminal/server/static/components/typedarray/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/typedarray/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/typedarray/test/server/undef_globals.js
+${PYSITELIB}/spyder_terminal/server/static/components/typedarray/test/tarray.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/ast.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/compress.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/minify.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/mozilla-ast.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/output.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/propmangle.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/scope.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/sourcemap.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/transform.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/node_modules/commander/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/node_modules/commander/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/tools/domprops.json
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/tools/exit.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/tools/exports.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/tools/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/uglify-js/tools/props.html
+${PYSITELIB}/spyder_terminal/server/static/components/unbox-primitive/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unbox-primitive/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unbox-primitive/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-canonical-property-names-ecmascript/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-canonical-property-names-ecmascript/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-match-property-ecmascript/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-match-property-ecmascript/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-match-property-value-ecmascript/data/mappings.js
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-match-property-value-ecmascript/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-match-property-value-ecmascript/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-property-aliases-ecmascript/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unicode-property-aliases-ecmascript/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/union-value/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/union-value/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/.nyc_output/54942.json
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/.nyc_output/54944.json
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/coverage/__root__/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/coverage/__root__/index.js.html
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/coverage/base.css
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/coverage/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/coverage/prettify.css
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/coverage/prettify.js
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/coverage/sort-arrow-sprite.png
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/coverage/sorter.js
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unique-filename/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unique-slug/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unique-slug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unique-slug/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unpipe/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unpipe/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unset-value/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unset-value/node_modules/has-value/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unset-value/node_modules/has-value/node_modules/isobject/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unset-value/node_modules/has-value/node_modules/isobject/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unset-value/node_modules/has-value/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unset-value/node_modules/has-values/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/unset-value/node_modules/has-values/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/unset-value/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/upath/build/code/upath.js
+${PYSITELIB}/spyder_terminal/server/static/components/upath/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/upper-case/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/upper-case/upper-case.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/es5/uri.all.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/es5/uri.all.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/regexps-iri.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/regexps-uri.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/schemes/http.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/schemes/https.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/schemes/mailto.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/schemes/urn-uuid.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/schemes/urn.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/schemes/ws.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/schemes/wss.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/uri.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/dist/esnext/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/node_modules/punycode/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/node_modules/punycode/punycode.es6.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/node_modules/punycode/punycode.js
+${PYSITELIB}/spyder_terminal/server/static/components/uri-js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/urix/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/urix/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/urix/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/url-parse/dist/url-parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/url-parse/dist/url-parse.min.js
+${PYSITELIB}/spyder_terminal/server/static/components/url-parse/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/url-parse/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/url/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/url/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/url/url.js
+${PYSITELIB}/spyder_terminal/server/static/components/url/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/use/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/use/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/util-deprecate/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/util-deprecate/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/util-deprecate/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/util.promisify/implementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/util.promisify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/util.promisify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/util.promisify/polyfill.js
+${PYSITELIB}/spyder_terminal/server/static/components/util.promisify/shim.js
+${PYSITELIB}/spyder_terminal/server/static/components/util/node_modules/inherits/inherits.js
+${PYSITELIB}/spyder_terminal/server/static/components/util/node_modules/inherits/inherits_browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/util/node_modules/inherits/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/util/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/util/support/isBuffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/util/support/isBufferBrowser.js
+${PYSITELIB}/spyder_terminal/server/static/components/util/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/utila/lib/Emitter.js
+${PYSITELIB}/spyder_terminal/server/static/components/utila/lib/_common.js
+${PYSITELIB}/spyder_terminal/server/static/components/utila/lib/array.js
+${PYSITELIB}/spyder_terminal/server/static/components/utila/lib/classic.js
+${PYSITELIB}/spyder_terminal/server/static/components/utila/lib/object.js
+${PYSITELIB}/spyder_terminal/server/static/components/utila/lib/string.js
+${PYSITELIB}/spyder_terminal/server/static/components/utila/lib/utila.js
+${PYSITELIB}/spyder_terminal/server/static/components/utila/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/utils-merge/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/utils-merge/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/lib/bytesToUuid.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/lib/md5-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/lib/md5.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/lib/rng-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/lib/rng.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/lib/sha1-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/lib/sha1.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/lib/v35.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/v1.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/v3.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/v4.js
+${PYSITELIB}/spyder_terminal/server/static/components/uuid/v5.js
+${PYSITELIB}/spyder_terminal/server/static/components/v8-compile-cache/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/v8-compile-cache/v8-compile-cache.js
+${PYSITELIB}/spyder_terminal/server/static/components/vary/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/vary/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/vm-browserify/example/run/bundle.js
+${PYSITELIB}/spyder_terminal/server/static/components/vm-browserify/example/run/entry.js
+${PYSITELIB}/spyder_terminal/server/static/components/vm-browserify/example/run/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/vm-browserify/example/run/server.js
+${PYSITELIB}/spyder_terminal/server/static/components/vm-browserify/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/vm-browserify/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/vm-browserify/test/vm.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack-chokidar2/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack-chokidar2/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/lib/DirectoryWatcher.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/lib/chokidar.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/lib/watcherManager.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/lib/watchpack.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/anymatch/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/anymatch/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/binary-extensions/binary-extensions.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/binary-extensions/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/binary-extensions/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/braces/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/braces/lib/compile.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/braces/lib/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/braces/lib/expand.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/braces/lib/parse.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/braces/lib/stringify.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/braces/lib/utils.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/braces/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/chokidar/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/chokidar/lib/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/chokidar/lib/fsevents-handler.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/chokidar/lib/nodefs-handler.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/chokidar/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/fill-range/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/fill-range/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/fsevents/fsevents.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/fsevents/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/glob-parent/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/glob-parent/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/is-binary-path/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/is-binary-path/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/is-number/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/is-number/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/readdirp/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/readdirp/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/to-regex-range/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/node_modules/to-regex-range/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/watchpack/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/wbuf/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/wbuf/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/wbuf/test/wbuf-test.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/.eslintrc.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/cli.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/config/config-yargs.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/config/optionsSchema.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/config/webpackConfigurationSchema.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/utils/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/utils/convert-argv.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/utils/errorHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/utils/prepareOptions.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/utils/prompt-command.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/bin/utils/validate-options.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-cli/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-middleware/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-middleware/lib/DevMiddlewareError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-middleware/lib/context.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-middleware/lib/fs.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-middleware/lib/middleware.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-middleware/lib/reporter.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-middleware/lib/util.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-middleware/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/bin/cli-flags.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/bin/options.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/bin/webpack-dev-server.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/clients/BaseClient.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/clients/SockJSClient.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/clients/WebsocketClient.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/index.bundle.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/live.bundle.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/live.html
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/overlay.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/socket.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/sockjs.bundle.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/utils/createSocketUrl.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/utils/getCurrentScriptSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/utils/log.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/utils/reloadApp.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/client/utils/sendMessage.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/Server.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/options.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/servers/BaseServer.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/servers/SockJSServer.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/servers/WebsocketServer.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/addEntries.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/colors.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/createCertificate.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/createConfig.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/createDomain.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/createLogger.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/defaultPort.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/defaultTo.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/findPort.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/getCertificate.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/getSocketClientPath.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/getSocketServerImplementation.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/getVersions.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/normalizeOptions.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/processOptions.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/routes.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/runBonjour.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/runOpen.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/setupExitSignals.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/status.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/tryParseInt.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/lib/utils/updateCompiler.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/ansi-regex/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/ansi-regex/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/debug/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/debug/src/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/debug/src/common.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/debug/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/debug/src/node.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/ms/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/ms/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/strip-ansi/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/node_modules/strip-ansi/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-dev-server/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-log/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-log/src/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-log/src/loglevel/LogLevel.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-log/src/loglevel/MethodFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-log/src/loglevel/PrefixFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-log/src/loglevel/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/CachedSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/ConcatSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/LineToLineMappedSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/OriginalSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/PrefixSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/RawSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/ReplaceSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/Source.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/SourceAndMapMixin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/SourceMapSource.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/applySourceMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack-sources/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/bin/webpack.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/buildin/amd-define.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/buildin/amd-options.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/buildin/global.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/buildin/harmony-module.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/buildin/module.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/buildin/system.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/hot/dev-server.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/hot/emitter.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/hot/log-apply-result.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/hot/log.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/hot/only-dev-server.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/hot/poll.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/hot/signal.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/APIPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/AbstractMethodError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/AmdMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/AsyncDependenciesBlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/AsyncDependencyToInitialChunkError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/AutomaticPrefetchPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/BannerPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/BasicEvaluatedExpression.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/CachePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/CaseSensitiveModulesWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Chunk.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ChunkGroup.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ChunkRenderError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ChunkTemplate.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/CommentCompilationWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/CommonJsStuffPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/CompatibilityPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Compilation.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Compiler.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ConcurrentCompilationError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ConstPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ContextExclusionPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ContextModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ContextModuleFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ContextReplacementPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DefinePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DelegatedModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DelegatedModuleFactoryPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DelegatedPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DependenciesBlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DependenciesBlockVariable.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Dependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DllEntryPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DllModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DllModuleFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DllPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DllReferencePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/DynamicEntryPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/EntryModuleNotFoundError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/EntryOptionPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Entrypoint.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/EnvironmentPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ErrorHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/EvalDevToolModulePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/EvalDevToolModuleTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/EvalSourceMapDevToolModuleTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/EvalSourceMapDevToolPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ExportPropertyMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ExtendedAPIPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ExternalModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ExternalModuleFactoryPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ExternalsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/FlagAllModulesAsUsedPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/FlagDependencyExportsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/FlagDependencyUsagePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/FlagInitialModulesAsUsedPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/FunctionModulePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/FunctionModuleTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Generator.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/GraphHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/HarmonyLinkingError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/HashedModuleIdsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/HotModuleReplacement.runtime.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/HotModuleReplacementPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/HotUpdateChunk.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/HotUpdateChunkTemplate.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/IgnorePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/JavascriptGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/JavascriptModulesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/JsonGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/JsonModulesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/JsonParser.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/LibManifestPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/LibraryTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/LoaderOptionsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/LoaderTargetPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/MainTemplate.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/MemoryOutputFileSystem.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Module.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleBuildError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleDependencyError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleDependencyWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleFilenameHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleNotFoundError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleParseError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleReason.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleTemplate.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ModuleWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/MultiCompiler.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/MultiEntryPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/MultiModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/MultiModuleFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/MultiStats.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/MultiWatching.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NamedChunksPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NamedModulesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NoEmitOnErrorsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NoModeWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NodeStuffPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NormalModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NormalModuleFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NormalModuleReplacementPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/NullFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/OptionsApply.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/OptionsDefaulter.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ParserHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/PrefetchPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ProgressPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ProvidePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/RawModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/RecordIdsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/RemovedPluginError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/RequestShortener.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/RequireJsStuffPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/ResolverFactory.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/RuleSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/RuntimeTemplate.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/SetVarMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/SingleEntryPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/SizeFormatHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/SourceMapDevToolPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Stats.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/SystemMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Template.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/TemplatedPathPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/UmdMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/UnsupportedFeatureWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/UseStrictPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/WarnCaseSensitiveModulesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/WarnNoModeSetPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/WatchIgnorePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/Watching.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/WebpackError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/WebpackOptionsApply.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/WebpackOptionsDefaulter.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/WebpackOptionsValidationError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/buildChunkGraph.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/compareLocations.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/debug/ProfilingPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDDefineDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDRequireArrayDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDRequireContextDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDRequireDependenciesBlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDRequireDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/AMDRequireItemDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/CommonJsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/CommonJsRequireContextDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/CommonJsRequireDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/CommonJsRequireDependencyParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ConstDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ContextDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ContextDependencyHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ContextDependencyTemplateAsId.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ContextElementDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/CriticalDependencyWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/DelegatedExportsDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/DelegatedSourceDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/DependencyReference.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/DllEntryDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyAcceptDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyAcceptImportDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyCompatibilityDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyExportExpressionDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyExportHeaderDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyImportDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyInitDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyModulesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ImportContextDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ImportDependenciesBlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ImportDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ImportEagerDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ImportParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ImportPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ImportWeakDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/JsonExportsDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/LoaderDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/LoaderPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/LocalModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/LocalModuleDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/LocalModulesHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ModuleDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ModuleHotAcceptDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/ModuleHotDeclineDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/MultiEntryDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/NullDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/PrefetchDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireContextDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireContextPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireEnsureDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireEnsureItemDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireEnsurePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireHeaderDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireIncludeDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireIncludePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireResolveContextDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireResolveDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireResolveDependencyParserPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/RequireResolveHeaderDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/SingleEntryDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/SystemPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/UnsupportedDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/WebAssemblyImportDependency.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/WebpackMissingModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/dependencies/getFunctionExpression.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/formatLocation.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/logging/Logger.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/logging/createConsoleLogger.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/logging/runtime.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/logging/truncateArgs.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeChunkTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeEnvironmentPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeHotUpdateChunkTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeMainTemplate.runtime.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeMainTemplateAsync.runtime.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeOutputFileSystem.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeSourcePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeTargetPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/NodeWatchFileSystem.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/ReadFileCompileWasmTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/node/nodeConsole.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/AggressiveMergingPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/AggressiveSplittingPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/ChunkModuleIdRangePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/ConcatenatedModule.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/EnsureChunkConditionsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/FlagIncludedChunksPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/LimitChunkCountPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/MergeDuplicateChunksPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/MinChunkSizePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/MinMaxSizeWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/ModuleConcatenationPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/NaturalChunkOrderPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/OccurrenceChunkOrderPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/OccurrenceModuleOrderPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/OccurrenceOrderPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/RemoveEmptyChunksPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/RemoveParentModulesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/RuntimeChunkPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/SideEffectsFlagPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/optimize/SplitChunksPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/performance/AssetsOverSizeLimitWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/performance/NoAsyncChunksWarning.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/performance/SizeLimitsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/LazyBucketSortedSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/Queue.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/Semaphore.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/SetHelpers.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/SortableSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/StackedSetMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/TrackingSet.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/cachedMerge.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/cleverMerge.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/createHash.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/deterministicGrouping.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/identifier.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/util/objectToMap.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/validateSchema.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/UnsupportedWebAssemblyFeatureError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/WasmFinalizeExportsPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/WasmMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/WebAssemblyGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/WebAssemblyInInitialChunkError.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/WebAssemblyJavascriptGenerator.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/WebAssemblyModulesPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/WebAssemblyParser.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/wasm/WebAssemblyUtils.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/web/FetchCompileWasmTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/web/JsonpChunkTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/web/JsonpExportMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/web/JsonpHotUpdateChunkTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/web/JsonpMainTemplate.runtime.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/web/JsonpMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/web/JsonpTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/web/WebEnvironmentPlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/webpack.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/webpack.web.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/webworker/WebWorkerChunkTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/webworker/WebWorkerHotUpdateChunkTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/webworker/WebWorkerMainTemplate.runtime.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/webworker/WebWorkerMainTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/lib/webworker/WebWorkerTemplatePlugin.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/WebpackOptions.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/ajv.absolutePath.js
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/BannerPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/DllPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/DllReferencePlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/HashedModuleIdsPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/IgnorePlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/LoaderOptionsPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/ProgressPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/SourceMapDevToolPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/WatchIgnorePlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/debug/ProfilingPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/optimize/OccurrenceOrderChunkIdsPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/schemas/plugins/optimize/OccurrenceOrderModuleIdsPlugin.json
+${PYSITELIB}/spyder_terminal/server/static/components/webpack/web_modules/node-libs-browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/base.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/client.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/draft75.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/draft76.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/headers.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/hybi.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/hybi/frame.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/hybi/message.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/proxy.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/server.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/driver/stream_reader.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/http_parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/lib/websocket/streams.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-driver/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-extensions/lib/parser.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-extensions/lib/pipeline/cell.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-extensions/lib/pipeline/functor.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-extensions/lib/pipeline/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-extensions/lib/pipeline/pledge.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-extensions/lib/pipeline/ring_buffer.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-extensions/lib/websocket_extensions.js
+${PYSITELIB}/spyder_terminal/server/static/components/websocket-extensions/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/which-boxed-primitive/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/which-boxed-primitive/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/which-boxed-primitive/test/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/which-module/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/which-module/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/which/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/which/which.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/examples/basic/child.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/examples/basic/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/examples/pi/calc.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/examples/pi/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/lib/child/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/lib/farm.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/lib/fork.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/lib/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/tests/child.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/tests/debug.js
+${PYSITELIB}/spyder_terminal/server/static/components/worker-farm/tests/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/wrap-ansi/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/wrap-ansi/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/wrappy/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/wrappy/wrappy.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/browser.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/buffer-util.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/constants.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/event-target.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/extension.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/permessage-deflate.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/receiver.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/sender.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/validation.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/websocket-server.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/lib/websocket.js
+${PYSITELIB}/spyder_terminal/server/static/components/ws/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xtend/immutable.js
+${PYSITELIB}/spyder_terminal/server/static/components/xtend/mutable.js
+${PYSITELIB}/spyder_terminal/server/static/components/xtend/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xtend/test.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-attach/lib/xterm-addon-attach.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-attach/out/AttachAddon.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-attach/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-fit/lib/xterm-addon-fit.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-fit/out/FitAddon.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-fit/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-search/lib/xterm-addon-search.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-search/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-web-links/lib/xterm-addon-web-links.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-web-links/out/WebLinkProvider.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-web-links/out/WebLinksAddon.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm-addon-web-links/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/.devcontainer/devcontainer.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/.vscode/launch.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/.vscode/settings.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/.vscode/tasks.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/bin/publish.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/demo/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/demo/logo.png
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/demo/server.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/demo/start.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/demo/style.css
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/demo/test.html
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/demo/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/fixtures/escape_sequence_files/t0200-SGR.html
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/fixtures/escape_sequence_files/t0220-SGR_inverse.html
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/fixtures/typings-test/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/gulpfile.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/logo-full.png
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/attach/index.html
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/attach/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/attach/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/fit/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/fit/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/fullscreen/fullscreen.css
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/fullscreen/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/fullscreen/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/search/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/search/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/terminado/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/terminado/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/webLinks/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/webLinks/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/zmodem/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/addons/zmodem/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/common/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/core/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/tsconfig-base.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/tsconfig-library-base.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/tsconfig.all.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/ui/tsconfig.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/src/xterm.css
+${PYSITELIB}/spyder_terminal/server/static/components/xterm.js/tslint.json
+${PYSITELIB}/spyder_terminal/server/static/components/xterm/css/xterm.css
+${PYSITELIB}/spyder_terminal/server/static/components/xterm/lib/xterm.js
+${PYSITELIB}/spyder_terminal/server/static/components/xterm/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/y18n/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/y18n/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/yallist/iterator.js
+${PYSITELIB}/spyder_terminal/server/static/components/yallist/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/yallist/yallist.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs-parser/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs-parser/lib/tokenize-arg-string.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs-parser/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/index.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/apply-extends.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/argsert.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/command.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/completion-templates.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/completion.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/decamelize.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/is-promise.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/levenshtein.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/middleware.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/obj-filter.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/usage.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/validation.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/lib/yerror.js
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/be.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/de.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/en.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/es.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/fr.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/hi.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/hu.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/id.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/it.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/ja.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/ko.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/nb.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/nl.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/nn.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/pirate.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/pl.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/pt.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/pt_BR.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/ru.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/th.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/tr.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/zh_CN.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/locales/zh_TW.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/package.json
+${PYSITELIB}/spyder_terminal/server/static/components/yargs/yargs.js
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-italic-webfont.eot
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-italic-webfont.svg
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-italic-webfont.ttf
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-italic-webfont.woff
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-italic-webfont.woff2
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-webfont.eot
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-webfont.svg
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-webfont.ttf
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-webfont.woff
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-bold-webfont.woff2
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-italic-webfont.eot
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-italic-webfont.svg
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-italic-webfont.ttf
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-italic-webfont.woff
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-italic-webfont.woff2
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-webfont.eot
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-webfont.svg
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-webfont.ttf
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-webfont.woff
+${PYSITELIB}/spyder_terminal/server/static/css/fonts/ubuntumono-regular-webfont.woff2
+${PYSITELIB}/spyder_terminal/server/static/css/style.css
+${PYSITELIB}/spyder_terminal/server/static/css/ubuntu.css
+${PYSITELIB}/spyder_terminal/server/static/images/down_arrow.png
+${PYSITELIB}/spyder_terminal/server/static/images/down_arrow_disabled.png
+${PYSITELIB}/spyder_terminal/server/static/images/up_arrow.png
+${PYSITELIB}/spyder_terminal/server/static/images/up_arrow_disabled.png
+${PYSITELIB}/spyder_terminal/server/static/index.html
+${PYSITELIB}/spyder_terminal/server/static/js/main.js
+${PYSITELIB}/spyder_terminal/server/web/__init__.py
+${PYSITELIB}/spyder_terminal/server/web/__init__.pyc
+${PYSITELIB}/spyder_terminal/server/web/__init__.pyo
+${PYSITELIB}/spyder_terminal/server/web/main_handler.py
+${PYSITELIB}/spyder_terminal/server/web/main_handler.pyc
+${PYSITELIB}/spyder_terminal/server/web/main_handler.pyo
+${PYSITELIB}/spyder_terminal/server/websockets/__init__.py
+${PYSITELIB}/spyder_terminal/server/websockets/__init__.pyc
+${PYSITELIB}/spyder_terminal/server/websockets/__init__.pyo
+${PYSITELIB}/spyder_terminal/server/websockets/term_ws.py
+${PYSITELIB}/spyder_terminal/server/websockets/term_ws.pyc
+${PYSITELIB}/spyder_terminal/server/websockets/term_ws.pyo
+${PYSITELIB}/spyder_terminal/terminalplugin.py
+${PYSITELIB}/spyder_terminal/terminalplugin.pyc
+${PYSITELIB}/spyder_terminal/terminalplugin.pyo
+${PYSITELIB}/spyder_terminal/widgets/__init__.py
+${PYSITELIB}/spyder_terminal/widgets/__init__.pyc
+${PYSITELIB}/spyder_terminal/widgets/__init__.pyo
+${PYSITELIB}/spyder_terminal/widgets/findwidget.py
+${PYSITELIB}/spyder_terminal/widgets/findwidget.pyc
+${PYSITELIB}/spyder_terminal/widgets/findwidget.pyo
+${PYSITELIB}/spyder_terminal/widgets/main_widget.py
+${PYSITELIB}/spyder_terminal/widgets/main_widget.pyc
+${PYSITELIB}/spyder_terminal/widgets/main_widget.pyo
+${PYSITELIB}/spyder_terminal/widgets/style/__init__.py
+${PYSITELIB}/spyder_terminal/widgets/style/__init__.pyc
+${PYSITELIB}/spyder_terminal/widgets/style/__init__.pyo
+${PYSITELIB}/spyder_terminal/widgets/style/themes.py
+${PYSITELIB}/spyder_terminal/widgets/style/themes.pyc
+${PYSITELIB}/spyder_terminal/widgets/style/themes.pyo
+${PYSITELIB}/spyder_terminal/widgets/terminalgui.py
+${PYSITELIB}/spyder_terminal/widgets/terminalgui.pyc
+${PYSITELIB}/spyder_terminal/widgets/terminalgui.pyo
diff --git a/py-spyder-terminal/distinfo b/py-spyder-terminal/distinfo
new file mode 100644
index 0000000000..f758b3df8d
--- /dev/null
+++ b/py-spyder-terminal/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (spyder-terminal-1.2.2.tar.gz) = f81e9bfe530dd08b25d753b9ca8b09a74cdebc49429ebf2b1481234eeaee7941
+SHA512 (spyder-terminal-1.2.2.tar.gz) = 7a4e7ca82553bf870650e0f3ce22f4ab93d54c539799ff855599e17452e4b0887854c30cadba1106b4feece021326709ec7c599e2953d0e72fae8e268db93cce
+Size (spyder-terminal-1.2.2.tar.gz) = 9486091 bytes
diff --git a/py-spyder-unittest/DESCR b/py-spyder-unittest/DESCR
new file mode 100644
index 0000000000..797b44c665
--- /dev/null
+++ b/py-spyder-unittest/DESCR
@@ -0,0 +1,7 @@
+Spyder-unittest is a plugin that integrates popular unit test
+frameworks with Spyder, allowing you to run test suites and
+view the results in the IDE.
+
+The plugin supports the unittest module in the Python standard
+library as well as the pytest and nose testing frameworks.
+Support for pytest is most complete at the moment.
diff --git a/py-spyder-unittest/Makefile b/py-spyder-unittest/Makefile
new file mode 100644
index 0000000000..84c119f654
--- /dev/null
+++ b/py-spyder-unittest/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	spyder_unittest-0.5.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/spyder_unittest/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/spyder-ide/spyder-unittest
+COMMENT=	Plugin to run tests from within the Spyder IDE
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-zmq>=23.2.1:../../net/py-zmq
+DEPENDS+=	${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+DEPENDS+=	spyder>=5.4.0:../../wip/spyder
+
+USE_PKGLOCALEDIR=	yes
+USE_LANGUAGES=		# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-spyder-unittest/PLIST b/py-spyder-unittest/PLIST
new file mode 100644
index 0000000000..56d96e4cc7
--- /dev/null
+++ b/py-spyder-unittest/PLIST
@@ -0,0 +1,107 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/spyder_unittest/__init__.py
+${PYSITELIB}/spyder_unittest/__init__.pyc
+${PYSITELIB}/spyder_unittest/__init__.pyo
+${PYSITELIB}/spyder_unittest/backend/__init__.py
+${PYSITELIB}/spyder_unittest/backend/__init__.pyc
+${PYSITELIB}/spyder_unittest/backend/__init__.pyo
+${PYSITELIB}/spyder_unittest/backend/abbreviator.py
+${PYSITELIB}/spyder_unittest/backend/abbreviator.pyc
+${PYSITELIB}/spyder_unittest/backend/abbreviator.pyo
+${PYSITELIB}/spyder_unittest/backend/frameworkregistry.py
+${PYSITELIB}/spyder_unittest/backend/frameworkregistry.pyc
+${PYSITELIB}/spyder_unittest/backend/frameworkregistry.pyo
+${PYSITELIB}/spyder_unittest/backend/noserunner.py
+${PYSITELIB}/spyder_unittest/backend/noserunner.pyc
+${PYSITELIB}/spyder_unittest/backend/noserunner.pyo
+${PYSITELIB}/spyder_unittest/backend/pytestrunner.py
+${PYSITELIB}/spyder_unittest/backend/pytestrunner.pyc
+${PYSITELIB}/spyder_unittest/backend/pytestrunner.pyo
+${PYSITELIB}/spyder_unittest/backend/runnerbase.py
+${PYSITELIB}/spyder_unittest/backend/runnerbase.pyc
+${PYSITELIB}/spyder_unittest/backend/runnerbase.pyo
+${PYSITELIB}/spyder_unittest/backend/tests/__init__.py
+${PYSITELIB}/spyder_unittest/backend/tests/__init__.pyc
+${PYSITELIB}/spyder_unittest/backend/tests/__init__.pyo
+${PYSITELIB}/spyder_unittest/backend/tests/test_abbreviator.py
+${PYSITELIB}/spyder_unittest/backend/tests/test_abbreviator.pyc
+${PYSITELIB}/spyder_unittest/backend/tests/test_abbreviator.pyo
+${PYSITELIB}/spyder_unittest/backend/tests/test_frameworkregistry.py
+${PYSITELIB}/spyder_unittest/backend/tests/test_frameworkregistry.pyc
+${PYSITELIB}/spyder_unittest/backend/tests/test_frameworkregistry.pyo
+${PYSITELIB}/spyder_unittest/backend/tests/test_noserunner.py
+${PYSITELIB}/spyder_unittest/backend/tests/test_noserunner.pyc
+${PYSITELIB}/spyder_unittest/backend/tests/test_noserunner.pyo
+${PYSITELIB}/spyder_unittest/backend/tests/test_pytestrunner.py
+${PYSITELIB}/spyder_unittest/backend/tests/test_pytestrunner.pyc
+${PYSITELIB}/spyder_unittest/backend/tests/test_pytestrunner.pyo
+${PYSITELIB}/spyder_unittest/backend/tests/test_runnerbase.py
+${PYSITELIB}/spyder_unittest/backend/tests/test_runnerbase.pyc
+${PYSITELIB}/spyder_unittest/backend/tests/test_runnerbase.pyo
+${PYSITELIB}/spyder_unittest/backend/tests/test_unittestrunner.py
+${PYSITELIB}/spyder_unittest/backend/tests/test_unittestrunner.pyc
+${PYSITELIB}/spyder_unittest/backend/tests/test_unittestrunner.pyo
+${PYSITELIB}/spyder_unittest/backend/tests/test_zmqstream.py
+${PYSITELIB}/spyder_unittest/backend/tests/test_zmqstream.pyc
+${PYSITELIB}/spyder_unittest/backend/tests/test_zmqstream.pyo
+${PYSITELIB}/spyder_unittest/backend/unittestrunner.py
+${PYSITELIB}/spyder_unittest/backend/unittestrunner.pyc
+${PYSITELIB}/spyder_unittest/backend/unittestrunner.pyo
+${PYSITELIB}/spyder_unittest/backend/workers/__init__.py
+${PYSITELIB}/spyder_unittest/backend/workers/__init__.pyc
+${PYSITELIB}/spyder_unittest/backend/workers/__init__.pyo
+${PYSITELIB}/spyder_unittest/backend/workers/print_versions.py
+${PYSITELIB}/spyder_unittest/backend/workers/print_versions.pyc
+${PYSITELIB}/spyder_unittest/backend/workers/print_versions.pyo
+${PYSITELIB}/spyder_unittest/backend/workers/pytestworker.py
+${PYSITELIB}/spyder_unittest/backend/workers/pytestworker.pyc
+${PYSITELIB}/spyder_unittest/backend/workers/pytestworker.pyo
+${PYSITELIB}/spyder_unittest/backend/workers/zmqwriter.py
+${PYSITELIB}/spyder_unittest/backend/workers/zmqwriter.pyc
+${PYSITELIB}/spyder_unittest/backend/workers/zmqwriter.pyo
+${PYSITELIB}/spyder_unittest/backend/zmqreader.py
+${PYSITELIB}/spyder_unittest/backend/zmqreader.pyc
+${PYSITELIB}/spyder_unittest/backend/zmqreader.pyo
+${PYSITELIB}/spyder_unittest/locale/de/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/es/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/fr/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/hr/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/hu/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/ja/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/pl/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/pt_BR/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/ru/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/locale/zh_CN/LC_MESSAGES/spyder_unittest.mo
+${PYSITELIB}/spyder_unittest/unittestplugin.py
+${PYSITELIB}/spyder_unittest/unittestplugin.pyc
+${PYSITELIB}/spyder_unittest/unittestplugin.pyo
+${PYSITELIB}/spyder_unittest/widgets/__init__.py
+${PYSITELIB}/spyder_unittest/widgets/__init__.pyc
+${PYSITELIB}/spyder_unittest/widgets/__init__.pyo
+${PYSITELIB}/spyder_unittest/widgets/configdialog.py
+${PYSITELIB}/spyder_unittest/widgets/configdialog.pyc
+${PYSITELIB}/spyder_unittest/widgets/configdialog.pyo
+${PYSITELIB}/spyder_unittest/widgets/datatree.py
+${PYSITELIB}/spyder_unittest/widgets/datatree.pyc
+${PYSITELIB}/spyder_unittest/widgets/datatree.pyo
+${PYSITELIB}/spyder_unittest/widgets/tests/__init__.py
+${PYSITELIB}/spyder_unittest/widgets/tests/__init__.pyc
+${PYSITELIB}/spyder_unittest/widgets/tests/__init__.pyo
+${PYSITELIB}/spyder_unittest/widgets/tests/test_configdialog.py
+${PYSITELIB}/spyder_unittest/widgets/tests/test_configdialog.pyc
+${PYSITELIB}/spyder_unittest/widgets/tests/test_configdialog.pyo
+${PYSITELIB}/spyder_unittest/widgets/tests/test_datatree.py
+${PYSITELIB}/spyder_unittest/widgets/tests/test_datatree.pyc
+${PYSITELIB}/spyder_unittest/widgets/tests/test_datatree.pyo
+${PYSITELIB}/spyder_unittest/widgets/tests/test_unittestgui.py
+${PYSITELIB}/spyder_unittest/widgets/tests/test_unittestgui.pyc
+${PYSITELIB}/spyder_unittest/widgets/tests/test_unittestgui.pyo
+${PYSITELIB}/spyder_unittest/widgets/unittestgui.py
+${PYSITELIB}/spyder_unittest/widgets/unittestgui.pyc
+${PYSITELIB}/spyder_unittest/widgets/unittestgui.pyo
diff --git a/py-spyder-unittest/distinfo b/py-spyder-unittest/distinfo
new file mode 100644
index 0000000000..67bcf8b9c4
--- /dev/null
+++ b/py-spyder-unittest/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (spyder_unittest-0.5.1.tar.gz) = 01589332530a88eedf774ae3e2865ffe28aac8f00f2837e801e508ee2bfdcc8c
+SHA512 (spyder_unittest-0.5.1.tar.gz) = c936f85ac855f6a877e464436cad9ad2013c689b708930a4d7d99a1b6c96863f17cb51ff6e07a30748edaa0aac42507321e3be5386236e65edee6f22de76064f
+Size (spyder_unittest-0.5.1.tar.gz) = 50927 bytes


Home | Main Index | Thread Index | Old Index