| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762 |
- Apache License
- Version 2.0, January 2004
- https://www.apache.org/licenses/
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
- 1. Definitions.
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (properties) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
- END OF TERMS AND CONDITIONS
- APPENDIX: How to apply the Apache License to your work.
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
- Copyright [yyyy] [name of copyright owner]
- 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
- https://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.
- =======================================================================
- Seata Subcomponents:
- The Seata project contains subcomponents with separate copyright
- notices and license terms. Your use of the source code for the these
- subcomponents is subject to the terms and conditions of the following
- licenses.
- ========================================================================
- Apache-2.0 licenses
- ========================================================================
- com.github.ben-manes.caffeine:caffeine 2.9.3 Apache-2.0
- commons-codec:commons-codec 1.15 Apache-2.0
- commons-io:commons-io 2.8.0 Apache-2.0
- commons-lang:commons-lang 2.6 Apache-2.0
- org.apache.commons:commons-lang3 3.12.0 Apache-2.0
- com.google.errorprone:error_prone_annotations 2.21.1 Apache-2.0
- org.apache.httpcomponents:httpasyncclient 4.1.5 Apache-2.0
- org.apache.httpcomponents:httpclient 4.5.14 Apache-2.0
- org.apache.httpcomponents:httpcore 4.4.16 Apache-2.0
- org.apache.httpcomponents:httpcore-nio 4.4.16 Apache-2.0
- com.fasterxml.jackson.core:jackson-annotations 2.13.5 Apache-2.0
- com.fasterxml.jackson.core:jackson-core 2.13.5 Apache-2.0
- com.fasterxml.jackson.core:jackson-databind 2.13.5 Apache-2.0
- com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.13.5 Apache-2.0
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.13.5 Apache-2.0
- com.fasterxml.jackson.module:jackson-module-parameter-names 2.13.5 Apache-2.0
- io.jsonwebtoken:jjwt-api 0.10.5 Apache-2.0
- io.jsonwebtoken:jjwt-impl 0.10.5 Apache-2.0
- io.jsonwebtoken:jjwt-jackson 0.10.5 Apache-2.0
- io.netty:netty-all 4.1.101.Final Apache-2.0
- io.netty:netty-buffer 4.1.101.Final Apache-2.0
- io.netty:netty-codec 4.1.101.Final Apache-2.0
- io.netty:netty-codec-dns 4.1.101.Final Apache-2.0
- io.netty:netty-codec-haproxy 4.1.101.Final Apache-2.0
- io.netty:netty-codec-http 4.1.101.Final Apache-2.0
- io.netty:netty-codec-http2 4.1.101.Final Apache-2.0
- io.netty:netty-codec-memcache 4.1.101.Final Apache-2.0
- io.netty:netty-codec-mqtt 4.1.101.Final Apache-2.0
- io.netty:netty-codec-redis 4.1.101.Final Apache-2.0
- io.netty:netty-codec-smtp 4.1.101.Final Apache-2.0
- io.netty:netty-codec-socks 4.1.101.Final Apache-2.0
- io.netty:netty-codec-stomp 4.1.101.Final Apache-2.0
- io.netty:netty-codec-xml 4.1.101.Final Apache-2.0
- io.netty:netty-common 4.1.101.Final Apache-2.0
- io.netty:netty-handler 4.1.101.Final Apache-2.0
- io.netty:netty-handler-proxy 4.1.101.Final Apache-2.0
- io.netty:netty-handler-ssl-ocsp 4.1.101.Final Apache-2.0
- io.netty:netty-resolver 4.1.101.Final Apache-2.0
- io.netty:netty-resolver-dns 4.1.101.Final Apache-2.0
- io.netty:netty-resolver-dns-classes-macos 4.1.101.Final Apache-2.0
- io.netty:netty-resolver-dns-native-macos 4.1.101.Final Apache-2.0
- io.netty:netty-resolver-dns-native-macos 4.1.101.Final Apache-2.0
- io.netty:netty-transport 4.1.101.Final Apache-2.0
- io.netty:netty-transport-classes-epoll 4.1.101.Final Apache-2.0
- io.netty:netty-transport-classes-kqueue 4.1.101.Final Apache-2.0
- io.netty:netty-transport-native-epoll 4.1.101.Final Apache-2.0
- io.netty:netty-transport-native-epoll 4.1.101.Final Apache-2.0
- io.netty:netty-transport-native-kqueue 4.1.101.Final Apache-2.0
- io.netty:netty-transport-native-kqueue 4.1.101.Final Apache-2.0
- io.netty:netty-transport-native-unix-common 4.1.101.Final Apache-2.0
- io.netty:netty-transport-rxtx 4.1.101.Final Apache-2.0
- io.netty:netty-transport-sctp 4.1.101.Final Apache-2.0
- io.netty:netty-transport-udt 4.1.101.Final Apache-2.0
- org.yaml:snakeyaml 2.0 Apache-2.0
- org.springframework:spring-aop 5.3.39 Apache-2.0
- org.springframework:spring-beans 5.3.39 Apache-2.0
- org.springframework.boot:spring-boot 2.7.18 Apache-2.0
- org.springframework.boot:spring-boot-autoconfigure 2.7.18 Apache-2.0
- org.springframework.boot:spring-boot-starter 2.7.18 Apache-2.0
- org.springframework.boot:spring-boot-starter-json 2.7.18 Apache-2.0
- org.springframework.boot:spring-boot-starter-logging 2.7.18 Apache-2.0
- org.springframework.boot:spring-boot-starter-security 2.7.18 Apache-2.0
- org.springframework.boot:spring-boot-starter-tomcat 2.7.18 Apache-2.0
- org.springframework.boot:spring-boot-starter-web 2.7.18 Apache-2.0
- org.springframework:spring-context 5.3.39 Apache-2.0
- org.springframework:spring-core 5.3.39 Apache-2.0
- org.springframework:spring-expression 5.3.39 Apache-2.0
- org.springframework:spring-jcl 5.3.39 Apache-2.0
- org.springframework.security:spring-security-config 5.7.11 Apache-2.0
- org.springframework.security:spring-security-core 5.7.11 Apache-2.0
- org.springframework.security:spring-security-crypto 5.7.11 Apache-2.0
- org.springframework.security:spring-security-web 5.7.11 Apache-2.0
- org.springframework:spring-web 5.3.39 Apache-2.0
- org.springframework:spring-webmvc 5.3.39 Apache-2.0
- org.apache.tomcat:tomcat-annotations-api 9.0.83 Apache-2.0
- org.apache.tomcat.embed:tomcat-embed-websocket 9.0.106 Apache-2.0
- org.apache.tomcat.embed:tomcat-embed-core 9.0.106 Apache-2.0
- org.apache.tomcat.embed:tomcat-embed-core 9.0.106 Apache-2.0
- org.apache.tomcat.embed:tomcat-embed-el 9.0.106 Apache-2.0
- ========================================================================
- BSD-2-Clause licenses
- ========================================================================
- webidl-conversions 3.0.1 BSD-2-Clause see:licenses/webidl-conversions-BSD-2-Clause
- ========================================================================
- BSD-3-Clause licenses
- ========================================================================
- org.codehaus.janino:commons-compiler 3.1.10 BSD-3-Clause see:licenses/janino-BSD-3-Clause
- org.codehaus.janino:janino 3.1.10 BSD-3-Clause see:licenses/janino-BSD-3-Clause
- @uni/action-sheet 1.0.8 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- @uni/clipboard 1.0.9 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- @uni/env 1.1.1 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- @uni/file 1.1.1 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- @uni/image 1.1.3 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- @uni/navigate 1.0.11 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- @uni/page-scroll-to 1.0.0 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- @uni/vibrate 1.0.1 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- @uni/video 1.0.8 BSD-3-Clause see:licenses/uni-BSD-3-Clause
- babel-plugin-emotion/node_modules/source-map 0.5.7 BSD-3-Clause see:licenses/source-map-BSD-3-Clause
- driver-dom 2.2.2 BSD-3-Clause see:licenses/driver-dom-BSD-3-Clause
- driver-dom/node_modules/style-unit 3.0.5 BSD-3-Clause see:licenses/driver-dom-BSD-3-Clause
- driver-miniapp 0.1.5 BSD-3-Clause see:licenses/driver-miniapp-BSD-3-Clause
- driver-universal 3.5.0 BSD-3-Clause see:licenses/driver-universal-BSD-3-Clause
- driver-weex 2.1.0 BSD-3-Clause see:licenses/driver-weex-BSD-3-Clause
- driver-weex/node_modules/style-unit 3.0.5 BSD-3-Clause see:licenses/driver-weex-BSD-3-Clause
- dva-core/node_modules/warning 3.0.0 BSD-3-Clause see:licenses/warning-BSD-3-Clause
- dva/node_modules/hoist-non-react-statics 2.5.5 BSD-3-Clause see:licenses/hoist-non-react-statics-BSD-3-Clause
- flat 5.0.2 BSD-3-Clause see:licenses/flat-BSD-3-Clause
- hoist-non-react-statics 2.5.5 BSD-3-Clause see:licenses/hoist-non-react-statics-BSD-3-Clause
- hoist-non-react-statics 3.3.2 BSD-3-Clause see:licenses/hoist-non-react-statics-BSD-3-Clause
- rax 1.2.3 BSD-3-Clause see:licenses/rax-BSD-3-Clause
- rax-children 1.0.0 BSD-3-Clause see:licenses/rax-BSD-3-Clause
- rax-clone-element 1.0.0 BSD-3-Clause see:licenses/rax-BSD-3-Clause
- rax-create-factory 1.0.0 BSD-3-Clause see:licenses/rax-BSD-3-Clause
- rax-is-valid-element 1.0.1 BSD-3-Clause see:licenses/rax-BSD-3-Clause
- react-transition-group 2.9.0 BSD-3-Clause see:licenses/react-transition-group-BSD-3-Clause
- serialize-javascript 5.0.1 BSD-3-Clause see:licenses/serialize-javascript-BSD-3-Clause
- source-map 0.5.7 BSD-3-Clause see:licenses/source-map-BSD-3-Clause
- sprintf-js 1.0.3 BSD-3-Clause see:licenses/sprintf-js-BSD-3-Clause
- style-unit 2.0.1 BSD-3-Clause see:licenses/rax-BSD-3-Clause
- style-unit 3.0.5 BSD-3-Clause see:licenses/rax-BSD-3-Clause
- style-unit/node_modules/universal-env 2.0.0 BSD-3-Clause see:licenses/rax-BSD-3-Clause
- universal-choose-image 1.3.0 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-device 1.0.3 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-device 2.3.1 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-env 0.6.6 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-env 2.0.0 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-panresponder 0.6.5 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-panresponder/node_modules/universal-env 0.6.6 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-transition 1.1.1 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-unit-tool 1.0.0 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- universal-unit-tool/node_modules/universal-device 2.3.1 BSD-3-Clause see:licenses/universal-BSD-3-Clause
- warning 3.0.0 BSD-3-Clause see:licenses/warning-BSD-3-Clause
- ========================================================================
- CDDL-1.0 licenses
- ========================================================================
- javax.servlet:javax.servlet-api 4.0.1 CDDL-1.0 see:licenses/CDDL-1.0
- ========================================================================
- EPL-1.0 licenses
- ========================================================================
- ch.qos.logback:logback-classic 1.2.12 EPL-1.0 see:licenses/EPL-1.0
- ch.qos.logback:logback-core 1.2.12 EPL-1.0 see:licenses/EPL-1.0
- ========================================================================
- EPL-2.0 licenses
- ========================================================================
- jakarta.annotation:jakarta.annotation-api 1.3.5 EPL-2.0 see:licenses/EPL-2.0
- ========================================================================
- MIT licenses
- ========================================================================
- org.checkerframework:checker-qual 3.37.0 MIT see:licenses/checker-qual-MIT
- org.slf4j:jul-to-slf4j 1.7.36 MIT see:licenses/jul-to-slf4j-MIT
- org.slf4j:slf4j-api 1.7.36 MIT see:licenses/slf4j-api-MIT
- @alicloud/console-components 1.6.2 MIT see:licenses/alicloud-console-components-MIT
- @alicloud/console-components-actions 1.1.1 MIT see:licenses/alicloud-console-components-actions-MIT
- @alicloud/console-components-app-layout 1.1.4 MIT
- @alicloud/console-components-console-menu 1.2.12 MIT
- @alicloud/css-var-utils 0.1.0 MIT
- @alifd/babel-runtime-jsx-style-transform 1.0.0 MIT
- @alifd/field 1.7.0 MIT see:licenses/alifd-field-MIT
- @alifd/meet-react 2.9.9 MIT
- @alifd/meet-react-component-one 1.3.2 MIT
- @alifd/meet-react/node_modules/classnames 2.2.6 MIT see:licenses/classnames-MIT
- @alifd/next 1.24.18 MIT see:licenses/alifd-next-MIT
- @alifd/next/node_modules/@alifd/field 1.5.8 MIT see:licenses/alifd-field-MIT
- @alifd/next/node_modules/@alifd/validate 1.2.3 MIT see:licenses/alifd-validate-MIT
- @alifd/validate 1.4.0 MIT see:licenses/alifd-validate-MIT
- @babel/code-frame 7.26.2 MIT see:licenses/babel-code-frame-MIT
- @babel/compat-data 7.23.5 MIT see:licenses/babel-compat-data-MIT
- @babel/core 7.23.9 MIT see:licenses/babel-core-MIT
- @babel/generator 7.23.6 MIT see:licenses/babel-generator-MIT
- @babel/helper-annotate-as-pure 7.22.5 MIT see:licenses/babel-helper-annotate-as-pure-MIT
- @babel/helper-compilation-targets 7.23.6 MIT see:licenses/babel-helper-compilation-targets-MIT
- @babel/helper-environment-visitor 7.22.20 MIT see:licenses/babel-helper-environment-visitor-MIT
- @babel/helper-function-name 7.23.0 MIT see:licenses/babel-helper-function-name-MIT
- @babel/helper-hoist-variables 7.22.5 MIT see:licenses/babel-helper-hoist-variables-MIT
- @babel/helper-module-imports 7.22.15 MIT see:licenses/babel-helper-module-imports-MIT
- @babel/helper-module-transforms 7.23.3 MIT see:licenses/babel-helper-module-transforms-MIT
- @babel/helper-plugin-utils 7.22.5 MIT see:licenses/babel-helper-plugin-utils-MIT
- @babel/helper-simple-access 7.22.5 MIT see:licenses/babel-helper-simple-access-MIT
- @babel/helper-split-export-declaration 7.22.6 MIT see:licenses/babel-helper-split-export-declaration-MIT
- @babel/helper-string-parser 7.25.9 MIT see:licenses/babel-helper-string-parser-MIT
- @babel/helper-validator-identifier 7.25.9 MIT see:licenses/babel-helper-validator-identifier-MIT
- @babel/helper-validator-option 7.23.5 MIT see:licenses/babel-helper-validator-option-MIT
- @babel/helpers 7.27.0 MIT see:licenses/babel-helpers-MIT
- @babel/highlight 7.23.4 MIT see:licenses/babel-highlight-MIT
- @babel/parser 7.27.0 MIT see:licenses/babel-parser-MIT
- @babel/plugin-syntax-jsx 7.23.3 MIT see:licenses/babel-plugin-syntax-jsx-MIT
- @babel/runtime 7.27.0 MIT see:licenses/babel-runtime-MIT
- @babel/template 7.27.0 MIT see:licenses/babel-template-MIT
- @babel/traverse 7.23.9 MIT see:licenses/babel-traverse-MIT
- @babel/types 7.27.0 MIT see:licenses/babel-types-MIT
- @bpmn-io/cm-theme 0.1.0-alpha.2 MIT see:licenses/bpmn-io-cm-theme-MIT
- @bpmn-io/diagram-js-ui 0.2.2 MIT see:licenses/bpmn-io-diagram-js-ui-MIT
- @bpmn-io/feel-editor 1.1.0 MIT see:licenses/bpmn-io-feel-editor-MIT
- @bpmn-io/feel-lint 1.2.0 MIT see:licenses/bpmn-io-feel-lint-MIT
- @bpmn-io/properties-panel 3.16.0 MIT see:licenses/bpmn-io-properties-panel-MIT
- @codemirror/autocomplete 6.12.0 MIT see:licenses/codemirror-autocomplete-MIT
- @codemirror/commands 6.3.3 MIT see:licenses/codemirror-commands-MIT
- @codemirror/language 6.10.0 MIT see:licenses/codemirror-language-MIT
- @codemirror/lint 6.4.2 MIT see:licenses/codemirror-lint-MIT
- @codemirror/state 6.4.0 MIT see:licenses/codemirror-state-MIT
- @codemirror/view 6.23.0 MIT see:licenses/codemirror-view-MIT
- @emotion/cache 10.0.29 MIT see:licenses/emotion-cache-MIT
- @emotion/core 10.3.1 MIT see:licenses/emotion-core-MIT
- @emotion/css 10.0.27 MIT see:licenses/emotion-css-MIT
- @emotion/hash 0.8.0 MIT see:licenses/emotion-hash-MIT
- @emotion/is-prop-valid 0.8.8 MIT see:licenses/emotion-is-prop-valid-MIT
- @emotion/memoize 0.7.4 MIT see:licenses/emotion-memoize-MIT
- @emotion/serialize 0.11.16 MIT see:licenses/emotion-serialize-MIT
- @emotion/serialize/node_modules/csstype 2.6.21 MIT see:licenses/csstype-MIT
- @emotion/sheet 0.9.4 MIT see:licenses/emotion-sheet-MIT
- @emotion/stylis 0.8.5 MIT see:licenses/emotion-stylis-MIT
- @emotion/unitless 0.7.5 MIT see:licenses/emotion-unitless-MIT
- @emotion/utils 0.11.3 MIT see:licenses/emotion-utils-MIT
- @emotion/weak-memoize 0.2.5 MIT see:licenses/emotion-weak-memoize-MIT
- @jridgewell/gen-mapping 0.3.4 MIT see:licenses/jridgewell-gen-mapping-MIT
- @jridgewell/resolve-uri 3.1.2 MIT see:licenses/jridgewell-resolve-uri-MIT
- @jridgewell/set-array 1.1.2 MIT see:licenses/jridgewell-set-array-MIT
- @jridgewell/sourcemap-codec 1.4.15 MIT see:licenses/jridgewell-sourcemap-codec-MIT
- @jridgewell/trace-mapping 0.3.23 MIT see:licenses/jridgewell-trace-mapping-MIT
- @lezer/common 1.2.1 MIT see:licenses/lezer-common-MIT
- @lezer/highlight 1.2.0 MIT see:licenses/lezer-highlight-MIT
- @lezer/lr 1.4.0 MIT see:licenses/lezer-lr-MIT
- @lezer/markdown 1.2.0 MIT see:licenses/lezer-markdown-MIT
- @types/history 4.7.11 MIT see:licenses/types-history-MIT
- @types/hoist-non-react-statics 3.3.5 MIT see:licenses/types-hoist-non-react-statics-MIT
- @types/isomorphic-fetch 0.0.34 MIT see:licenses/types-isomorphic-fetch-MIT
- @types/parse-json 4.0.2 MIT see:licenses/types-parse-json-MIT
- @types/prop-types 15.7.11 MIT see:licenses/types-prop-types-MIT
- @types/react 16.14.56 MIT see:licenses/types-react-MIT
- @types/react-dom 16.9.24 MIT see:licenses/types-react-dom-MIT
- @types/react-router 5.1.20 MIT see:licenses/types-react-router-MIT
- @types/react-router-dom 16.9.24 MIT see:licenses/types-react-router-dom-MIT
- @types/react-router-redux 5.0.27 MIT see:licenses/types-react-router-redux-MIT
- @types/scheduler 0.16.8 MIT see:licenses/types-scheduler-MIT
- @types/use-sync-external-store 0.0.3 MIT see:licenses/types-use-sync-external-store-MIT
- ansi-colors 4.1.1 MIT see:licenses/ansi-colors-MIT
- ansi-regex 3.0.1 MIT see:licenses/ansi-regex-MIT
- ansi-regex 5.0.1 MIT see:licenses/ansi-regex-MIT
- ansi-styles 3.2.1 MIT see:licenses/ansi-styles-MIT
- argparse 1.0.10 MIT see:licenses/argparse-MIT
- asn1.js 4.10.1 MIT see:licenses/asn1.js-MIT
- asn1.js/node_modules/bn.js 4.12.0 MIT see:licenses/bn.js-MIT
- asynckit 0.4.0 MIT see:licenses/asynckit-MIT
- axios 1.8.2 MIT see:licenses/axios-MIT
- babel-plugin-emotion 10.2.2 MIT see:licenses/babel-plugin-emotion-MIT
- babel-plugin-emotion/node_modules/babel-plugin-macros 2.8.0 MIT see:licenses/babel-plugin-emotion-MIT
- babel-plugin-emotion/node_modules/convert-source-map 1.9.0 MIT see:licenses/convert-source-map-MIT
- babel-plugin-emotion/node_modules/cosmiconfig 6.0.0 MIT see:licenses/cosmiconfig-MIT
- babel-plugin-styled-components 2.1.4 MIT see:licenses/babel-plugin-styled-components-MIT
- babel-plugin-syntax-jsx 6.18.0 MIT see:licenses/babel-plugin-syntax-jsx-MIT
- babel-runtime 6.26.0 MIT see:licenses/babel-runtime-MIT
- babel-runtime/node_modules/regenerator-runtime 0.11.1 MIT see:licenses/regenerator-runtime-MIT
- balanced-match 1.0.2 MIT see:licenses/balanced-match-MIT
- bignumber.js 9.1.2 MIT see:licenses/bignumber.js-MIT
- bn.js 5.2.1 MIT see:licenses/bn.js-MIT
- brace-expansion 1.1.11 MIT see:licenses/brace-expansion-MIT
- braces 3.0.2 MIT see:licenses/braces-3.0.2-MIT
- braces 3.0.3 MIT see:licenses/braces-MIT
- braces 2.3.1 MIT see:licenses/braces-2.3.1-MIT
- brorand 1.1.0 MIT see:licenses/brorand-MIT
- browserify-aes 1.2.0 MIT see:licenses/browserify-aes-MIT
- browserify-rsa 4.1.0 MIT see:licenses/browserify-rsa-MIT
- browserify-sign/node_modules/hash-base 3.0.4 MIT see:licenses/hash-base-MIT
- browserify-sign/node_modules/isarray 1.0.0 MIT see:licenses/isarray-MIT
- browserify-sign/node_modules/readable-stream 2.3.8 MIT see:licenses/readable-stream-MIT
- browserify-sign/node_modules/readable-stream/node_modules/safe-buffer 5.1.2 MIT see:licenses/safe-buffer-MIT
- browserify-sign/node_modules/string_decoder 1.1.1 MIT see:licenses/string-decoder-MIT
- browserify-sign/node_modules/string_decoder/node_modules/safe-buffer 5.1.2 MIT see:licenses/safe-buffer-MIT
- browserslist 4.23.0 MIT see:licenses/browserslist-MIT
- buffer-xor 1.0.3 MIT see:licenses/buffer-xor-MIT
- callsites 3.1.0 MIT see:licenses/callsites-MIT
- camelcase 6.3.0 MIT see:licenses/camelcase-MIT
- camelize 1.0.1 MIT see:licenses/camelize-MIT
- chalk 2.4.2 MIT see:licenses/chalk-MIT
- chalk 4.1.2 MIT see:licenses/chalk-MIT
- chokidar 3.5.1 MIT see:licenses/chokidar-MIT
- cipher-base 1.0.4 MIT see:licenses/cipher-base-MIT
- classnames 2.2.6 MIT see:licenses/classnames-MIT
- classnames 2.5.1 MIT see:licenses/classnames-2.5.1-MIT
- clsx 2.1.0 MIT see:licenses/clsx-MIT
- color-convert 1.9.3 MIT see:licenses/color-convert-MIT
- color-convert 2.0.1 MIT see:licenses/color-convert-MIT
- color-name 1.1.3 MIT see:licenses/color-name-MIT
- color-name 1.1.4 MIT see:licenses/color-name-MIT
- combined-stream 1.0.8 MIT see:licenses/combined-stream-MIT
- component-event 0.2.1 MIT see:licenses/component-event-MIT
- concat-map 0.0.1 MIT see:licenses/concat-map-MIT
- convert-source-map 2.0.0 MIT see:licenses/convert-source-map-MIT
- core-js 2.6.12 MIT see:licenses/core-js-MIT
- cosmiconfig 6.0.0 MIT see:licenses/cosmiconfig-MIT
- core-util-is 1.0.3 MIT see:licenses/core-util-is-MIT
- create-hash 1.2.0 MIT see:licenses/create-hash-MIT
- create-hmac 1.1.7 MIT see:licenses/create-hmac-MIT
- crelt 1.0.6 MIT see:licenses/crelt-MIT
- css-to-react-native 2.3.2 MIT see:licenses/css-to-react-native-MIT
- css-to-react-native/node_modules/postcss-value-parser 3.3.1 MIT see:licenses/postcss-value-parse-MIT
- csstype 3.1.3 MIT see:licenses/csstype-MIT
- dayjs 1.11.10 MIT see:licenses/dayjs-MIT
- debug 4.3.6 MIT see:licenses/debug-MIT
- decamelize 4.0.0 MIT see:licenses/decamelize-MIT
- decode-uri-component 0.4.1 MIT see:licenses/decode-uri-component-MIT
- delayed-stream 1.0.0 MIT see:licenses/delayed-stream-MIT
- diagram-js 12.8.1 MIT see:licenses/diagram-js-MIT
- diagram-js-grid 0.2.0 MIT see:licenses/diagram-js-grid-MIT
- didi 9.0.2 MIT see:licenses/didi-MIT
- dom-helpers 3.4.0 MIT see:licenses/dom-helpers-MIT
- dom-walk 0.1.2 MIT see:licenses/dom-walk-MIT
- dom7 3.0.0 MIT see:licenses/dom7-MIT
- domify 1.4.2 MIT see:licenses/domify-MIT
- dva 2.4.1 MIT see:licenses/dva-MIT
- dva-core 1.4.0 MIT see:licenses/dva-core-MIT
- dva-core/node_modules/@babel/runtime 7.0.0-beta.46 MIT see:licenses/babel-runtime-MIT
- dva-core/node_modules/redux 3.7.2 MIT see:licenses/redux-MIT
- dva-core/node_modules/regenerator-runtime 0.11.1 MIT see:licenses/regenerator-runtime-MIT
- dva/node_modules/@babel/runtime 7.0.0-beta.46 MIT see:licenses/babel-runtime-MIT
- dva/node_modules/@types/react-router-dom 4.3.5 MIT see:licenses/types-react-router-dom-MIT
- dva/node_modules/react-redux 5.0.7 MIT see:licenses/react-redux-MIT
- dva/node_modules/react-router 4.3.1 MIT see:licenses/react-router-MIT
- dva/node_modules/react-router-dom 4.3.1 MIT see:licenses/react-router-dom-MIT
- dva/node_modules/react-router-redux 5.0.0-alpha.9 MIT see:licenses/react-router-redux-MIT
- dva/node_modules/redux 3.7.2 MIT see:licenses/redux-MIT
- dva/node_modules/regenerator-runtime 0.11.1 MIT see:licenses/regenerator-runtime-MIT
- elliptic 6.6.1 MIT see:licenses/elliptic-MIT
- elliptic/node_modules/bn.js 4.12.0 MIT see:licenses/bn.js-MIT
- encoding 0.1.13 MIT see:licenses/encoding-MIT
- encoding/node_modules/iconv-lite 0.6.3 MIT see:licenses/iconv-lite-MIT
- error-ex 1.3.2 MIT see:licenses/error-ex-MIT
- escalade 3.1.2 MIT see:licenses/escalade-MIT
- escape-string-regexp 1.0.5 MIT see:licenses/escape-string-regexp-MIT
- escape-string-regexp 4.0.0 MIT see:licenses/escape-string-regexp-MIT
- evp_bytestokey 1.0.3 MIT see:licenses/evp_bytestokey-MIT
- feelers 1.2.0 MIT see:licenses/feelers-MIT
- feelin 2.3.0 MIT see:licenses/feelin-MIT
- fill-range 7.0.1 MIT see:licenses/fill-range-MIT
- find-root 1.1.0 MIT see:licenses/find-root-MIT
- find-up 5.0.0 MIT see:licenses/find-up-MIT
- flatten 1.0.3 MIT see:licenses/flatten-MIT
- focus-trap 7.5.4 MIT see:licenses/focus-trap-MIT
- follow-redirects 1.15.6 MIT see:licenses/follow-redirects-MIT
- form-data 4.0.0 MIT see:licenses/form-data-MIT
- fsevents 2.3.3 MIT see:licenses/fsevents-MIT
- function-bind 1.1.2 MIT see:licenses/function-bind-MIT
- gensync 1.0.0-beta.2 MIT see:licenses/gensync-MIT
- global 4.4.0 MIT see:licenses/global-MIT
- globals 11.12.0 MIT see:licenses/globals-MIT
- growl 1.10.5 MIT see:licenses/growl-MIT
- hammerjs 2.0.8 MIT see:licenses/hammerjs-MIT
- has-flag 3.0.0 MIT see:licenses/has-flag-MIT
- hash-base 3.1.0 MIT see:licenses/hash-base-MIT
- hash.js 1.1.7 MIT see:licenses/hash.js-MIT
- hasown 2.0.1 MIT see:licenses/hasown-MIT
- he 1.2.0 MIT see:licenses/he-MIT
- history 4.10.1 MIT see:licenses/history-MIT
- hmac-drbg 1.0.1 MIT see:licenses/hmac-drbg-MIT
- iconv-lite 0.6.3 MIT see:licenses/iconv-lite-MIT
- import-fresh 3.3.0 MIT see:licenses/import-fresh-MIT
- invariant 2.2.4 MIT see:licenses/invariant-MIT
- is-arrayish 0.2.1 MIT see:licenses/is-arrayish-MIT
- is-binary-path 2.1.0 MIT see:licenses/is-binary-path-MIT
- is-core-module 2.13.1 MIT see:licenses/is-core-module-MIT
- is-extglob 2.1.1 MIT see:licenses/is-extglob-MIT
- is-fullwidth-code-point 2.0.0 MIT see:licenses/is-fullwidth-code-point-MIT
- is-fullwidth-code-point 3.0.0 MIT see:licenses/is-fullwidth-code-point-MIT
- is-glob 4.0.3 MIT see:licenses/is-glob-MIT
- is-number 7.0.0 MIT see:licenses/is-number-MIT
- is-plain-obj 2.1.0 MIT see:licenses/is-plain-obj-MIT
- is-plain-object 2.0.4 MIT see:licenses/is-plain-object-MIT
- is-what 3.14.1 MIT see:licenses/is-what-MIT
- isarray 0.0.1 MIT see:licenses/isarray-MIT
- isobject 3.0.1 MIT see:licenses/isobject-MIT
- isomorphic-fetch 2.2.1 MIT see:licenses/isomorphic-fetch-MIT
- jquery 3.7.1 MIT see:licenses/jquery-MIT
- js-tokens 4.0.0 MIT see:licenses/js-tokens-MIT
- jsesc 2.5.2 MIT see:licenses/jsesc-MIT
- json-parse-even-better-errors 2.3.1 MIT see:licenses/json-parse-even-better-errors-MIT
- json5 2.2.3 MIT see:licenses/json5-MIT
- lang-feel 2.0.0 MIT see:licenses/lang-feel-MIT
- lezer-feel 1.2.4 MIT see:licenses/lezer-feel-MIT
- lines-and-columns 1.2.4 MIT see:licenses/lines-and-columns-MIT
- loader-utils 3.2.1 MIT see:licenses/loader-utils-MIT
- locate-path 6.0.0 MIT see:licenses/locate-path-MIT
- lodash 4.17.21 MIT see:licenses/lodash-MIT
- lodash-es 4.17.21 MIT see:licenses/lodash-es-MIT
- lodash.clonedeep 4.5.0 MIT see:licenses/lodash.clonedeep-MIT
- log-symbols 4.0.0 MIT see:licenses/log-symbols-MIT
- loose-envify 1.4.0 MIT see:licenses/loose-envify-MIT
- luxon 3.4.4 MIT see:licenses/luxon-MIT
- md5.js 1.3.5 MIT see:licenses/md5.js-MIT
- memoize-one 5.2.1 MIT see:licenses/memoize-one-MIT
- merge-anything 2.4.4 MIT see:licenses/merge-anything-MIT
- mime-db 1.52.0 MIT see:licenses/mime-db-MIT
- mime-types 2.1.35 MIT see:licenses/mime-types-MIT
- min-dash 4.2.1 MIT see:licenses/min-dash-MIT
- min-document 2.19.0 MIT see:licenses/min-document-MIT
- min-dom 4.1.0 MIT see:licenses/min-dom-MIT
- minimalistic-crypto-utils 1.0.1 MIT see:licenses/minimalistic-crypto-utils-MIT
- mocha 8.4.0 MIT see:licenses/mocha-MIT
- moment 2.30.1 MIT see:licenses/moment-MIT
- ms 2.1.2 MIT see:licenses/ms-MIT
- nanoid 3.1.31 MIT see:licenses/nanoid-MIT
- node-fetch 2.6.7 MIT see:licenses/node-fetch-MIT
- node-releases 2.0.14 MIT see:licenses/node-releases-MIT
- normalize-path 3.0.0 MIT see:licenses/normalize-path-MIT
- object-assign 4.1.1 MIT see:licenses/object-assign-MIT
- object-refs 0.3.0 MIT see:licenses/object-refs-MIT
- omit.js 2.0.2 MIT see:licenses/omit.js-MIT
- p-limit 3.1.0 MIT see:licenses/p-limit-MIT
- p-locate 5.0.0 MIT see:licenses/p-locate-MIT
- parent-module 1.0.1 MIT see:licenses/parent-module-MIT
- parse-asn1/node_modules/hash-base 3.0.4 MIT see:licenses/hash-base-MIT
- parse-json 5.2.0 MIT see:licenses/parse-json-MIT
- path-exists 4.0.0 MIT see:licenses/path-exists-MIT
- path-intersection 2.2.1 MIT see:licenses/path-intersection-MIT
- path-is-absolute 1.0.1 MIT see:licenses/path-is-absolute-MIT
- path-parse 1.0.7 MIT see:licenses/path-parse-MIT
- path-to-regexp 1.9.0 MIT see:licenses/path-to-regexp-MIT
- path-type 4.0.0 MIT see:licenses/path-type-MIT
- pbkdf2 3.1.2 MIT see:licenses/pbkdf2-MIT
- picomatch 2.3.1 MIT see:licenses/picomatch-MIT
- postcss-value-parser 3.3.1 MIT see:licenses/postcss-value-parser-MIT
- preact 10.19.3 MIT see:licenses/preact-MIT
- process 0.11.10 MIT see:licenses/process-MIT
- process-nextick-args 2.0.1 MIT see:licenses/process-nextick-args-MIT
- prop-types 15.8.1 MIT see:licenses/prop-types-MIT
- proxy-from-env 1.1.0 MIT see:licenses/proxy-from-env-MIT
- randombytes 2.1.0 MIT see:licenses/randombytes-MIT
- react 16.14.0 MIT see:licenses/react-MIT
- react-dom 16.14.0 MIT see:licenses/react-dom-MIT
- react-is 16.13.1 MIT see:licenses/react-is-MIT
- react-lifecycles-compat 3.0.4 MIT see:licenses/react-lifecycles-compat-MIT
- react-loading-skeleton 2.2.0 MIT see:licenses/react-loading-skeleton-MIT
- react-redux 8.1.3 MIT see:licenses/react-redux-MIT
- react-redux/node_modules/react-is 18.2.0 MIT see:licenses/react-is-MIT
- react-router 5.3.4 MIT see:licenses/react-router-MIT
- react-router-dom 4.3.1 MIT see:licenses/react-router-dom-MIT
- react-router-dom 5.3.4 MIT see:licenses/react-router-dom-MIT
- react-router-redux 4.0.8 MIT see:licenses/react-router-redux-MIT
- react-router-redux 5.0.0-alpha.9 MIT see:licenses/react-router-redux-MIT
- readable-stream 3.6.2 MIT see:licenses/readable-stream-MIT
- readdirp 3.5.0 MIT see:licenses/readdirp-MIT
- redux 3.7.2 MIT see:licenses/redux-MIT
- redux 5.0.1 MIT see:licenses/redux-MIT
- redux-saga 0.16.2 MIT see:licenses/redux-saga-MIT
- redux-thunk 3.1.0 MIT see:licenses/redux-thunk-MIT
- regenerator-runtime 0.14.1 MIT see:licenses/regenerator-runtime-MIT
- require-directory 2.1.1 MIT see:licenses/require-directory-MIT
- resize-observer-polyfill 1.5.1 MIT see:licenses/resize-observer-polyfill-MIT
- resolve 1.22.8 MIT see:licenses/resolve-MIT
- resolve-from 4.0.0 MIT see:licenses/resolve-from-MIT
- resolve-pathname 3.0.0 MIT see:licenses/resolve-pathname-MIT
- ripemd160 2.0.2 MIT see:licenses/ripemd160-MIT
- sha.js 2.4.11 MIT see:licenses/sha.js-MIT
- safe-buffer 5.2.1 MIT see:licenses/safe-buffer-MIT
- safer-buffer 2.1.2 MIT see:licenses/safer-buffer-MIT
- scheduler 0.19.1 MIT see:licenses/scheduler-MIT
- shallow-element-equals 1.0.1 MIT see:licenses/shallow-element-equals-MIT
- ssr-window 3.0.0 MIT see:licenses/ssr-window-MIT
- string-width 2.1.1 MIT see:licenses/string-width-MIT
- string-width 4.2.3 MIT see:licenses/string-width-MIT
- string_decoder 1.3.0 MIT see:licenses/string_decoder-MIT
- strip-ansi 4.0.0 MIT see:licenses/strip-ansi-MIT
- strip-ansi 6.0.1 MIT see:licenses/strip-ansi-MIT
- strip-json-comments 3.1.1 MIT see:licenses/strip-json-comments-MIT
- style-equal 1.0.0 MIT see:licenses/style-equal-MIT
- style-mod 4.1.0 MIT see:licenses/style-mod-MIT
- styled-components 4.4.1 MIT see:licenses/styled-components-MIT
- stylis 3.5.4 MIT see:licenses/stylis-MIT
- stylis-rule-sheet 0.0.10 MIT see:licenses/stylis-rule-sheet-MIT
- supports-color 5.5.0 MIT see:licenses/supports-color-MIT
- supports-color 7.2.0 MIT see:licenses/supports-color-MIT
- supports-color 8.1.1 MIT see:licenses/supports-color-MIT
- supports-preserve-symlinks-flag 1.0.0 MIT see:licenses/supports-preserve-symlinks-flag-MIT
- svelte 3.59.2 MIT see:licenses/svelte-MIT
- swiper 6.5.1 MIT see:licenses/swiper-MIT
- symbol-observable 1.2.0 MIT see:licenses/symbol-observable-MIT
- tabbable 6.2.0 MIT see:licenses/tabbable-MIT
- tiny-invariant 1.3.3 MIT see:licenses/tiny-invariant-MIT
- tiny-svg 3.0.1 MIT see:licenses/tiny-svg-MIT
- tiny-warning 1.0.3 MIT see:licenses/tiny-warning-MIT
- to-fast-properties 2.0.0 MIT see:licenses/to-fast-properties-MIT
- to-regex-range 5.0.1 MIT see:licenses/to-regex-range-MIT
- tr46 0.0.3 MIT see:licenses/tr46-MIT
- update-browserslist-db 1.0.13 MIT see:licenses/update-browserslist-db-MIT
- use-sync-external-store 1.2.0 MIT see:licenses/use-sync-external-store-MIT
- util-deprecate 1.0.2 MIT see:licenses/util-deprecate-MIT
- value-equal 1.0.1 MIT see:licenses/value-equal-MIT
- w3c-keyname 2.2.8 MIT see:licenses/w3c-keyname-MIT
- warning 4.0.3 MIT see:licenses/warning-MIT
- whatwg-fetch 3.6.20 MIT see:licenses/whatwg-fetch-MIT
- whatwg-url 5.0.0 MIT see:licenses/whatwg-url-MIT
- wrap-ansi 7.0.0 MIT see:licenses/wrap-ansi-MIT
- yamljs 0.3.0 MIT see:licenses/yamljs-MIT
- yargs 16.2.0 MIT see:licenses/yargs-MIT
- yargs-unparser 2.0.0 MIT see:licenses/yargs-unparser-MIT
- yocto-queue 0.1.0 MIT see:licenses/yocto-queue-MIT
- ========================================================================
- ISC licenses
- ========================================================================
- @ungap/promise-all-settled 1.1.2 ISC see:licenses/ungap-ISC
- anymatch 3.1.3 ISC see:licenses/anymatch-ISC
- browser-stdout 1.3.1 ISC see:licenses/browser-stdout-ISC
- browserify-sign 4.2.3 ISC see:licenses/browserify-sign-ISC
- cliui 8.0.1 ISC see:licenses/cliui-ISC
- css-color-keywords 1.0.0 ISC see:licenses/css-color-keywords-ISC
- electron-to-chromium 1.4.681 ISC see:licenses/electron-to-chromium-ISC
- fs.realpath 1.0.0 ISC see:licenses/fs.realpath-ISC
- get-caller-file 2.0.5 ISC see:licenses/get-caller-file-ISC
- glob 7.2.3 ISC see:licenses/glob-ISC
- glob-parent 5.1.2 ISC see:licenses/glob-parent-ISC
- inflight 1.0.6 ISC see:licenses/inflight-ISC
- inherits 2.0.4 ISC see:licenses/inherits-ISC
- inherits-browser 0.1.0 ISC see:licenses/inherits-browser-ISC
- isexe 2.0.0 ISC see:licenses/isexe-ISC
- lru-cache 5.1.1 ISC see:licenses/lru-cache-ISC
- minimalistic-assert 1.0.1 ISC see:licenses/minimalistic-assert-ISC
- minimatch 3.1.2 ISC see:licenses/minimatch-ISC
- once 1.4.0 ISC see:licenses/once-ISC
- parse-asn1 5.1.7 ISC see:licenses/parse-asn1-ISC
- picocolors 1.0.0 ISC see:licenses/picocolors-ISC
- semver 6.3.1 ISC see:licenses/semver-ISC
- which 2.0.2 ISC see:licenses/which-ISC
- wide-align 1.1.3 ISC see:licenses/wide-align-ISC
- wrappy 1.0.2 ISC see:licenses/wrappy-ISC
- y18n 5.0.8 ISC see:licenses/y18n-ISC
- yallist 3.1.1 ISC see:licenses/yallist-ISC
- yaml 1.10.2 ISC see:licenses/yaml-ISC
- yargs-parser 20.2.4 ISC see:licenses/yargs-parser-ISC
- ========================================================================
- SIL licenses
- ========================================================================
- bpmn-font 0.12.1 SIL see:licenses/bpmn-font-SIL
|