@aws/nx-plugin 0.116.0 → 0.118.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE-THIRD-PARTY +557 -327
- package/README.md +3 -3
- package/generators.json +43 -43
- package/package.json +9 -9
- package/sdk/py.d.ts +2 -2
- package/sdk/py.js +3 -3
- package/sdk/py.js.map +1 -1
- package/sdk/ts.d.ts +2 -2
- package/sdk/ts.js +4 -4
- package/sdk/ts.js.map +1 -1
- package/src/connection/generator.js +29 -29
- package/src/connection/generator.js.map +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +20 -20
- package/src/preset/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/py/{strands-agent → agent}/__snapshots__/generator.spec.ts.snap +18 -18
- package/src/py/agent/a2a-connection/generator.d.ts +10 -0
- package/src/py/{strands-agent → agent}/a2a-connection/generator.js +7 -7
- package/src/py/agent/a2a-connection/generator.js.map +1 -0
- package/src/py/{strands-agent → agent}/a2a-connection/schema.d.ts +1 -1
- package/src/py/{strands-agent → agent}/a2a-connection/schema.json +5 -5
- package/src/py/agent/generator.d.ts +10 -0
- package/src/py/{strands-agent → agent}/generator.js +7 -9
- package/src/py/agent/generator.js.map +1 -0
- package/src/py/{strands-agent → agent}/mcp-connection/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/py/agent/mcp-connection/generator.d.ts +10 -0
- package/src/py/{strands-agent → agent}/mcp-connection/generator.js +7 -7
- package/src/py/agent/mcp-connection/generator.js.map +1 -0
- package/src/{ts/strands-agent/a2a-connection → py/agent/mcp-connection}/schema.d.ts +1 -1
- package/src/py/{strands-agent → agent}/mcp-connection/schema.json +4 -4
- package/src/{ts/strands-agent → py/agent}/react-connection/generator.d.ts +3 -3
- package/src/py/{strands-agent → agent}/react-connection/generator.js +7 -7
- package/src/py/agent/react-connection/generator.js.map +1 -0
- package/src/py/{strands-agent/mcp-connection → agent/react-connection}/schema.d.ts +1 -1
- package/src/py/{strands-agent → agent}/react-connection/schema.json +4 -4
- package/src/py/{strands-agent → agent}/react-connection/serve-local.d.ts +2 -2
- package/src/py/{strands-agent → agent}/react-connection/serve-local.js +3 -3
- package/src/py/agent/react-connection/serve-local.js.map +1 -0
- package/src/py/agent/schema.d.ts +22 -0
- package/src/{ts/strands-agent → py/agent}/schema.json +21 -13
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/{strands-agent → agent}/__snapshots__/generator.spec.ts.snap +15 -15
- package/src/ts/agent/a2a-connection/generator.d.ts +10 -0
- package/src/ts/{strands-agent → agent}/a2a-connection/generator.js +7 -7
- package/src/ts/agent/a2a-connection/generator.js.map +1 -0
- package/src/ts/{strands-agent/mcp-connection → agent/a2a-connection}/schema.d.ts +1 -1
- package/src/ts/{strands-agent → agent}/a2a-connection/schema.json +5 -5
- package/src/ts/agent/files/ag-ui/index.ts.template +37 -0
- package/src/ts/agent/generator.d.ts +10 -0
- package/src/ts/{strands-agent → agent}/generator.js +34 -27
- package/src/ts/agent/generator.js.map +1 -0
- package/src/ts/{strands-agent → agent}/mcp-connection/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/ts/agent/mcp-connection/generator.d.ts +10 -0
- package/src/ts/{strands-agent → agent}/mcp-connection/generator.js +7 -7
- package/src/ts/agent/mcp-connection/generator.js.map +1 -0
- package/src/ts/agent/mcp-connection/schema.d.ts +15 -0
- package/src/ts/{strands-agent → agent}/mcp-connection/schema.json +4 -4
- package/src/{py/strands-agent → ts/agent}/react-connection/generator.d.ts +3 -3
- package/src/ts/{strands-agent → agent}/react-connection/generator.js +30 -8
- package/src/ts/agent/react-connection/generator.js.map +1 -0
- package/src/ts/agent/react-connection/schema.d.ts +15 -0
- package/src/ts/{strands-agent → agent}/react-connection/schema.json +5 -5
- package/src/ts/agent/react-connection/serve-local.d.ts +13 -0
- package/src/ts/agent/react-connection/serve-local.js +19 -0
- package/src/ts/agent/react-connection/serve-local.js.map +1 -0
- package/src/ts/agent/schema.d.ts +22 -0
- package/src/{py/strands-agent → ts/agent}/schema.json +21 -13
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/rdb/{strands-agent-connection → agent-connection}/__snapshots__/generator.spec.ts.snap +12 -12
- package/src/ts/rdb/agent-connection/generator.d.ts +10 -0
- package/src/ts/rdb/{strands-agent-connection → agent-connection}/generator.js +6 -6
- package/src/ts/rdb/agent-connection/generator.js.map +1 -0
- package/src/ts/rdb/{strands-agent-connection → agent-connection}/schema.d.ts +1 -1
- package/src/ts/rdb/{strands-agent-connection → agent-connection}/schema.json +4 -4
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +43 -43
- package/src/utils/agent-connection/agent-connection.js +2 -2
- package/src/utils/agent-connection/agent-connection.js.map +1 -1
- package/src/utils/agent-connection/files/py-core-runtime-config/runtime_config.py.template +1 -4
- package/src/utils/files/common/shadcn/src/components/ui/sidebar.tsx.template +1 -1
- package/src/utils/versions.d.ts +57 -54
- package/src/utils/versions.js +56 -53
- package/src/utils/versions.js.map +1 -1
- package/src/py/strands-agent/a2a-connection/generator.d.ts +0 -10
- package/src/py/strands-agent/a2a-connection/generator.js.map +0 -1
- package/src/py/strands-agent/generator.d.ts +0 -10
- package/src/py/strands-agent/generator.js.map +0 -1
- package/src/py/strands-agent/mcp-connection/generator.d.ts +0 -10
- package/src/py/strands-agent/mcp-connection/generator.js.map +0 -1
- package/src/py/strands-agent/react-connection/generator.js.map +0 -1
- package/src/py/strands-agent/react-connection/schema.d.ts +0 -15
- package/src/py/strands-agent/react-connection/serve-local.js.map +0 -1
- package/src/py/strands-agent/schema.d.ts +0 -20
- package/src/ts/rdb/strands-agent-connection/generator.d.ts +0 -10
- package/src/ts/rdb/strands-agent-connection/generator.js.map +0 -1
- package/src/ts/strands-agent/a2a-connection/generator.d.ts +0 -10
- package/src/ts/strands-agent/a2a-connection/generator.js.map +0 -1
- package/src/ts/strands-agent/generator.d.ts +0 -10
- package/src/ts/strands-agent/generator.js.map +0 -1
- package/src/ts/strands-agent/mcp-connection/generator.d.ts +0 -10
- package/src/ts/strands-agent/mcp-connection/generator.js.map +0 -1
- package/src/ts/strands-agent/react-connection/generator.js.map +0 -1
- package/src/ts/strands-agent/react-connection/schema.d.ts +0 -15
- package/src/ts/strands-agent/react-connection/serve-local.d.ts +0 -17
- package/src/ts/strands-agent/react-connection/serve-local.js +0 -19
- package/src/ts/strands-agent/react-connection/serve-local.js.map +0 -1
- package/src/ts/strands-agent/schema.d.ts +0 -20
- /package/src/py/{strands-agent → agent}/a2a-connection/files/agent-connection/app/__targetAgentSnakeCase___client.py.template +0 -0
- /package/src/py/{strands-agent → agent}/files/a2a/main.py.template +0 -0
- /package/src/py/{strands-agent → agent}/files/ag-ui/main.py.template +0 -0
- /package/src/py/{strands-agent → agent}/files/common/__init__.py.template +0 -0
- /package/src/py/{strands-agent → agent}/files/common/agent.py.template +0 -0
- /package/src/py/{strands-agent → agent}/files/deploy/Dockerfile.template +0 -0
- /package/src/py/{strands-agent → agent}/files/http/init.py.template +0 -0
- /package/src/py/{strands-agent → agent}/files/http/main.py.template +0 -0
- /package/src/py/{strands-agent → agent}/mcp-connection/files/agent-connection/app/__mcpServerSnakeCase___client.py.template +0 -0
- /package/src/py/{strands-agent → agent}/react-connection/__snapshots__/generator.spec.ts.snap +0 -0
- /package/src/py/{strands-agent → agent}/react-connection/files/agent/scripts/__agentNameSnakeCase___openapi.py.template +0 -0
- /package/src/py/{strands-agent → agent}/scripts/http/chat.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/a2a-connection/files/agent-connection/app/__targetAgentKebabCase__-client.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/a2a/index.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/common/agent.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/deploy/Dockerfile.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/http/agent-core-trpc-client.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/http/client.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/http/index.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/http/init.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/http/router.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/files/http/schema/z-async-iterable.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/mcp-connection/files/agent-connection/app/__mcpServerKebabCase__-client.ts.template +0 -0
- /package/src/ts/{strands-agent → agent}/react-connection/__snapshots__/generator.spec.ts.snap +0 -0
- /package/src/ts/{strands-agent → agent}/react-connection/files/src/components/__agentNameClassName__AgentClientProvider.tsx.template +0 -0
- /package/src/ts/{strands-agent → agent}/react-connection/files/src/hooks/use__agentNameClassName__Agent.tsx.template +0 -0
- /package/src/ts/{strands-agent → agent}/scripts/http/chat.ts.template +0 -0
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -4953,7 +4953,7 @@ SOFTWARE.
|
|
|
4953
4953
|
|
|
4954
4954
|
---
|
|
4955
4955
|
|
|
4956
|
-
The following software may be included in this product: @nx/devkit (22.7.
|
|
4956
|
+
The following software may be included in this product: @nx/devkit (22.7.2)
|
|
4957
4957
|
This software contains the following license and notice below:
|
|
4958
4958
|
|
|
4959
4959
|
(The MIT License)
|
|
@@ -4981,7 +4981,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4981
4981
|
|
|
4982
4982
|
---
|
|
4983
4983
|
|
|
4984
|
-
The following software may be included in this product: @nx/devkit (22.7.
|
|
4984
|
+
The following software may be included in this product: @nx/devkit (22.7.3)
|
|
4985
4985
|
This software contains the following license and notice below:
|
|
4986
4986
|
|
|
4987
4987
|
(The MIT License)
|
|
@@ -5009,7 +5009,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5009
5009
|
|
|
5010
5010
|
---
|
|
5011
5011
|
|
|
5012
|
-
The following software may be included in this product: @nx/eslint (22.7.
|
|
5012
|
+
The following software may be included in this product: @nx/eslint (22.7.3)
|
|
5013
5013
|
This software contains the following license and notice below:
|
|
5014
5014
|
|
|
5015
5015
|
(The MIT License)
|
|
@@ -5037,7 +5037,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5037
5037
|
|
|
5038
5038
|
---
|
|
5039
5039
|
|
|
5040
|
-
The following software may be included in this product: @nx/js (22.7.
|
|
5040
|
+
The following software may be included in this product: @nx/js (22.7.3)
|
|
5041
5041
|
This software contains the following license and notice below:
|
|
5042
5042
|
|
|
5043
5043
|
(The MIT License)
|
|
@@ -5065,7 +5065,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5065
5065
|
|
|
5066
5066
|
---
|
|
5067
5067
|
|
|
5068
|
-
The following software may be included in this product: @nx/module-federation (22.7.
|
|
5068
|
+
The following software may be included in this product: @nx/module-federation (22.7.3)
|
|
5069
5069
|
This software contains the following license and notice below:
|
|
5070
5070
|
|
|
5071
5071
|
(The MIT License)
|
|
@@ -5093,7 +5093,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5093
5093
|
|
|
5094
5094
|
---
|
|
5095
5095
|
|
|
5096
|
-
The following software may be included in this product: @nx/nx-linux-x64-gnu (22.7.
|
|
5096
|
+
The following software may be included in this product: @nx/nx-linux-x64-gnu (22.7.3)
|
|
5097
5097
|
This software contains the following license and notice below:
|
|
5098
5098
|
|
|
5099
5099
|
(The MIT License)
|
|
@@ -5121,7 +5121,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5121
5121
|
|
|
5122
5122
|
---
|
|
5123
5123
|
|
|
5124
|
-
The following software may be included in this product: @nx/playwright (22.7.
|
|
5124
|
+
The following software may be included in this product: @nx/playwright (22.7.3)
|
|
5125
5125
|
This software contains the following license and notice below:
|
|
5126
5126
|
|
|
5127
5127
|
(The MIT License)
|
|
@@ -5149,7 +5149,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5149
5149
|
|
|
5150
5150
|
---
|
|
5151
5151
|
|
|
5152
|
-
The following software may be included in this product: @nx/react (22.7.
|
|
5152
|
+
The following software may be included in this product: @nx/react (22.7.3)
|
|
5153
5153
|
This software contains the following license and notice below:
|
|
5154
5154
|
|
|
5155
5155
|
(The MIT License)
|
|
@@ -5177,7 +5177,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5177
5177
|
|
|
5178
5178
|
---
|
|
5179
5179
|
|
|
5180
|
-
The following software may be included in this product: @nx/rollup (22.7.
|
|
5180
|
+
The following software may be included in this product: @nx/rollup (22.7.3)
|
|
5181
5181
|
This software contains the following license and notice below:
|
|
5182
5182
|
|
|
5183
5183
|
(The MIT License)
|
|
@@ -5205,7 +5205,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5205
5205
|
|
|
5206
5206
|
---
|
|
5207
5207
|
|
|
5208
|
-
The following software may be included in this product: @nx/vite (22.7.
|
|
5208
|
+
The following software may be included in this product: @nx/vite (22.7.3)
|
|
5209
5209
|
This software contains the following license and notice below:
|
|
5210
5210
|
|
|
5211
5211
|
(The MIT License)
|
|
@@ -5233,7 +5233,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5233
5233
|
|
|
5234
5234
|
---
|
|
5235
5235
|
|
|
5236
|
-
The following software may be included in this product: @nx/vitest (22.7.
|
|
5236
|
+
The following software may be included in this product: @nx/vitest (22.7.3)
|
|
5237
5237
|
This software contains the following license and notice below:
|
|
5238
5238
|
|
|
5239
5239
|
(The MIT License)
|
|
@@ -5261,7 +5261,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5261
5261
|
|
|
5262
5262
|
---
|
|
5263
5263
|
|
|
5264
|
-
The following software may be included in this product: @nx/web (22.7.
|
|
5264
|
+
The following software may be included in this product: @nx/web (22.7.3)
|
|
5265
5265
|
This software contains the following license and notice below:
|
|
5266
5266
|
|
|
5267
5267
|
(The MIT License)
|
|
@@ -5289,7 +5289,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5289
5289
|
|
|
5290
5290
|
---
|
|
5291
5291
|
|
|
5292
|
-
The following software may be included in this product: @nx/workspace (22.7.
|
|
5292
|
+
The following software may be included in this product: @nx/workspace (22.7.3)
|
|
5293
5293
|
This software contains the following license and notice below:
|
|
5294
5294
|
|
|
5295
5295
|
(The MIT License)
|
|
@@ -5372,7 +5372,7 @@ SOFTWARE.
|
|
|
5372
5372
|
|
|
5373
5373
|
---
|
|
5374
5374
|
|
|
5375
|
-
The following software may be included in this product: @oxc-project/types (0.
|
|
5375
|
+
The following software may be included in this product: @oxc-project/types (0.132.0)
|
|
5376
5376
|
This software contains the following license and notice below:
|
|
5377
5377
|
|
|
5378
5378
|
MIT License
|
|
@@ -5733,7 +5733,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5733
5733
|
|
|
5734
5734
|
---
|
|
5735
5735
|
|
|
5736
|
-
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.
|
|
5736
|
+
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.2)
|
|
5737
5737
|
This software contains the following license and notice below:
|
|
5738
5738
|
|
|
5739
5739
|
MIT License
|
|
@@ -5788,12 +5788,12 @@ The licenses of externally maintained libraries from which parts of the Software
|
|
|
5788
5788
|
|
|
5789
5789
|
---
|
|
5790
5790
|
|
|
5791
|
-
The following software may be included in this product: @rolldown/pluginutils (1.0.
|
|
5791
|
+
The following software may be included in this product: @rolldown/pluginutils (1.0.1)
|
|
5792
5792
|
This software contains the following license and notice below:
|
|
5793
5793
|
|
|
5794
5794
|
MIT License
|
|
5795
5795
|
|
|
5796
|
-
Copyright (c)
|
|
5796
|
+
Copyright (c) 2026-present, rolldown/plugins repository contributors
|
|
5797
5797
|
|
|
5798
5798
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5799
5799
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -5813,10 +5813,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5813
5813
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5814
5814
|
SOFTWARE.
|
|
5815
5815
|
|
|
5816
|
-
end of terms and conditions
|
|
5817
|
-
|
|
5818
|
-
The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
|
|
5819
|
-
|
|
5820
5816
|
---
|
|
5821
5817
|
|
|
5822
5818
|
The following software may be included in this product: @rollup/plugin-babel (6.0.4)
|
|
@@ -7033,7 +7029,7 @@ SOFTWARE
|
|
|
7033
7029
|
|
|
7034
7030
|
---
|
|
7035
7031
|
|
|
7036
|
-
The following software may be included in this product: @types/node (25.
|
|
7032
|
+
The following software may be included in this product: @types/node (25.8.0)
|
|
7037
7033
|
This software contains the following license and notice below:
|
|
7038
7034
|
|
|
7039
7035
|
MIT License
|
|
@@ -7060,7 +7056,7 @@ SOFTWARE
|
|
|
7060
7056
|
|
|
7061
7057
|
---
|
|
7062
7058
|
|
|
7063
|
-
The following software may be included in this product: @types/node (25.
|
|
7059
|
+
The following software may be included in this product: @types/node (25.9.1)
|
|
7064
7060
|
This software contains the following license and notice below:
|
|
7065
7061
|
|
|
7066
7062
|
MIT License
|
|
@@ -7816,7 +7812,7 @@ SOFTWARE.
|
|
|
7816
7812
|
|
|
7817
7813
|
---
|
|
7818
7814
|
|
|
7819
|
-
The following software may be included in this product: @vitest/coverage-v8 (4.1.
|
|
7815
|
+
The following software may be included in this product: @vitest/coverage-v8 (4.1.7)
|
|
7820
7816
|
This software contains the following license and notice below:
|
|
7821
7817
|
|
|
7822
7818
|
MIT License
|
|
@@ -7843,7 +7839,7 @@ SOFTWARE.
|
|
|
7843
7839
|
|
|
7844
7840
|
---
|
|
7845
7841
|
|
|
7846
|
-
The following software may be included in this product: @vitest/expect (4.1.
|
|
7842
|
+
The following software may be included in this product: @vitest/expect (4.1.7)
|
|
7847
7843
|
This software contains the following license and notice below:
|
|
7848
7844
|
|
|
7849
7845
|
MIT License
|
|
@@ -7870,7 +7866,7 @@ SOFTWARE.
|
|
|
7870
7866
|
|
|
7871
7867
|
---
|
|
7872
7868
|
|
|
7873
|
-
The following software may be included in this product: @vitest/mocker (4.1.
|
|
7869
|
+
The following software may be included in this product: @vitest/mocker (4.1.7)
|
|
7874
7870
|
This software contains the following license and notice below:
|
|
7875
7871
|
|
|
7876
7872
|
MIT License
|
|
@@ -7897,7 +7893,7 @@ SOFTWARE.
|
|
|
7897
7893
|
|
|
7898
7894
|
---
|
|
7899
7895
|
|
|
7900
|
-
The following software may be included in this product: @vitest/pretty-format (4.1.
|
|
7896
|
+
The following software may be included in this product: @vitest/pretty-format (4.1.7)
|
|
7901
7897
|
This software contains the following license and notice below:
|
|
7902
7898
|
|
|
7903
7899
|
MIT License
|
|
@@ -7924,7 +7920,7 @@ SOFTWARE.
|
|
|
7924
7920
|
|
|
7925
7921
|
---
|
|
7926
7922
|
|
|
7927
|
-
The following software may be included in this product: @vitest/runner (4.1.
|
|
7923
|
+
The following software may be included in this product: @vitest/runner (4.1.7)
|
|
7928
7924
|
This software contains the following license and notice below:
|
|
7929
7925
|
|
|
7930
7926
|
MIT License
|
|
@@ -7951,7 +7947,7 @@ SOFTWARE.
|
|
|
7951
7947
|
|
|
7952
7948
|
---
|
|
7953
7949
|
|
|
7954
|
-
The following software may be included in this product: @vitest/snapshot (4.1.
|
|
7950
|
+
The following software may be included in this product: @vitest/snapshot (4.1.7)
|
|
7955
7951
|
This software contains the following license and notice below:
|
|
7956
7952
|
|
|
7957
7953
|
MIT License
|
|
@@ -7978,7 +7974,7 @@ SOFTWARE.
|
|
|
7978
7974
|
|
|
7979
7975
|
---
|
|
7980
7976
|
|
|
7981
|
-
The following software may be included in this product: @vitest/spy (4.1.
|
|
7977
|
+
The following software may be included in this product: @vitest/spy (4.1.7)
|
|
7982
7978
|
This software contains the following license and notice below:
|
|
7983
7979
|
|
|
7984
7980
|
MIT License
|
|
@@ -8005,7 +8001,7 @@ SOFTWARE.
|
|
|
8005
8001
|
|
|
8006
8002
|
---
|
|
8007
8003
|
|
|
8008
|
-
The following software may be included in this product: @vitest/ui (4.1.
|
|
8004
|
+
The following software may be included in this product: @vitest/ui (4.1.7)
|
|
8009
8005
|
This software contains the following license and notice below:
|
|
8010
8006
|
|
|
8011
8007
|
MIT License
|
|
@@ -8032,7 +8028,7 @@ SOFTWARE.
|
|
|
8032
8028
|
|
|
8033
8029
|
---
|
|
8034
8030
|
|
|
8035
|
-
The following software may be included in this product: @vitest/utils (4.1.
|
|
8031
|
+
The following software may be included in this product: @vitest/utils (4.1.7)
|
|
8036
8032
|
This software contains the following license and notice below:
|
|
8037
8033
|
|
|
8038
8034
|
MIT License
|
|
@@ -9342,19 +9338,6 @@ SOFTWARE.
|
|
|
9342
9338
|
|
|
9343
9339
|
---
|
|
9344
9340
|
|
|
9345
|
-
The following software may be included in this product: axios (1.15.0)
|
|
9346
|
-
This software contains the following license and notice below:
|
|
9347
|
-
|
|
9348
|
-
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
9349
|
-
|
|
9350
|
-
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:
|
|
9351
|
-
|
|
9352
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
9353
|
-
|
|
9354
|
-
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.
|
|
9355
|
-
|
|
9356
|
-
---
|
|
9357
|
-
|
|
9358
9341
|
The following software may be included in this product: axios (1.16.0)
|
|
9359
9342
|
This software contains the following license and notice below:
|
|
9360
9343
|
|
|
@@ -14301,30 +14284,6 @@ SOFTWARE.
|
|
|
14301
14284
|
|
|
14302
14285
|
---
|
|
14303
14286
|
|
|
14304
|
-
The following software may be included in this product: follow-redirects (1.15.11)
|
|
14305
|
-
This software contains the following license and notice below:
|
|
14306
|
-
|
|
14307
|
-
Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
|
14308
|
-
|
|
14309
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
14310
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
14311
|
-
the Software without restriction, including without limitation the rights to
|
|
14312
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
14313
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
14314
|
-
so, subject to the following conditions:
|
|
14315
|
-
|
|
14316
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14317
|
-
copies or substantial portions of the Software.
|
|
14318
|
-
|
|
14319
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14320
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14321
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14322
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
14323
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
14324
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14325
|
-
|
|
14326
|
-
---
|
|
14327
|
-
|
|
14328
14287
|
The following software may be included in this product: follow-redirects (1.16.0)
|
|
14329
14288
|
This software contains the following license and notice below:
|
|
14330
14289
|
|
|
@@ -20254,6 +20213,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
20254
20213
|
|
|
20255
20214
|
---
|
|
20256
20215
|
|
|
20216
|
+
The following software may be included in this product: nanoid (3.3.12)
|
|
20217
|
+
This software contains the following license and notice below:
|
|
20218
|
+
|
|
20219
|
+
The MIT License (MIT)
|
|
20220
|
+
|
|
20221
|
+
Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
|
|
20222
|
+
|
|
20223
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
20224
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
20225
|
+
the Software without restriction, including without limitation the rights to
|
|
20226
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
20227
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
20228
|
+
subject to the following conditions:
|
|
20229
|
+
|
|
20230
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20231
|
+
copies or substantial portions of the Software.
|
|
20232
|
+
|
|
20233
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20234
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
20235
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
20236
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
20237
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20238
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20239
|
+
|
|
20240
|
+
---
|
|
20241
|
+
|
|
20257
20242
|
The following software may be included in this product: natural-compare (1.4.0)
|
|
20258
20243
|
This software contains the following license and notice below:
|
|
20259
20244
|
|
|
@@ -20787,7 +20772,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
20787
20772
|
|
|
20788
20773
|
---
|
|
20789
20774
|
|
|
20790
|
-
The following software may be included in this product: nx (22.7.
|
|
20775
|
+
The following software may be included in this product: nx (22.7.3)
|
|
20791
20776
|
This software contains the following license and notice below:
|
|
20792
20777
|
|
|
20793
20778
|
(The MIT License)
|
|
@@ -22072,7 +22057,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
22072
22057
|
|
|
22073
22058
|
---
|
|
22074
22059
|
|
|
22075
|
-
The following software may be included in this product: postcss (8.5.
|
|
22060
|
+
The following software may be included in this product: postcss (8.5.14)
|
|
22076
22061
|
This software contains the following license and notice below:
|
|
22077
22062
|
|
|
22078
22063
|
The MIT License (MIT)
|
|
@@ -22098,7 +22083,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
22098
22083
|
|
|
22099
22084
|
---
|
|
22100
22085
|
|
|
22101
|
-
The following software may be included in this product: postcss (8.5.
|
|
22086
|
+
The following software may be included in this product: postcss (8.5.15)
|
|
22102
22087
|
This software contains the following license and notice below:
|
|
22103
22088
|
|
|
22104
22089
|
The MIT License (MIT)
|
|
@@ -23626,7 +23611,7 @@ The licenses of externally maintained libraries from which parts of the Software
|
|
|
23626
23611
|
|
|
23627
23612
|
---
|
|
23628
23613
|
|
|
23629
|
-
The following software may be included in this product: rolldown (1.0.
|
|
23614
|
+
The following software may be included in this product: rolldown (1.0.2)
|
|
23630
23615
|
This software contains the following license and notice below:
|
|
23631
23616
|
|
|
23632
23617
|
MIT License
|
|
@@ -26406,7 +26391,7 @@ SOFTWARE.
|
|
|
26406
26391
|
|
|
26407
26392
|
---
|
|
26408
26393
|
|
|
26409
|
-
The following software may be included in this product: tsx (4.22.
|
|
26394
|
+
The following software may be included in this product: tsx (4.22.3)
|
|
26410
26395
|
This software contains the following license and notice below:
|
|
26411
26396
|
|
|
26412
26397
|
MIT License
|
|
@@ -26612,33 +26597,6 @@ SOFTWARE.
|
|
|
26612
26597
|
|
|
26613
26598
|
---
|
|
26614
26599
|
|
|
26615
|
-
The following software may be included in this product: undici-types (7.19.2)
|
|
26616
|
-
This software contains the following license and notice below:
|
|
26617
|
-
|
|
26618
|
-
MIT License
|
|
26619
|
-
|
|
26620
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
26621
|
-
|
|
26622
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
26623
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
26624
|
-
in the Software without restriction, including without limitation the rights
|
|
26625
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
26626
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
26627
|
-
furnished to do so, subject to the following conditions:
|
|
26628
|
-
|
|
26629
|
-
The above copyright notice and this permission notice shall be included in all
|
|
26630
|
-
copies or substantial portions of the Software.
|
|
26631
|
-
|
|
26632
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
26633
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
26634
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
26635
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26636
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26637
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26638
|
-
SOFTWARE.
|
|
26639
|
-
|
|
26640
|
-
---
|
|
26641
|
-
|
|
26642
26600
|
The following software may be included in this product: undici-types (7.24.6)
|
|
26643
26601
|
This software contains the following license and notice below:
|
|
26644
26602
|
|
|
@@ -29635,7 +29593,7 @@ Repository: https://github.com/websockets/ws
|
|
|
29635
29593
|
|
|
29636
29594
|
---
|
|
29637
29595
|
|
|
29638
|
-
The following software may be included in this product: vite (8.0.
|
|
29596
|
+
The following software may be included in this product: vite (8.0.14)
|
|
29639
29597
|
This software contains the following license and notice below:
|
|
29640
29598
|
|
|
29641
29599
|
# Vite core license
|
|
@@ -31871,7 +31829,7 @@ Repository: https://github.com/websockets/ws
|
|
|
31871
31829
|
|
|
31872
31830
|
---
|
|
31873
31831
|
|
|
31874
|
-
The following software may be included in this product: vitest (4.1.
|
|
31832
|
+
The following software may be included in this product: vitest (4.1.7)
|
|
31875
31833
|
This software contains the following license and notice below:
|
|
31876
31834
|
|
|
31877
31835
|
# Vitest core license
|
|
@@ -35429,169 +35387,295 @@ limitations under the License.
|
|
|
35429
35387
|
|
|
35430
35388
|
---
|
|
35431
35389
|
|
|
35432
|
-
The following software may be included in this product: @swc/core (1.15.
|
|
35433
|
-
This software contains the following license and notice below:
|
|
35434
|
-
|
|
35435
|
-
|
|
35436
|
-
|
|
35437
|
-
|
|
35438
|
-
|
|
35439
|
-
|
|
35440
|
-
|
|
35441
|
-
|
|
35442
|
-
|
|
35443
|
-
|
|
35444
|
-
|
|
35445
|
-
|
|
35446
|
-
|
|
35447
|
-
|
|
35448
|
-
|
|
35449
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
35450
|
-
|
|
35451
|
-
|
|
35452
|
-
|
|
35453
|
-
|
|
35454
|
-
|
|
35455
|
-
|
|
35456
|
-
|
|
35457
|
-
"
|
|
35458
|
-
|
|
35459
|
-
|
|
35460
|
-
|
|
35461
|
-
|
|
35462
|
-
|
|
35463
|
-
|
|
35464
|
-
|
|
35465
|
-
|
|
35466
|
-
|
|
35467
|
-
|
|
35468
|
-
|
|
35469
|
-
|
|
35470
|
-
|
|
35471
|
-
|
|
35472
|
-
|
|
35473
|
-
|
|
35474
|
-
|
|
35475
|
-
|
|
35476
|
-
|
|
35477
|
-
|
|
35478
|
-
|
|
35479
|
-
|
|
35480
|
-
|
|
35481
|
-
|
|
35482
|
-
|
|
35483
|
-
|
|
35484
|
-
|
|
35485
|
-
|
|
35486
|
-
|
|
35487
|
-
|
|
35488
|
-
|
|
35489
|
-
|
|
35490
|
-
|
|
35491
|
-
|
|
35492
|
-
|
|
35493
|
-
|
|
35494
|
-
|
|
35495
|
-
|
|
35496
|
-
|
|
35497
|
-
|
|
35498
|
-
|
|
35499
|
-
|
|
35500
|
-
|
|
35501
|
-
|
|
35502
|
-
|
|
35503
|
-
|
|
35504
|
-
|
|
35505
|
-
|
|
35506
|
-
|
|
35507
|
-
|
|
35508
|
-
|
|
35509
|
-
|
|
35510
|
-
|
|
35511
|
-
|
|
35512
|
-
|
|
35513
|
-
|
|
35514
|
-
|
|
35515
|
-
|
|
35516
|
-
|
|
35517
|
-
|
|
35518
|
-
|
|
35519
|
-
|
|
35520
|
-
|
|
35521
|
-
|
|
35522
|
-
|
|
35523
|
-
|
|
35524
|
-
|
|
35525
|
-
|
|
35526
|
-
|
|
35527
|
-
|
|
35528
|
-
|
|
35529
|
-
|
|
35530
|
-
|
|
35531
|
-
|
|
35532
|
-
|
|
35533
|
-
|
|
35534
|
-
|
|
35535
|
-
|
|
35536
|
-
|
|
35537
|
-
|
|
35538
|
-
|
|
35539
|
-
|
|
35540
|
-
|
|
35541
|
-
|
|
35542
|
-
|
|
35543
|
-
|
|
35544
|
-
|
|
35545
|
-
|
|
35546
|
-
|
|
35547
|
-
|
|
35548
|
-
|
|
35549
|
-
|
|
35550
|
-
|
|
35551
|
-
|
|
35552
|
-
|
|
35553
|
-
|
|
35554
|
-
|
|
35555
|
-
|
|
35556
|
-
|
|
35557
|
-
|
|
35558
|
-
|
|
35559
|
-
|
|
35560
|
-
|
|
35561
|
-
|
|
35562
|
-
|
|
35563
|
-
|
|
35564
|
-
|
|
35565
|
-
|
|
35566
|
-
|
|
35567
|
-
|
|
35568
|
-
|
|
35569
|
-
|
|
35570
|
-
|
|
35571
|
-
|
|
35572
|
-
|
|
35573
|
-
|
|
35574
|
-
|
|
35575
|
-
|
|
35576
|
-
|
|
35577
|
-
|
|
35578
|
-
|
|
35579
|
-
|
|
35580
|
-
|
|
35581
|
-
|
|
35582
|
-
|
|
35583
|
-
|
|
35584
|
-
|
|
35585
|
-
|
|
35586
|
-
|
|
35587
|
-
|
|
35588
|
-
|
|
35589
|
-
|
|
35590
|
-
|
|
35591
|
-
|
|
35592
|
-
|
|
35593
|
-
|
|
35594
|
-
|
|
35390
|
+
The following software may be included in this product: @swc/core (1.15.40)
|
|
35391
|
+
This software contains the following license and notice below:
|
|
35392
|
+
|
|
35393
|
+
Apache License
|
|
35394
|
+
Version 2.0, January 2004
|
|
35395
|
+
http://www.apache.org/licenses/
|
|
35396
|
+
|
|
35397
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35398
|
+
|
|
35399
|
+
1. Definitions.
|
|
35400
|
+
|
|
35401
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
35402
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
35403
|
+
|
|
35404
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
35405
|
+
the copyright owner that is granting the License.
|
|
35406
|
+
|
|
35407
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
35408
|
+
other entities that control, are controlled by, or are under common
|
|
35409
|
+
control with that entity. For the purposes of this definition,
|
|
35410
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
35411
|
+
direction or management of such entity, whether by contract or
|
|
35412
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
35413
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
35414
|
+
|
|
35415
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
35416
|
+
exercising permissions granted by this License.
|
|
35417
|
+
|
|
35418
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
35419
|
+
including but not limited to software source code, documentation
|
|
35420
|
+
source, and configuration files.
|
|
35421
|
+
|
|
35422
|
+
"Object" form shall mean any form resulting from mechanical
|
|
35423
|
+
transformation or translation of a Source form, including but
|
|
35424
|
+
not limited to compiled object code, generated documentation,
|
|
35425
|
+
and conversions to other media types.
|
|
35426
|
+
|
|
35427
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
35428
|
+
Object form, made available under the License, as indicated by a
|
|
35429
|
+
copyright notice that is included in or attached to the work
|
|
35430
|
+
(an example is provided in the Appendix below).
|
|
35431
|
+
|
|
35432
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
35433
|
+
form, that is based on (or derived from) the Work and for which the
|
|
35434
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
35435
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
35436
|
+
of this License, Derivative Works shall not include works that remain
|
|
35437
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
35438
|
+
the Work and Derivative Works thereof.
|
|
35439
|
+
|
|
35440
|
+
"Contribution" shall mean any work of authorship, including
|
|
35441
|
+
the original version of the Work and any modifications or additions
|
|
35442
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
35443
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
35444
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
35445
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
35446
|
+
means any form of electronic, verbal, or written communication sent
|
|
35447
|
+
to the Licensor or its representatives, including but not limited to
|
|
35448
|
+
communication on electronic mailing lists, source code control systems,
|
|
35449
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
35450
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
35451
|
+
excluding communication that is conspicuously marked or otherwise
|
|
35452
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
35453
|
+
|
|
35454
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
35455
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
35456
|
+
subsequently incorporated within the Work.
|
|
35457
|
+
|
|
35458
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
35459
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
35460
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
35461
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
35462
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
35463
|
+
Work and such Derivative Works in Source or Object form.
|
|
35464
|
+
|
|
35465
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
35466
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
35467
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
35468
|
+
(except as stated in this section) patent license to make, have made,
|
|
35469
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
35470
|
+
where such license applies only to those patent claims licensable
|
|
35471
|
+
by such Contributor that are necessarily infringed by their
|
|
35472
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
35473
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
35474
|
+
institute patent litigation against any entity (including a
|
|
35475
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
35476
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
35477
|
+
or contributory patent infringement, then any patent licenses
|
|
35478
|
+
granted to You under this License for that Work shall terminate
|
|
35479
|
+
as of the date such litigation is filed.
|
|
35480
|
+
|
|
35481
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
35482
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
35483
|
+
modifications, and in Source or Object form, provided that You
|
|
35484
|
+
meet the following conditions:
|
|
35485
|
+
|
|
35486
|
+
(a) You must give any other recipients of the Work or
|
|
35487
|
+
Derivative Works a copy of this License; and
|
|
35488
|
+
|
|
35489
|
+
(b) You must cause any modified files to carry prominent notices
|
|
35490
|
+
stating that You changed the files; and
|
|
35491
|
+
|
|
35492
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
35493
|
+
that You distribute, all copyright, patent, trademark, and
|
|
35494
|
+
attribution notices from the Source form of the Work,
|
|
35495
|
+
excluding those notices that do not pertain to any part of
|
|
35496
|
+
the Derivative Works; and
|
|
35497
|
+
|
|
35498
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
35499
|
+
distribution, then any Derivative Works that You distribute must
|
|
35500
|
+
include a readable copy of the attribution notices contained
|
|
35501
|
+
within such NOTICE file, excluding those notices that do not
|
|
35502
|
+
pertain to any part of the Derivative Works, in at least one
|
|
35503
|
+
of the following places: within a NOTICE text file distributed
|
|
35504
|
+
as part of the Derivative Works; within the Source form or
|
|
35505
|
+
documentation, if provided along with the Derivative Works; or,
|
|
35506
|
+
within a display generated by the Derivative Works, if and
|
|
35507
|
+
wherever such third-party notices normally appear. The contents
|
|
35508
|
+
of the NOTICE file are for informational purposes only and
|
|
35509
|
+
do not modify the License. You may add Your own attribution
|
|
35510
|
+
notices within Derivative Works that You distribute, alongside
|
|
35511
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
35512
|
+
that such additional attribution notices cannot be construed
|
|
35513
|
+
as modifying the License.
|
|
35514
|
+
|
|
35515
|
+
You may add Your own copyright statement to Your modifications and
|
|
35516
|
+
may provide additional or different license terms and conditions
|
|
35517
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
35518
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
35519
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
35520
|
+
the conditions stated in this License.
|
|
35521
|
+
|
|
35522
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
35523
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
35524
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
35525
|
+
this License, without any additional terms or conditions.
|
|
35526
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
35527
|
+
the terms of any separate license agreement you may have executed
|
|
35528
|
+
with Licensor regarding such Contributions.
|
|
35529
|
+
|
|
35530
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
35531
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
35532
|
+
except as required for reasonable and customary use in describing the
|
|
35533
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
35534
|
+
|
|
35535
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
35536
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
35537
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
35538
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
35539
|
+
implied, including, without limitation, any warranties or conditions
|
|
35540
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
35541
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
35542
|
+
appropriateness of using or redistributing the Work and assume any
|
|
35543
|
+
risks associated with Your exercise of permissions under this License.
|
|
35544
|
+
|
|
35545
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
35546
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
35547
|
+
unless required by applicable law (such as deliberate and grossly
|
|
35548
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
35549
|
+
liable to You for damages, including any direct, indirect, special,
|
|
35550
|
+
incidental, or consequential damages of any character arising as a
|
|
35551
|
+
result of this License or out of the use or inability to use the
|
|
35552
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
35553
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
35554
|
+
other commercial damages or losses), even if such Contributor
|
|
35555
|
+
has been advised of the possibility of such damages.
|
|
35556
|
+
|
|
35557
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
35558
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
35559
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
35560
|
+
or other liability obligations and/or rights consistent with this
|
|
35561
|
+
License. However, in accepting such obligations, You may act only
|
|
35562
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
35563
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
35564
|
+
defend, and hold each Contributor harmless for any liability
|
|
35565
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
35566
|
+
of your accepting any such warranty or additional liability.
|
|
35567
|
+
|
|
35568
|
+
END OF TERMS AND CONDITIONS
|
|
35569
|
+
|
|
35570
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
35571
|
+
|
|
35572
|
+
To apply the Apache License to your work, attach the following
|
|
35573
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
35574
|
+
replaced with your own identifying information. (Don't include
|
|
35575
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
35576
|
+
comment syntax for the file format. We also recommend that a
|
|
35577
|
+
file or class name and description of purpose be included on the
|
|
35578
|
+
same "printed page" as the copyright notice for easier
|
|
35579
|
+
identification within third-party archives.
|
|
35580
|
+
|
|
35581
|
+
Copyright 2024 SWC contributors.
|
|
35582
|
+
|
|
35583
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
35584
|
+
you may not use this file except in compliance with the License.
|
|
35585
|
+
You may obtain a copy of the License at
|
|
35586
|
+
|
|
35587
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
35588
|
+
|
|
35589
|
+
Unless required by applicable law or agreed to in writing, software
|
|
35590
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
35591
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
35592
|
+
See the License for the specific language governing permissions and
|
|
35593
|
+
limitations under the License.
|
|
35594
|
+
|
|
35595
|
+
---
|
|
35596
|
+
|
|
35597
|
+
The following software may be included in this product: @swc/counter (0.1.3)
|
|
35598
|
+
This software contains the following license and notice below:
|
|
35599
|
+
|
|
35600
|
+
Copyright (c) 강동윤
|
|
35601
|
+
|
|
35602
|
+
Apache License
|
|
35603
|
+
Version 2.0, January 2004
|
|
35604
|
+
http://www.apache.org/licenses/
|
|
35605
|
+
|
|
35606
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35607
|
+
|
|
35608
|
+
1. Definitions.
|
|
35609
|
+
|
|
35610
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
35611
|
+
|
|
35612
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
35613
|
+
|
|
35614
|
+
"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 (i) 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.
|
|
35615
|
+
|
|
35616
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
35617
|
+
|
|
35618
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
35619
|
+
|
|
35620
|
+
"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.
|
|
35621
|
+
|
|
35622
|
+
"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).
|
|
35623
|
+
|
|
35624
|
+
"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.
|
|
35625
|
+
|
|
35626
|
+
"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."
|
|
35627
|
+
|
|
35628
|
+
"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.
|
|
35629
|
+
|
|
35630
|
+
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.
|
|
35631
|
+
|
|
35632
|
+
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.
|
|
35633
|
+
|
|
35634
|
+
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:
|
|
35635
|
+
|
|
35636
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
35637
|
+
|
|
35638
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
35639
|
+
|
|
35640
|
+
(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
|
|
35641
|
+
|
|
35642
|
+
(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.
|
|
35643
|
+
|
|
35644
|
+
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.
|
|
35645
|
+
|
|
35646
|
+
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.
|
|
35647
|
+
|
|
35648
|
+
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.
|
|
35649
|
+
|
|
35650
|
+
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.
|
|
35651
|
+
|
|
35652
|
+
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.
|
|
35653
|
+
|
|
35654
|
+
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.
|
|
35655
|
+
|
|
35656
|
+
END OF TERMS AND CONDITIONS
|
|
35657
|
+
|
|
35658
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
35659
|
+
|
|
35660
|
+
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.
|
|
35661
|
+
|
|
35662
|
+
Copyright [yyyy] [name of copyright owner]
|
|
35663
|
+
|
|
35664
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
35665
|
+
you may not use this file except in compliance with the License.
|
|
35666
|
+
You may obtain a copy of the License at
|
|
35667
|
+
|
|
35668
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
35669
|
+
|
|
35670
|
+
Unless required by applicable law or agreed to in writing, software
|
|
35671
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
35672
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
35673
|
+
See the License for the specific language governing permissions and
|
|
35674
|
+
limitations under the License.
|
|
35675
|
+
|
|
35676
|
+
---
|
|
35677
|
+
|
|
35678
|
+
The following software may be included in this product: @swc/helpers (0.5.21)
|
|
35595
35679
|
This software contains the following license and notice below:
|
|
35596
35680
|
|
|
35597
35681
|
Apache License
|
|
@@ -40748,6 +40832,213 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
40748
40832
|
|
|
40749
40833
|
---
|
|
40750
40834
|
|
|
40835
|
+
The following software may be included in this product: @swc/core-linux-x64-gnu (1.15.40)
|
|
40836
|
+
This software contains the following license and notice below:
|
|
40837
|
+
|
|
40838
|
+
Apache License
|
|
40839
|
+
Version 2.0, January 2004
|
|
40840
|
+
http://www.apache.org/licenses/
|
|
40841
|
+
|
|
40842
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
40843
|
+
|
|
40844
|
+
1. Definitions.
|
|
40845
|
+
|
|
40846
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
40847
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
40848
|
+
|
|
40849
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
40850
|
+
the copyright owner that is granting the License.
|
|
40851
|
+
|
|
40852
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
40853
|
+
other entities that control, are controlled by, or are under common
|
|
40854
|
+
control with that entity. For the purposes of this definition,
|
|
40855
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
40856
|
+
direction or management of such entity, whether by contract or
|
|
40857
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
40858
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
40859
|
+
|
|
40860
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
40861
|
+
exercising permissions granted by this License.
|
|
40862
|
+
|
|
40863
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
40864
|
+
including but not limited to software source code, documentation
|
|
40865
|
+
source, and configuration files.
|
|
40866
|
+
|
|
40867
|
+
"Object" form shall mean any form resulting from mechanical
|
|
40868
|
+
transformation or translation of a Source form, including but
|
|
40869
|
+
not limited to compiled object code, generated documentation,
|
|
40870
|
+
and conversions to other media types.
|
|
40871
|
+
|
|
40872
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
40873
|
+
Object form, made available under the License, as indicated by a
|
|
40874
|
+
copyright notice that is included in or attached to the work
|
|
40875
|
+
(an example is provided in the Appendix below).
|
|
40876
|
+
|
|
40877
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
40878
|
+
form, that is based on (or derived from) the Work and for which the
|
|
40879
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
40880
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
40881
|
+
of this License, Derivative Works shall not include works that remain
|
|
40882
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
40883
|
+
the Work and Derivative Works thereof.
|
|
40884
|
+
|
|
40885
|
+
"Contribution" shall mean any work of authorship, including
|
|
40886
|
+
the original version of the Work and any modifications or additions
|
|
40887
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
40888
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
40889
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
40890
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
40891
|
+
means any form of electronic, verbal, or written communication sent
|
|
40892
|
+
to the Licensor or its representatives, including but not limited to
|
|
40893
|
+
communication on electronic mailing lists, source code control systems,
|
|
40894
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
40895
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
40896
|
+
excluding communication that is conspicuously marked or otherwise
|
|
40897
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
40898
|
+
|
|
40899
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
40900
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
40901
|
+
subsequently incorporated within the Work.
|
|
40902
|
+
|
|
40903
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
40904
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
40905
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
40906
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
40907
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
40908
|
+
Work and such Derivative Works in Source or Object form.
|
|
40909
|
+
|
|
40910
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
40911
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
40912
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
40913
|
+
(except as stated in this section) patent license to make, have made,
|
|
40914
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
40915
|
+
where such license applies only to those patent claims licensable
|
|
40916
|
+
by such Contributor that are necessarily infringed by their
|
|
40917
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
40918
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
40919
|
+
institute patent litigation against any entity (including a
|
|
40920
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
40921
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
40922
|
+
or contributory patent infringement, then any patent licenses
|
|
40923
|
+
granted to You under this License for that Work shall terminate
|
|
40924
|
+
as of the date such litigation is filed.
|
|
40925
|
+
|
|
40926
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
40927
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
40928
|
+
modifications, and in Source or Object form, provided that You
|
|
40929
|
+
meet the following conditions:
|
|
40930
|
+
|
|
40931
|
+
(a) You must give any other recipients of the Work or
|
|
40932
|
+
Derivative Works a copy of this License; and
|
|
40933
|
+
|
|
40934
|
+
(b) You must cause any modified files to carry prominent notices
|
|
40935
|
+
stating that You changed the files; and
|
|
40936
|
+
|
|
40937
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
40938
|
+
that You distribute, all copyright, patent, trademark, and
|
|
40939
|
+
attribution notices from the Source form of the Work,
|
|
40940
|
+
excluding those notices that do not pertain to any part of
|
|
40941
|
+
the Derivative Works; and
|
|
40942
|
+
|
|
40943
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
40944
|
+
distribution, then any Derivative Works that You distribute must
|
|
40945
|
+
include a readable copy of the attribution notices contained
|
|
40946
|
+
within such NOTICE file, excluding those notices that do not
|
|
40947
|
+
pertain to any part of the Derivative Works, in at least one
|
|
40948
|
+
of the following places: within a NOTICE text file distributed
|
|
40949
|
+
as part of the Derivative Works; within the Source form or
|
|
40950
|
+
documentation, if provided along with the Derivative Works; or,
|
|
40951
|
+
within a display generated by the Derivative Works, if and
|
|
40952
|
+
wherever such third-party notices normally appear. The contents
|
|
40953
|
+
of the NOTICE file are for informational purposes only and
|
|
40954
|
+
do not modify the License. You may add Your own attribution
|
|
40955
|
+
notices within Derivative Works that You distribute, alongside
|
|
40956
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
40957
|
+
that such additional attribution notices cannot be construed
|
|
40958
|
+
as modifying the License.
|
|
40959
|
+
|
|
40960
|
+
You may add Your own copyright statement to Your modifications and
|
|
40961
|
+
may provide additional or different license terms and conditions
|
|
40962
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
40963
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
40964
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
40965
|
+
the conditions stated in this License.
|
|
40966
|
+
|
|
40967
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
40968
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
40969
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
40970
|
+
this License, without any additional terms or conditions.
|
|
40971
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
40972
|
+
the terms of any separate license agreement you may have executed
|
|
40973
|
+
with Licensor regarding such Contributions.
|
|
40974
|
+
|
|
40975
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
40976
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
40977
|
+
except as required for reasonable and customary use in describing the
|
|
40978
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
40979
|
+
|
|
40980
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
40981
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
40982
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
40983
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
40984
|
+
implied, including, without limitation, any warranties or conditions
|
|
40985
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
40986
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
40987
|
+
appropriateness of using or redistributing the Work and assume any
|
|
40988
|
+
risks associated with Your exercise of permissions under this License.
|
|
40989
|
+
|
|
40990
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
40991
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
40992
|
+
unless required by applicable law (such as deliberate and grossly
|
|
40993
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
40994
|
+
liable to You for damages, including any direct, indirect, special,
|
|
40995
|
+
incidental, or consequential damages of any character arising as a
|
|
40996
|
+
result of this License or out of the use or inability to use the
|
|
40997
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
40998
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
40999
|
+
other commercial damages or losses), even if such Contributor
|
|
41000
|
+
has been advised of the possibility of such damages.
|
|
41001
|
+
|
|
41002
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
41003
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
41004
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
41005
|
+
or other liability obligations and/or rights consistent with this
|
|
41006
|
+
License. However, in accepting such obligations, You may act only
|
|
41007
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
41008
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
41009
|
+
defend, and hold each Contributor harmless for any liability
|
|
41010
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
41011
|
+
of your accepting any such warranty or additional liability.
|
|
41012
|
+
|
|
41013
|
+
END OF TERMS AND CONDITIONS
|
|
41014
|
+
|
|
41015
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
41016
|
+
|
|
41017
|
+
To apply the Apache License to your work, attach the following
|
|
41018
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
41019
|
+
replaced with your own identifying information. (Don't include
|
|
41020
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
41021
|
+
comment syntax for the file format. We also recommend that a
|
|
41022
|
+
file or class name and description of purpose be included on the
|
|
41023
|
+
same "printed page" as the copyright notice for easier
|
|
41024
|
+
identification within third-party archives.
|
|
41025
|
+
|
|
41026
|
+
Copyright 2024 SWC contributors.
|
|
41027
|
+
|
|
41028
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
41029
|
+
you may not use this file except in compliance with the License.
|
|
41030
|
+
You may obtain a copy of the License at
|
|
41031
|
+
|
|
41032
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
41033
|
+
|
|
41034
|
+
Unless required by applicable law or agreed to in writing, software
|
|
41035
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
41036
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
41037
|
+
See the License for the specific language governing permissions and
|
|
41038
|
+
limitations under the License.
|
|
41039
|
+
|
|
41040
|
+
---
|
|
41041
|
+
|
|
40751
41042
|
The following software may be included in this product: @xtuc/ieee754 (1.2.0)
|
|
40752
41043
|
This software contains the following license and notice below:
|
|
40753
41044
|
|
|
@@ -43003,67 +43294,6 @@ software or this license, under any kind of legal claim.***
|
|
|
43003
43294
|
|
|
43004
43295
|
---
|
|
43005
43296
|
|
|
43006
|
-
The following software may be included in this product: minimatch (10.2.4)
|
|
43007
|
-
This software contains the following license and notice below:
|
|
43008
|
-
|
|
43009
|
-
# Blue Oak Model License
|
|
43010
|
-
|
|
43011
|
-
Version 1.0.0
|
|
43012
|
-
|
|
43013
|
-
## Purpose
|
|
43014
|
-
|
|
43015
|
-
This license gives everyone as much permission to work with
|
|
43016
|
-
this software as possible, while protecting contributors
|
|
43017
|
-
from liability.
|
|
43018
|
-
|
|
43019
|
-
## Acceptance
|
|
43020
|
-
|
|
43021
|
-
In order to receive this license, you must agree to its
|
|
43022
|
-
rules. The rules of this license are both obligations
|
|
43023
|
-
under that agreement and conditions to your license.
|
|
43024
|
-
You must not do anything with this software that triggers
|
|
43025
|
-
a rule that you cannot or will not follow.
|
|
43026
|
-
|
|
43027
|
-
## Copyright
|
|
43028
|
-
|
|
43029
|
-
Each contributor licenses you to do everything with this
|
|
43030
|
-
software that would otherwise infringe that contributor's
|
|
43031
|
-
copyright in it.
|
|
43032
|
-
|
|
43033
|
-
## Notices
|
|
43034
|
-
|
|
43035
|
-
You must ensure that everyone who gets a copy of
|
|
43036
|
-
any part of this software from you, with or without
|
|
43037
|
-
changes, also gets the text of this license or a link to
|
|
43038
|
-
<https://blueoakcouncil.org/license/1.0.0>.
|
|
43039
|
-
|
|
43040
|
-
## Excuse
|
|
43041
|
-
|
|
43042
|
-
If anyone notifies you in writing that you have not
|
|
43043
|
-
complied with [Notices](#notices), you can keep your
|
|
43044
|
-
license by taking all practical steps to comply within 30
|
|
43045
|
-
days after the notice. If you do not do so, your license
|
|
43046
|
-
ends immediately.
|
|
43047
|
-
|
|
43048
|
-
## Patent
|
|
43049
|
-
|
|
43050
|
-
Each contributor licenses you to do everything with this
|
|
43051
|
-
software that would otherwise infringe any patent claims
|
|
43052
|
-
they can license or become able to license.
|
|
43053
|
-
|
|
43054
|
-
## Reliability
|
|
43055
|
-
|
|
43056
|
-
No contributor can revoke this license.
|
|
43057
|
-
|
|
43058
|
-
## No Liability
|
|
43059
|
-
|
|
43060
|
-
**_As far as the law allows, this software comes as is,
|
|
43061
|
-
without any warranty or condition, and no contributor
|
|
43062
|
-
will be liable to anyone for any damages related to this
|
|
43063
|
-
software or this license, under any kind of legal claim._**
|
|
43064
|
-
|
|
43065
|
-
---
|
|
43066
|
-
|
|
43067
43297
|
The following software may be included in this product: minimatch (10.2.5)
|
|
43068
43298
|
This software contains the following license and notice below:
|
|
43069
43299
|
|