Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2024 13:45:06 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 17cd25f005d6 - main - comms/zigbee2mqtt: Fix plist and node_modules distfile
Message-ID:  <202411271345.4ARDj6al057074@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17cd25f005d650c24b21697f6068cb2bbc956183

commit 17cd25f005d650c24b21697f6068cb2bbc956183
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-11-27 12:58:27 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-11-27 13:44:55 +0000

    comms/zigbee2mqtt: Fix plist and node_modules distfile
    
    Re-roll distfile with node_modules that previously was
    rolled with ARCH-dependent artifacts.
---
 comms/zigbee2mqtt/Makefile  |    8 +-
 comms/zigbee2mqtt/distinfo  |    6 +-
 comms/zigbee2mqtt/pkg-plist | 4505 -------------------------------------------
 3 files changed, 8 insertions(+), 4511 deletions(-)

diff --git a/comms/zigbee2mqtt/Makefile b/comms/zigbee2mqtt/Makefile
index f0b89f12b8e7..b310c03e1db9 100644
--- a/comms/zigbee2mqtt/Makefile
+++ b/comms/zigbee2mqtt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	zigbee2mqtt
 DISTVERSION=	1.41.0
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	LOCAL/otis/:nodemodules
 DISTFILES=	${DISTCACHEFILES_nodemodules}:nodemodules
@@ -35,7 +36,7 @@ USERS=		${Z2M_USER}
 GROUPS=		${Z2M_GROUP}
 
 DISTCACHEFILES=			${DISTCACHEFILES_nodemodules}
-DISTCACHEFILES_nodemodules=	zigbee2mqtt-nodemodules-${DISTVERSION}.tar.gz
+DISTCACHEFILES_nodemodules=	zigbee2mqtt-nodemodules-${PKGVERSION}.tar.gz
 
 # user, group and homedir
 Z2M_GROUP?=	z2m
@@ -71,10 +72,11 @@ do-install:
 	${INSTALL} -lrs ${STAGEDIR}${Z2M_DATADIR} ${STAGEDIR}${Z2M_HOME}/data
 
 # This should be run after DISTVERSION change
-create-caches-tarball:
+create-caches-tarball: ${WRKSRC}
 	cd ${WRKSRC} && \
 		${SETENV} ${MAKE_ENV} npm install --ignore-scripts --no-progress --no-audit --no-fund && \
-		${TAR} czf ${WRKDIR}/zigbee2mqtt-nodemodules-${DISTVERSION}.tar.gz \
+		${FIND} ${WRKSRC}/node_modules -type d -a \( -name build -o -name dist \) -print0 | xargs -0 ${RM} -rf && \
+		${TAR} czf ${WRKDIR}/zigbee2mqtt-nodemodules-${PKGVERSION}.tar.gz \
 		node_modules package-lock.json
 
 .include <bsd.port.mk>
diff --git a/comms/zigbee2mqtt/distinfo b/comms/zigbee2mqtt/distinfo
index 8f5f4c9d7645..d84871127cb1 100644
--- a/comms/zigbee2mqtt/distinfo
+++ b/comms/zigbee2mqtt/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1732445789
-SHA256 (zigbee2mqtt-nodemodules-1.41.0.tar.gz) = ad41a8975dd50ddb9ca7cc2fd19d42369fcb82b4f8726a09d3cceede793b750c
-SIZE (zigbee2mqtt-nodemodules-1.41.0.tar.gz) = 28113815
+TIMESTAMP = 1732711999
+SHA256 (zigbee2mqtt-nodemodules-1.41.0_1.tar.gz) = a9a48afa056d2c87f21456c8ccaf1a4820209c58f38d7b03a0ae0306de40f011
+SIZE (zigbee2mqtt-nodemodules-1.41.0_1.tar.gz) = 18118004
 SHA256 (Koenkk-zigbee2mqtt-1.41.0_GH0.tar.gz) = 53c619c17d9c535fb63df850036ffafc678f94e56a4d742325eefb043e294f75
 SIZE (Koenkk-zigbee2mqtt-1.41.0_GH0.tar.gz) = 554558
diff --git a/comms/zigbee2mqtt/pkg-plist b/comms/zigbee2mqtt/pkg-plist
index 2adf8b1412fc..ba82a3b8bfa7 100644
--- a/comms/zigbee2mqtt/pkg-plist
+++ b/comms/zigbee2mqtt/pkg-plist
@@ -83,15 +83,6 @@
 %%Z2M_HOME%%/node_modules/.package-lock.json
 %%Z2M_HOME%%/node_modules/@ampproject/remapping/LICENSE
 %%Z2M_HOME%%/node_modules/@ampproject/remapping/README.md
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/remapping.mjs
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/remapping.mjs.map
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/remapping.umd.js
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/remapping.umd.js.map
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/types/remapping.d.ts
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/types/source-map.d.ts
-%%Z2M_HOME%%/node_modules/@ampproject/remapping/dist/types/types.d.ts
 %%Z2M_HOME%%/node_modules/@ampproject/remapping/package.json
 %%Z2M_HOME%%/node_modules/@babel/code-frame/LICENSE
 %%Z2M_HOME%%/node_modules/@babel/code-frame/README.md
@@ -1697,43 +1688,6 @@
 %%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/LICENSE.md
 %%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/LICENSE.txt
 %%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/README.md
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/CHANGELOG.md
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/LICENSE.md
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/README.md
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/_src/ascii.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/_src/clone.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/_src/compare.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/_src/index.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/_src/merge.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/_src/normalize.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/_src/range-tree.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/_src/types.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/ascii.d.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/ascii.js
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/ascii.mjs
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/clone.d.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/clone.js
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/clone.mjs
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/compare.d.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/compare.js
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/compare.mjs
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/index.d.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/index.js
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/index.mjs
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/merge.d.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/merge.js
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/merge.mjs
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/normalize.d.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/normalize.js
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/normalize.mjs
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/package.json
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.d.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.js
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/range-tree.mjs
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/types.d.ts
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/types.js
-%%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/dist/lib/types.mjs
 %%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/gulpfile.ts
 %%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/package.json
 %%Z2M_HOME%%/node_modules/@bcoe/v8-coverage/src/lib/ascii.ts
@@ -1795,10 +1749,6 @@
 %%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/index.mjs.map
 %%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/LICENSE
 %%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/README.md
-%%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs
-%%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts
-%%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts
 %%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/lib/index.js
 %%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.js
 %%Z2M_HOME%%/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys/package.json
@@ -1813,27 +1763,14 @@
 %%Z2M_HOME%%/node_modules/@eslint-community/regexpp/package.json
 %%Z2M_HOME%%/node_modules/@eslint/config-array/LICENSE
 %%Z2M_HOME%%/node_modules/@eslint/config-array/README.md
-%%Z2M_HOME%%/node_modules/@eslint/config-array/dist/cjs/index.cjs
-%%Z2M_HOME%%/node_modules/@eslint/config-array/dist/cjs/index.d.cts
-%%Z2M_HOME%%/node_modules/@eslint/config-array/dist/cjs/types.ts
-%%Z2M_HOME%%/node_modules/@eslint/config-array/dist/esm/index.d.ts
-%%Z2M_HOME%%/node_modules/@eslint/config-array/dist/esm/index.js
-%%Z2M_HOME%%/node_modules/@eslint/config-array/dist/esm/types.d.ts
-%%Z2M_HOME%%/node_modules/@eslint/config-array/dist/esm/types.ts
 %%Z2M_HOME%%/node_modules/@eslint/config-array/package.json
 %%Z2M_HOME%%/node_modules/@eslint/core/LICENSE
 %%Z2M_HOME%%/node_modules/@eslint/core/README.md
-%%Z2M_HOME%%/node_modules/@eslint/core/dist/cjs/types.d.cts
-%%Z2M_HOME%%/node_modules/@eslint/core/dist/esm/types.d.ts
 %%Z2M_HOME%%/node_modules/@eslint/core/package.json
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/LICENSE
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/README.md
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/conf/config-schema.js
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/conf/environments.js
-%%Z2M_HOME%%/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs
-%%Z2M_HOME%%/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map
-%%Z2M_HOME%%/node_modules/@eslint/eslintrc/dist/eslintrc.cjs
-%%Z2M_HOME%%/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/lib/config-array-factory.js
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/lib/config-array/config-array.js
@@ -1855,9 +1792,6 @@
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/.tonic_example.js
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/LICENSE
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/README.md
-%%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/dist/ajv.bundle.js
-%%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/dist/ajv.min.js
-%%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/dist/ajv.min.js.map
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/lib/ajv.d.ts
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/lib/ajv.js
 %%Z2M_HOME%%/node_modules/@eslint/eslintrc/node_modules/ajv/lib/cache.js
@@ -1969,23 +1903,9 @@
 %%Z2M_HOME%%/node_modules/@eslint/js/src/index.js
 %%Z2M_HOME%%/node_modules/@eslint/object-schema/LICENSE
 %%Z2M_HOME%%/node_modules/@eslint/object-schema/README.md
-%%Z2M_HOME%%/node_modules/@eslint/object-schema/dist/cjs/index.cjs
-%%Z2M_HOME%%/node_modules/@eslint/object-schema/dist/cjs/index.d.cts
-%%Z2M_HOME%%/node_modules/@eslint/object-schema/dist/cjs/types.ts
-%%Z2M_HOME%%/node_modules/@eslint/object-schema/dist/esm/index.d.ts
-%%Z2M_HOME%%/node_modules/@eslint/object-schema/dist/esm/index.js
-%%Z2M_HOME%%/node_modules/@eslint/object-schema/dist/esm/types.d.ts
-%%Z2M_HOME%%/node_modules/@eslint/object-schema/dist/esm/types.ts
 %%Z2M_HOME%%/node_modules/@eslint/object-schema/package.json
 %%Z2M_HOME%%/node_modules/@eslint/plugin-kit/LICENSE
 %%Z2M_HOME%%/node_modules/@eslint/plugin-kit/README.md
-%%Z2M_HOME%%/node_modules/@eslint/plugin-kit/dist/cjs/index.cjs
-%%Z2M_HOME%%/node_modules/@eslint/plugin-kit/dist/cjs/index.d.cts
-%%Z2M_HOME%%/node_modules/@eslint/plugin-kit/dist/cjs/types.ts
-%%Z2M_HOME%%/node_modules/@eslint/plugin-kit/dist/esm/index.d.ts
-%%Z2M_HOME%%/node_modules/@eslint/plugin-kit/dist/esm/index.js
-%%Z2M_HOME%%/node_modules/@eslint/plugin-kit/dist/esm/types.d.ts
-%%Z2M_HOME%%/node_modules/@eslint/plugin-kit/dist/esm/types.ts
 %%Z2M_HOME%%/node_modules/@eslint/plugin-kit/package.json
 %%Z2M_HOME%%/node_modules/@folder/readdir/LICENSE
 %%Z2M_HOME%%/node_modules/@folder/readdir/README.md
@@ -1996,11 +1916,6 @@
 %%Z2M_HOME%%/node_modules/@folder/readdir/package.json
 %%Z2M_HOME%%/node_modules/@humanfs/core/LICENSE
 %%Z2M_HOME%%/node_modules/@humanfs/core/README.md
-%%Z2M_HOME%%/node_modules/@humanfs/core/dist/errors.d.ts
-%%Z2M_HOME%%/node_modules/@humanfs/core/dist/fsx.d.ts
-%%Z2M_HOME%%/node_modules/@humanfs/core/dist/hfs.d.ts
-%%Z2M_HOME%%/node_modules/@humanfs/core/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@humanfs/core/dist/path.d.ts
 %%Z2M_HOME%%/node_modules/@humanfs/core/package.json
 %%Z2M_HOME%%/node_modules/@humanfs/core/src/errors.js
 %%Z2M_HOME%%/node_modules/@humanfs/core/src/hfs.js
@@ -2008,30 +1923,17 @@
 %%Z2M_HOME%%/node_modules/@humanfs/core/src/path.js
 %%Z2M_HOME%%/node_modules/@humanfs/node/LICENSE
 %%Z2M_HOME%%/node_modules/@humanfs/node/README.md
-%%Z2M_HOME%%/node_modules/@humanfs/node/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@humanfs/node/dist/node-fsx.d.ts
-%%Z2M_HOME%%/node_modules/@humanfs/node/dist/node-hfs.d.ts
 %%Z2M_HOME%%/node_modules/@humanfs/node/package.json
 %%Z2M_HOME%%/node_modules/@humanfs/node/src/index.js
 %%Z2M_HOME%%/node_modules/@humanfs/node/src/node-hfs.js
 %%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/CHANGELOG.md
 %%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/LICENSE
 %%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/README.md
-%%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/dist/module-importer.cjs
-%%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.cts
-%%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.ts
-%%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/dist/module-importer.js
 %%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/package.json
 %%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs
 %%Z2M_HOME%%/node_modules/@humanwhocodes/module-importer/src/module-importer.js
 %%Z2M_HOME%%/node_modules/@humanwhocodes/retry/LICENSE
 %%Z2M_HOME%%/node_modules/@humanwhocodes/retry/README.md
-%%Z2M_HOME%%/node_modules/@humanwhocodes/retry/dist/retrier.cjs
-%%Z2M_HOME%%/node_modules/@humanwhocodes/retry/dist/retrier.d.cts
-%%Z2M_HOME%%/node_modules/@humanwhocodes/retry/dist/retrier.d.ts
-%%Z2M_HOME%%/node_modules/@humanwhocodes/retry/dist/retrier.js
-%%Z2M_HOME%%/node_modules/@humanwhocodes/retry/dist/retrier.min.js
-%%Z2M_HOME%%/node_modules/@humanwhocodes/retry/dist/retrier.mjs
 %%Z2M_HOME%%/node_modules/@humanwhocodes/retry/package.json
 %%Z2M_HOME%%/node_modules/@ianvs/prettier-plugin-sort-imports/CHANGELOG.md
 %%Z2M_HOME%%/node_modules/@ianvs/prettier-plugin-sort-imports/LICENSE
@@ -2067,9 +1969,6 @@
 %%Z2M_HOME%%/node_modules/@ianvs/prettier-plugin-sort-imports/types/index.d.ts
 %%Z2M_HOME%%/node_modules/@isaacs/cliui/LICENSE.txt
 %%Z2M_HOME%%/node_modules/@isaacs/cliui/README.md
-%%Z2M_HOME%%/node_modules/@isaacs/cliui/build/index.cjs
-%%Z2M_HOME%%/node_modules/@isaacs/cliui/build/index.d.cts
-%%Z2M_HOME%%/node_modules/@isaacs/cliui/build/lib/index.js
 %%Z2M_HOME%%/node_modules/@isaacs/cliui/index.mjs
 %%Z2M_HOME%%/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.d.ts
 %%Z2M_HOME%%/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js
@@ -2149,8 +2048,6 @@
 %%Z2M_HOME%%/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/LICENSE
 %%Z2M_HOME%%/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/README.md
 %%Z2M_HOME%%/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/bin/js-yaml.js
-%%Z2M_HOME%%/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/dist/js-yaml.js
-%%Z2M_HOME%%/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/dist/js-yaml.min.js
 %%Z2M_HOME%%/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/index.js
 %%Z2M_HOME%%/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml.js
 %%Z2M_HOME%%/node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml/lib/js-yaml/common.js
@@ -2191,113 +2088,24 @@
 %%Z2M_HOME%%/node_modules/@istanbuljs/schema/index.js
 %%Z2M_HOME%%/node_modules/@istanbuljs/schema/package.json
 %%Z2M_HOME%%/node_modules/@jest/console/LICENSE
-%%Z2M_HOME%%/node_modules/@jest/console/build/BufferedConsole.js
-%%Z2M_HOME%%/node_modules/@jest/console/build/CustomConsole.js
-%%Z2M_HOME%%/node_modules/@jest/console/build/NullConsole.js
-%%Z2M_HOME%%/node_modules/@jest/console/build/getConsoleOutput.js
-%%Z2M_HOME%%/node_modules/@jest/console/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/console/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/console/build/types.js
 %%Z2M_HOME%%/node_modules/@jest/console/package.json
 %%Z2M_HOME%%/node_modules/@jest/core/LICENSE
 %%Z2M_HOME%%/node_modules/@jest/core/README.md
-%%Z2M_HOME%%/node_modules/@jest/core/build/FailedTestsCache.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/FailedTestsInteractiveMode.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/ReporterDispatcher.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/SearchSource.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/SnapshotInteractiveMode.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/TestNamePatternPrompt.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/TestPathPatternPrompt.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/TestScheduler.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/cli/index.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/collectHandles.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getChangedFilesPromise.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getConfigsOfProjectsToRun.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getNoTestFound.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getNoTestFoundFailed.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getNoTestFoundPassWithNoTests.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getNoTestFoundRelatedToChangedFiles.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getNoTestFoundVerbose.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getNoTestsFoundMessage.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getProjectDisplayName.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getProjectNamesMissingWarning.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/getSelectProjectsMessage.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/core/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/lib/activeFiltersMessage.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/lib/createContext.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/lib/handleDeprecationWarnings.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/lib/isValidPath.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/lib/logDebugMessages.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/lib/updateGlobalConfig.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/lib/watchPluginsHelpers.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/plugins/FailedTestsInteractive.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/plugins/Quit.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/plugins/TestNamePattern.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/plugins/TestPathPattern.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/plugins/UpdateSnapshots.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/plugins/UpdateSnapshotsInteractive.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/runGlobalHook.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/runJest.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/testSchedulerHelper.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/types.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/version.js
-%%Z2M_HOME%%/node_modules/@jest/core/build/watch.js
 %%Z2M_HOME%%/node_modules/@jest/core/package.json
 %%Z2M_HOME%%/node_modules/@jest/environment/LICENSE
-%%Z2M_HOME%%/node_modules/@jest/environment/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/environment/build/index.js
 %%Z2M_HOME%%/node_modules/@jest/environment/package.json
 %%Z2M_HOME%%/node_modules/@jest/expect-utils/LICENSE
 %%Z2M_HOME%%/node_modules/@jest/expect-utils/README.md
-%%Z2M_HOME%%/node_modules/@jest/expect-utils/build/immutableUtils.js
-%%Z2M_HOME%%/node_modules/@jest/expect-utils/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/expect-utils/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/expect-utils/build/jasmineUtils.js
-%%Z2M_HOME%%/node_modules/@jest/expect-utils/build/types.js
-%%Z2M_HOME%%/node_modules/@jest/expect-utils/build/utils.js
 %%Z2M_HOME%%/node_modules/@jest/expect-utils/package.json
 %%Z2M_HOME%%/node_modules/@jest/expect/LICENSE
 %%Z2M_HOME%%/node_modules/@jest/expect/README.md
-%%Z2M_HOME%%/node_modules/@jest/expect/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/expect/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/expect/build/types.js
 %%Z2M_HOME%%/node_modules/@jest/expect/package.json
 %%Z2M_HOME%%/node_modules/@jest/fake-timers/LICENSE
-%%Z2M_HOME%%/node_modules/@jest/fake-timers/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/fake-timers/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/fake-timers/build/legacyFakeTimers.js
-%%Z2M_HOME%%/node_modules/@jest/fake-timers/build/modernFakeTimers.js
 %%Z2M_HOME%%/node_modules/@jest/fake-timers/package.json
 %%Z2M_HOME%%/node_modules/@jest/globals/LICENSE
-%%Z2M_HOME%%/node_modules/@jest/globals/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/globals/build/index.js
 %%Z2M_HOME%%/node_modules/@jest/globals/package.json
 %%Z2M_HOME%%/node_modules/@jest/reporters/LICENSE
 %%Z2M_HOME%%/node_modules/@jest/reporters/assets/jest_logo.png
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/BaseReporter.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/CoverageReporter.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/CoverageWorker.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/DefaultReporter.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/GitHubActionsReporter.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/NotifyReporter.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/Status.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/SummaryReporter.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/VerboseReporter.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/formatTestPath.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/generateEmptyCoverage.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/getResultHeader.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/getSnapshotStatus.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/getSnapshotSummary.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/getSummary.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/getWatermarks.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/printDisplayName.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/relativePath.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/trimAndFormatPath.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/types.js
-%%Z2M_HOME%%/node_modules/@jest/reporters/build/wrapAnsiString.js
 %%Z2M_HOME%%/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/CHANGELOG.md
 %%Z2M_HOME%%/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/LICENSE
 %%Z2M_HOME%%/node_modules/@jest/reporters/node_modules/istanbul-lib-instrument/README.md
@@ -2311,97 +2119,32 @@
 %%Z2M_HOME%%/node_modules/@jest/reporters/package.json
 %%Z2M_HOME%%/node_modules/@jest/schemas/LICENSE
 %%Z2M_HOME%%/node_modules/@jest/schemas/README.md
-%%Z2M_HOME%%/node_modules/@jest/schemas/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/schemas/build/index.js
 %%Z2M_HOME%%/node_modules/@jest/schemas/package.json
 %%Z2M_HOME%%/node_modules/@jest/source-map/LICENSE
-%%Z2M_HOME%%/node_modules/@jest/source-map/build/getCallsite.js
-%%Z2M_HOME%%/node_modules/@jest/source-map/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/source-map/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/source-map/build/types.js
 %%Z2M_HOME%%/node_modules/@jest/source-map/package.json
 %%Z2M_HOME%%/node_modules/@jest/test-result/LICENSE
-%%Z2M_HOME%%/node_modules/@jest/test-result/build/formatTestResults.js
-%%Z2M_HOME%%/node_modules/@jest/test-result/build/helpers.js
-%%Z2M_HOME%%/node_modules/@jest/test-result/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/test-result/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/test-result/build/types.js
 %%Z2M_HOME%%/node_modules/@jest/test-result/package.json
 %%Z2M_HOME%%/node_modules/@jest/test-sequencer/LICENSE
-%%Z2M_HOME%%/node_modules/@jest/test-sequencer/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/test-sequencer/build/index.js
 %%Z2M_HOME%%/node_modules/@jest/test-sequencer/package.json
 %%Z2M_HOME%%/node_modules/@jest/transform/LICENSE
-%%Z2M_HOME%%/node_modules/@jest/transform/build/ScriptTransformer.js
-%%Z2M_HOME%%/node_modules/@jest/transform/build/enhanceUnexpectedTokenMessage.js
-%%Z2M_HOME%%/node_modules/@jest/transform/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/transform/build/index.js
-%%Z2M_HOME%%/node_modules/@jest/transform/build/runtimeErrorsAndWarnings.js
-%%Z2M_HOME%%/node_modules/@jest/transform/build/shouldInstrument.js
-%%Z2M_HOME%%/node_modules/@jest/transform/build/types.js
 %%Z2M_HOME%%/node_modules/@jest/transform/package.json
 %%Z2M_HOME%%/node_modules/@jest/types/LICENSE
 %%Z2M_HOME%%/node_modules/@jest/types/README.md
-%%Z2M_HOME%%/node_modules/@jest/types/build/Circus.js
-%%Z2M_HOME%%/node_modules/@jest/types/build/Config.js
-%%Z2M_HOME%%/node_modules/@jest/types/build/Global.js
-%%Z2M_HOME%%/node_modules/@jest/types/build/TestResult.js
-%%Z2M_HOME%%/node_modules/@jest/types/build/Transform.js
-%%Z2M_HOME%%/node_modules/@jest/types/build/index.d.ts
-%%Z2M_HOME%%/node_modules/@jest/types/build/index.js
 %%Z2M_HOME%%/node_modules/@jest/types/package.json
 %%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/LICENSE
 %%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/README.md
-%%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs
-%%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map
-%%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js
-%%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map
-%%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts
 %%Z2M_HOME%%/node_modules/@jridgewell/gen-mapping/package.json
 %%Z2M_HOME%%/node_modules/@jridgewell/resolve-uri/LICENSE
 %%Z2M_HOME%%/node_modules/@jridgewell/resolve-uri/README.md
-%%Z2M_HOME%%/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs
-%%Z2M_HOME%%/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map
-%%Z2M_HOME%%/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js
-%%Z2M_HOME%%/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map
-%%Z2M_HOME%%/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts
 %%Z2M_HOME%%/node_modules/@jridgewell/resolve-uri/package.json
 %%Z2M_HOME%%/node_modules/@jridgewell/set-array/LICENSE
 %%Z2M_HOME%%/node_modules/@jridgewell/set-array/README.md
-%%Z2M_HOME%%/node_modules/@jridgewell/set-array/dist/set-array.mjs
-%%Z2M_HOME%%/node_modules/@jridgewell/set-array/dist/set-array.mjs.map
-%%Z2M_HOME%%/node_modules/@jridgewell/set-array/dist/set-array.umd.js
-%%Z2M_HOME%%/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map
-%%Z2M_HOME%%/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts
 %%Z2M_HOME%%/node_modules/@jridgewell/set-array/package.json
 %%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/LICENSE
 %%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/README.md
-%%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs
-%%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map
-%%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js
-%%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map
-%%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts
 %%Z2M_HOME%%/node_modules/@jridgewell/sourcemap-codec/package.json
 %%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/LICENSE
 %%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/README.md
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts
-%%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts
 %%Z2M_HOME%%/node_modules/@jridgewell/trace-mapping/package.json
 %%Z2M_HOME%%/node_modules/@leichtgewicht/ip-codec/LICENSE
 %%Z2M_HOME%%/node_modules/@leichtgewicht/ip-codec/Readme.md
@@ -2475,42 +2218,6 @@
 %%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/LICENSE
 %%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/README.md
 %%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/binding.gyp
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Makefile
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/.deps/Release/bindings.node.d
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/.deps/Release/obj.target/bindings.node.d
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/.deps/Release/obj.target/bindings/src/poller.o.d
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/.deps/Release/obj.target/bindings/src/serialport.o.d
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/.deps/Release/obj.target/bindings/src/serialport_unix.o.d
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/bindings.node
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/obj.target/bindings.node
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/obj.target/bindings/src/poller.o
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/obj.target/bindings/src/serialport.o
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/Release/obj.target/bindings/src/serialport_unix.o
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/binding.Makefile
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/bindings.target.mk
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/build/config.gypi
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/darwin.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/darwin.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/errors.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/errors.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/index.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/linux-list.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/linux-list.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/linux.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/linux.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/load-bindings.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/load-bindings.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/poller.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/poller.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/unix-read.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/unix-read.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/unix-write.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/unix-write.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/win32-sn-parser.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/win32-sn-parser.js
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/win32.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/dist/win32.js
 %%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/node_modules/debug/LICENSE
 %%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/node_modules/debug/README.md
 %%Z2M_HOME%%/node_modules/@serialport/bindings-cpp/node_modules/debug/package.json
@@ -2548,29 +2255,18 @@
 %%Z2M_HOME%%/node_modules/@serialport/bindings-interface/CODE_OF_CONDUCT.md
 %%Z2M_HOME%%/node_modules/@serialport/bindings-interface/LICENSE
 %%Z2M_HOME%%/node_modules/@serialport/bindings-interface/README.md
-%%Z2M_HOME%%/node_modules/@serialport/bindings-interface/dist/index-esm.mjs
-%%Z2M_HOME%%/node_modules/@serialport/bindings-interface/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/bindings-interface/dist/index.js
 %%Z2M_HOME%%/node_modules/@serialport/bindings-interface/package.json
 %%Z2M_HOME%%/node_modules/@serialport/parser-delimiter/LICENSE
 %%Z2M_HOME%%/node_modules/@serialport/parser-delimiter/README.md
-%%Z2M_HOME%%/node_modules/@serialport/parser-delimiter/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/parser-delimiter/dist/index.js
 %%Z2M_HOME%%/node_modules/@serialport/parser-delimiter/package.json
 %%Z2M_HOME%%/node_modules/@serialport/parser-readline/LICENSE
 %%Z2M_HOME%%/node_modules/@serialport/parser-readline/README.md
-%%Z2M_HOME%%/node_modules/@serialport/parser-readline/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/parser-readline/dist/index.js
 %%Z2M_HOME%%/node_modules/@serialport/parser-readline/node_modules/@serialport/parser-delimiter/LICENSE
 %%Z2M_HOME%%/node_modules/@serialport/parser-readline/node_modules/@serialport/parser-delimiter/README.md
-%%Z2M_HOME%%/node_modules/@serialport/parser-readline/node_modules/@serialport/parser-delimiter/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/parser-readline/node_modules/@serialport/parser-delimiter/dist/index.js
 %%Z2M_HOME%%/node_modules/@serialport/parser-readline/node_modules/@serialport/parser-delimiter/package.json
 %%Z2M_HOME%%/node_modules/@serialport/parser-readline/package.json
 %%Z2M_HOME%%/node_modules/@serialport/stream/LICENSE
 %%Z2M_HOME%%/node_modules/@serialport/stream/README.md
-%%Z2M_HOME%%/node_modules/@serialport/stream/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@serialport/stream/dist/index.js
 %%Z2M_HOME%%/node_modules/@serialport/stream/node_modules/debug/LICENSE
 %%Z2M_HOME%%/node_modules/@serialport/stream/node_modules/debug/README.md
 %%Z2M_HOME%%/node_modules/@serialport/stream/node_modules/debug/package.json
@@ -2866,386 +2562,6 @@
 %%Z2M_HOME%%/node_modules/@types/yargs/yargs.d.ts
 %%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/LICENSE
 %%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/README.md
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked-only.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked-only.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked-only.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked-only.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/index.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/index.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/adjacent-overload-signatures.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/array-type.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/await-thenable.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-ts-comment.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/ban-tslint-comment.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-literal-property-style.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/class-methods-use-this.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-generic-constructors.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-indexed-object-style.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-return.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-definitions.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-exports.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/consistent-type-imports.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/default-param-last.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/dot-notation.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/enum-utils/shared.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-function-return-type.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-member-accessibility.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/explicit-module-boundary-types.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/index.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/init-declarations.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/max-params.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/member-ordering.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/method-signature-style.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/enums.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/format.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/index.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/parse-options.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/schema.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/shared.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/types.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention-utils/validator.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/naming-convention.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-constructor.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-array-delete.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-non-null-assertion.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-confusing-void-expression.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-deprecated.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dupe-class-members.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-enum-values.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-duplicate-type-constituents.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-dynamic-delete.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-function.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-interface.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-empty-object-type.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-explicit-any.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extra-non-null-assertion.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-extraneous-class.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-floating-promises.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-for-in-array.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-implied-eval.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-import-type-side-effects.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-inferrable-types.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-this.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-invalid-void-type.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loop-func.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-loss-of-precision.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-magic-numbers.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-meaningless-void-operator.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-new.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-misused-promises.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-mixed-enums.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-namespace.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-nullish-coalescing.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-asserted-optional-chain.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-non-null-assertion.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redeclare.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-redundant-type-constituents.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-require-imports.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-imports.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-restricted-types.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-this-alias.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-type-alias.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-boolean-literal-compare.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-parameter-property-assignment.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-qualifier.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-arguments.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-assertion.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-constraint.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-assignment.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-call.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-declaration-merging.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-enum-comparison.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-function-type.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-member-access.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unsafe-unary-minus.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-expressions.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-use-before-define.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-constructor.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-useless-empty-export.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-var-requires.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/no-wrapper-object-types.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/non-nullable-type-assertion-style.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/only-throw-error.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/parameter-properties.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-as-const.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-destructuring.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-enum-initializers.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-find.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-for-of.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-function-type.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-includes.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-literal-enum-member.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-namespace-keyword.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-nullish-coalescing.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/PreferOptionalChainOptions.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/checkNullishAndReport.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/compareNodes.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/gatherLogicalOperands.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-promise-reject-errors.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly-parameter-types.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-readonly.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-reduce-type-parameter.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-regexp-exec.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-return-this-type.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-string-starts-ends-with.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/prefer-ts-expect-error.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/promise-function-async.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-array-sort-compare.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/require-await.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-plus-operands.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/restrict-template-expressions.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/return-await.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/sort-type-constituents.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/switch-exhaustiveness-check.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/triple-slash-reference.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/typedef.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unbound-method.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/unified-signatures.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/rules/use-unknown-in-catch-callback-variable.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/assertionFunctionUtils.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/astUtils.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/collectUnusedVariables.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/createRule.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/escapeRegExp.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/explicitReturnTypeUtils.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getESLintCoreRule.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFixOrSuggest.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getForStatementHeadLoc.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getFunctionHeadLoc.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getMemberHeadLoc.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getOperatorPrecedence.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStaticStringValue.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getStringLength.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getTextWithParentheses.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getThisExpression.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappedCode.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/getWrappingFixer.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/index.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isArrayMethodCallWithPredicate.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isAssignee.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNodeEqual.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isNullLiteral.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isStartOfExpressionStatement.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeImport.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/isUndefinedIdentifier.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/misc.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/needsPrecedingSemiColon.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/objectIterators.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/rangeToLoc.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/referenceContainsTypeQuery.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/scopeUtils.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/dist/util/types.js.map
 %%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/docs/rules/README.md
 %%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/docs/rules/TEMPLATE.md
 %%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/docs/rules/adjacent-overload-signatures.mdx
@@ -3408,910 +2724,18 @@
 %%Z2M_HOME%%/node_modules/@typescript-eslint/eslint-plugin/rules.d.ts
 %%Z2M_HOME%%/node_modules/@typescript-eslint/parser/LICENSE
 %%Z2M_HOME%%/node_modules/@typescript-eslint/parser/README.md
-%%Z2M_HOME%%/node_modules/@typescript-eslint/parser/dist/index.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/parser/dist/index.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/parser/dist/index.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/parser/dist/index.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/parser/dist/parser.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/parser/dist/parser.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/parser/dist/parser.js.map
 %%Z2M_HOME%%/node_modules/@typescript-eslint/parser/package.json
 %%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/LICENSE
 %%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/README.md
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/ID.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/analyze.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/assert.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map
-%%Z2M_HOME%%/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts
*** 4350 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411271345.4ARDj6al057074>