You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/05/03 17:04:18 UTC

[daffodil-vscode] branch main updated: Update LICENSE, NONOTICE, and NOTICE files.

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 0195a88  Update LICENSE, NONOTICE, and NOTICE files.
0195a88 is described below

commit 0195a88427a39452200cbc8c5eba81e7a9606d09
Author: Shane Dell <sh...@gmail.com>
AuthorDate: Tue May 2 11:27:33 2023 -0400

    Update LICENSE, NONOTICE, and NOTICE files.
    
    - Move build/extension.webpack.config.js from build LICENSE to root LICENSE.
    - Remove non production dependencies.
    - Add missing production dependencies.
    - Update references to omega-edit-grpc-server-*.zip to be node_modules/@omega-edit/server/lib.
    - Remove akka references and add references to Apache Pekko
    
    Closes #600
---
 LICENSE                |   22 +
 README.md              |    2 +
 build/package/LICENSE  | 1496 +++++++++++++++++++++++++++++++++++-------------
 build/package/NONOTICE |   64 +--
 build/package/NOTICE   |  211 +++++--
 5 files changed, 1310 insertions(+), 485 deletions(-)

diff --git a/LICENSE b/LICENSE
index c1f4b8e..7b4b55f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -335,6 +335,28 @@ conditions of the following licenses.
       party to this document and has no duty or obligation with respect to
       this CC0 or use of the Work.
 
+- build/extension.webpack.config.js
+  This product bundles the above files from the "webpack-sample" folder of the "VS Code Extension Samples" github repo (https://github.com/microsoft/vscode-extension-samples/tree/main/webpack-sample).
+  These files are avaiable under the MIT License:
+
+    Copyright (c) Microsoft Corporation
+
+    All rights reserved. 
+
+    MIT License
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation 
+    files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
+    modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software 
+    is furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
+    BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT 
+    OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
 - src/adapter/activateDaffodilDebug.ts
 - src/adapter/daffodilDebug.ts
 - src/adapter/daffodilRuntime.ts
diff --git a/README.md b/README.md
index ac065c2..5d75eb0 100644
--- a/README.md
+++ b/README.md
@@ -120,3 +120,5 @@ Apache Daffodil™ Extension for Visual Studio Code is licensed under the [Apach
 This product includes the [logback](https://github.com/qos-ch/logback) library, which is available under the Eclipse Public License v1.0.
 
 This product includes the [Java Debug Server for Visual Studio Code](https://github.com/microsoft/java-debug) library, which is available under the Eclipse Public License v1.0.
+
+This product includes the [Xml Schema Object Model](https://github.com/kohsuke/xsom) library, which is licensed under the Common Development and Distribution License Version 1.1.
diff --git a/build/package/LICENSE b/build/package/LICENSE
index 4e93226..c46bfd2 100644
--- a/build/package/LICENSE
+++ b/build/package/LICENSE
@@ -209,39 +209,61 @@ subcomponents with separate copyright notices and license terms. Your use of
 the source code for these subcomponents is subject to the terms and
 conditions of the following licenses.
 
-- 'acorn' in extension/dist/ext/extension.js
-- 'acorn-walks' in extension/dist/ext/extension.js
-  This product bundles 'acorn, acorn-walks' from the above files.
-  This package is available under the MIT LICENSE:
-
+- 'abort-controller' in extension/dist/ext/extension.js
+  This product bundles 'abort-controller' from the above files.
+  These packages are available under the MIT License:
     MIT License
-    
-    Copyright (C) 2012-2022 by various contributors (see AUTHORS)
-    
+
+    Copyright (c) 2017 Toru Nagashima
+
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
     in the Software without restriction, including without limitation the rights
     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
-    
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-    THE SOFTWARE.
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+- 'atomic-sleep' in extension/dist/ext/extension.js
+  This product bundles 'atomic-sleep' from the above files.
+  These packages are available under the MIT License:
+    The MIT License (MIT)
+    Copyright (c) 2020 David Mark Clements
+
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+    OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
+    OR OTHER DEALINGS IN THE SOFTWARE.
 
 - 'ansi-regex' in extension/dist/ext/extension.js
 - 'ansi-styles' in extension/dist/ext/extension.js
-- 'is-fullwidth-code-point' in extension/dist/ext/extension.js
 - 'string-width' in extension/dist/ext/extension.js
 - 'wrap-ansi' in extension/dist/ext/extension.js
-  This product bundles 'ansi-regex', 'ansi-styles', 'is-fullwidth-code-point', 'string-width' and 'wrap-ansi' from the above files.
+  This product bundles 'ansi-regex', 'ansi-styles', 'string-width' and 'wrap-ansi' from the above files.
   These packages are available under the MIT License:
     MIT License
 
@@ -253,37 +275,36 @@ conditions of the following licenses.
 
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-- 'arg' in extension/dist/ext/extension.js
-  This product bundles 'arg' from the above files.
-  This package is available under the MIT LICENSE:
+- 'await-notify' in extension/dist/ext/extension.js
+  This product bundles 'Node Await Notify' from the above files.
+  These files are available under the ISC License:
 
+    https://github.com/davidaq/node-await-notify
+
+- 'base64-js' in extension/dist/ext/extension.js
+  This product bundles 'base64-js' from the above files.
+  These files are available under the MIT License:
     The MIT License (MIT)
-    
-    Copyright (c) 2021 Vercel, Inc.
-    
+
+    Copyright (c) 2014 Jameson Little
+
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
     in the Software without restriction, including without limitation the rights
     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in all
-    copies or substantial portions of the Software.
-    
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-    SOFTWARE.
-
-- 'await-notify' in extension/dist/ext/extension.js
-  This product bundles 'Node Await Notify' from the above files.
-  These files are available under the ISC License:
-
-    https://github.com/davidaq/node-await-notify
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
 
 - 'binary' in extension/dist/ext/extension.js
   This product bundles 'Node binary' from the above files.
@@ -294,6 +315,31 @@ conditions of the following licenses.
     This project is free software released under the MIT license:
     http://www.opensource.org/licenses/mit-license.php
 
+- 'buffer' in extension/dist/ext/extension.js
+  This product bundles 'buffer' from the above files.
+  These files are available under the MIT License:
+    The MIT License (MIT)
+
+    Copyright (c) Feross Aboukhadijeh, and other contributors.
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
 - 'buffers' in extension/dist/ext/extension.js
   This product bundles 'Node buffers' from the above files.
   These files are available under the MIT License:
@@ -370,72 +416,6 @@ conditions of the following licenses.
 
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-- 'create-require' in extension/dist/ext/extension.js
-  This product bundles 'create-require' from the above files.
-  This package is available under the MIT LICENSE:
-
-    MIT License
-    
-    Copyright (c) 2020
-    
-    Maël Nison <ni...@gmail.com>
-    Paul Soporan <pa...@gmail.com>
-    Pooya Parsa <py...@gmail.com>
-    
-    Permission is hereby granted, free of charge, to any person obtaining a copy
-    of this software and associated documentation files (the "Software"), to deal
-    in the Software without restriction, including without limitation the rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in all
-    copies or substantial portions of the Software.
-    
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-    SOFTWARE.
-
-- 'diff' in extension/dist/ext/extension.js
-  This product bundles 'diff' from the above files.
-  This package is available under the BSD-3-Clause LICENSE:
-
-    Software License Agreement (BSD License)
-    
-    Copyright (c) 2009-2015, Kevin Decker <kp...@gmail.com>
-    
-    All rights reserved.
-    
-    Redistribution and use of this software in source and binary forms, with or without modification,
-    are permitted provided that the following conditions are met:
-    
-    * Redistributions of source code must retain the above
-      copyright notice, this list of conditions and the
-      following disclaimer.
-    
-    * Redistributions in binary form must reproduce the above
-      copyright notice, this list of conditions and the
-      following disclaimer in the documentation and/or other
-      materials provided with the distribution.
-    
-    * Neither the name of Kevin Decker nor the names of its
-      contributors may be used to endorse or promote products
-      derived from this software without specific prior
-      written permission.
-    
-    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
-    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-    FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
-    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
-    IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-    OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
 - 'emoji-regex' in extension/dist/ext/extension.js
   This product bundles 'emoji-regex' from the above files.
   This package is available under the MIT License:
@@ -473,6 +453,108 @@ conditions of the following licenses.
 
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
+- 'event-target-shim' in extension/dist/ext/extension.js
+  This product bundles 'event-target-shim' from the above files.
+  This package is available under the MIT License:
+    The MIT License (MIT)
+
+    Copyright (c) 2015 Toru Nagashima
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+- 'events' in extension/dist/ext/extension.js
+  This product bundles 'events' from the above files.
+  This package is available under the MIT License:
+    MIT
+
+    Copyright Joyent, Inc. and other Node contributors.
+
+    Permission is hereby granted, free of charge, to any person obtaining a
+    copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to permit
+    persons to whom the Software is furnished to do so, subject to the
+    following conditions:
+
+    The above copyright notice and this permission notice shall be included
+    in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+    NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+    OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+    USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+- 'fast-redact' in extension/dist/ext/extension.js
+  This product bundles 'fast-redact' from the above files.
+  This package is available under the MIT License:
+    The MIT License (MIT)
+
+    Copyright (c) 2019-2020 David Mark Clements
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+- 'fsevents' in extension/dist/ext/extension.js
+  This product bundles 'fsevents' from the above files.
+  This package is available under the MIT License:
+    MIT License
+    -----------
+
+    Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
 - 'get-caller-file' in extension/dist/ext/extension.js
   This product bundles 'get-caller-file' from the above files.
   This package is available under the ISC License:
@@ -526,6 +608,34 @@ conditions of the following licenses.
     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     OTHER DEALINGS IN THE SOFTWARE.
 
+- 'ieee754' in in extension/dist/ext/extension.js
+  This product bundles 'ieee754' from the above files.
+  This package is available under the BSD-3-Clause License:
+    Copyright 2008 Fair Oaks Labs, Inc.
+
+    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+    3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR  [...]
+
+- 'is-fullwidth-code-point' in extension/dist/ext/extension.js
+  This product bundles 'is-fullwidth-code-point' from the above files.
+  These files are available under the MIT License:
+    MIT License
+
+    Copyright (c) Sindre Sorhus <si...@gmail.com> (sindresorhus.com)
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
 - 'lodash.camelcase' in extension/dist/ext/extension.js
   This product bundles 'lodash.camelcase' from the above files.
   This package is available under the MIT License:
@@ -579,16 +689,6 @@ conditions of the following licenses.
     licenses; we recommend you read them, as their terms may differ from the
     terms above.
 
-- 'make-error' in extension/dist/ext/extension.js
-  This product bundles 'make-error' from the above files.
-  This package is available under the ISC LICENSE:
-
-    Copyright 2014 Julien Fontanet
-    
-    Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
-    
-    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
 - 'minimist' in extension/dist/ext/extension.js
   This product bundles 'minimist' from the above files.
   These files are available under the MIT License:
@@ -664,7 +764,32 @@ conditions of the following licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     SOFTWARE.
 
-- 'os-paths' extension/dist/ext/extension.js
+- 'on-exit-leak-free' in extension/dist/ext/extension.js
+  This product bundles 'on-exit-leak-free' from the above files.
+  These files are available under the MIT License:
+    MIT License
+
+    Copyright (c) 2021 Matteo Collina
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+- 'os-paths' in extension/dist/ext/extension.js
   This product bundles 'os-paths' from the above files.
   These files are available under the MIT License:
 
@@ -692,6 +817,121 @@ conditions of the following licenses.
     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     OTHER DEALINGS IN THE SOFTWARE.
 
+- 'pino-abstract-transport' in extension/dist/ext/extension.js
+  This product bundles 'pino-abstract-transport' from the above files.
+  These files are available under the MIT License:
+    MIT License
+
+    Copyright (c) 2021 pino
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+- 'pino-std-serializers' in extension/dist/ext/extension.js
+  This product bundles 'pino-std-serializers' from the above files.
+  These files are available under the MIT License:
+    Copyright Mateo Collina, David Mark Clements, James Sumners
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+- 'pino' in extension/dist/ext/extension.js
+  This product bundles 'pino' from the above files.
+  These files are available under the MIT License:
+    The MIT License (MIT)
+
+    Copyright (c) 2016-2019 Matteo Collina, David Mark Clements and the Pino contributors
+
+    Pino contributors listed at https://github.com/pinojs/pino#the-team and in
+    the README file.
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+- 'process-warning' in extension/dist/ext/extension.js
+  This product bundles 'process-warning' from the above files.
+  These files are available under the MIT License:
+    MIT License
+
+    Copyright (c) Fastify
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+- 'process' in extension/dist/ext/extension.js
+  This product bundles 'process' from the above files.
+  These files are available under the MIT License:
+    (The MIT License)
+
+    Copyright (c) 2013 Roman Shtylman <sh...@gmail.com>
+
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    'Software'), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
 - 'protobufjs' in extension/dist/ext/extension.js
   This product bundles 'protobufjs' from the above files.
   These packages are available under the BSD-3-Clause License:
@@ -735,6 +975,107 @@ conditions of the following licenses.
     standalone and requires a support library to be linked with it. This
     support library is itself covered by the above license.
 
+- 'quick-format-unescape' in extension/dist/ext/extension.js
+  This product bundles 'quick-format-unescape' from the above files.
+  These files are available under the MIT License:
+    The MIT License (MIT)
+
+    Copyright (c) 2016-2019 David Mark Clements
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
+- 'readable-stream' in extension/dist/ext/extension.js
+  This product bundles 'readable-stream' from the above files.
+  These files are available under the MIT License:
+    Node.js is licensed for use as follows:
+
+    """
+    Copyright Node.js contributors. All rights reserved.
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to
+    deal in the Software without restriction, including without limitation the
+    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+    sell copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+    IN THE SOFTWARE.
+    """
+
+    This license applies to parts of Node.js originating from the
+    https://github.com/joyent/node repository:
+
+    """
+    Copyright Joyent, Inc. and other Node contributors. All rights reserved.
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to
+    deal in the Software without restriction, including without limitation the
+    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+    sell copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+    IN THE SOFTWARE.
+    """
+
+- 'real-require' in extension/dist/ext/extension.js
+  This product bundles 'real-require' from the above files.
+  These files are available under the MIT License:
+    The MIT License (MIT)
+
+    Copyright (c) 2021 Paolo Insogna and the real-require contributors
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
+
 - 'require-directory' in extension/dist/ext/extension.js
   This product bundles 'require-directory' from the above files.
   This package is available under the MIT License:
@@ -761,44 +1102,12 @@ conditions of the following licenses.
     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-- 'strip-ansi' in extension/dist/ext/extension.js
-  This product bundles 'strip-ansi' from the above files.
-  This package is available under the MIT LICENSE:
-
-    MIT License
-    
-    Copyright (c) Sindre Sorhus <si...@gmail.com> (https://sindresorhus.com)
-    
-    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-    
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-- 'supports-color' in extension/dist/ext/extension.js
-  This product bundles 'supports-color' from the above files.
-  This package is available under the MIT LICENSE:
-
-    MIT License
-    
-    Copyright (c) Sindre Sorhus <si...@gmail.com> (https://sindresorhus.com)
-    
-    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-    
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-- 'traverse' in extension/dist/ext/extension.js
-  This product bundles 'traverse' from the above files.
-  These files are available under the MIT/X11 license:
-
-    Copyright 2010 James Halliday (mail@substack.net)
-
-    This project is free software released under the MIT/X11 license:
-    http://www.opensource.org/licenses/mit-license.php
+- 'safe-stable-stringify' in extension/dist/ext/extension.js
+  This product bundles 'safe-stable-stringify' from the above files.
+  These files are available under the MIT License:
+    The MIT License (MIT)
 
-    Copyright 2010 James Halliday (mail@substack.net)
+    Copyright (c) Ruben Bridgewater
 
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
@@ -807,61 +1116,34 @@ conditions of the following licenses.
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
 
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
 
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-    THE SOFTWARE.
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
 
-- 'unzip-stream' in extension/dist/ext/extension.js
-  This product bundles 'unzip-stream' from the above files.
+- 'sonic-boom' in extension/dist/ext/extension.js
+  This product bundles 'sonic-boom' from the above files.
   These files are available under the MIT License:
+    MIT License
 
-    Copyright (c) 2017 Michal Hruby
-    Copyright (c) 2012 - 2013 Near Infinity Corporation
-
-    Permission is hereby granted, free of charge, to any person obtaining
-    a copy of this software and associated documentation files (the
-    "Software"), to deal in the Software without restriction, including
-    without limitation the rights to use, copy, modify, merge, publish,
-    distribute, sublicense, and/or sell copies of the Software, and to
-    permit persons to whom the Software is furnished to do so, subject to
-    the following conditions:
-
-    The above copyright notice and this permission notice shall be
-    included in all copies or substantial portions of the Software.
-
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-- 'v8-compile-cache-lib' in extension/dist/ext/extension.js
-  This product bundles 'v8-compile-cache-lib' from the above files.
-  This package is available under the MIT LICENSE:
+    Copyright (c) 2017 Matteo Collina
 
-    The MIT License (MIT)
-    
-    Copyright (c) 2019 Andres Suarez
-    
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
     in the Software without restriction, including without limitation the rights
     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
-    
+
     The above copyright notice and this permission notice shall be included in all
     copies or substantial portions of the Software.
-    
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -870,8 +1152,25 @@ conditions of the following licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     SOFTWARE.
 
-- 'yn' in extension/dist/ext/extension.js
-  This product bundles 'yn' from the above files.
+- 'split2' in in extension/dist/ext/extension.js
+  This product bundles 'split2' from the above files.
+  This package is available under the ISC License:
+    Copyright (c) 2014-2018, Matteo Collina <he...@matteocollina.com>
+
+    Permission to use, copy, modify, and/or distribute this software for any
+    purpose with or without fee is hereby granted, provided that the above
+    copyright notice and this permission notice appear in all copies.
+
+    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+    IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+- 'strip-ansi' in extension/dist/ext/extension.js
+  This product bundles 'strip-ansi' from the above files.
   This package is available under the MIT LICENSE:
 
     MIT License
@@ -884,48 +1183,37 @@ conditions of the following licenses.
     
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-- '@cspotcode/source-map-support' in extension/dist/ext/extension.js
-  This product bundles '@cspotcode/source-map-support' from the above files.
+- 'supports-color' in extension/dist/ext/extension.js
+  This product bundles 'supports-color' from the above files.
   This package is available under the MIT LICENSE:
 
-    The MIT License (MIT)
+    MIT License
     
-    Copyright (c) 2014 Evan Wallace
+    Copyright (c) Sindre Sorhus <si...@gmail.com> (https://sindresorhus.com)
     
-    Permission is hereby granted, free of charge, to any person obtaining a copy
-    of this software and associated documentation files (the "Software"), to deal
-    in the Software without restriction, including without limitation the rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
+    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
     
-    The above copyright notice and this permission notice shall be included in all
-    copies or substantial portions of the Software.
+    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
     
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-    SOFTWARE.
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-- '@jridgewell/resolve-uri' in extension/dist/ext/extension.js
-  This product bundles '@jridgewell/resolve-uri' from the above files.
-  This package is available under the MIT LICENSE:
+- 'thread-stream' in extension/dist/ext/extension.js
+  This product bundles 'thread-stream' from the above files.
+  These files are available under the MIT License:
+    MIT License
+
+    Copyright (c) 2021 Matteo Collina
 
-    Copyright 2019 Justin Ridgewell <jr...@google.com>
-    
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
     in the Software without restriction, including without limitation the rights
     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
-    
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -934,24 +1222,27 @@ conditions of the following licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     SOFTWARE.
 
-- '@jridgewell/sourcemap-codec' in extension/dist/ext/extension.js
-  This product bundles '@jridgewell/sourcemap-codec' from the above files.
-  This package is available under the MIT LICENSE:
+- 'traverse' in extension/dist/ext/extension.js
+  This product bundles 'traverse' from the above files.
+  These files are available under the MIT/X11 license:
+
+    Copyright 2010 James Halliday (mail@substack.net)
+
+    This project is free software released under the MIT/X11 license:
+    http://www.opensource.org/licenses/mit-license.php
+
+    Copyright 2010 James Halliday (mail@substack.net)
 
-    The MIT License
-    
-    Copyright (c) 2015 Rich Harris
-    
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal
     in the Software without restriction, including without limitation the rights
     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
-    
+
     The above copyright notice and this permission notice shall be included in
     all copies or substantial portions of the Software.
-    
+
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -960,29 +1251,31 @@ conditions of the following licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.
 
-- '@jridgewell/trace-mapping' in extension/dist/ext/extension.js
-  This product bundles '@jridgewell/trace-mapping' from the above files.
-  This package is available under the MIT LICENSE:
+- 'unzip-stream' in extension/dist/ext/extension.js
+  This product bundles 'unzip-stream' from the above files.
+  These files are available under the MIT License:
 
-    Copyright 2022 Justin Ridgewell <ju...@ridgewell.name>
-    
-    Permission is hereby granted, free of charge, to any person obtaining a copy
-    of this software and associated documentation files (the "Software"), to deal
-    in the Software without restriction, including without limitation the rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
-    
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-    SOFTWARE.
+    Copyright (c) 2017 Michal Hruby
+    Copyright (c) 2012 - 2013 Near Infinity Corporation
+
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 - '@protobufjs/aspromise' in extension/dist/ext/extension.js
 - '@protobufjs/base64' in extension/dist/ext/extension.js
@@ -1037,35 +1330,6 @@ conditions of the following licenses.
     standalone and requires a support library to be linked with it. This
     support library is itself covered by the above license.
 
-- '@tsconfig/node10' in extension/dist/ext/extension.js
-- '@tsconfig/node12' in extension/dist/ext/extension.js
-- '@tsconfig/node14' in extension/dist/ext/extension.js
-- '@tsconfig/node16' in extension/dist/ext/extension.js
-  This product bundles multiple '@tsconfig' packages from the above files.
-  This package is available under the MIT LICENSE:
-
-    MIT License
-    
-    Copyright (c) Microsoft Corporation.
-    
-    Permission is hereby granted, free of charge, to any person obtaining a copy
-    of this software and associated documentation files (the "Software"), to deal
-    in the Software without restriction, including without limitation the rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in all
-    copies or substantial portions of the Software.
-    
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-    SOFTWARE.
-
 - '@types/long' in extension/dist/ext/extension.js
   This product bundles '@types/long' from the above files.
   These packages are available under the MIT License:
@@ -1192,6 +1456,31 @@ conditions of the following licenses.
     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     OTHER DEALINGS IN THE SOFTWARE.
 
+- 'yargs' in extension/dist/ext/extension.js
+  This product bundles 'yargs' from the above files.
+  This package is available under the MIT License:
+    MIT License
+
+    Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
 - images/arrow.svg
   This product bundles the above files from the 'VS Code Mock Debug' extension.
   These files are available under the CC0 License:
@@ -1502,33 +1791,6 @@ conditions of the following licenses.
     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-- 'fsevents' in extension/dist/ext/extension.js
-  This product bundles 'fsevents' from the above files.
-  This package is available under the MIT LICENSE:
-
-    MIT License
-    -----------
-    
-    Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
-    
-    Permission is hereby granted, free of charge, to any person obtaining a copy
-    of this software and associated documentation files (the "Software"), to deal
-    in the Software without restriction, including without limitation the rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
-    
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-    THE SOFTWARE.
-
 - '@types/google-protobuf' in extension/dist/ext/extension.js
   This product bundles '@types/google-protobuf' from the above files.
   This package is available under the MIT LICENSE:
@@ -1566,66 +1828,20 @@ conditions of the following licenses.
     this software without specific prior written permission.
 
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-- 'ts-node' in extension/dist/ext/extension.js
-  This product bundles 'ts-node' from the above files.
-  This package is available under the MIT LICENSE:
-
-    The MIT License (MIT)
-
-    Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
-
-    Permission is hereby granted, free of charge, to any person obtaining a copy
-    of this software and associated documentation files (the "Software"), to deal
-    in the Software without restriction, including without limitation the rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
-
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
-
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-    THE SOFTWARE.
-
-- build/extension.webpack.config.js
-  This product bundles the above files from the "webpack-sample" folder of the "VS Code Extension Samples" github repo (https://github.com/microsoft/vscode-extension-samples/tree/main/webpack-sample).
-  These files are avaiable under the MIT License:
-
-    Copyright (c) Microsoft Corporation
-
-    All rights reserved. 
-
-    MIT License
-
-    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation 
-    files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
-    modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software 
-    is furnished to do so, subject to the following conditions:
-
-    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-    THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
-    BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT 
-    OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 - ch.qos.logback.logback-classic-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- ch.qos.logback.logback-classic-<VERSION>.jar in node_modules/@omega-edit/server/lib
 - ch.qos.logback.logback-core-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- ch.qos.logback.logback-core-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'logback' from the above files.
   These files are available under the Logback license:
 
@@ -2295,6 +2511,172 @@ conditions of the following licenses.
 
     This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
 
+- com.sun.istack.istack-commons-runtime-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- com.sun.istack.istack-commons-tools-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+  This product bundles 'iStack Common Utility Code' from the above files.
+  These files are available under the BSD-3-Clause License:
+    Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
+   
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+   
+      - Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+   
+      - Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in the
+        documentation and/or other materials provided with the distribution.
+   
+      - Neither the name of the Eclipse Foundation, Inc. nor the names of its
+        contributors may be used to endorse or promote products derived
+        from this software without specific prior written permission.
+   
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+- com.sun.xml.bind.external.rngom-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- com.sun.xml.bind.jaxb-impl-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- org.glassfish.jaxb.codemodel-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- org.glassfish.jaxb.jaxb-core-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- org.glassfish.jaxb.jaxb-xjc-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- org.glassfish.jaxb.txw2-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+  This product bundles 'Eclipse Implementation of JAXB' from the above files.
+  These files are available under the BSD-3-Clause License:
+    Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+    - Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+
+    - Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in the
+        documentation and/or other materials provided with the distribution.
+
+    - Neither the name of the Eclipse Foundation, Inc. nor the names of its
+        contributors may be used to endorse or promote products derived
+        from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+- com.sun.xml.dtd-parser.dtd-parser-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+  This product bundles 'DTD Parser' from the above files.
+  These files are available under the BSD-3-Clause License:
+    Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+      - Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+
+      - Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in the
+        documentation and/or other materials provided with the distribution.
+
+      - Neither the name of the Eclipse Foundation, Inc. nor the names of its
+        contributors may be used to endorse or promote products derived
+        from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+- javax.activation.activation-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+  This product bundles 'Jakarta Activation' from the above files.
+  These files are available under the BSD-3-Clause License:
+    Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
+   
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+   
+      - Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+   
+      - Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in the
+        documentation and/or other materials provided with the distribution.
+   
+      - Neither the name of the Eclipse Foundation, Inc. nor the names of its
+        contributors may be used to endorse or promote products derived
+        from this software without specific prior written permission.
+   
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+- javax.xml.bind.jaxb-api-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+  This product bundles 'Jakarta XML Binding project' from the above files.
+  These files are available under the BSD-3-Clause License:
+    Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
+   
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+   
+      - Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+   
+      - Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in the
+        documentation and/or other materials provided with the distribution.
+   
+      - Neither the name of the Eclipse Foundation, Inc. nor the names of its
+        contributors may be used to endorse or promote products derived
+        from this software without specific prior written permission.
+   
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 - org.apache.daffodil.daffodil-lib-<VERSION>.jar in daffodil-debugger-<VERSION>.zip with:
   org/apache/daffodil/xsd/XMLSchema.dtd (https://www.w3.org/2001/XMLSchema.dtd)
   org/apache/daffodil/xsd/XMLSchema.xsd (https://www.w3.org/2001/XMLSchema.xsd)
@@ -2369,6 +2751,32 @@ conditions of the following licenses.
     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+- org.checkerframework.checker-qual-<VERSION>.jar in node_modules/@omega-edit/server/lib
+  This product bundles 'Checker Framework qualifiers' from the above files.
+  These files are available under the MIT
+    Checker Framework qualifiers
+    Copyright 2004-present by the Checker Framework developers
+
+    MIT License:
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
 - org.codehaus.woodstox.stax2-api-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
   This product bundles 'Stax 2 API' from the above files.
   These files are available under the BSD-2-Clause license:
@@ -2452,18 +2860,6 @@ conditions of the following licenses.
     Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
     on the JDOM Project, please see <http://www.jdom.org/>.
 
-- org.reactivestreams.reactive-streams-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
-  This product bundles 'reactive streams' from the above files.
-  These files are available under the MIT-0 license:
-
-    MIT No Attribution
-
-    Copyright 2014 Reactive Streams
-
-    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.
-
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
 - org.scodec.scodec-bits-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
   This product bundles 'scodec' from the above files.
   These files are available under the BSD 3-Clause license:
@@ -2480,6 +2876,7 @@ conditions of the following licenses.
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR  [...]
 
 - org.slf4j.slf4j-api-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- org.slf4j.slf4j-api-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'slf4j' from the above files.
   These files are available under the MIT license:
 
@@ -2506,9 +2903,9 @@ conditions of the following licenses.
     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 - org.typelevel.cats-core-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- org.typelevel.cats-core-<VERSION>.jar in node_modules/@omega-edit/server/lib
 - org.typelevel.cats-kernel-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
-- org.typelevel.cats-core-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- org.typelevel.cats-kernel-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- org.typelevel.cats-kernel-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'cats' from the above files.
   These files are available under the MIT license:
 
@@ -2562,7 +2959,7 @@ conditions of the following licenses.
     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-- com.google.protobuf.protobuf-java-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.google.protobuf.protobuf-java-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles "Protocol Buffers" from the above files.
   These files are are avaiable under the 3-Clause BSD License:
     Copyright 2008 Google Inc.  All rights reserved.
@@ -2598,7 +2995,7 @@ conditions of the following licenses.
     standalone and requires a support library to be linked with it.  This
     support library is itself covered by the above license.
 
-- org.codehaus.mojo.animal-sniffer-annotations-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- org.codehaus.mojo.animal-sniffer-annotations-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles "MojoHaus AnimalSniffer" from the above files.
   These files are are avaiable under the MIT License:  
     The MIT License
@@ -2623,11 +3020,11 @@ conditions of the following licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.
 
-- org.ow2.asm.asm-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- org.ow2.asm.asm-analysis-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- org.ow2.asm.asm-commons-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- org.ow2.asm.asm-tree-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- org.ow2.asm.asm-util-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- org.ow2.asm.asm-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- org.ow2.asm.asm-analysis-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- org.ow2.asm.asm-commons-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- org.ow2.asm.asm-tree-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- org.ow2.asm.asm-util-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundle "ow2-asm" from the above files.
   These files are are avaiable under the 3-Clause BSD License:
     ASM: a very small and fast Java bytecode manipulation framework
@@ -2658,7 +3055,8 @@ conditions of the following licenses.
     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
     THE POSSIBILITY OF SUCH DAMAGE.
 
-- org.reactivestreams.reactive-streams-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- org.reactivestreams.reactive-streams-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- org.reactivestreams.reactive-streams-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles "Reactive Streams" from the above files.
   These files are are avaiable under the MIT License:
     MIT No Attribution
@@ -2669,8 +3067,8 @@ conditions of the following licenses.
 
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-- com.beachape.enumeratum-macros_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.beachape.enumeratum_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.beachape.enumeratum-macros_<VERSION>.jar in node_modules/@omega-edit/server/lib
+- com.beachape.enumeratum_<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles "Enumeratum" from the above files.
   These files are avaiable under the MIT License:
     The MIT License (MIT)
@@ -2695,7 +3093,7 @@ conditions of the following licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.
 
-- com.github.jnr.jnr-x86asm-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.github.jnr.jnr-x86asm-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles "jnr-x86asm" from the above files.
   These files are avaiable under the MIT License:
 
@@ -2723,22 +3121,7 @@ conditions of the following licenses.
     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     OTHER DEALINGS IN THE SOFTWARE.
 
-- org.typelevel.simulacrum-scalafix-annotations_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-  This product bundles "simulacrum-scalafix-annotations" from the above files.
-  These files are available under the BSD 3-Clause license:
-
-    Copyright (c) 2014, Michael Pilquist
-    All rights reserved.
-
-    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-    3. Neither the name of the scodec team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-
-    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR  [...]
-
-- com.google.code.findbugs.jsr305-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.google.code.findbugs.jsr305-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'findbugs.jsr305' from the above files.
   These files are available under the New BSD (BSD 3) license:
 
@@ -2750,3 +3133,316 @@ conditions of the following licenses.
     See the JSR-305 home page for more information:
 
       http://code.google.com/p/jsr-305/
+
+- relaxngDatatype.relaxngDatatype-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+  This product bundles 'relaxngDatatype' from the above files.
+  These files are available under the BSD-3-Clause License:
+    Copyright (c) 2001-2003 Thai Open Source Software Center Ltd
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are
+    met:
+
+        Redistributions of source code must retain the above copyright
+        notice, this list of conditions and the following disclaimer.
+
+        Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in
+        the documentation and/or other materials provided with the
+        distribution.
+
+        Neither the name of the Thai Open Source Software Center Ltd nor
+        the names of its contributors may be used to endorse or promote
+        products derived from this software without specific prior written
+        permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+- com.sun.xsom.xsom-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+  This product bundles 'Jakarta XML Binding project' from the above files.
+  These files are available under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)Version 1.1 License:
+    COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)Version 1.1
+
+    1. Definitions.
+
+        1.1. "Contributor" means each individual or entity that creates or contributes to the creation of Modifications.
+
+        1.2. "Contributor Version" means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor.
+
+        1.3. "Covered Software" means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.
+
+        1.4. "Executable" means the Covered Software in any form other than Source Code.
+
+        1.5. "Initial Developer" means the individual or entity that first makes Original Software available under this License.
+
+        1.6. "Larger Work" means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.
+
+        1.7. "License" means this document.
+
+        1.8. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
+
+        1.9. "Modifications" means the Source Code and Executable form of any of the following:
+
+        A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications;
+
+        B. Any new file that contains any part of the Original Software or previous Modification; or
+
+        C. Any new file that is contributed or otherwise made available under the terms of this License.
+
+        1.10. "Original Software" means the Source Code and Executable form of computer software code that is originally released under this License.
+
+        1.11. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor.
+
+        1.12. "Source Code" means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code.
+
+        1.13. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of th [...]
+
+    2. License Grants.
+
+        2.1. The Initial Developer Grant.
+
+        Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license:
+
+        (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and
+
+        (b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof).
+
+        (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License.
+
+        (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices.
+
+        2.2. Contributor Grant.
+
+        Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:
+
+        (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and
+
+        (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination).
+
+        (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party.
+
+        (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that [...]
+
+    3. Distribution Obligations.
+
+        3.1. Availability of Source Code.
+
+        Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered So [...]
+
+        3.2. Modifications.
+
+        The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License.
+
+        3.3. Required Notices.
+
+        You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer.
+
+        3.4. Application of Additional Terms.
+
+        You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients' rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that  [...]
+
+        3.5. Distribution of Executable Versions.
+
+        You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient's rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executabl [...]
+
+        3.6. Larger Works.
+
+        You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software.
+
+    4. Versions of the License.
+
+        4.1. New Versions.
+
+        Oracle is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License.
+
+        4.2. Effect of New Versions.
+
+        You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License und [...]
+
+        4.3. Modified Versions.
+
+        When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License.
+
+    5. DISCLAIMER OF WARRANTY.
+
+        COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) AS [...]
+
+    6. TERMINATION.
+
+        6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
+
+        6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as "Participant") alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all r [...]
+
+        6.3. If You assert a patent infringement claim against Participant alleging that the Participant Software directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license.
+
+        6.4. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination.
+
+    7. LIMITATION OF LIABILITY.
+
+        UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER C [...]
+
+    8. U.S. GOVERNMENT END USERS.
+
+        The Covered Software is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" (as that term is defined at 48 C.F.R. ? 252.227-7014(a)(1)) and "commercial computer software documentation" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set  [...]
+
+    9. MISCELLANEOUS.
+
+        This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdiction's conflict-of-law provisions. Any lit [...]
+
+    10. RESPONSIBILITY FOR CLAIMS.
+
+        As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability.
+
+    ----------
+    NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
+    The code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California.
+
+
+
+
+    The GNU General Public License (GPL) Version 2, June 1991
+
+
+    Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+    Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
+
+    Preamble
+
+    The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library Ge [...]
+
+    When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
+
+    To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
+
+    For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
+
+    We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
+
+    Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
+
+    Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
+
+    The precise terms and conditions for copying, distribution and modification follow.
+
+
+    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+    0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another languag [...]
+
+    Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
+
+    1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
+
+    You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
+
+    2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself  [...]
+
+    These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, who [...]
+
+    Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
+
+    In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
+
+    3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
+
+    The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the majo [...]
+
+    If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
+
+    4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
+
+    5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or work [...]
+
+    6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
+
+    7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not  [...]
+
+    If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
+
+    It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/ [...]
+
+    This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
+
+    8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
+
+    9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+    Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
+
+    10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
+
+    NO WARRANTY
+
+    11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH Y [...]
+
+    12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM [...]
+
+    END OF TERMS AND CONDITIONS
+
+
+    How to Apply These Terms to Your New Programs
+
+    If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
+
+    To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+    One line to give the program's name and a brief idea of what it does.
+
+    Copyright (C)
+
+    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+    Also add information on how to contact you by electronic and paper mail.
+
+    If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
+
+    The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program.
+
+    You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:
+
+    Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+    signature of Ty Coon, 1 April 1989
+    Ty Coon, President of Vice
+
+    This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License.
+
+
+    "CLASSPATH" EXCEPTION TO THE GPL VERSION 2
+
+    Certain source files distributed by Oracle are subject to the following clarification and special exception to the GPL Version 2, but only where Oracle has expressly included in the particular source file's header the words "Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the License file that accompanied this code."
+
+    Linking this library statically or dynamically with other modules is making a combined work based on this library.  Thus, the terms and conditions of the GNU General Public License Version 2 cover the whole combination.
+
+    As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module.  An independent module is a module which is not derived from or based o [...]
diff --git a/build/package/NONOTICE b/build/package/NONOTICE
index 4c86ffa..6186ebe 100644
--- a/build/package/NONOTICE
+++ b/build/package/NONOTICE
@@ -36,17 +36,20 @@ The following binary components distributed with this project are licensed under
       Repository at: https://github.com/FasterXML/woodstox
 
 - com.google.code.gson.gson-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- com.google.code.gson.gson-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'gso' from the above files.
   These packages are available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/google/gson
 
 - com.monovore.decline-effect_<VERSION>.jar in daffodil-debugger-<VERSION>.zip
 - com.monovore.decline_<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- com.monovore.decline_<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'decline' from the above files.
   These packages are available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/bkirwi/decline
 
 - com.typesafe.config-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- com.typesafe.config-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'config' from the above files.
   These packages are available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/lightbend/config
@@ -74,74 +77,61 @@ The following binary components distributed with this project are licensed under
   These packages are available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/typelevel/log4cats
 
-- com.github.jnr.jffi-<VERSION>-native.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.github.jnr.jffi-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.github.jnr.jffi-<VERSION>-native.jar in node_modules/@omega-edit/server/lib
+- com.github.jnr.jffi-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'jffi' and 'jffi-native' from the above files.
   These packages are available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/jnr/jffi
 
-- com.github.jnr.jnr-a64asm-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.github.jnr.jnr-a64asm-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'jnr-a64asm' from the above files.
   This package is available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/jnr/jnr-a64asm
 
-- com.github.jnr.jnr-ffi-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-  This product bundles 'jnr-a64asm' from the above files.
-  This package is available under the Apache License v2 without a NOTICE:
-      Repository at: https://github.com/jnr/jnr-ffi
-
-- com.github.jnr.jnr-x86asm-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-  This product bundles 'jnr-a64asm' from the above files.
+- com.github.jnr.jnr-ffi-<VERSION>.jar in node_modules/@omega-edit/server/lib
+  This product bundles 'jnr-ffi' from the above files.
   This package is available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/jnr/jnr-ffi
 
-- com.google.errorprone.error_prone_annotations-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.google.errorprone.error_prone_annotations-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'error_prone_annotations' from the above files.
   This package is available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/google/error-prone
 
-- com.google.guava.failureaccess-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.google.guava.guava-<VERSION>-android.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.google.guava.listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.google.guava.failureaccess-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- com.google.guava.guava-<VERSION>-android.jar in node_modules/@omega-edit/server/lib
+- com.google.guava.listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar in node_modules/@omega-edit/server/lib
   This product bundles 'guava.failureaccess' and 'guava.guava-android' from the above files.
   These packages are available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/google/guava
 
-- com.google.j2objc.j2objc-annotations-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.google.j2objc.j2objc-annotations-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'j2objc' from the above files.
   This package is available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/google/j2objc
 
-- com.thesamet.scalapb.lenses_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.thesamet.scalapb.scalapb-runtime_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.thesamet.scalapb.lenses_<VERSION>.jar in node_modules/@omega-edit/server/lib
+- com.thesamet.scalapb.scalapb-runtime_<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'scalapb.lenser' and 'scalapb.scalapb-runtime' from the above files.
   These packages are available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/scalapb/ScalaPB
 
-- com.lightbend.akka.grpc.akka-grpc-runtime_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-  This product bundles 'akka-grpc-runtime' from the above files.
-  After version v2.2.0-M1 the license was changed to non-compatible license Business Source License 1.1. 
-  However, we currently are using version 2.1.3 so it was licensed using the Apache License v2 without a NOTICE:
-    Repository at: https://github.com/akka/akka-grpc/tree/accf37ccc97205d588742ced4bcc7d1ed7499142
-      - This points to the last commit before the license change.
-
-- com.typesafe.akka.akka-actor_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.typesafe.akka.akka-discovery_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.typesafe.akka.akka-parsing_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.typesafe.akka.akka-protobuf-v3_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.typesafe.akka.akka-stream_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-  This product bundles 'akka-actor', 'akka-discovery', 'akka-parsing', 'akka-parsing', 'akka-protobuf', 'akka-stream' from the above files.
-  After version v2.7.0-M1 the license was changed to non-compatible license Business Source License 1.1.
-  However, we currently are using version 2.1.3 so it was licensed using the Apache License v2 without a NOTICE:
-    Repository at: https://github.com/akka/akka/tree/a646027346f7034deb3deb2a1609121aa0890a8d
-      - This points to the last commit before the license change.
-
-- com.typesafe.ssl-config-core_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.typesafe.ssl-config-core_<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'ssl-config-core' from the above files.
   This package is available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/lightbend/ssl-config
 
-- com.google.android.annotations-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.google.android.annotations-<VERSION>.jar in node_modules/@omega-edit/server/lib
   This product bundles 'android.annotations' from the above files.
   This package is available under the Apache License v2 without a NOTICE:
       Repository at: https://github.com/androidannotations/androidannotations
+
+- com.google.api.grpc.proto-google-common-protos-<VERSION>.jar in node_modules/@omega-edit/server/lib
+  This product bundles 'com.google.api.grpc.proto-google-common-protos' from the above files.
+  This package is available under the Apache License v2 without a NOTICE:
+      Repository at: https://github.com/googleapis/api-common-protos
+
+- org.parboiled.parboiled_<VERSION>.jar in node_modules/@omega-edit/server/lib
+  This product bundles 'org.parboiled.parboiled' from the above files.
+  This package is available under the Apache License v2 without a NOTICE:
+      Repository at: https://github.com/sirthias/parboiled
diff --git a/build/package/NOTICE b/build/package/NOTICE
index a4160ed..831d9ec 100644
--- a/build/package/NOTICE
+++ b/build/package/NOTICE
@@ -152,11 +152,11 @@ The following NOTICE information applies to binary components distributed with t
   http://www.arbortext.com/customer_support/updates_and_technical_notes/catalogs/docs/README.htm
 
 - extension/dist/ext/extension.js
-- io.grpc.grpc-api-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- io.grpc.grpc-context-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- io.grpc.grpc-core-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- io.grpc.grpc-netty-shaded-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- io.grpc.grpc-stub-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- io.grpc.grpc-api-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- io.grpc.grpc-context-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- io.grpc.grpc-core-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- io.grpc.grpc-netty-shaded-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- io.grpc.grpc-stub-<VERSION>.jar in node_modules/@omega-edit/server/lib
   Copyright 2014 gRPC authors.
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -171,43 +171,7 @@ The following NOTICE information applies to binary components distributed with t
   See the License for the specific language governing permissions and
   limitations under the License.
 
-- com.typesafe.akka.akka-http-core_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.typesafe.akka.akka-http_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.typesafe.akka.akka-http-parsing_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-  Akka HTTP
-  =========
-
-  The source code is Akka HTTP is hosted at https://github.com/akka/akka-http.
-
-  This software is licensed under the Apache 2 license, quoted below.
-
-  Copyright 2009-2021 Lightbend Inc. [https://www.lightbend.com]
-
-  Licensed under the Apache License, Version 2.0 (the "License"); you may not
-  use this file except in compliance with the License. You may obtain a copy of
-  the License at
-
-      [http://www.apache.org/licenses/LICENSE-2.0]
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-  License for the specific language governing permissions and limitations under
-  the License.
-
-  Also, please refer to each `licenses/LICENSE.<component>.txt` file for the license
-  terms of the components that this product depends on.
-
-  -------------------------------------------------------------------------------
-  This product contains a modified version of 'HPACK', a Java implementation of
-  the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
-
-    * LICENSE:
-      * licenses/LICENSE.hpack.txt (Apache License 2.0)
-    * HOMEPAGE:
-      * https://github.com/twitter/hpack
-
-- io.perfmark.perfmark-api-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- io.perfmark.perfmark-api-<VERSION>.jar in node_modules/@omega-edit/server/lib
   Copyright 2019 Google LLC
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -249,7 +213,92 @@ The following NOTICE information applies to binary components distributed with t
     * HOMEPAGE:
       * https://asm.ow2.io/
 
-- org.scala-lang.modules.scala-collection-compat_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- org.apache.ant.ant-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+- org.apache.ant.ant-launcher-<VERSION>.jar in daffodil-debugger-<VERSION>.zip
+  Apache Ant
+  Copyright 1999-2023 The Apache Software Foundation
+
+  This product includes software developed at
+  The Apache Software Foundation (https://www.apache.org/).
+
+  The <sync> task is based on code Copyright (c) 2002, Landmark
+  Graphics Corp that has been kindly donated to the Apache Software
+  Foundation.
+
+- org.apache.pekko.pekko-actor_<VERSION>.jar
+- org.apache.pekko.pekko-discovery_<VERSION>.jar
+- org.apache.pekko.pekko-grpc-runtime_<VERSION>.jar
+- org.apache.pekko.pekko-http-core_<VERSION>.jar
+- org.apache.pekko.pekko-http_<VERSION>.jar
+- org.apache.pekko.pekko-parsing_<VERSION>.jar
+- org.apache.pekko.pekko-protobuf-v3_<VERSION>.jar
+- org.apache.pekko.pekko-slf4j_<VERSION>.jar
+- org.apache.pekko.pekko-stream_<VERSION>.jar
+  Apache Pekko
+  Copyright 2022, 2023 The Apache Software Foundation
+
+  This product includes software developed at
+  The Apache Software Foundation (https://www.apache.org/).
+
+  This product contains significant parts that were originally based on software from Lightbend (Akka <https://akka.io/>).
+  Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
+
+  Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the
+  Apache License, Version 2.0 License.
+
+  ---------------
+
+  pekko-actor contains MurmurHash.scala which has changes made by the Scala-Lang team under an Apache 2.0 license.
+
+  Copyright (c) 2002-2023 EPFL
+  Copyright (c) 2011-2023 Lightbend, Inc.
+
+  Scala includes software developed at
+  LAMP/EPFL (https://lamp.epfl.ch/) and
+  Lightbend, Inc. (https://www.lightbend.com/).
+
+  ---------------
+
+  pekko-actor contains code from scala-collection-compat which was released under an Apache 2.0 license.
+
+  scala-collection-compat
+  Copyright (c) 2002-2023 EPFL
+  Copyright (c) 2011-2023 Lightbend, Inc.
+
+  Scala includes software developed at
+  LAMP/EPFL (https://lamp.epfl.ch/) and
+  Lightbend, Inc. (https://www.lightbend.com/).
+
+
+  ---------------
+
+  pekko-actor contains code from Netty which was released under an Apache 2.0 license.
+
+                              The Netty Project
+                              =================
+
+  Please visit the Netty web site for more information:
+
+    * https://netty.io/
+
+  Copyright 2014 The Netty Project
+
+  The Netty Project licenses this file to you under the Apache License,
+  version 2.0 (the "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at:
+
+    https://www.apache.org/licenses/LICENSE-2.0
+
+  ---------------
+
+  pekko-remote contains CountMinSketch.java which was developed under an Apache 2.0 license.
+
+  stream-lib
+  Copyright 2016 AddThis
+
+  This product includes software developed by AddThis.
+
+- org.scala-lang.modules.scala-collection-compat_<VERSION>.jar in node_modules/@omega-edit/server/lib
   scala-collection-compat
   Copyright (c) 2002-2022 EPFL
   Copyright (c) 2011-2022 Lightbend, Inc.
@@ -265,7 +314,7 @@ The following NOTICE information applies to binary components distributed with t
   See the License for the specific language governing permissions and
   limitations under the License.
 
-- org.scala-lang.modules.scala-java8-compat_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- org.scala-lang.modules.scala-java8-compat_<VERSION>.jar in node_modules/@omega-edit/server/lib
   scala-java8-compat
   Copyright (c) 2002-2022 EPFL
   Copyright (c) 2011-2022 Lightbend, Inc.
@@ -296,9 +345,75 @@ The following NOTICE information applies to binary components distributed with t
   See the License for the specific language governing permissions and
   limitations under the License.
 
-- com.ctc.omega-edit-grpc-server-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.ctc.omega-edit-native_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.ctc.omega-edit-spi-<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
-- com.ctc.omega-edit_<VERSION>.jar in omega-edit-grpc-server-<VERSION>.zip
+- com.ctc.omega-edit-grpc-server-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- com.ctc.omega-edit-native_<VERSION>.jar in node_modules/@omega-edit/server/lib
+- com.ctc.omega-edit-spi-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- com.ctc.omega-edit_<VERSION>.jar in node_modules/@omega-edit/server/lib
   Ωedit
   Copyright 2021-2022 Concurrent Technologies Corporation
+
+- io.grpc.grpc-protobuf-<VERSION>.jar in node_modules/@omega-edit/server/lib
+- io.grpc.grpc-protobuf-lite-<VERSION>.jar in node_modules/@omega-edit/server/lib
+  Copyright 2014 The gRPC Authors
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+  -----------------------------------------------------------------------
+
+  This product contains a modified portion of 'OkHttp', an open source
+  HTTP & SPDY client for Android and Java applications, which can be obtained
+  at:
+
+    * LICENSE:
+      * okhttp/third_party/okhttp/LICENSE (Apache License 2.0)
+    * HOMEPAGE:
+      * https://github.com/square/okhttp
+    * LOCATION_IN_GRPC:
+      * okhttp/third_party/okhttp
+
+  This product contains a modified portion of 'Envoy', an open source
+  cloud-native high-performance edge/middle/service proxy, which can be
+  obtained at:
+
+    * LICENSE:
+      * xds/third_party/envoy/LICENSE (Apache License 2.0)
+    * NOTICE:
+      * xds/third_party/envoy/NOTICE
+    * HOMEPAGE:
+      * https://www.envoyproxy.io
+    * LOCATION_IN_GRPC:
+      * xds/third_party/envoy
+
+  This product contains a modified portion of 'protoc-gen-validate (PGV)',
+  an open source protoc plugin to generate polyglot message validators,
+  which can be obtained at:
+
+    * LICENSE:
+      * xds/third_party/protoc-gen-validate/LICENSE (Apache License 2.0)
+    * NOTICE:
+        * xds/third_party/protoc-gen-validate/NOTICE
+    * HOMEPAGE:
+      * https://github.com/envoyproxy/protoc-gen-validate
+    * LOCATION_IN_GRPC:
+      * xds/third_party/protoc-gen-validate
+
+  This product contains a modified portion of 'udpa',
+  an open source universal data plane API, which can be obtained at:
+
+    * LICENSE:
+      * xds/third_party/udpa/LICENSE (Apache License 2.0)
+    * HOMEPAGE:
+      * https://github.com/cncf/udpa
+    * LOCATION_IN_GRPC:
+      * xds/third_party/udpa
+