@aws/nx-plugin 1.0.0-rc.24 → 1.0.0-rc.25
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 +2020 -702
- package/package.json +6 -6
- package/src/agentcore-gateway/gateway-connection/generator.d.ts +1 -1
- package/src/agentcore-gateway/gateway-connection/generator.js +7 -5
- package/src/agentcore-gateway/gateway-connection/generator.js.map +1 -1
- package/src/agentcore-gateway/gateway-connection/schema.d.js.map +1 -1
- package/src/agentcore-gateway/gateway-connection/schema.d.ts +1 -0
- package/src/agentcore-gateway/gateway-connection/schema.json +5 -0
- package/src/agentcore-gateway/generator.js +7 -4
- package/src/agentcore-gateway/generator.js.map +1 -1
- package/src/agentcore-gateway/mcp-connection/generator.d.ts +1 -1
- package/src/agentcore-gateway/mcp-connection/generator.js +7 -5
- package/src/agentcore-gateway/mcp-connection/generator.js.map +1 -1
- package/src/agentcore-gateway/mcp-connection/schema.d.js.map +1 -1
- package/src/agentcore-gateway/mcp-connection/schema.d.ts +1 -0
- package/src/agentcore-gateway/mcp-connection/schema.json +5 -0
- package/src/agentcore-gateway/schema.d.js.map +1 -1
- package/src/agentcore-gateway/schema.d.ts +1 -0
- package/src/agentcore-gateway/schema.json +5 -0
- package/src/connection/generator.d.ts +1 -0
- package/src/connection/generator.js +8 -4
- package/src/connection/generator.js.map +1 -1
- package/src/connection/schema.d.js.map +1 -1
- package/src/connection/schema.d.ts +1 -0
- package/src/connection/schema.json +5 -0
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +29 -21
- package/src/infra/app/generator.js +12 -6
- package/src/infra/app/generator.js.map +1 -1
- package/src/infra/app/schema.d.js.map +1 -1
- package/src/infra/app/schema.d.ts +1 -1
- package/src/infra/app/schema.json +5 -0
- package/src/license/schema.d.js.map +1 -1
- package/src/license/schema.d.ts +2 -0
- package/src/license/schema.json +5 -0
- package/src/mcp-server/tools/general-guidance.js +17 -0
- package/src/mcp-server/tools/general-guidance.js.map +1 -1
- package/src/preset/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/preset/generator.d.ts +1 -1
- package/src/preset/generator.js +8 -5
- package/src/preset/generator.js.map +1 -1
- package/src/preset/schema.d.js.map +1 -1
- package/src/preset/schema.d.ts +1 -0
- package/src/preset/schema.json +5 -0
- package/src/py/agent/__snapshots__/generator.constructs.spec.ts.snap +9 -9
- package/src/py/agent/__snapshots__/generator.frameworks.spec.ts.snap +10 -10
- package/src/py/agent/__snapshots__/generator.protocols.spec.ts.snap +1 -1
- package/src/py/agent/a2a-connection/generator.js +7 -4
- package/src/py/agent/a2a-connection/generator.js.map +1 -1
- package/src/py/agent/a2a-connection/schema.d.js.map +1 -1
- package/src/py/agent/a2a-connection/schema.d.ts +1 -0
- package/src/py/agent/a2a-connection/schema.json +5 -0
- package/src/py/agent/gateway-connection/generator.js +7 -4
- package/src/py/agent/gateway-connection/generator.js.map +1 -1
- package/src/py/agent/gateway-connection/schema.d.js.map +1 -1
- package/src/py/agent/gateway-connection/schema.d.ts +1 -0
- package/src/py/agent/gateway-connection/schema.json +5 -0
- package/src/py/agent/generator.js +8 -6
- package/src/py/agent/generator.js.map +1 -1
- package/src/py/agent/mcp-connection/generator.js +7 -4
- package/src/py/agent/mcp-connection/generator.js.map +1 -1
- package/src/py/agent/mcp-connection/schema.d.js.map +1 -1
- package/src/py/agent/mcp-connection/schema.d.ts +1 -0
- package/src/py/agent/mcp-connection/schema.json +5 -0
- package/src/py/agent/react-connection/generator.d.ts +1 -1
- package/src/py/agent/react-connection/generator.js +7 -4
- package/src/py/agent/react-connection/generator.js.map +1 -1
- package/src/py/agent/react-connection/schema.d.js.map +1 -1
- package/src/py/agent/react-connection/schema.d.ts +1 -0
- package/src/py/agent/react-connection/schema.json +5 -0
- package/src/py/agent/schema.d.js.map +1 -1
- package/src/py/agent/schema.d.ts +1 -0
- package/src/py/agent/schema.json +5 -0
- package/src/py/api/generator.js +2 -1
- package/src/py/api/generator.js.map +1 -1
- package/src/py/api/schema.d.js.map +1 -1
- package/src/py/api/schema.d.ts +1 -0
- package/src/py/api/schema.json +5 -0
- package/src/py/dynamodb/agent-connection/generator.js +8 -6
- package/src/py/dynamodb/agent-connection/generator.js.map +1 -1
- package/src/py/dynamodb/agent-connection/schema.d.js.map +1 -1
- package/src/py/dynamodb/agent-connection/schema.d.ts +1 -0
- package/src/py/dynamodb/agent-connection/schema.json +5 -0
- package/src/py/dynamodb/fast-api-connection/generator.js +8 -6
- package/src/py/dynamodb/fast-api-connection/generator.js.map +1 -1
- package/src/py/dynamodb/fast-api-connection/schema.d.js.map +1 -1
- package/src/py/dynamodb/fast-api-connection/schema.d.ts +1 -0
- package/src/py/dynamodb/fast-api-connection/schema.json +5 -0
- package/src/py/dynamodb/generator.js +10 -7
- package/src/py/dynamodb/generator.js.map +1 -1
- package/src/py/dynamodb/mcp-server-connection/generator.js +8 -6
- package/src/py/dynamodb/mcp-server-connection/generator.js.map +1 -1
- package/src/py/dynamodb/mcp-server-connection/schema.d.js.map +1 -1
- package/src/py/dynamodb/mcp-server-connection/schema.d.ts +1 -0
- package/src/py/dynamodb/mcp-server-connection/schema.json +5 -0
- package/src/py/dynamodb/schema.d.js.map +1 -1
- package/src/py/dynamodb/schema.d.ts +1 -0
- package/src/py/dynamodb/schema.json +5 -0
- package/src/py/fast-api/generator.js +10 -7
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/py/fast-api/react/generator.d.ts +2 -2
- package/src/py/fast-api/react/generator.js +7 -5
- package/src/py/fast-api/react/generator.js.map +1 -1
- package/src/py/fast-api/react/schema.d.js.map +1 -1
- package/src/py/fast-api/react/schema.d.ts +1 -0
- package/src/py/fast-api/react/schema.json +5 -0
- package/src/py/fast-api/schema.d.js.map +1 -1
- package/src/py/fast-api/schema.d.ts +1 -0
- package/src/py/fast-api/schema.json +5 -0
- package/src/py/lambda-function/generator.js +8 -6
- package/src/py/lambda-function/generator.js.map +1 -1
- package/src/py/lambda-function/schema.d.js.map +1 -1
- package/src/py/lambda-function/schema.d.ts +1 -0
- package/src/py/lambda-function/schema.json +5 -0
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/py/mcp-server/generator.js +8 -6
- package/src/py/mcp-server/generator.js.map +1 -1
- package/src/py/mcp-server/schema.d.js.map +1 -1
- package/src/py/mcp-server/schema.d.ts +1 -0
- package/src/py/mcp-server/schema.json +5 -0
- package/src/py/project/generator.js +9 -6
- package/src/py/project/generator.js.map +1 -1
- package/src/py/project/schema.d.js.map +1 -1
- package/src/py/project/schema.d.ts +1 -0
- package/src/py/project/schema.json +5 -0
- package/src/sdk/open-api.d.ts +1 -1
- package/src/sdk/open-api.js +1 -1
- package/src/sdk/open-api.js.map +1 -1
- package/src/sdk/utils/ast.d.ts +1 -2
- package/src/sdk/utils/ast.js +1 -2
- package/src/sdk/utils/ast.js.map +1 -1
- package/src/smithy/project/generator.js +7 -4
- package/src/smithy/project/generator.js.map +1 -1
- package/src/smithy/project/schema.d.js.map +1 -1
- package/src/smithy/project/schema.d.ts +1 -0
- package/src/smithy/project/schema.json +5 -0
- package/src/smithy/react-connection/generator.js +7 -4
- package/src/smithy/react-connection/generator.js.map +1 -1
- package/src/smithy/react-connection/schema.d.js.map +1 -1
- package/src/smithy/react-connection/schema.d.ts +1 -0
- package/src/smithy/react-connection/schema.json +5 -0
- package/src/smithy/ts/api/generator.js +11 -6
- package/src/smithy/ts/api/generator.js.map +1 -1
- package/src/smithy/ts/api/schema.d.js.map +1 -1
- package/src/smithy/ts/api/schema.d.ts +1 -0
- package/src/smithy/ts/api/schema.json +5 -0
- package/src/terraform/project/generator.js +13 -4
- package/src/terraform/project/generator.js.map +1 -1
- package/src/terraform/project/schema.d.js.map +1 -1
- package/src/terraform/project/schema.d.ts +1 -0
- package/src/terraform/project/schema.json +5 -0
- package/src/trpc/backend/generator.d.ts +1 -1
- package/src/trpc/backend/generator.js +9 -5
- package/src/trpc/backend/generator.js.map +1 -1
- package/src/trpc/backend/schema.d.js.map +1 -1
- package/src/trpc/backend/schema.d.ts +1 -0
- package/src/trpc/backend/schema.json +5 -0
- package/src/trpc/react/generator.d.ts +1 -1
- package/src/trpc/react/generator.js +9 -5
- package/src/trpc/react/generator.js.map +1 -1
- package/src/trpc/react/schema.d.js.map +1 -1
- package/src/trpc/react/schema.d.ts +1 -0
- package/src/trpc/react/schema.json +5 -0
- package/src/ts/agent/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/agent/a2a-connection/generator.js +7 -4
- package/src/ts/agent/a2a-connection/generator.js.map +1 -1
- package/src/ts/agent/a2a-connection/schema.d.js.map +1 -1
- package/src/ts/agent/a2a-connection/schema.d.ts +1 -0
- package/src/ts/agent/a2a-connection/schema.json +5 -0
- package/src/ts/agent/gateway-connection/generator.js +7 -4
- package/src/ts/agent/gateway-connection/generator.js.map +1 -1
- package/src/ts/agent/gateway-connection/schema.d.js.map +1 -1
- package/src/ts/agent/gateway-connection/schema.d.ts +1 -0
- package/src/ts/agent/gateway-connection/schema.json +5 -0
- package/src/ts/agent/generator.js +7 -4
- package/src/ts/agent/generator.js.map +1 -1
- package/src/ts/agent/mcp-connection/generator.js +7 -4
- package/src/ts/agent/mcp-connection/generator.js.map +1 -1
- package/src/ts/agent/mcp-connection/schema.d.js.map +1 -1
- package/src/ts/agent/mcp-connection/schema.d.ts +1 -0
- package/src/ts/agent/mcp-connection/schema.json +5 -0
- package/src/ts/agent/react-connection/generator.d.ts +1 -1
- package/src/ts/agent/react-connection/generator.js +14 -8
- package/src/ts/agent/react-connection/generator.js.map +1 -1
- package/src/ts/agent/react-connection/schema.d.js.map +1 -1
- package/src/ts/agent/react-connection/schema.d.ts +1 -0
- package/src/ts/agent/react-connection/schema.json +5 -0
- package/src/ts/agent/schema.d.js.map +1 -1
- package/src/ts/agent/schema.d.ts +1 -0
- package/src/ts/agent/schema.json +5 -0
- package/src/ts/api/generator.js +4 -2
- package/src/ts/api/generator.js.map +1 -1
- package/src/ts/api/schema.d.js.map +1 -1
- package/src/ts/api/schema.d.ts +1 -0
- package/src/ts/api/schema.json +5 -0
- package/src/ts/astro-docs/generator.js +7 -6
- package/src/ts/astro-docs/generator.js.map +1 -1
- package/src/ts/astro-docs/schema.d.js.map +1 -1
- package/src/ts/astro-docs/schema.d.ts +2 -2
- package/src/ts/astro-docs/schema.json +3 -3
- package/src/ts/docs/schema.d.js.map +1 -1
- package/src/ts/docs/schema.d.ts +1 -4
- package/src/ts/docs/schema.json +3 -3
- package/src/ts/dynamodb/agent-connection/schema.d.js.map +1 -1
- package/src/ts/dynamodb/agent-connection/schema.d.ts +1 -0
- package/src/ts/dynamodb/agent-connection/schema.json +5 -0
- package/src/ts/dynamodb/generator.js +9 -5
- package/src/ts/dynamodb/generator.js.map +1 -1
- package/src/ts/dynamodb/mcp-server-connection/schema.d.js.map +1 -1
- package/src/ts/dynamodb/mcp-server-connection/schema.d.ts +1 -0
- package/src/ts/dynamodb/mcp-server-connection/schema.json +5 -0
- package/src/ts/dynamodb/schema.d.js.map +1 -1
- package/src/ts/dynamodb/schema.d.ts +1 -0
- package/src/ts/dynamodb/schema.json +5 -0
- package/src/ts/dynamodb/smithy-connection/schema.d.js.map +1 -1
- package/src/ts/dynamodb/smithy-connection/schema.d.ts +1 -0
- package/src/ts/dynamodb/smithy-connection/schema.json +5 -0
- package/src/ts/dynamodb/trpc-connection/schema.d.js.map +1 -1
- package/src/ts/dynamodb/trpc-connection/schema.d.ts +1 -0
- package/src/ts/dynamodb/trpc-connection/schema.json +5 -0
- package/src/ts/lambda-function/generator.js +7 -4
- package/src/ts/lambda-function/generator.js.map +1 -1
- package/src/ts/lambda-function/schema.d.js.map +1 -1
- package/src/ts/lambda-function/schema.d.ts +1 -0
- package/src/ts/lambda-function/schema.json +5 -0
- package/src/ts/lib/generator.js +10 -6
- package/src/ts/lib/generator.js.map +1 -1
- package/src/ts/lib/schema.d.js.map +1 -1
- package/src/ts/lib/schema.d.ts +1 -1
- package/src/ts/lib/schema.json +5 -0
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/mcp-server/generator.js +7 -4
- package/src/ts/mcp-server/generator.js.map +1 -1
- package/src/ts/mcp-server/schema.d.js.map +1 -1
- package/src/ts/mcp-server/schema.d.ts +1 -0
- package/src/ts/mcp-server/schema.json +5 -0
- package/src/ts/nx-generator/__snapshots__/generator.spec.ts.snap +18 -8
- package/src/ts/nx-generator/files/common/schema.d.ts.template +1 -0
- package/src/ts/nx-generator/files/common/schema.json.template +5 -0
- package/src/ts/nx-generator/files/nx-plugin-for-aws/generator/generator.ts.template +3 -4
- package/src/ts/nx-generator/generator.js +7 -4
- package/src/ts/nx-generator/generator.js.map +1 -1
- package/src/ts/nx-generator/schema.d.js.map +1 -1
- package/src/ts/nx-generator/schema.d.ts +1 -0
- package/src/ts/nx-generator/schema.json +5 -0
- package/src/ts/nx-plugin/generator.js +13 -6
- package/src/ts/nx-plugin/generator.js.map +1 -1
- package/src/ts/nx-plugin/schema.json +5 -0
- package/src/ts/rdb/agent-connection/schema.d.js.map +1 -1
- package/src/ts/rdb/agent-connection/schema.d.ts +1 -0
- package/src/ts/rdb/agent-connection/schema.json +5 -0
- package/src/ts/rdb/generator.js +9 -5
- package/src/ts/rdb/generator.js.map +1 -1
- package/src/ts/rdb/mcp-server-connection/schema.d.js.map +1 -1
- package/src/ts/rdb/mcp-server-connection/schema.d.ts +1 -0
- package/src/ts/rdb/mcp-server-connection/schema.json +5 -0
- package/src/ts/rdb/schema.d.js.map +1 -1
- package/src/ts/rdb/schema.d.ts +1 -0
- package/src/ts/rdb/schema.json +5 -0
- package/src/ts/rdb/smithy-connection/schema.d.js.map +1 -1
- package/src/ts/rdb/smithy-connection/schema.d.ts +1 -0
- package/src/ts/rdb/smithy-connection/schema.json +5 -0
- package/src/ts/rdb/trpc-connection/schema.d.js.map +1 -1
- package/src/ts/rdb/trpc-connection/schema.d.ts +1 -0
- package/src/ts/rdb/trpc-connection/schema.json +5 -0
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +26 -26
- package/src/ts/react-website/app/generator.d.ts +1 -1
- package/src/ts/react-website/app/generator.js +18 -6
- package/src/ts/react-website/app/generator.js.map +1 -1
- package/src/ts/react-website/app/schema.d.js.map +1 -1
- package/src/ts/react-website/app/schema.d.ts +1 -1
- package/src/ts/react-website/app/schema.json +5 -0
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +1 -1
- package/src/ts/react-website/cognito-auth/generator.d.ts +1 -1
- package/src/ts/react-website/cognito-auth/generator.js +9 -5
- package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
- package/src/ts/react-website/cognito-auth/schema.d.js.map +1 -1
- package/src/ts/react-website/cognito-auth/schema.d.ts +1 -0
- package/src/ts/react-website/cognito-auth/schema.json +5 -0
- package/src/ts/react-website/runtime-config/schema.d.js.map +1 -1
- package/src/ts/react-website/runtime-config/schema.d.ts +1 -0
- package/src/ts/react-website/runtime-config/schema.json +5 -0
- package/src/ts/website/app/schema.d.js.map +1 -1
- package/src/ts/website/app/schema.d.ts +1 -1
- package/src/ts/website/app/schema.json +5 -0
- package/src/ts/website/auth/generator.d.ts +1 -1
- package/src/ts/website/auth/generator.js +2 -1
- package/src/ts/website/auth/generator.js.map +1 -1
- package/src/ts/website/auth/schema.d.js.map +1 -1
- package/src/ts/website/auth/schema.d.ts +1 -0
- package/src/ts/website/auth/schema.json +5 -0
- package/src/utils/files/common/scripts/src/infra/stage-credentials/cdk-command.ts.template +11 -3
- package/src/utils/install.d.ts +32 -0
- package/src/utils/install.js +56 -0
- package/src/utils/install.js.map +1 -0
- package/src/utils/versions.d.ts +64 -64
- package/src/utils/versions.js +63 -63
- package/src/utils/versions.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -3944,6 +3944,34 @@ THE SOFTWARE.
|
|
|
3944
3944
|
|
|
3945
3945
|
---
|
|
3946
3946
|
|
|
3947
|
+
The following software may be included in this product: @keyv/serialize (1.1.1)
|
|
3948
|
+
This software contains the following license and notice below:
|
|
3949
|
+
|
|
3950
|
+
MIT License
|
|
3951
|
+
|
|
3952
|
+
Copyright (c) 2017-2021 Luke Childs
|
|
3953
|
+
Copyright (c) 2021-2022 Jared Wray
|
|
3954
|
+
|
|
3955
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3956
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3957
|
+
in the Software without restriction, including without limitation the rights
|
|
3958
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3959
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3960
|
+
furnished to do so, subject to the following conditions:
|
|
3961
|
+
|
|
3962
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3963
|
+
copies or substantial portions of the Software.
|
|
3964
|
+
|
|
3965
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3966
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3967
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3968
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3969
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3970
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3971
|
+
SOFTWARE.
|
|
3972
|
+
|
|
3973
|
+
---
|
|
3974
|
+
|
|
3947
3975
|
The following software may be included in this product: @modelcontextprotocol/sdk (1.29.0)
|
|
3948
3976
|
This software contains the following license and notice below:
|
|
3949
3977
|
|
|
@@ -5043,34 +5071,6 @@ SOFTWARE.
|
|
|
5043
5071
|
|
|
5044
5072
|
---
|
|
5045
5073
|
|
|
5046
|
-
The following software may be included in this product: @nx/devkit (22.7.5)
|
|
5047
|
-
This software contains the following license and notice below:
|
|
5048
|
-
|
|
5049
|
-
(The MIT License)
|
|
5050
|
-
|
|
5051
|
-
Copyright (c) 2017-2026 Narwhal Technologies Inc.
|
|
5052
|
-
|
|
5053
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5054
|
-
a copy of this software and associated documentation files (the
|
|
5055
|
-
'Software'), to deal in the Software without restriction, including
|
|
5056
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5057
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5058
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5059
|
-
the following conditions:
|
|
5060
|
-
|
|
5061
|
-
The above copyright notice and this permission notice shall be
|
|
5062
|
-
included in all copies or substantial portions of the Software.
|
|
5063
|
-
|
|
5064
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5065
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5066
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5067
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5068
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5069
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5070
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5071
|
-
|
|
5072
|
-
---
|
|
5073
|
-
|
|
5074
5074
|
The following software may be included in this product: @nx/devkit (23.0.1)
|
|
5075
5075
|
This software contains the following license and notice below:
|
|
5076
5076
|
|
|
@@ -5363,7 +5363,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5363
5363
|
|
|
5364
5364
|
---
|
|
5365
5365
|
|
|
5366
|
-
The following software may be included in this product: @nxlv/python (22.2.
|
|
5366
|
+
The following software may be included in this product: @nxlv/python (22.2.1)
|
|
5367
5367
|
This software contains the following license and notice below:
|
|
5368
5368
|
|
|
5369
5369
|
MIT License
|
|
@@ -5390,7 +5390,7 @@ SOFTWARE.
|
|
|
5390
5390
|
|
|
5391
5391
|
---
|
|
5392
5392
|
|
|
5393
|
-
The following software may be included in this product: @oxc-project/types (0.
|
|
5393
|
+
The following software may be included in this product: @oxc-project/types (0.137.0)
|
|
5394
5394
|
This software contains the following license and notice below:
|
|
5395
5395
|
|
|
5396
5396
|
MIT License
|
|
@@ -5727,7 +5727,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5727
5727
|
|
|
5728
5728
|
---
|
|
5729
5729
|
|
|
5730
|
-
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.
|
|
5730
|
+
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.1.3)
|
|
5731
5731
|
This software contains the following license and notice below:
|
|
5732
5732
|
|
|
5733
5733
|
MIT License
|
|
@@ -6079,6 +6079,33 @@ MIT License
|
|
|
6079
6079
|
Copyright (c) 2022-present Bytedance, Inc. and its affiliates.
|
|
6080
6080
|
|
|
6081
6081
|
|
|
6082
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6083
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6084
|
+
in the Software without restriction, including without limitation the rights
|
|
6085
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6086
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
6087
|
+
furnished to do so, subject to the following conditions:
|
|
6088
|
+
|
|
6089
|
+
The above copyright notice and this permission notice shall be included in all
|
|
6090
|
+
copies or substantial portions of the Software.
|
|
6091
|
+
|
|
6092
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6093
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6094
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6095
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6096
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6097
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6098
|
+
SOFTWARE.
|
|
6099
|
+
|
|
6100
|
+
---
|
|
6101
|
+
|
|
6102
|
+
The following software may be included in this product: @sec-ant/readable-stream (0.4.1)
|
|
6103
|
+
This software contains the following license and notice below:
|
|
6104
|
+
|
|
6105
|
+
MIT License
|
|
6106
|
+
|
|
6107
|
+
Copyright (c) 2022 Ze-Zheng Wu
|
|
6108
|
+
|
|
6082
6109
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6083
6110
|
of this software and associated documentation files (the "Software"), to deal
|
|
6084
6111
|
in the Software without restriction, including without limitation the rights
|
|
@@ -6114,7 +6141,22 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
6114
6141
|
|
|
6115
6142
|
---
|
|
6116
6143
|
|
|
6117
|
-
The following software may be included in this product: @sindresorhus/is (
|
|
6144
|
+
The following software may be included in this product: @sindresorhus/is (7.2.0)
|
|
6145
|
+
This software contains the following license and notice below:
|
|
6146
|
+
|
|
6147
|
+
MIT License
|
|
6148
|
+
|
|
6149
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
6150
|
+
|
|
6151
|
+
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:
|
|
6152
|
+
|
|
6153
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6154
|
+
|
|
6155
|
+
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.
|
|
6156
|
+
|
|
6157
|
+
---
|
|
6158
|
+
|
|
6159
|
+
The following software may be included in this product: @sindresorhus/merge-streams (4.0.0)
|
|
6118
6160
|
This software contains the following license and notice below:
|
|
6119
6161
|
|
|
6120
6162
|
MIT License
|
|
@@ -6419,7 +6461,7 @@ SOFTWARE.
|
|
|
6419
6461
|
|
|
6420
6462
|
---
|
|
6421
6463
|
|
|
6422
|
-
The following software may be included in this product: @swc/cli (0.
|
|
6464
|
+
The following software may be included in this product: @swc/cli (0.8.1)
|
|
6423
6465
|
This software contains the following license and notice below:
|
|
6424
6466
|
|
|
6425
6467
|
Copyright (c) 2024 The swc Project Developers
|
|
@@ -6477,34 +6519,7 @@ SOFTWARE.
|
|
|
6477
6519
|
|
|
6478
6520
|
---
|
|
6479
6521
|
|
|
6480
|
-
The following software may be included in this product: @
|
|
6481
|
-
This software contains the following license and notice below:
|
|
6482
|
-
|
|
6483
|
-
MIT License
|
|
6484
|
-
|
|
6485
|
-
Copyright (c) 2018 Szymon Marczak
|
|
6486
|
-
|
|
6487
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6488
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6489
|
-
in the Software without restriction, including without limitation the rights
|
|
6490
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6491
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6492
|
-
furnished to do so, subject to the following conditions:
|
|
6493
|
-
|
|
6494
|
-
The above copyright notice and this permission notice shall be included in all
|
|
6495
|
-
copies or substantial portions of the Software.
|
|
6496
|
-
|
|
6497
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6498
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6499
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6500
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6501
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6502
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6503
|
-
SOFTWARE.
|
|
6504
|
-
|
|
6505
|
-
---
|
|
6506
|
-
|
|
6507
|
-
The following software may be included in this product: @tokenizer/inflate (0.2.7)
|
|
6522
|
+
The following software may be included in this product: @tokenizer/inflate (0.4.1)
|
|
6508
6523
|
This software contains the following license and notice below:
|
|
6509
6524
|
|
|
6510
6525
|
Copyright (c) 2024, Borewit
|
|
@@ -7104,7 +7119,7 @@ SOFTWARE
|
|
|
7104
7119
|
|
|
7105
7120
|
---
|
|
7106
7121
|
|
|
7107
|
-
The following software may be included in this product: @types/node (25.9.
|
|
7122
|
+
The following software may be included in this product: @types/node (25.9.4)
|
|
7108
7123
|
This software contains the following license and notice below:
|
|
7109
7124
|
|
|
7110
7125
|
MIT License
|
|
@@ -7293,7 +7308,7 @@ SOFTWARE
|
|
|
7293
7308
|
|
|
7294
7309
|
---
|
|
7295
7310
|
|
|
7296
|
-
The following software may be included in this product: @verdaccio/auth (8.0.
|
|
7311
|
+
The following software may be included in this product: @verdaccio/auth (8.0.4)
|
|
7297
7312
|
This software contains the following license and notice below:
|
|
7298
7313
|
|
|
7299
7314
|
MIT License
|
|
@@ -7320,7 +7335,7 @@ SOFTWARE.
|
|
|
7320
7335
|
|
|
7321
7336
|
---
|
|
7322
7337
|
|
|
7323
|
-
The following software may be included in this product: @verdaccio/config (8.1.
|
|
7338
|
+
The following software may be included in this product: @verdaccio/config (8.1.2)
|
|
7324
7339
|
This software contains the following license and notice below:
|
|
7325
7340
|
|
|
7326
7341
|
MIT License
|
|
@@ -7347,7 +7362,7 @@ SOFTWARE.
|
|
|
7347
7362
|
|
|
7348
7363
|
---
|
|
7349
7364
|
|
|
7350
|
-
The following software may be included in this product: @verdaccio/core (8.1.
|
|
7365
|
+
The following software may be included in this product: @verdaccio/core (8.1.2)
|
|
7351
7366
|
This software contains the following license and notice below:
|
|
7352
7367
|
|
|
7353
7368
|
MIT License
|
|
@@ -7401,7 +7416,7 @@ SOFTWARE.
|
|
|
7401
7416
|
|
|
7402
7417
|
---
|
|
7403
7418
|
|
|
7404
|
-
The following software may be included in this product: @verdaccio/hooks (8.0.
|
|
7419
|
+
The following software may be included in this product: @verdaccio/hooks (8.0.3)
|
|
7405
7420
|
This software contains the following license and notice below:
|
|
7406
7421
|
|
|
7407
7422
|
MIT License
|
|
@@ -7428,7 +7443,7 @@ SOFTWARE.
|
|
|
7428
7443
|
|
|
7429
7444
|
---
|
|
7430
7445
|
|
|
7431
|
-
The following software may be included in this product: @verdaccio/loaders (8.0.
|
|
7446
|
+
The following software may be included in this product: @verdaccio/loaders (8.0.3)
|
|
7432
7447
|
This software contains the following license and notice below:
|
|
7433
7448
|
|
|
7434
7449
|
MIT License
|
|
@@ -7455,7 +7470,7 @@ SOFTWARE.
|
|
|
7455
7470
|
|
|
7456
7471
|
---
|
|
7457
7472
|
|
|
7458
|
-
The following software may be included in this product: @verdaccio/local-storage-legacy (11.3.
|
|
7473
|
+
The following software may be included in this product: @verdaccio/local-storage-legacy (11.3.4)
|
|
7459
7474
|
This software contains the following license and notice below:
|
|
7460
7475
|
|
|
7461
7476
|
MIT License
|
|
@@ -7482,7 +7497,7 @@ SOFTWARE.
|
|
|
7482
7497
|
|
|
7483
7498
|
---
|
|
7484
7499
|
|
|
7485
|
-
The following software may be included in this product: @verdaccio/logger (8.0.
|
|
7500
|
+
The following software may be included in this product: @verdaccio/logger (8.0.3)
|
|
7486
7501
|
This software contains the following license and notice below:
|
|
7487
7502
|
|
|
7488
7503
|
MIT License
|
|
@@ -7509,7 +7524,7 @@ SOFTWARE.
|
|
|
7509
7524
|
|
|
7510
7525
|
---
|
|
7511
7526
|
|
|
7512
|
-
The following software may be included in this product: @verdaccio/logger-commons (8.0.
|
|
7527
|
+
The following software may be included in this product: @verdaccio/logger-commons (8.0.3)
|
|
7513
7528
|
This software contains the following license and notice below:
|
|
7514
7529
|
|
|
7515
7530
|
MIT License
|
|
@@ -7563,7 +7578,7 @@ SOFTWARE.
|
|
|
7563
7578
|
|
|
7564
7579
|
---
|
|
7565
7580
|
|
|
7566
|
-
The following software may be included in this product: @verdaccio/middleware (8.0.
|
|
7581
|
+
The following software may be included in this product: @verdaccio/middleware (8.0.5)
|
|
7567
7582
|
This software contains the following license and notice below:
|
|
7568
7583
|
|
|
7569
7584
|
MIT License
|
|
@@ -7590,7 +7605,7 @@ SOFTWARE.
|
|
|
7590
7605
|
|
|
7591
7606
|
---
|
|
7592
7607
|
|
|
7593
|
-
The following software may be included in this product: @verdaccio/package-filter (13.0.
|
|
7608
|
+
The following software may be included in this product: @verdaccio/package-filter (13.0.3)
|
|
7594
7609
|
This software contains the following license and notice below:
|
|
7595
7610
|
|
|
7596
7611
|
MIT License
|
|
@@ -7644,7 +7659,7 @@ SOFTWARE.
|
|
|
7644
7659
|
|
|
7645
7660
|
---
|
|
7646
7661
|
|
|
7647
|
-
The following software may be included in this product: @verdaccio/signature (8.0.
|
|
7662
|
+
The following software may be included in this product: @verdaccio/signature (8.0.3)
|
|
7648
7663
|
This software contains the following license and notice below:
|
|
7649
7664
|
|
|
7650
7665
|
MIT License
|
|
@@ -7698,7 +7713,7 @@ SOFTWARE.
|
|
|
7698
7713
|
|
|
7699
7714
|
---
|
|
7700
7715
|
|
|
7701
|
-
The following software may be included in this product: @verdaccio/tarball (13.0.
|
|
7716
|
+
The following software may be included in this product: @verdaccio/tarball (13.0.3)
|
|
7702
7717
|
This software contains the following license and notice below:
|
|
7703
7718
|
|
|
7704
7719
|
MIT License
|
|
@@ -7725,7 +7740,7 @@ SOFTWARE.
|
|
|
7725
7740
|
|
|
7726
7741
|
---
|
|
7727
7742
|
|
|
7728
|
-
The following software may be included in this product: @verdaccio/ui-theme (9.0.0-next-9.
|
|
7743
|
+
The following software may be included in this product: @verdaccio/ui-theme (9.0.0-next-9.20)
|
|
7729
7744
|
This software contains the following license and notice below:
|
|
7730
7745
|
|
|
7731
7746
|
MIT License
|
|
@@ -7752,7 +7767,7 @@ SOFTWARE.
|
|
|
7752
7767
|
|
|
7753
7768
|
---
|
|
7754
7769
|
|
|
7755
|
-
The following software may be included in this product: @verdaccio/url (13.0.
|
|
7770
|
+
The following software may be included in this product: @verdaccio/url (13.0.3)
|
|
7756
7771
|
This software contains the following license and notice below:
|
|
7757
7772
|
|
|
7758
7773
|
MIT License
|
|
@@ -7779,7 +7794,7 @@ SOFTWARE.
|
|
|
7779
7794
|
|
|
7780
7795
|
---
|
|
7781
7796
|
|
|
7782
|
-
The following software may be included in this product: @verdaccio/utils (8.1.
|
|
7797
|
+
The following software may be included in this product: @verdaccio/utils (8.1.3)
|
|
7783
7798
|
This software contains the following license and notice below:
|
|
7784
7799
|
|
|
7785
7800
|
MIT License
|
|
@@ -7806,7 +7821,7 @@ SOFTWARE.
|
|
|
7806
7821
|
|
|
7807
7822
|
---
|
|
7808
7823
|
|
|
7809
|
-
The following software may be included in this product: @vitest/coverage-v8 (4.1.
|
|
7824
|
+
The following software may be included in this product: @vitest/coverage-v8 (4.1.9)
|
|
7810
7825
|
This software contains the following license and notice below:
|
|
7811
7826
|
|
|
7812
7827
|
MIT License
|
|
@@ -7833,7 +7848,7 @@ SOFTWARE.
|
|
|
7833
7848
|
|
|
7834
7849
|
---
|
|
7835
7850
|
|
|
7836
|
-
The following software may be included in this product: @vitest/expect (4.1.
|
|
7851
|
+
The following software may be included in this product: @vitest/expect (4.1.9)
|
|
7837
7852
|
This software contains the following license and notice below:
|
|
7838
7853
|
|
|
7839
7854
|
MIT License
|
|
@@ -7860,7 +7875,7 @@ SOFTWARE.
|
|
|
7860
7875
|
|
|
7861
7876
|
---
|
|
7862
7877
|
|
|
7863
|
-
The following software may be included in this product: @vitest/mocker (4.1.
|
|
7878
|
+
The following software may be included in this product: @vitest/mocker (4.1.9)
|
|
7864
7879
|
This software contains the following license and notice below:
|
|
7865
7880
|
|
|
7866
7881
|
MIT License
|
|
@@ -7887,7 +7902,7 @@ SOFTWARE.
|
|
|
7887
7902
|
|
|
7888
7903
|
---
|
|
7889
7904
|
|
|
7890
|
-
The following software may be included in this product: @vitest/pretty-format (4.1.
|
|
7905
|
+
The following software may be included in this product: @vitest/pretty-format (4.1.9)
|
|
7891
7906
|
This software contains the following license and notice below:
|
|
7892
7907
|
|
|
7893
7908
|
MIT License
|
|
@@ -7914,7 +7929,7 @@ SOFTWARE.
|
|
|
7914
7929
|
|
|
7915
7930
|
---
|
|
7916
7931
|
|
|
7917
|
-
The following software may be included in this product: @vitest/runner (4.1.
|
|
7932
|
+
The following software may be included in this product: @vitest/runner (4.1.9)
|
|
7918
7933
|
This software contains the following license and notice below:
|
|
7919
7934
|
|
|
7920
7935
|
MIT License
|
|
@@ -7941,7 +7956,7 @@ SOFTWARE.
|
|
|
7941
7956
|
|
|
7942
7957
|
---
|
|
7943
7958
|
|
|
7944
|
-
The following software may be included in this product: @vitest/snapshot (4.1.
|
|
7959
|
+
The following software may be included in this product: @vitest/snapshot (4.1.9)
|
|
7945
7960
|
This software contains the following license and notice below:
|
|
7946
7961
|
|
|
7947
7962
|
MIT License
|
|
@@ -7968,7 +7983,7 @@ SOFTWARE.
|
|
|
7968
7983
|
|
|
7969
7984
|
---
|
|
7970
7985
|
|
|
7971
|
-
The following software may be included in this product: @vitest/spy (4.1.
|
|
7986
|
+
The following software may be included in this product: @vitest/spy (4.1.9)
|
|
7972
7987
|
This software contains the following license and notice below:
|
|
7973
7988
|
|
|
7974
7989
|
MIT License
|
|
@@ -7995,7 +8010,7 @@ SOFTWARE.
|
|
|
7995
8010
|
|
|
7996
8011
|
---
|
|
7997
8012
|
|
|
7998
|
-
The following software may be included in this product: @vitest/ui (4.1.
|
|
8013
|
+
The following software may be included in this product: @vitest/ui (4.1.9)
|
|
7999
8014
|
This software contains the following license and notice below:
|
|
8000
8015
|
|
|
8001
8016
|
MIT License
|
|
@@ -8022,7 +8037,7 @@ SOFTWARE.
|
|
|
8022
8037
|
|
|
8023
8038
|
---
|
|
8024
8039
|
|
|
8025
|
-
The following software may be included in this product: @vitest/utils (4.1.
|
|
8040
|
+
The following software may be included in this product: @vitest/utils (4.1.9)
|
|
8026
8041
|
This software contains the following license and notice below:
|
|
8027
8042
|
|
|
8028
8043
|
MIT License
|
|
@@ -8427,7 +8442,7 @@ SOFTWARE.
|
|
|
8427
8442
|
|
|
8428
8443
|
---
|
|
8429
8444
|
|
|
8430
|
-
The following software may be included in this product: @xhmikosr/archive-type (
|
|
8445
|
+
The following software may be included in this product: @xhmikosr/archive-type (8.1.0)
|
|
8431
8446
|
This software contains the following license and notice below:
|
|
8432
8447
|
|
|
8433
8448
|
The MIT License (MIT)
|
|
@@ -8454,7 +8469,7 @@ THE SOFTWARE.
|
|
|
8454
8469
|
|
|
8455
8470
|
---
|
|
8456
8471
|
|
|
8457
|
-
The following software may be included in this product: @xhmikosr/bin-check (
|
|
8472
|
+
The following software may be included in this product: @xhmikosr/bin-check (8.2.2)
|
|
8458
8473
|
This software contains the following license and notice below:
|
|
8459
8474
|
|
|
8460
8475
|
The MIT License (MIT)
|
|
@@ -8481,7 +8496,7 @@ THE SOFTWARE.
|
|
|
8481
8496
|
|
|
8482
8497
|
---
|
|
8483
8498
|
|
|
8484
|
-
The following software may be included in this product: @xhmikosr/bin-wrapper (
|
|
8499
|
+
The following software may be included in this product: @xhmikosr/bin-wrapper (14.4.0)
|
|
8485
8500
|
This software contains the following license and notice below:
|
|
8486
8501
|
|
|
8487
8502
|
MIT License
|
|
@@ -8496,7 +8511,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
8496
8511
|
|
|
8497
8512
|
---
|
|
8498
8513
|
|
|
8499
|
-
The following software may be included in this product: @xhmikosr/decompress (
|
|
8514
|
+
The following software may be included in this product: @xhmikosr/decompress (11.1.3)
|
|
8500
8515
|
This software contains the following license and notice below:
|
|
8501
8516
|
|
|
8502
8517
|
MIT License
|
|
@@ -8511,7 +8526,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
8511
8526
|
|
|
8512
8527
|
---
|
|
8513
8528
|
|
|
8514
|
-
The following software may be included in this product: @xhmikosr/decompress-tar (
|
|
8529
|
+
The following software may be included in this product: @xhmikosr/decompress-tar (9.0.1)
|
|
8515
8530
|
This software contains the following license and notice below:
|
|
8516
8531
|
|
|
8517
8532
|
MIT License
|
|
@@ -8526,7 +8541,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
8526
8541
|
|
|
8527
8542
|
---
|
|
8528
8543
|
|
|
8529
|
-
The following software may be included in this product: @xhmikosr/decompress-tarbz2 (
|
|
8544
|
+
The following software may be included in this product: @xhmikosr/decompress-tarbz2 (9.0.2)
|
|
8530
8545
|
This software contains the following license and notice below:
|
|
8531
8546
|
|
|
8532
8547
|
MIT License
|
|
@@ -8541,7 +8556,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
8541
8556
|
|
|
8542
8557
|
---
|
|
8543
8558
|
|
|
8544
|
-
The following software may be included in this product: @xhmikosr/decompress-targz (
|
|
8559
|
+
The following software may be included in this product: @xhmikosr/decompress-targz (9.0.1)
|
|
8545
8560
|
This software contains the following license and notice below:
|
|
8546
8561
|
|
|
8547
8562
|
MIT License
|
|
@@ -8556,7 +8571,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
8556
8571
|
|
|
8557
8572
|
---
|
|
8558
8573
|
|
|
8559
|
-
The following software may be included in this product: @xhmikosr/decompress-unzip (
|
|
8574
|
+
The following software may be included in this product: @xhmikosr/decompress-unzip (8.2.1)
|
|
8560
8575
|
This software contains the following license and notice below:
|
|
8561
8576
|
|
|
8562
8577
|
The MIT License (MIT)
|
|
@@ -8583,7 +8598,7 @@ THE SOFTWARE.
|
|
|
8583
8598
|
|
|
8584
8599
|
---
|
|
8585
8600
|
|
|
8586
|
-
The following software may be included in this product: @xhmikosr/downloader (
|
|
8601
|
+
The following software may be included in this product: @xhmikosr/downloader (16.2.0)
|
|
8587
8602
|
This software contains the following license and notice below:
|
|
8588
8603
|
|
|
8589
8604
|
MIT License
|
|
@@ -8598,7 +8613,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
8598
8613
|
|
|
8599
8614
|
---
|
|
8600
8615
|
|
|
8601
|
-
The following software may be included in this product: @xhmikosr/os-filter-obj (
|
|
8616
|
+
The following software may be included in this product: @xhmikosr/os-filter-obj (4.1.0)
|
|
8602
8617
|
This software contains the following license and notice below:
|
|
8603
8618
|
|
|
8604
8619
|
MIT License
|
|
@@ -9185,32 +9200,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
9185
9200
|
|
|
9186
9201
|
---
|
|
9187
9202
|
|
|
9188
|
-
The following software may be included in this product: arch (3.0.0)
|
|
9189
|
-
This software contains the following license and notice below:
|
|
9190
|
-
|
|
9191
|
-
The MIT License (MIT)
|
|
9192
|
-
|
|
9193
|
-
Copyright (c) Feross Aboukhadijeh
|
|
9194
|
-
|
|
9195
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
9196
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
9197
|
-
the Software without restriction, including without limitation the rights to
|
|
9198
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
9199
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
9200
|
-
subject to the following conditions:
|
|
9201
|
-
|
|
9202
|
-
The above copyright notice and this permission notice shall be included in all
|
|
9203
|
-
copies or substantial portions of the Software.
|
|
9204
|
-
|
|
9205
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
9206
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
9207
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
9208
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
9209
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
9210
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
9211
|
-
|
|
9212
|
-
---
|
|
9213
|
-
|
|
9214
9203
|
The following software may be included in this product: archiver (7.0.1)
|
|
9215
9204
|
This software contains the following license and notice below:
|
|
9216
9205
|
|
|
@@ -9975,7 +9964,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
9975
9964
|
|
|
9976
9965
|
---
|
|
9977
9966
|
|
|
9978
|
-
The following software may be included in this product:
|
|
9967
|
+
The following software may be included in this product: binary-version (7.1.0)
|
|
9979
9968
|
This software contains the following license and notice below:
|
|
9980
9969
|
|
|
9981
9970
|
MIT License
|
|
@@ -9990,7 +9979,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
9990
9979
|
|
|
9991
9980
|
---
|
|
9992
9981
|
|
|
9993
|
-
The following software may be included in this product:
|
|
9982
|
+
The following software may be included in this product: binary-version-check (6.1.0)
|
|
9994
9983
|
This software contains the following license and notice below:
|
|
9995
9984
|
|
|
9996
9985
|
MIT License
|
|
@@ -10053,6 +10042,35 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
10053
10042
|
|
|
10054
10043
|
---
|
|
10055
10044
|
|
|
10045
|
+
The following software may be included in this product: body-parser (1.20.5)
|
|
10046
|
+
This software contains the following license and notice below:
|
|
10047
|
+
|
|
10048
|
+
(The MIT License)
|
|
10049
|
+
|
|
10050
|
+
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
10051
|
+
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
10052
|
+
|
|
10053
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
10054
|
+
a copy of this software and associated documentation files (the
|
|
10055
|
+
'Software'), to deal in the Software without restriction, including
|
|
10056
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
10057
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10058
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
10059
|
+
the following conditions:
|
|
10060
|
+
|
|
10061
|
+
The above copyright notice and this permission notice shall be
|
|
10062
|
+
included in all copies or substantial portions of the Software.
|
|
10063
|
+
|
|
10064
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
10065
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
10066
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
10067
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
10068
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
10069
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
10070
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
10071
|
+
|
|
10072
|
+
---
|
|
10073
|
+
|
|
10056
10074
|
The following software may be included in this product: body-parser (2.2.2)
|
|
10057
10075
|
This software contains the following license and notice below:
|
|
10058
10076
|
|
|
@@ -10377,6 +10395,21 @@ SOFTWARE.
|
|
|
10377
10395
|
|
|
10378
10396
|
---
|
|
10379
10397
|
|
|
10398
|
+
The following software may be included in this product: byte-counter (0.1.0)
|
|
10399
|
+
This software contains the following license and notice below:
|
|
10400
|
+
|
|
10401
|
+
MIT License
|
|
10402
|
+
|
|
10403
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
10404
|
+
|
|
10405
|
+
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:
|
|
10406
|
+
|
|
10407
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
10408
|
+
|
|
10409
|
+
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.
|
|
10410
|
+
|
|
10411
|
+
---
|
|
10412
|
+
|
|
10380
10413
|
The following software may be included in this product: bytes (3.1.2)
|
|
10381
10414
|
This software contains the following license and notice below:
|
|
10382
10415
|
|
|
@@ -10514,27 +10547,28 @@ SOFTWARE.
|
|
|
10514
10547
|
|
|
10515
10548
|
---
|
|
10516
10549
|
|
|
10517
|
-
The following software may be included in this product: cacheable-request (
|
|
10550
|
+
The following software may be included in this product: cacheable-request (13.0.19)
|
|
10518
10551
|
This software contains the following license and notice below:
|
|
10519
10552
|
|
|
10520
|
-
MIT License
|
|
10553
|
+
MIT License & © Jared Wray
|
|
10521
10554
|
|
|
10522
|
-
|
|
10523
|
-
|
|
10524
|
-
|
|
10525
|
-
|
|
10526
|
-
|
|
10527
|
-
|
|
10528
|
-
following conditions:
|
|
10555
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10556
|
+
of this software and associated documentation files (the "Software"), to
|
|
10557
|
+
deal in the Software without restriction, including without limitation the
|
|
10558
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
10559
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
|
10560
|
+
furnished to do so, subject to the following conditions:
|
|
10529
10561
|
|
|
10530
|
-
The above copyright notice and this permission notice shall be included in
|
|
10531
|
-
portions of the Software.
|
|
10562
|
+
The above copyright notice and this permission notice shall be included in
|
|
10563
|
+
all copies or substantial portions of the Software.
|
|
10532
10564
|
|
|
10533
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10534
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10535
|
-
|
|
10536
|
-
|
|
10537
|
-
|
|
10565
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10566
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10567
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10568
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10569
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
10570
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10571
|
+
DEALINGS IN THE SOFTWARE.
|
|
10538
10572
|
|
|
10539
10573
|
---
|
|
10540
10574
|
|
|
@@ -10873,6 +10907,33 @@ THE SOFTWARE.
|
|
|
10873
10907
|
|
|
10874
10908
|
---
|
|
10875
10909
|
|
|
10910
|
+
The following software may be included in this product: chokidar (5.0.0)
|
|
10911
|
+
This software contains the following license and notice below:
|
|
10912
|
+
|
|
10913
|
+
The MIT License (MIT)
|
|
10914
|
+
|
|
10915
|
+
Copyright (c) 2012 Paul Miller (https://paulmillr.com), Elan Shanker
|
|
10916
|
+
|
|
10917
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10918
|
+
of this software and associated documentation files (the “Software”), to deal
|
|
10919
|
+
in the Software without restriction, including without limitation the rights
|
|
10920
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10921
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10922
|
+
furnished to do so, subject to the following conditions:
|
|
10923
|
+
|
|
10924
|
+
The above copyright notice and this permission notice shall be included in
|
|
10925
|
+
all copies or substantial portions of the Software.
|
|
10926
|
+
|
|
10927
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10928
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10929
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10930
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10931
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10932
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
10933
|
+
THE SOFTWARE.
|
|
10934
|
+
|
|
10935
|
+
---
|
|
10936
|
+
|
|
10876
10937
|
The following software may be included in this product: chrome-trace-event (1.0.4)
|
|
10877
10938
|
This software contains the following license and notice below:
|
|
10878
10939
|
|
|
@@ -11724,6 +11785,34 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
11724
11785
|
|
|
11725
11786
|
---
|
|
11726
11787
|
|
|
11788
|
+
The following software may be included in this product: content-disposition (2.0.1)
|
|
11789
|
+
This software contains the following license and notice below:
|
|
11790
|
+
|
|
11791
|
+
(The MIT License)
|
|
11792
|
+
|
|
11793
|
+
Copyright (c) 2014-2017 Douglas Christopher Wilson
|
|
11794
|
+
|
|
11795
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
11796
|
+
a copy of this software and associated documentation files (the
|
|
11797
|
+
'Software'), to deal in the Software without restriction, including
|
|
11798
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
11799
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
11800
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11801
|
+
the following conditions:
|
|
11802
|
+
|
|
11803
|
+
The above copyright notice and this permission notice shall be
|
|
11804
|
+
included in all copies or substantial portions of the Software.
|
|
11805
|
+
|
|
11806
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
11807
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
11808
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
11809
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
11810
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
11811
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
11812
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
11813
|
+
|
|
11814
|
+
---
|
|
11815
|
+
|
|
11727
11816
|
The following software may be included in this product: content-type (1.0.5)
|
|
11728
11817
|
This software contains the following license and notice below:
|
|
11729
11818
|
|
|
@@ -11752,6 +11841,21 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
11752
11841
|
|
|
11753
11842
|
---
|
|
11754
11843
|
|
|
11844
|
+
The following software may be included in this product: convert-hrtime (5.0.0)
|
|
11845
|
+
This software contains the following license and notice below:
|
|
11846
|
+
|
|
11847
|
+
MIT License
|
|
11848
|
+
|
|
11849
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
11850
|
+
|
|
11851
|
+
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:
|
|
11852
|
+
|
|
11853
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
11854
|
+
|
|
11855
|
+
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.
|
|
11856
|
+
|
|
11857
|
+
---
|
|
11858
|
+
|
|
11755
11859
|
The following software may be included in this product: convert-source-map (2.0.0)
|
|
11756
11860
|
This software contains the following license and notice below:
|
|
11757
11861
|
|
|
@@ -12525,6 +12629,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
12525
12629
|
|
|
12526
12630
|
---
|
|
12527
12631
|
|
|
12632
|
+
The following software may be included in this product: decompress-response (10.0.0)
|
|
12633
|
+
This software contains the following license and notice below:
|
|
12634
|
+
|
|
12635
|
+
MIT License
|
|
12636
|
+
|
|
12637
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
12638
|
+
|
|
12639
|
+
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:
|
|
12640
|
+
|
|
12641
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
12642
|
+
|
|
12643
|
+
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.
|
|
12644
|
+
|
|
12645
|
+
---
|
|
12646
|
+
|
|
12528
12647
|
The following software may be included in this product: deep-equal (1.0.1)
|
|
12529
12648
|
This software contains the following license and notice below:
|
|
12530
12649
|
|
|
@@ -12632,22 +12751,6 @@ THE SOFTWARE.
|
|
|
12632
12751
|
|
|
12633
12752
|
---
|
|
12634
12753
|
|
|
12635
|
-
The following software may be included in this product: defaults (2.0.2)
|
|
12636
|
-
This software contains the following license and notice below:
|
|
12637
|
-
|
|
12638
|
-
MIT License
|
|
12639
|
-
|
|
12640
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
12641
|
-
Copyright (c) Elijah Insua
|
|
12642
|
-
|
|
12643
|
-
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:
|
|
12644
|
-
|
|
12645
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
12646
|
-
|
|
12647
|
-
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.
|
|
12648
|
-
|
|
12649
|
-
---
|
|
12650
|
-
|
|
12651
12754
|
The following software may be included in this product: defer-to-connect (2.0.1)
|
|
12652
12755
|
This software contains the following license and notice below:
|
|
12653
12756
|
|
|
@@ -13994,7 +14097,22 @@ SOFTWARE.
|
|
|
13994
14097
|
|
|
13995
14098
|
---
|
|
13996
14099
|
|
|
13997
|
-
The following software may be included in this product: execa (
|
|
14100
|
+
The following software may be included in this product: execa (8.0.1)
|
|
14101
|
+
This software contains the following license and notice below:
|
|
14102
|
+
|
|
14103
|
+
MIT License
|
|
14104
|
+
|
|
14105
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
14106
|
+
|
|
14107
|
+
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:
|
|
14108
|
+
|
|
14109
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14110
|
+
|
|
14111
|
+
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.
|
|
14112
|
+
|
|
14113
|
+
---
|
|
14114
|
+
|
|
14115
|
+
The following software may be included in this product: execa (9.6.1)
|
|
13998
14116
|
This software contains the following license and notice below:
|
|
13999
14117
|
|
|
14000
14118
|
MIT License
|
|
@@ -14066,6 +14184,36 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
14066
14184
|
|
|
14067
14185
|
---
|
|
14068
14186
|
|
|
14187
|
+
The following software may be included in this product: express (4.22.2)
|
|
14188
|
+
This software contains the following license and notice below:
|
|
14189
|
+
|
|
14190
|
+
(The MIT License)
|
|
14191
|
+
|
|
14192
|
+
Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
14193
|
+
Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
|
|
14194
|
+
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
14195
|
+
|
|
14196
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
14197
|
+
a copy of this software and associated documentation files (the
|
|
14198
|
+
'Software'), to deal in the Software without restriction, including
|
|
14199
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
14200
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
14201
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
14202
|
+
the following conditions:
|
|
14203
|
+
|
|
14204
|
+
The above copyright notice and this permission notice shall be
|
|
14205
|
+
included in all copies or substantial portions of the Software.
|
|
14206
|
+
|
|
14207
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
14208
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
14209
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
14210
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
14211
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
14212
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
14213
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14214
|
+
|
|
14215
|
+
---
|
|
14216
|
+
|
|
14069
14217
|
The following software may be included in this product: express (5.2.1)
|
|
14070
14218
|
This software contains the following license and notice below:
|
|
14071
14219
|
|
|
@@ -14490,34 +14638,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
14490
14638
|
|
|
14491
14639
|
---
|
|
14492
14640
|
|
|
14493
|
-
The following software may be included in this product:
|
|
14494
|
-
This software contains the following license and notice below:
|
|
14495
|
-
|
|
14496
|
-
The MIT License (MIT)
|
|
14497
|
-
|
|
14498
|
-
Copyright (c) Roy Riojas & Jared Wray
|
|
14499
|
-
|
|
14500
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14501
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
14502
|
-
in the Software without restriction, including without limitation the rights
|
|
14503
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14504
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
14505
|
-
furnished to do so, subject to the following conditions:
|
|
14506
|
-
|
|
14507
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14508
|
-
copies or substantial portions of the Software.
|
|
14509
|
-
|
|
14510
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14511
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14512
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14513
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14514
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14515
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14516
|
-
SOFTWARE.
|
|
14517
|
-
|
|
14518
|
-
---
|
|
14519
|
-
|
|
14520
|
-
The following software may be included in this product: file-type (20.5.0)
|
|
14641
|
+
The following software may be included in this product: figures (6.1.0)
|
|
14521
14642
|
This software contains the following license and notice below:
|
|
14522
14643
|
|
|
14523
14644
|
MIT License
|
|
@@ -14532,68 +14653,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
14532
14653
|
|
|
14533
14654
|
---
|
|
14534
14655
|
|
|
14535
|
-
The following software may be included in this product: file-
|
|
14536
|
-
This software contains the following license and notice below:
|
|
14537
|
-
|
|
14538
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
14539
|
-
|
|
14540
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
14541
|
-
a copy of this software and associated documentation files (the
|
|
14542
|
-
'Software'), to deal in the Software without restriction, including
|
|
14543
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
14544
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
14545
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
14546
|
-
the following conditions:
|
|
14547
|
-
|
|
14548
|
-
The above copyright notice and this permission notice shall be
|
|
14549
|
-
included in all copies or substantial portions of the Software.
|
|
14550
|
-
|
|
14551
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
14552
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
14553
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
14554
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
14555
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
14556
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
14557
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14558
|
-
|
|
14559
|
-
---
|
|
14560
|
-
|
|
14561
|
-
The following software may be included in this product: filename-reserved-regex (3.0.0)
|
|
14562
|
-
This software contains the following license and notice below:
|
|
14563
|
-
|
|
14564
|
-
MIT License
|
|
14565
|
-
|
|
14566
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
14567
|
-
|
|
14568
|
-
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:
|
|
14569
|
-
|
|
14570
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14571
|
-
|
|
14572
|
-
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.
|
|
14573
|
-
|
|
14574
|
-
---
|
|
14575
|
-
|
|
14576
|
-
The following software may be included in this product: filenamify (6.0.0)
|
|
14577
|
-
This software contains the following license and notice below:
|
|
14578
|
-
|
|
14579
|
-
MIT License
|
|
14580
|
-
|
|
14581
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
14582
|
-
|
|
14583
|
-
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:
|
|
14584
|
-
|
|
14585
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14586
|
-
|
|
14587
|
-
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.
|
|
14588
|
-
|
|
14589
|
-
---
|
|
14590
|
-
|
|
14591
|
-
The following software may be included in this product: fill-range (7.1.1)
|
|
14656
|
+
The following software may be included in this product: file-entry-cache (8.0.0)
|
|
14592
14657
|
This software contains the following license and notice below:
|
|
14593
14658
|
|
|
14594
14659
|
The MIT License (MIT)
|
|
14595
14660
|
|
|
14596
|
-
Copyright (c)
|
|
14661
|
+
Copyright (c) Roy Riojas & Jared Wray
|
|
14597
14662
|
|
|
14598
14663
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14599
14664
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -14602,53 +14667,38 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
14602
14667
|
copies of the Software, and to permit persons to whom the Software is
|
|
14603
14668
|
furnished to do so, subject to the following conditions:
|
|
14604
14669
|
|
|
14605
|
-
The above copyright notice and this permission notice shall be included in
|
|
14606
|
-
|
|
14670
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14671
|
+
copies or substantial portions of the Software.
|
|
14607
14672
|
|
|
14608
14673
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14609
14674
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14610
14675
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14611
14676
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14612
14677
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14613
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14614
|
-
|
|
14678
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14679
|
+
SOFTWARE.
|
|
14615
14680
|
|
|
14616
14681
|
---
|
|
14617
14682
|
|
|
14618
|
-
The following software may be included in this product:
|
|
14683
|
+
The following software may be included in this product: file-type (21.3.4)
|
|
14619
14684
|
This software contains the following license and notice below:
|
|
14620
14685
|
|
|
14621
|
-
|
|
14686
|
+
MIT License
|
|
14622
14687
|
|
|
14623
|
-
Copyright (c)
|
|
14688
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
14624
14689
|
|
|
14625
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
14626
|
-
a copy of this software and associated documentation files (the
|
|
14627
|
-
'Software'), to deal in the Software without restriction, including
|
|
14628
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
14629
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
14630
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
14631
|
-
the following conditions:
|
|
14690
|
+
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:
|
|
14632
14691
|
|
|
14633
|
-
The above copyright notice and this permission notice shall be
|
|
14634
|
-
included in all copies or substantial portions of the Software.
|
|
14692
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14635
14693
|
|
|
14636
|
-
THE SOFTWARE IS PROVIDED
|
|
14637
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
14638
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
14639
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
14640
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
14641
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
14642
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14694
|
+
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.
|
|
14643
14695
|
|
|
14644
14696
|
---
|
|
14645
14697
|
|
|
14646
|
-
The following software may be included in this product:
|
|
14698
|
+
The following software may be included in this product: file-uri-to-path (2.0.0)
|
|
14647
14699
|
This software contains the following license and notice below:
|
|
14648
14700
|
|
|
14649
|
-
(
|
|
14650
|
-
|
|
14651
|
-
Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
14701
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
14652
14702
|
|
|
14653
14703
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
14654
14704
|
a copy of this software and associated documentation files (the
|
|
@@ -14671,61 +14721,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
14671
14721
|
|
|
14672
14722
|
---
|
|
14673
14723
|
|
|
14674
|
-
The following software may be included in this product:
|
|
14675
|
-
This software contains the following license and notice below:
|
|
14676
|
-
|
|
14677
|
-
The MIT License (MIT)
|
|
14678
|
-
|
|
14679
|
-
Copyright (c) 2015-2018, Jon Schlinkert.
|
|
14680
|
-
|
|
14681
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14682
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
14683
|
-
in the Software without restriction, including without limitation the rights
|
|
14684
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14685
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
14686
|
-
furnished to do so, subject to the following conditions:
|
|
14687
|
-
|
|
14688
|
-
The above copyright notice and this permission notice shall be included in
|
|
14689
|
-
all copies or substantial portions of the Software.
|
|
14690
|
-
|
|
14691
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14692
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14693
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14694
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14695
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14696
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14697
|
-
THE SOFTWARE.
|
|
14698
|
-
|
|
14699
|
-
---
|
|
14700
|
-
|
|
14701
|
-
The following software may be included in this product: find-pkg (2.0.0)
|
|
14702
|
-
This software contains the following license and notice below:
|
|
14703
|
-
|
|
14704
|
-
The MIT License (MIT)
|
|
14705
|
-
|
|
14706
|
-
Copyright (c) 2015-2018, Jon Schlinkert.
|
|
14707
|
-
|
|
14708
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14709
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
14710
|
-
in the Software without restriction, including without limitation the rights
|
|
14711
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14712
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
14713
|
-
furnished to do so, subject to the following conditions:
|
|
14714
|
-
|
|
14715
|
-
The above copyright notice and this permission notice shall be included in
|
|
14716
|
-
all copies or substantial portions of the Software.
|
|
14717
|
-
|
|
14718
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14719
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14720
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14721
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14722
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14723
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14724
|
-
THE SOFTWARE.
|
|
14725
|
-
|
|
14726
|
-
---
|
|
14727
|
-
|
|
14728
|
-
The following software may be included in this product: find-up (5.0.0)
|
|
14724
|
+
The following software may be included in this product: filename-reserved-regex (4.0.0)
|
|
14729
14725
|
This software contains the following license and notice below:
|
|
14730
14726
|
|
|
14731
14727
|
MIT License
|
|
@@ -14740,7 +14736,174 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
14740
14736
|
|
|
14741
14737
|
---
|
|
14742
14738
|
|
|
14743
|
-
The following software may be included in this product:
|
|
14739
|
+
The following software may be included in this product: filenamify (7.0.2)
|
|
14740
|
+
This software contains the following license and notice below:
|
|
14741
|
+
|
|
14742
|
+
MIT License
|
|
14743
|
+
|
|
14744
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
14745
|
+
|
|
14746
|
+
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:
|
|
14747
|
+
|
|
14748
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14749
|
+
|
|
14750
|
+
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.
|
|
14751
|
+
|
|
14752
|
+
---
|
|
14753
|
+
|
|
14754
|
+
The following software may be included in this product: fill-range (7.1.1)
|
|
14755
|
+
This software contains the following license and notice below:
|
|
14756
|
+
|
|
14757
|
+
The MIT License (MIT)
|
|
14758
|
+
|
|
14759
|
+
Copyright (c) 2014-present, Jon Schlinkert.
|
|
14760
|
+
|
|
14761
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14762
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14763
|
+
in the Software without restriction, including without limitation the rights
|
|
14764
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14765
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14766
|
+
furnished to do so, subject to the following conditions:
|
|
14767
|
+
|
|
14768
|
+
The above copyright notice and this permission notice shall be included in
|
|
14769
|
+
all copies or substantial portions of the Software.
|
|
14770
|
+
|
|
14771
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14772
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14773
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14774
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14775
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14776
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14777
|
+
THE SOFTWARE.
|
|
14778
|
+
|
|
14779
|
+
---
|
|
14780
|
+
|
|
14781
|
+
The following software may be included in this product: finalhandler (1.3.1)
|
|
14782
|
+
This software contains the following license and notice below:
|
|
14783
|
+
|
|
14784
|
+
(The MIT License)
|
|
14785
|
+
|
|
14786
|
+
Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
14787
|
+
|
|
14788
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
14789
|
+
a copy of this software and associated documentation files (the
|
|
14790
|
+
'Software'), to deal in the Software without restriction, including
|
|
14791
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
14792
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
14793
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
14794
|
+
the following conditions:
|
|
14795
|
+
|
|
14796
|
+
The above copyright notice and this permission notice shall be
|
|
14797
|
+
included in all copies or substantial portions of the Software.
|
|
14798
|
+
|
|
14799
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
14800
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
14801
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
14802
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
14803
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
14804
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
14805
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14806
|
+
|
|
14807
|
+
---
|
|
14808
|
+
|
|
14809
|
+
The following software may be included in this product: finalhandler (2.1.0)
|
|
14810
|
+
This software contains the following license and notice below:
|
|
14811
|
+
|
|
14812
|
+
(The MIT License)
|
|
14813
|
+
|
|
14814
|
+
Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
14815
|
+
|
|
14816
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
14817
|
+
a copy of this software and associated documentation files (the
|
|
14818
|
+
'Software'), to deal in the Software without restriction, including
|
|
14819
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
14820
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
14821
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
14822
|
+
the following conditions:
|
|
14823
|
+
|
|
14824
|
+
The above copyright notice and this permission notice shall be
|
|
14825
|
+
included in all copies or substantial portions of the Software.
|
|
14826
|
+
|
|
14827
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
14828
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
14829
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
14830
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
14831
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
14832
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
14833
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14834
|
+
|
|
14835
|
+
---
|
|
14836
|
+
|
|
14837
|
+
The following software may be included in this product: find-file-up (2.0.1)
|
|
14838
|
+
This software contains the following license and notice below:
|
|
14839
|
+
|
|
14840
|
+
The MIT License (MIT)
|
|
14841
|
+
|
|
14842
|
+
Copyright (c) 2015-2018, Jon Schlinkert.
|
|
14843
|
+
|
|
14844
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14845
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14846
|
+
in the Software without restriction, including without limitation the rights
|
|
14847
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14848
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14849
|
+
furnished to do so, subject to the following conditions:
|
|
14850
|
+
|
|
14851
|
+
The above copyright notice and this permission notice shall be included in
|
|
14852
|
+
all copies or substantial portions of the Software.
|
|
14853
|
+
|
|
14854
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14855
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14856
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14857
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14858
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14859
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14860
|
+
THE SOFTWARE.
|
|
14861
|
+
|
|
14862
|
+
---
|
|
14863
|
+
|
|
14864
|
+
The following software may be included in this product: find-pkg (2.0.0)
|
|
14865
|
+
This software contains the following license and notice below:
|
|
14866
|
+
|
|
14867
|
+
The MIT License (MIT)
|
|
14868
|
+
|
|
14869
|
+
Copyright (c) 2015-2018, Jon Schlinkert.
|
|
14870
|
+
|
|
14871
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14872
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14873
|
+
in the Software without restriction, including without limitation the rights
|
|
14874
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14875
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14876
|
+
furnished to do so, subject to the following conditions:
|
|
14877
|
+
|
|
14878
|
+
The above copyright notice and this permission notice shall be included in
|
|
14879
|
+
all copies or substantial portions of the Software.
|
|
14880
|
+
|
|
14881
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14882
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14883
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14884
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14885
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14886
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14887
|
+
THE SOFTWARE.
|
|
14888
|
+
|
|
14889
|
+
---
|
|
14890
|
+
|
|
14891
|
+
The following software may be included in this product: find-up (5.0.0)
|
|
14892
|
+
This software contains the following license and notice below:
|
|
14893
|
+
|
|
14894
|
+
MIT License
|
|
14895
|
+
|
|
14896
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
14897
|
+
|
|
14898
|
+
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:
|
|
14899
|
+
|
|
14900
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14901
|
+
|
|
14902
|
+
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.
|
|
14903
|
+
|
|
14904
|
+
---
|
|
14905
|
+
|
|
14906
|
+
The following software may be included in this product: find-versions (6.0.0)
|
|
14744
14907
|
This software contains the following license and notice below:
|
|
14745
14908
|
|
|
14746
14909
|
MIT License
|
|
@@ -14858,7 +15021,7 @@ SOFTWARE.
|
|
|
14858
15021
|
|
|
14859
15022
|
---
|
|
14860
15023
|
|
|
14861
|
-
The following software may be included in this product: form-data-encoder (
|
|
15024
|
+
The following software may be included in this product: form-data-encoder (4.1.0)
|
|
14862
15025
|
This software contains the following license and notice below:
|
|
14863
15026
|
|
|
14864
15027
|
The MIT License (MIT)
|
|
@@ -15164,6 +15327,21 @@ THE SOFTWARE.
|
|
|
15164
15327
|
|
|
15165
15328
|
---
|
|
15166
15329
|
|
|
15330
|
+
The following software may be included in this product: function-timeout (1.0.2)
|
|
15331
|
+
This software contains the following license and notice below:
|
|
15332
|
+
|
|
15333
|
+
MIT License
|
|
15334
|
+
|
|
15335
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
15336
|
+
|
|
15337
|
+
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:
|
|
15338
|
+
|
|
15339
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
15340
|
+
|
|
15341
|
+
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.
|
|
15342
|
+
|
|
15343
|
+
---
|
|
15344
|
+
|
|
15167
15345
|
The following software may be included in this product: generic-names (4.0.0)
|
|
15168
15346
|
This software contains the following license and notice below:
|
|
15169
15347
|
|
|
@@ -15288,6 +15466,36 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
15288
15466
|
|
|
15289
15467
|
---
|
|
15290
15468
|
|
|
15469
|
+
The following software may be included in this product: get-stream (8.0.1)
|
|
15470
|
+
This software contains the following license and notice below:
|
|
15471
|
+
|
|
15472
|
+
MIT License
|
|
15473
|
+
|
|
15474
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
15475
|
+
|
|
15476
|
+
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:
|
|
15477
|
+
|
|
15478
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
15479
|
+
|
|
15480
|
+
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.
|
|
15481
|
+
|
|
15482
|
+
---
|
|
15483
|
+
|
|
15484
|
+
The following software may be included in this product: get-stream (9.0.1)
|
|
15485
|
+
This software contains the following license and notice below:
|
|
15486
|
+
|
|
15487
|
+
MIT License
|
|
15488
|
+
|
|
15489
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
15490
|
+
|
|
15491
|
+
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:
|
|
15492
|
+
|
|
15493
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
15494
|
+
|
|
15495
|
+
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.
|
|
15496
|
+
|
|
15497
|
+
---
|
|
15498
|
+
|
|
15291
15499
|
The following software may be included in this product: getpass (0.1.7)
|
|
15292
15500
|
This software contains the following license and notice below:
|
|
15293
15501
|
|
|
@@ -15450,12 +15658,12 @@ SOFTWARE.
|
|
|
15450
15658
|
|
|
15451
15659
|
---
|
|
15452
15660
|
|
|
15453
|
-
The following software may be included in this product: got (
|
|
15661
|
+
The following software may be included in this product: got (14.6.6)
|
|
15454
15662
|
This software contains the following license and notice below:
|
|
15455
15663
|
|
|
15456
15664
|
MIT License
|
|
15457
15665
|
|
|
15458
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
15666
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
15459
15667
|
|
|
15460
15668
|
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:
|
|
15461
15669
|
|
|
@@ -16852,6 +17060,36 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
16852
17060
|
|
|
16853
17061
|
---
|
|
16854
17062
|
|
|
17063
|
+
The following software may be included in this product: is-stream (3.0.0)
|
|
17064
|
+
This software contains the following license and notice below:
|
|
17065
|
+
|
|
17066
|
+
MIT License
|
|
17067
|
+
|
|
17068
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
17069
|
+
|
|
17070
|
+
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:
|
|
17071
|
+
|
|
17072
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
17073
|
+
|
|
17074
|
+
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.
|
|
17075
|
+
|
|
17076
|
+
---
|
|
17077
|
+
|
|
17078
|
+
The following software may be included in this product: is-stream (4.0.1)
|
|
17079
|
+
This software contains the following license and notice below:
|
|
17080
|
+
|
|
17081
|
+
MIT License
|
|
17082
|
+
|
|
17083
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
17084
|
+
|
|
17085
|
+
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:
|
|
17086
|
+
|
|
17087
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
17088
|
+
|
|
17089
|
+
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.
|
|
17090
|
+
|
|
17091
|
+
---
|
|
17092
|
+
|
|
16855
17093
|
The following software may be included in this product: is-typedarray (1.0.0)
|
|
16856
17094
|
This software contains the following license and notice below:
|
|
16857
17095
|
|
|
@@ -16891,6 +17129,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
16891
17129
|
|
|
16892
17130
|
---
|
|
16893
17131
|
|
|
17132
|
+
The following software may be included in this product: is-unicode-supported (2.1.0)
|
|
17133
|
+
This software contains the following license and notice below:
|
|
17134
|
+
|
|
17135
|
+
MIT License
|
|
17136
|
+
|
|
17137
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
17138
|
+
|
|
17139
|
+
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:
|
|
17140
|
+
|
|
17141
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
17142
|
+
|
|
17143
|
+
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.
|
|
17144
|
+
|
|
17145
|
+
---
|
|
17146
|
+
|
|
16894
17147
|
The following software may be included in this product: is-windows (1.0.2)
|
|
16895
17148
|
This software contains the following license and notice below:
|
|
16896
17149
|
|
|
@@ -17193,7 +17446,7 @@ THE SOFTWARE.
|
|
|
17193
17446
|
|
|
17194
17447
|
---
|
|
17195
17448
|
|
|
17196
|
-
The following software may be included in this product: js-yaml (4.
|
|
17449
|
+
The following software may be included in this product: js-yaml (4.3.0)
|
|
17197
17450
|
This software contains the following license and notice below:
|
|
17198
17451
|
|
|
17199
17452
|
(The MIT License)
|
|
@@ -17791,6 +18044,34 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
17791
18044
|
|
|
17792
18045
|
---
|
|
17793
18046
|
|
|
18047
|
+
The following software may be included in this product: keyv (5.6.0)
|
|
18048
|
+
This software contains the following license and notice below:
|
|
18049
|
+
|
|
18050
|
+
MIT License
|
|
18051
|
+
|
|
18052
|
+
Copyright (c) 2017-2021 Luke Childs
|
|
18053
|
+
Copyright (c) 2021-2022 Jared Wray
|
|
18054
|
+
|
|
18055
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
18056
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
18057
|
+
in the Software without restriction, including without limitation the rights
|
|
18058
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
18059
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
18060
|
+
furnished to do so, subject to the following conditions:
|
|
18061
|
+
|
|
18062
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18063
|
+
copies or substantial portions of the Software.
|
|
18064
|
+
|
|
18065
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18066
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18067
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18068
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
18069
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18070
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18071
|
+
SOFTWARE.
|
|
18072
|
+
|
|
18073
|
+
---
|
|
18074
|
+
|
|
17794
18075
|
The following software may be included in this product: kind-of (6.0.3)
|
|
17795
18076
|
This software contains the following license and notice below:
|
|
17796
18077
|
|
|
@@ -19077,6 +19358,21 @@ SOFTWARE.
|
|
|
19077
19358
|
|
|
19078
19359
|
---
|
|
19079
19360
|
|
|
19361
|
+
The following software may be included in this product: make-asynchronous (1.1.0)
|
|
19362
|
+
This software contains the following license and notice below:
|
|
19363
|
+
|
|
19364
|
+
MIT License
|
|
19365
|
+
|
|
19366
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
19367
|
+
|
|
19368
|
+
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:
|
|
19369
|
+
|
|
19370
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
19371
|
+
|
|
19372
|
+
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.
|
|
19373
|
+
|
|
19374
|
+
---
|
|
19375
|
+
|
|
19080
19376
|
The following software may be included in this product: make-dir (4.0.0)
|
|
19081
19377
|
This software contains the following license and notice below:
|
|
19082
19378
|
|
|
@@ -20581,6 +20877,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
20581
20877
|
|
|
20582
20878
|
---
|
|
20583
20879
|
|
|
20880
|
+
The following software may be included in this product: mimic-fn (4.0.0)
|
|
20881
|
+
This software contains the following license and notice below:
|
|
20882
|
+
|
|
20883
|
+
MIT License
|
|
20884
|
+
|
|
20885
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
20886
|
+
|
|
20887
|
+
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:
|
|
20888
|
+
|
|
20889
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
20890
|
+
|
|
20891
|
+
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.
|
|
20892
|
+
|
|
20893
|
+
---
|
|
20894
|
+
|
|
20584
20895
|
The following software may be included in this product: mimic-response (1.0.1)
|
|
20585
20896
|
This software contains the following license and notice below:
|
|
20586
20897
|
|
|
@@ -21418,6 +21729,36 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
21418
21729
|
|
|
21419
21730
|
---
|
|
21420
21731
|
|
|
21732
|
+
The following software may be included in this product: npm-run-path (5.3.0)
|
|
21733
|
+
This software contains the following license and notice below:
|
|
21734
|
+
|
|
21735
|
+
MIT License
|
|
21736
|
+
|
|
21737
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
21738
|
+
|
|
21739
|
+
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:
|
|
21740
|
+
|
|
21741
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21742
|
+
|
|
21743
|
+
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.
|
|
21744
|
+
|
|
21745
|
+
---
|
|
21746
|
+
|
|
21747
|
+
The following software may be included in this product: npm-run-path (6.0.0)
|
|
21748
|
+
This software contains the following license and notice below:
|
|
21749
|
+
|
|
21750
|
+
MIT License
|
|
21751
|
+
|
|
21752
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
21753
|
+
|
|
21754
|
+
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:
|
|
21755
|
+
|
|
21756
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21757
|
+
|
|
21758
|
+
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.
|
|
21759
|
+
|
|
21760
|
+
---
|
|
21761
|
+
|
|
21421
21762
|
The following software may be included in this product: nx (23.0.1)
|
|
21422
21763
|
This software contains the following license and notice below:
|
|
21423
21764
|
|
|
@@ -21709,6 +22050,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
21709
22050
|
|
|
21710
22051
|
---
|
|
21711
22052
|
|
|
22053
|
+
The following software may be included in this product: onetime (6.0.0)
|
|
22054
|
+
This software contains the following license and notice below:
|
|
22055
|
+
|
|
22056
|
+
MIT License
|
|
22057
|
+
|
|
22058
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
22059
|
+
|
|
22060
|
+
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:
|
|
22061
|
+
|
|
22062
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22063
|
+
|
|
22064
|
+
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.
|
|
22065
|
+
|
|
22066
|
+
---
|
|
22067
|
+
|
|
21712
22068
|
The following software may be included in this product: open (8.4.2)
|
|
21713
22069
|
This software contains the following license and notice below:
|
|
21714
22070
|
|
|
@@ -21833,7 +22189,22 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
21833
22189
|
|
|
21834
22190
|
---
|
|
21835
22191
|
|
|
21836
|
-
The following software may be included in this product: p-cancelable (
|
|
22192
|
+
The following software may be included in this product: p-cancelable (4.0.1)
|
|
22193
|
+
This software contains the following license and notice below:
|
|
22194
|
+
|
|
22195
|
+
MIT License
|
|
22196
|
+
|
|
22197
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
22198
|
+
|
|
22199
|
+
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:
|
|
22200
|
+
|
|
22201
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22202
|
+
|
|
22203
|
+
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.
|
|
22204
|
+
|
|
22205
|
+
---
|
|
22206
|
+
|
|
22207
|
+
The following software may be included in this product: p-event (6.0.1)
|
|
21837
22208
|
This software contains the following license and notice below:
|
|
21838
22209
|
|
|
21839
22210
|
MIT License
|
|
@@ -21878,6 +22249,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
21878
22249
|
|
|
21879
22250
|
---
|
|
21880
22251
|
|
|
22252
|
+
The following software may be included in this product: p-timeout (6.1.4)
|
|
22253
|
+
This software contains the following license and notice below:
|
|
22254
|
+
|
|
22255
|
+
MIT License
|
|
22256
|
+
|
|
22257
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
22258
|
+
|
|
22259
|
+
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:
|
|
22260
|
+
|
|
22261
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22262
|
+
|
|
22263
|
+
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.
|
|
22264
|
+
|
|
22265
|
+
---
|
|
22266
|
+
|
|
21881
22267
|
The following software may be included in this product: pako (0.2.9)
|
|
21882
22268
|
This software contains the following license and notice below:
|
|
21883
22269
|
|
|
@@ -21963,6 +22349,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
21963
22349
|
|
|
21964
22350
|
---
|
|
21965
22351
|
|
|
22352
|
+
The following software may be included in this product: parse-ms (4.0.0)
|
|
22353
|
+
This software contains the following license and notice below:
|
|
22354
|
+
|
|
22355
|
+
MIT License
|
|
22356
|
+
|
|
22357
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
22358
|
+
|
|
22359
|
+
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:
|
|
22360
|
+
|
|
22361
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22362
|
+
|
|
22363
|
+
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.
|
|
22364
|
+
|
|
22365
|
+
---
|
|
22366
|
+
|
|
21966
22367
|
The following software may be included in this product: parse-passwd (1.0.0)
|
|
21967
22368
|
This software contains the following license and notice below:
|
|
21968
22369
|
|
|
@@ -22074,6 +22475,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
22074
22475
|
|
|
22075
22476
|
---
|
|
22076
22477
|
|
|
22478
|
+
The following software may be included in this product: path-key (4.0.0)
|
|
22479
|
+
This software contains the following license and notice below:
|
|
22480
|
+
|
|
22481
|
+
MIT License
|
|
22482
|
+
|
|
22483
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
22484
|
+
|
|
22485
|
+
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:
|
|
22486
|
+
|
|
22487
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
22488
|
+
|
|
22489
|
+
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.
|
|
22490
|
+
|
|
22491
|
+
---
|
|
22492
|
+
|
|
22077
22493
|
The following software may be included in this product: path-parse (1.0.7)
|
|
22078
22494
|
This software contains the following license and notice below:
|
|
22079
22495
|
|
|
@@ -22879,6 +23295,21 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
22879
23295
|
|
|
22880
23296
|
---
|
|
22881
23297
|
|
|
23298
|
+
The following software may be included in this product: pretty-ms (9.3.0)
|
|
23299
|
+
This software contains the following license and notice below:
|
|
23300
|
+
|
|
23301
|
+
MIT License
|
|
23302
|
+
|
|
23303
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
23304
|
+
|
|
23305
|
+
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:
|
|
23306
|
+
|
|
23307
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
23308
|
+
|
|
23309
|
+
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.
|
|
23310
|
+
|
|
23311
|
+
---
|
|
23312
|
+
|
|
22882
23313
|
The following software may be included in this product: process (0.11.10)
|
|
22883
23314
|
This software contains the following license and notice below:
|
|
22884
23315
|
|
|
@@ -23299,6 +23730,34 @@ THE SOFTWARE.
|
|
|
23299
23730
|
|
|
23300
23731
|
---
|
|
23301
23732
|
|
|
23733
|
+
The following software may be included in this product: raw-body (2.5.3)
|
|
23734
|
+
This software contains the following license and notice below:
|
|
23735
|
+
|
|
23736
|
+
The MIT License (MIT)
|
|
23737
|
+
|
|
23738
|
+
Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
|
|
23739
|
+
Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
23740
|
+
|
|
23741
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
23742
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
23743
|
+
in the Software without restriction, including without limitation the rights
|
|
23744
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
23745
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
23746
|
+
furnished to do so, subject to the following conditions:
|
|
23747
|
+
|
|
23748
|
+
The above copyright notice and this permission notice shall be included in
|
|
23749
|
+
all copies or substantial portions of the Software.
|
|
23750
|
+
|
|
23751
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23752
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23753
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23754
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23755
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23756
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23757
|
+
THE SOFTWARE.
|
|
23758
|
+
|
|
23759
|
+
---
|
|
23760
|
+
|
|
23302
23761
|
The following software may be included in this product: raw-body (3.0.1)
|
|
23303
23762
|
This software contains the following license and notice below:
|
|
23304
23763
|
|
|
@@ -23612,6 +24071,33 @@ SOFTWARE.
|
|
|
23612
24071
|
|
|
23613
24072
|
---
|
|
23614
24073
|
|
|
24074
|
+
The following software may be included in this product: readdirp (5.0.0)
|
|
24075
|
+
This software contains the following license and notice below:
|
|
24076
|
+
|
|
24077
|
+
MIT License
|
|
24078
|
+
|
|
24079
|
+
Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
|
|
24080
|
+
|
|
24081
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
24082
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
24083
|
+
in the Software without restriction, including without limitation the rights
|
|
24084
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
24085
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
24086
|
+
furnished to do so, subject to the following conditions:
|
|
24087
|
+
|
|
24088
|
+
The above copyright notice and this permission notice shall be included in all
|
|
24089
|
+
copies or substantial portions of the Software.
|
|
24090
|
+
|
|
24091
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
24092
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24093
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24094
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24095
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24096
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24097
|
+
SOFTWARE.
|
|
24098
|
+
|
|
24099
|
+
---
|
|
24100
|
+
|
|
23615
24101
|
The following software may be included in this product: real-require (0.2.0)
|
|
23616
24102
|
This software contains the following license and notice below:
|
|
23617
24103
|
|
|
@@ -24111,7 +24597,7 @@ THE SOFTWARE.
|
|
|
24111
24597
|
|
|
24112
24598
|
---
|
|
24113
24599
|
|
|
24114
|
-
The following software may be included in this product: responselike (
|
|
24600
|
+
The following software may be included in this product: responselike (4.0.2)
|
|
24115
24601
|
This software contains the following license and notice below:
|
|
24116
24602
|
|
|
24117
24603
|
MIT License
|
|
@@ -24190,7 +24676,7 @@ IN THE SOFTWARE.
|
|
|
24190
24676
|
|
|
24191
24677
|
---
|
|
24192
24678
|
|
|
24193
|
-
The following software may be included in this product: rolldown (1.
|
|
24679
|
+
The following software may be included in this product: rolldown (1.1.3)
|
|
24194
24680
|
This software contains the following license and notice below:
|
|
24195
24681
|
|
|
24196
24682
|
MIT License
|
|
@@ -25411,6 +25897,33 @@ SOFTWARE.
|
|
|
25411
25897
|
|
|
25412
25898
|
---
|
|
25413
25899
|
|
|
25900
|
+
The following software may be included in this product: side-channel (1.1.1)
|
|
25901
|
+
This software contains the following license and notice below:
|
|
25902
|
+
|
|
25903
|
+
MIT License
|
|
25904
|
+
|
|
25905
|
+
Copyright (c) 2019 Jordan Harband
|
|
25906
|
+
|
|
25907
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
25908
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
25909
|
+
in the Software without restriction, including without limitation the rights
|
|
25910
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25911
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
25912
|
+
furnished to do so, subject to the following conditions:
|
|
25913
|
+
|
|
25914
|
+
The above copyright notice and this permission notice shall be included in all
|
|
25915
|
+
copies or substantial portions of the Software.
|
|
25916
|
+
|
|
25917
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
25918
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25919
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
25920
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25921
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25922
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25923
|
+
SOFTWARE.
|
|
25924
|
+
|
|
25925
|
+
---
|
|
25926
|
+
|
|
25414
25927
|
The following software may be included in this product: side-channel-list (1.0.0)
|
|
25415
25928
|
This software contains the following license and notice below:
|
|
25416
25929
|
|
|
@@ -25438,6 +25951,33 @@ SOFTWARE.
|
|
|
25438
25951
|
|
|
25439
25952
|
---
|
|
25440
25953
|
|
|
25954
|
+
The following software may be included in this product: side-channel-list (1.0.1)
|
|
25955
|
+
This software contains the following license and notice below:
|
|
25956
|
+
|
|
25957
|
+
MIT License
|
|
25958
|
+
|
|
25959
|
+
Copyright (c) 2024 Jordan Harband
|
|
25960
|
+
|
|
25961
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
25962
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
25963
|
+
in the Software without restriction, including without limitation the rights
|
|
25964
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25965
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
25966
|
+
furnished to do so, subject to the following conditions:
|
|
25967
|
+
|
|
25968
|
+
The above copyright notice and this permission notice shall be included in all
|
|
25969
|
+
copies or substantial portions of the Software.
|
|
25970
|
+
|
|
25971
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
25972
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25973
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
25974
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25975
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25976
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25977
|
+
SOFTWARE.
|
|
25978
|
+
|
|
25979
|
+
---
|
|
25980
|
+
|
|
25441
25981
|
The following software may be included in this product: side-channel-map (1.0.1)
|
|
25442
25982
|
This software contains the following license and notice below:
|
|
25443
25983
|
|
|
@@ -26329,12 +26869,27 @@ THE SOFTWARE.
|
|
|
26329
26869
|
|
|
26330
26870
|
---
|
|
26331
26871
|
|
|
26332
|
-
The following software may be included in this product: strip-final-newline (
|
|
26872
|
+
The following software may be included in this product: strip-final-newline (3.0.0)
|
|
26333
26873
|
This software contains the following license and notice below:
|
|
26334
26874
|
|
|
26335
26875
|
MIT License
|
|
26336
26876
|
|
|
26337
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
26877
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
26878
|
+
|
|
26879
|
+
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:
|
|
26880
|
+
|
|
26881
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
26882
|
+
|
|
26883
|
+
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.
|
|
26884
|
+
|
|
26885
|
+
---
|
|
26886
|
+
|
|
26887
|
+
The following software may be included in this product: strip-final-newline (4.0.0)
|
|
26888
|
+
This software contains the following license and notice below:
|
|
26889
|
+
|
|
26890
|
+
MIT License
|
|
26891
|
+
|
|
26892
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
26338
26893
|
|
|
26339
26894
|
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:
|
|
26340
26895
|
|
|
@@ -26386,6 +26941,21 @@ SOFTWARE.
|
|
|
26386
26941
|
|
|
26387
26942
|
---
|
|
26388
26943
|
|
|
26944
|
+
The following software may be included in this product: super-regex (1.1.0)
|
|
26945
|
+
This software contains the following license and notice below:
|
|
26946
|
+
|
|
26947
|
+
MIT License
|
|
26948
|
+
|
|
26949
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
26950
|
+
|
|
26951
|
+
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:
|
|
26952
|
+
|
|
26953
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
26954
|
+
|
|
26955
|
+
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.
|
|
26956
|
+
|
|
26957
|
+
---
|
|
26958
|
+
|
|
26389
26959
|
The following software may be included in this product: supports-color (7.2.0)
|
|
26390
26960
|
This software contains the following license and notice below:
|
|
26391
26961
|
|
|
@@ -26521,6 +27091,21 @@ THE SOFTWARE.
|
|
|
26521
27091
|
|
|
26522
27092
|
---
|
|
26523
27093
|
|
|
27094
|
+
The following software may be included in this product: system-architecture (1.0.0)
|
|
27095
|
+
This software contains the following license and notice below:
|
|
27096
|
+
|
|
27097
|
+
MIT License
|
|
27098
|
+
|
|
27099
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
27100
|
+
|
|
27101
|
+
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:
|
|
27102
|
+
|
|
27103
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
27104
|
+
|
|
27105
|
+
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.
|
|
27106
|
+
|
|
27107
|
+
---
|
|
27108
|
+
|
|
26524
27109
|
The following software may be included in this product: tapable (2.3.0)
|
|
26525
27110
|
This software contains the following license and notice below:
|
|
26526
27111
|
|
|
@@ -26718,39 +27303,27 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
26718
27303
|
|
|
26719
27304
|
---
|
|
26720
27305
|
|
|
26721
|
-
The following software may be included in this product:
|
|
27306
|
+
The following software may be included in this product: time-span (5.1.0)
|
|
26722
27307
|
This software contains the following license and notice below:
|
|
26723
27308
|
|
|
26724
27309
|
MIT License
|
|
26725
27310
|
|
|
26726
|
-
Copyright (c)
|
|
27311
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
26727
27312
|
|
|
26728
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
26729
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
26730
|
-
in the Software without restriction, including without limitation the rights
|
|
26731
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
26732
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
26733
|
-
furnished to do so, subject to the following conditions:
|
|
27313
|
+
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:
|
|
26734
27314
|
|
|
26735
|
-
The above copyright notice and this permission notice shall be included in all
|
|
26736
|
-
copies or substantial portions of the Software.
|
|
27315
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
26737
27316
|
|
|
26738
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
26739
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
26740
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
26741
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26742
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26743
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26744
|
-
SOFTWARE.
|
|
27317
|
+
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.
|
|
26745
27318
|
|
|
26746
27319
|
---
|
|
26747
27320
|
|
|
26748
|
-
The following software may be included in this product:
|
|
27321
|
+
The following software may be included in this product: tinybench (2.9.0)
|
|
26749
27322
|
This software contains the following license and notice below:
|
|
26750
27323
|
|
|
26751
27324
|
MIT License
|
|
26752
27325
|
|
|
26753
|
-
Copyright (c)
|
|
27326
|
+
Copyright (c) 2022 Tinylibs
|
|
26754
27327
|
|
|
26755
27328
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
26756
27329
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -26772,7 +27345,7 @@ SOFTWARE.
|
|
|
26772
27345
|
|
|
26773
27346
|
---
|
|
26774
27347
|
|
|
26775
|
-
The following software may be included in this product: tinyexec (
|
|
27348
|
+
The following software may be included in this product: tinyexec (0.3.2)
|
|
26776
27349
|
This software contains the following license and notice below:
|
|
26777
27350
|
|
|
26778
27351
|
MIT License
|
|
@@ -26799,12 +27372,12 @@ SOFTWARE.
|
|
|
26799
27372
|
|
|
26800
27373
|
---
|
|
26801
27374
|
|
|
26802
|
-
The following software may be included in this product:
|
|
27375
|
+
The following software may be included in this product: tinyexec (1.0.4)
|
|
26803
27376
|
This software contains the following license and notice below:
|
|
26804
27377
|
|
|
26805
27378
|
MIT License
|
|
26806
27379
|
|
|
26807
|
-
Copyright (c) 2024
|
|
27380
|
+
Copyright (c) 2024 Tinylibs
|
|
26808
27381
|
|
|
26809
27382
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
26810
27383
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -27620,6 +28193,21 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
27620
28193
|
|
|
27621
28194
|
---
|
|
27622
28195
|
|
|
28196
|
+
The following software may be included in this product: unicorn-magic (0.3.0)
|
|
28197
|
+
This software contains the following license and notice below:
|
|
28198
|
+
|
|
28199
|
+
MIT License
|
|
28200
|
+
|
|
28201
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
28202
|
+
|
|
28203
|
+
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:
|
|
28204
|
+
|
|
28205
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
28206
|
+
|
|
28207
|
+
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.
|
|
28208
|
+
|
|
28209
|
+
---
|
|
28210
|
+
|
|
27623
28211
|
The following software may be included in this product: unified (11.0.5)
|
|
27624
28212
|
This software contains the following license and notice below:
|
|
27625
28213
|
|
|
@@ -28088,7 +28676,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
28088
28676
|
|
|
28089
28677
|
---
|
|
28090
28678
|
|
|
28091
|
-
The following software may be included in this product: verdaccio (6.7.
|
|
28679
|
+
The following software may be included in this product: verdaccio (6.7.4)
|
|
28092
28680
|
This software contains the following license and notice below:
|
|
28093
28681
|
|
|
28094
28682
|
MIT License
|
|
@@ -28115,7 +28703,7 @@ SOFTWARE.
|
|
|
28115
28703
|
|
|
28116
28704
|
---
|
|
28117
28705
|
|
|
28118
|
-
The following software may be included in this product: verdaccio-audit (13.0.
|
|
28706
|
+
The following software may be included in this product: verdaccio-audit (13.0.3)
|
|
28119
28707
|
This software contains the following license and notice below:
|
|
28120
28708
|
|
|
28121
28709
|
MIT License
|
|
@@ -28142,7 +28730,7 @@ SOFTWARE.
|
|
|
28142
28730
|
|
|
28143
28731
|
---
|
|
28144
28732
|
|
|
28145
|
-
The following software may be included in this product: verdaccio-htpasswd (13.0.
|
|
28733
|
+
The following software may be included in this product: verdaccio-htpasswd (13.0.3)
|
|
28146
28734
|
This software contains the following license and notice below:
|
|
28147
28735
|
|
|
28148
28736
|
MIT License
|
|
@@ -28249,7 +28837,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
28249
28837
|
|
|
28250
28838
|
---
|
|
28251
28839
|
|
|
28252
|
-
The following software may be included in this product: vite (8.0
|
|
28840
|
+
The following software may be included in this product: vite (8.1.0)
|
|
28253
28841
|
This software contains the following license and notice below:
|
|
28254
28842
|
|
|
28255
28843
|
# Vite core license
|
|
@@ -28623,6 +29211,34 @@ Repository: https://github.com/vitest-dev/vitest
|
|
|
28623
29211
|
|
|
28624
29212
|
---------------------------------------
|
|
28625
29213
|
|
|
29214
|
+
## @voidzero-dev/vite-task-client
|
|
29215
|
+
License: MIT
|
|
29216
|
+
Repository: https://github.com/voidzero-dev/vite-task
|
|
29217
|
+
|
|
29218
|
+
> MIT License
|
|
29219
|
+
>
|
|
29220
|
+
> Copyright (c) 2026-present, VoidZero Inc.
|
|
29221
|
+
>
|
|
29222
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29223
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
29224
|
+
> in the Software without restriction, including without limitation the rights
|
|
29225
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29226
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
29227
|
+
> furnished to do so, subject to the following conditions:
|
|
29228
|
+
>
|
|
29229
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
29230
|
+
> copies or substantial portions of the Software.
|
|
29231
|
+
>
|
|
29232
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29233
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29234
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29235
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29236
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29237
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29238
|
+
> SOFTWARE.
|
|
29239
|
+
|
|
29240
|
+
---------------------------------------
|
|
29241
|
+
|
|
28626
29242
|
## anymatch
|
|
28627
29243
|
License: ISC
|
|
28628
29244
|
By: Elan Shanker
|
|
@@ -29216,6 +29832,35 @@ Repository: https://github.com/follow-redirects/follow-redirects
|
|
|
29216
29832
|
|
|
29217
29833
|
---------------------------------------
|
|
29218
29834
|
|
|
29835
|
+
## fresh-import
|
|
29836
|
+
License: MIT
|
|
29837
|
+
By: sapphi-red
|
|
29838
|
+
Repository: https://github.com/sapphi-red/fresh-import
|
|
29839
|
+
|
|
29840
|
+
> MIT License
|
|
29841
|
+
>
|
|
29842
|
+
> Copyright (c) 2026 sapphi-red
|
|
29843
|
+
>
|
|
29844
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29845
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
29846
|
+
> in the Software without restriction, including without limitation the rights
|
|
29847
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29848
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
29849
|
+
> furnished to do so, subject to the following conditions:
|
|
29850
|
+
>
|
|
29851
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
29852
|
+
> copies or substantial portions of the Software.
|
|
29853
|
+
>
|
|
29854
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29855
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29856
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29857
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29858
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29859
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29860
|
+
> SOFTWARE.
|
|
29861
|
+
|
|
29862
|
+
---------------------------------------
|
|
29863
|
+
|
|
29219
29864
|
## generic-names
|
|
29220
29865
|
License: MIT
|
|
29221
29866
|
By: Alexey Litvinov
|
|
@@ -30485,7 +31130,7 @@ Repository: https://github.com/websockets/ws
|
|
|
30485
31130
|
|
|
30486
31131
|
---
|
|
30487
31132
|
|
|
30488
|
-
The following software may be included in this product: vitest (4.1.
|
|
31133
|
+
The following software may be included in this product: vitest (4.1.9)
|
|
30489
31134
|
This software contains the following license and notice below:
|
|
30490
31135
|
|
|
30491
31136
|
# Vitest core license
|
|
@@ -31835,6 +32480,21 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
31835
32480
|
|
|
31836
32481
|
---
|
|
31837
32482
|
|
|
32483
|
+
The following software may be included in this product: yoctocolors (2.1.2)
|
|
32484
|
+
This software contains the following license and notice below:
|
|
32485
|
+
|
|
32486
|
+
MIT License
|
|
32487
|
+
|
|
32488
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
32489
|
+
|
|
32490
|
+
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:
|
|
32491
|
+
|
|
32492
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
32493
|
+
|
|
32494
|
+
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.
|
|
32495
|
+
|
|
32496
|
+
---
|
|
32497
|
+
|
|
31838
32498
|
The following software may be included in this product: zip-stream (6.0.1)
|
|
31839
32499
|
This software contains the following license and notice below:
|
|
31840
32500
|
|
|
@@ -34313,7 +34973,7 @@ under the terms of *both* these licenses.
|
|
|
34313
34973
|
|
|
34314
34974
|
---
|
|
34315
34975
|
|
|
34316
|
-
The following software may be included in this product: @swc/core (1.15.
|
|
34976
|
+
The following software may be included in this product: @swc/core (1.15.43)
|
|
34317
34977
|
This software contains the following license and notice below:
|
|
34318
34978
|
|
|
34319
34979
|
Apache License
|
|
@@ -34808,7 +35468,7 @@ limitations under the License.
|
|
|
34808
35468
|
|
|
34809
35469
|
---
|
|
34810
35470
|
|
|
34811
|
-
The following software may be included in this product: @swc/types (0.1.
|
|
35471
|
+
The following software may be included in this product: @swc/types (0.1.27)
|
|
34812
35472
|
This software contains the following license and notice below:
|
|
34813
35473
|
|
|
34814
35474
|
Apache License
|
|
@@ -36942,7 +37602,214 @@ END OF TERMS AND CONDITIONS
|
|
|
36942
37602
|
APPENDIX: How to apply the Apache License to your work.
|
|
36943
37603
|
|
|
36944
37604
|
To apply the Apache License to your work, attach the following
|
|
36945
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
37605
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
37606
|
+
replaced with your own identifying information. (Don't include
|
|
37607
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
37608
|
+
comment syntax for the file format. We also recommend that a
|
|
37609
|
+
file or class name and description of purpose be included on the
|
|
37610
|
+
same "printed page" as the copyright notice for easier
|
|
37611
|
+
identification within third-party archives.
|
|
37612
|
+
|
|
37613
|
+
Copyright [yyyy] [name of copyright owner]
|
|
37614
|
+
|
|
37615
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
37616
|
+
you may not use this file except in compliance with the License.
|
|
37617
|
+
You may obtain a copy of the License at
|
|
37618
|
+
|
|
37619
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
37620
|
+
|
|
37621
|
+
Unless required by applicable law or agreed to in writing, software
|
|
37622
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
37623
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
37624
|
+
See the License for the specific language governing permissions and
|
|
37625
|
+
limitations under the License.
|
|
37626
|
+
|
|
37627
|
+
---
|
|
37628
|
+
|
|
37629
|
+
The following software may be included in this product: eslint-visitor-keys (3.4.3)
|
|
37630
|
+
This software contains the following license and notice below:
|
|
37631
|
+
|
|
37632
|
+
Apache License
|
|
37633
|
+
Version 2.0, January 2004
|
|
37634
|
+
http://www.apache.org/licenses/
|
|
37635
|
+
|
|
37636
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
37637
|
+
|
|
37638
|
+
1. Definitions.
|
|
37639
|
+
|
|
37640
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
37641
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
37642
|
+
|
|
37643
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
37644
|
+
the copyright owner that is granting the License.
|
|
37645
|
+
|
|
37646
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
37647
|
+
other entities that control, are controlled by, or are under common
|
|
37648
|
+
control with that entity. For the purposes of this definition,
|
|
37649
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
37650
|
+
direction or management of such entity, whether by contract or
|
|
37651
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
37652
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
37653
|
+
|
|
37654
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
37655
|
+
exercising permissions granted by this License.
|
|
37656
|
+
|
|
37657
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
37658
|
+
including but not limited to software source code, documentation
|
|
37659
|
+
source, and configuration files.
|
|
37660
|
+
|
|
37661
|
+
"Object" form shall mean any form resulting from mechanical
|
|
37662
|
+
transformation or translation of a Source form, including but
|
|
37663
|
+
not limited to compiled object code, generated documentation,
|
|
37664
|
+
and conversions to other media types.
|
|
37665
|
+
|
|
37666
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37667
|
+
Object form, made available under the License, as indicated by a
|
|
37668
|
+
copyright notice that is included in or attached to the work
|
|
37669
|
+
(an example is provided in the Appendix below).
|
|
37670
|
+
|
|
37671
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
37672
|
+
form, that is based on (or derived from) the Work and for which the
|
|
37673
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
37674
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
37675
|
+
of this License, Derivative Works shall not include works that remain
|
|
37676
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
37677
|
+
the Work and Derivative Works thereof.
|
|
37678
|
+
|
|
37679
|
+
"Contribution" shall mean any work of authorship, including
|
|
37680
|
+
the original version of the Work and any modifications or additions
|
|
37681
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
37682
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
37683
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
37684
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
37685
|
+
means any form of electronic, verbal, or written communication sent
|
|
37686
|
+
to the Licensor or its representatives, including but not limited to
|
|
37687
|
+
communication on electronic mailing lists, source code control systems,
|
|
37688
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
37689
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
37690
|
+
excluding communication that is conspicuously marked or otherwise
|
|
37691
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
37692
|
+
|
|
37693
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
37694
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
37695
|
+
subsequently incorporated within the Work.
|
|
37696
|
+
|
|
37697
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
37698
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
37699
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
37700
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
37701
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
37702
|
+
Work and such Derivative Works in Source or Object form.
|
|
37703
|
+
|
|
37704
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
37705
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
37706
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
37707
|
+
(except as stated in this section) patent license to make, have made,
|
|
37708
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
37709
|
+
where such license applies only to those patent claims licensable
|
|
37710
|
+
by such Contributor that are necessarily infringed by their
|
|
37711
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
37712
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
37713
|
+
institute patent litigation against any entity (including a
|
|
37714
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
37715
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
37716
|
+
or contributory patent infringement, then any patent licenses
|
|
37717
|
+
granted to You under this License for that Work shall terminate
|
|
37718
|
+
as of the date such litigation is filed.
|
|
37719
|
+
|
|
37720
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
37721
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
37722
|
+
modifications, and in Source or Object form, provided that You
|
|
37723
|
+
meet the following conditions:
|
|
37724
|
+
|
|
37725
|
+
(a) You must give any other recipients of the Work or
|
|
37726
|
+
Derivative Works a copy of this License; and
|
|
37727
|
+
|
|
37728
|
+
(b) You must cause any modified files to carry prominent notices
|
|
37729
|
+
stating that You changed the files; and
|
|
37730
|
+
|
|
37731
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
37732
|
+
that You distribute, all copyright, patent, trademark, and
|
|
37733
|
+
attribution notices from the Source form of the Work,
|
|
37734
|
+
excluding those notices that do not pertain to any part of
|
|
37735
|
+
the Derivative Works; and
|
|
37736
|
+
|
|
37737
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
37738
|
+
distribution, then any Derivative Works that You distribute must
|
|
37739
|
+
include a readable copy of the attribution notices contained
|
|
37740
|
+
within such NOTICE file, excluding those notices that do not
|
|
37741
|
+
pertain to any part of the Derivative Works, in at least one
|
|
37742
|
+
of the following places: within a NOTICE text file distributed
|
|
37743
|
+
as part of the Derivative Works; within the Source form or
|
|
37744
|
+
documentation, if provided along with the Derivative Works; or,
|
|
37745
|
+
within a display generated by the Derivative Works, if and
|
|
37746
|
+
wherever such third-party notices normally appear. The contents
|
|
37747
|
+
of the NOTICE file are for informational purposes only and
|
|
37748
|
+
do not modify the License. You may add Your own attribution
|
|
37749
|
+
notices within Derivative Works that You distribute, alongside
|
|
37750
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
37751
|
+
that such additional attribution notices cannot be construed
|
|
37752
|
+
as modifying the License.
|
|
37753
|
+
|
|
37754
|
+
You may add Your own copyright statement to Your modifications and
|
|
37755
|
+
may provide additional or different license terms and conditions
|
|
37756
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
37757
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
37758
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
37759
|
+
the conditions stated in this License.
|
|
37760
|
+
|
|
37761
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
37762
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
37763
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
37764
|
+
this License, without any additional terms or conditions.
|
|
37765
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
37766
|
+
the terms of any separate license agreement you may have executed
|
|
37767
|
+
with Licensor regarding such Contributions.
|
|
37768
|
+
|
|
37769
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
37770
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
37771
|
+
except as required for reasonable and customary use in describing the
|
|
37772
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
37773
|
+
|
|
37774
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
37775
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
37776
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
37777
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
37778
|
+
implied, including, without limitation, any warranties or conditions
|
|
37779
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
37780
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
37781
|
+
appropriateness of using or redistributing the Work and assume any
|
|
37782
|
+
risks associated with Your exercise of permissions under this License.
|
|
37783
|
+
|
|
37784
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
37785
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
37786
|
+
unless required by applicable law (such as deliberate and grossly
|
|
37787
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
37788
|
+
liable to You for damages, including any direct, indirect, special,
|
|
37789
|
+
incidental, or consequential damages of any character arising as a
|
|
37790
|
+
result of this License or out of the use or inability to use the
|
|
37791
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
37792
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
37793
|
+
other commercial damages or losses), even if such Contributor
|
|
37794
|
+
has been advised of the possibility of such damages.
|
|
37795
|
+
|
|
37796
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
37797
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
37798
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
37799
|
+
or other liability obligations and/or rights consistent with this
|
|
37800
|
+
License. However, in accepting such obligations, You may act only
|
|
37801
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
37802
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
37803
|
+
defend, and hold each Contributor harmless for any liability
|
|
37804
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
37805
|
+
of your accepting any such warranty or additional liability.
|
|
37806
|
+
|
|
37807
|
+
END OF TERMS AND CONDITIONS
|
|
37808
|
+
|
|
37809
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
37810
|
+
|
|
37811
|
+
To apply the Apache License to your work, attach the following
|
|
37812
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
36946
37813
|
replaced with your own identifying information. (Don't include
|
|
36947
37814
|
the brackets!) The text should be enclosed in the appropriate
|
|
36948
37815
|
comment syntax for the file format. We also recommend that a
|
|
@@ -36950,7 +37817,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
36950
37817
|
same "printed page" as the copyright notice for easier
|
|
36951
37818
|
identification within third-party archives.
|
|
36952
37819
|
|
|
36953
|
-
Copyright
|
|
37820
|
+
Copyright contributors
|
|
36954
37821
|
|
|
36955
37822
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
36956
37823
|
you may not use this file except in compliance with the License.
|
|
@@ -36966,7 +37833,7 @@ limitations under the License.
|
|
|
36966
37833
|
|
|
36967
37834
|
---
|
|
36968
37835
|
|
|
36969
|
-
The following software may be included in this product: eslint-visitor-keys (
|
|
37836
|
+
The following software may be included in this product: eslint-visitor-keys (4.2.1)
|
|
36970
37837
|
This software contains the following license and notice below:
|
|
36971
37838
|
|
|
36972
37839
|
Apache License
|
|
@@ -37173,7 +38040,265 @@ limitations under the License.
|
|
|
37173
38040
|
|
|
37174
38041
|
---
|
|
37175
38042
|
|
|
37176
|
-
The following software may be included in this product:
|
|
38043
|
+
The following software may be included in this product: expect-type (1.3.0)
|
|
38044
|
+
This software contains the following license and notice below:
|
|
38045
|
+
|
|
38046
|
+
Copyright 2024 Misha Kaletsky
|
|
38047
|
+
|
|
38048
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38049
|
+
you may not use this file except in compliance with the License.
|
|
38050
|
+
You may obtain a copy of the License at
|
|
38051
|
+
|
|
38052
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
38053
|
+
|
|
38054
|
+
Unless required by applicable law or agreed to in writing, software
|
|
38055
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
38056
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
38057
|
+
See the License for the specific language governing permissions and
|
|
38058
|
+
limitations under the License.
|
|
38059
|
+
|
|
38060
|
+
|
|
38061
|
+
Apache License
|
|
38062
|
+
Version 2.0, January 2004
|
|
38063
|
+
http://www.apache.org/licenses/
|
|
38064
|
+
|
|
38065
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
38066
|
+
|
|
38067
|
+
1. Definitions.
|
|
38068
|
+
|
|
38069
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
38070
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
38071
|
+
|
|
38072
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
38073
|
+
the copyright owner that is granting the License.
|
|
38074
|
+
|
|
38075
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
38076
|
+
other entities that control, are controlled by, or are under common
|
|
38077
|
+
control with that entity. For the purposes of this definition,
|
|
38078
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
38079
|
+
direction or management of such entity, whether by contract or
|
|
38080
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
38081
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
38082
|
+
|
|
38083
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
38084
|
+
exercising permissions granted by this License.
|
|
38085
|
+
|
|
38086
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
38087
|
+
including but not limited to software source code, documentation
|
|
38088
|
+
source, and configuration files.
|
|
38089
|
+
|
|
38090
|
+
"Object" form shall mean any form resulting from mechanical
|
|
38091
|
+
transformation or translation of a Source form, including but
|
|
38092
|
+
not limited to compiled object code, generated documentation,
|
|
38093
|
+
and conversions to other media types.
|
|
38094
|
+
|
|
38095
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
38096
|
+
Object form, made available under the License, as indicated by a
|
|
38097
|
+
copyright notice that is included in or attached to the work
|
|
38098
|
+
(an example is provided in the Appendix below).
|
|
38099
|
+
|
|
38100
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
38101
|
+
form, that is based on (or derived from) the Work and for which the
|
|
38102
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
38103
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
38104
|
+
of this License, Derivative Works shall not include works that remain
|
|
38105
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
38106
|
+
the Work and Derivative Works thereof.
|
|
38107
|
+
|
|
38108
|
+
"Contribution" shall mean any work of authorship, including
|
|
38109
|
+
the original version of the Work and any modifications or additions
|
|
38110
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
38111
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
38112
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
38113
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
38114
|
+
means any form of electronic, verbal, or written communication sent
|
|
38115
|
+
to the Licensor or its representatives, including but not limited to
|
|
38116
|
+
communication on electronic mailing lists, source code control systems,
|
|
38117
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
38118
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
38119
|
+
excluding communication that is conspicuously marked or otherwise
|
|
38120
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
38121
|
+
|
|
38122
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
38123
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
38124
|
+
subsequently incorporated within the Work.
|
|
38125
|
+
|
|
38126
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
38127
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
38128
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
38129
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
38130
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
38131
|
+
Work and such Derivative Works in Source or Object form.
|
|
38132
|
+
|
|
38133
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
38134
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
38135
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
38136
|
+
(except as stated in this section) patent license to make, have made,
|
|
38137
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
38138
|
+
where such license applies only to those patent claims licensable
|
|
38139
|
+
by such Contributor that are necessarily infringed by their
|
|
38140
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
38141
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
38142
|
+
institute patent litigation against any entity (including a
|
|
38143
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
38144
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
38145
|
+
or contributory patent infringement, then any patent licenses
|
|
38146
|
+
granted to You under this License for that Work shall terminate
|
|
38147
|
+
as of the date such litigation is filed.
|
|
38148
|
+
|
|
38149
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
38150
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
38151
|
+
modifications, and in Source or Object form, provided that You
|
|
38152
|
+
meet the following conditions:
|
|
38153
|
+
|
|
38154
|
+
(a) You must give any other recipients of the Work or
|
|
38155
|
+
Derivative Works a copy of this License; and
|
|
38156
|
+
|
|
38157
|
+
(b) You must cause any modified files to carry prominent notices
|
|
38158
|
+
stating that You changed the files; and
|
|
38159
|
+
|
|
38160
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
38161
|
+
that You distribute, all copyright, patent, trademark, and
|
|
38162
|
+
attribution notices from the Source form of the Work,
|
|
38163
|
+
excluding those notices that do not pertain to any part of
|
|
38164
|
+
the Derivative Works; and
|
|
38165
|
+
|
|
38166
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
38167
|
+
distribution, then any Derivative Works that You distribute must
|
|
38168
|
+
include a readable copy of the attribution notices contained
|
|
38169
|
+
within such NOTICE file, excluding those notices that do not
|
|
38170
|
+
pertain to any part of the Derivative Works, in at least one
|
|
38171
|
+
of the following places: within a NOTICE text file distributed
|
|
38172
|
+
as part of the Derivative Works; within the Source form or
|
|
38173
|
+
documentation, if provided along with the Derivative Works; or,
|
|
38174
|
+
within a display generated by the Derivative Works, if and
|
|
38175
|
+
wherever such third-party notices normally appear. The contents
|
|
38176
|
+
of the NOTICE file are for informational purposes only and
|
|
38177
|
+
do not modify the License. You may add Your own attribution
|
|
38178
|
+
notices within Derivative Works that You distribute, alongside
|
|
38179
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
38180
|
+
that such additional attribution notices cannot be construed
|
|
38181
|
+
as modifying the License.
|
|
38182
|
+
|
|
38183
|
+
You may add Your own copyright statement to Your modifications and
|
|
38184
|
+
may provide additional or different license terms and conditions
|
|
38185
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
38186
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
38187
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
38188
|
+
the conditions stated in this License.
|
|
38189
|
+
|
|
38190
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
38191
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
38192
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
38193
|
+
this License, without any additional terms or conditions.
|
|
38194
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
38195
|
+
the terms of any separate license agreement you may have executed
|
|
38196
|
+
with Licensor regarding such Contributions.
|
|
38197
|
+
|
|
38198
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
38199
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
38200
|
+
except as required for reasonable and customary use in describing the
|
|
38201
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
38202
|
+
|
|
38203
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
38204
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
38205
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
38206
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
38207
|
+
implied, including, without limitation, any warranties or conditions
|
|
38208
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
38209
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
38210
|
+
appropriateness of using or redistributing the Work and assume any
|
|
38211
|
+
risks associated with Your exercise of permissions under this License.
|
|
38212
|
+
|
|
38213
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
38214
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
38215
|
+
unless required by applicable law (such as deliberate and grossly
|
|
38216
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
38217
|
+
liable to You for damages, including any direct, indirect, special,
|
|
38218
|
+
incidental, or consequential damages of any character arising as a
|
|
38219
|
+
result of this License or out of the use or inability to use the
|
|
38220
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
38221
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
38222
|
+
other commercial damages or losses), even if such Contributor
|
|
38223
|
+
has been advised of the possibility of such damages.
|
|
38224
|
+
|
|
38225
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
38226
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
38227
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
38228
|
+
or other liability obligations and/or rights consistent with this
|
|
38229
|
+
License. However, in accepting such obligations, You may act only
|
|
38230
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
38231
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
38232
|
+
defend, and hold each Contributor harmless for any liability
|
|
38233
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
38234
|
+
of your accepting any such warranty or additional liability.
|
|
38235
|
+
|
|
38236
|
+
END OF TERMS AND CONDITIONS
|
|
38237
|
+
|
|
38238
|
+
---
|
|
38239
|
+
|
|
38240
|
+
The following software may be included in this product: forever-agent (0.6.1)
|
|
38241
|
+
This software contains the following license and notice below:
|
|
38242
|
+
|
|
38243
|
+
Apache License
|
|
38244
|
+
|
|
38245
|
+
Version 2.0, January 2004
|
|
38246
|
+
|
|
38247
|
+
http://www.apache.org/licenses/
|
|
38248
|
+
|
|
38249
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
38250
|
+
|
|
38251
|
+
1. Definitions.
|
|
38252
|
+
|
|
38253
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
38254
|
+
|
|
38255
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
38256
|
+
|
|
38257
|
+
"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.
|
|
38258
|
+
|
|
38259
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
38260
|
+
|
|
38261
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
38262
|
+
|
|
38263
|
+
"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.
|
|
38264
|
+
|
|
38265
|
+
"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).
|
|
38266
|
+
|
|
38267
|
+
"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.
|
|
38268
|
+
|
|
38269
|
+
"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."
|
|
38270
|
+
|
|
38271
|
+
"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.
|
|
38272
|
+
|
|
38273
|
+
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.
|
|
38274
|
+
|
|
38275
|
+
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.
|
|
38276
|
+
|
|
38277
|
+
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:
|
|
38278
|
+
|
|
38279
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
38280
|
+
|
|
38281
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
38282
|
+
|
|
38283
|
+
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
|
|
38284
|
+
|
|
38285
|
+
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.
|
|
38286
|
+
|
|
38287
|
+
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.
|
|
38288
|
+
|
|
38289
|
+
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.
|
|
38290
|
+
|
|
38291
|
+
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.
|
|
38292
|
+
|
|
38293
|
+
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.
|
|
38294
|
+
|
|
38295
|
+
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.
|
|
38296
|
+
|
|
38297
|
+
END OF TERMS AND CONDITIONS
|
|
38298
|
+
|
|
38299
|
+
---
|
|
38300
|
+
|
|
38301
|
+
The following software may be included in this product: fuse.js (7.3.0)
|
|
37177
38302
|
This software contains the following license and notice below:
|
|
37178
38303
|
|
|
37179
38304
|
Apache License
|
|
@@ -37364,7 +38489,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
37364
38489
|
same "printed page" as the copyright notice for easier
|
|
37365
38490
|
identification within third-party archives.
|
|
37366
38491
|
|
|
37367
|
-
Copyright
|
|
38492
|
+
Copyright 2017 Kirollos Risk
|
|
37368
38493
|
|
|
37369
38494
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
37370
38495
|
you may not use this file except in compliance with the License.
|
|
@@ -37380,25 +38505,10 @@ limitations under the License.
|
|
|
37380
38505
|
|
|
37381
38506
|
---
|
|
37382
38507
|
|
|
37383
|
-
The following software may be included in this product:
|
|
38508
|
+
The following software may be included in this product: human-signals (5.0.0)
|
|
37384
38509
|
This software contains the following license and notice below:
|
|
37385
38510
|
|
|
37386
|
-
|
|
37387
|
-
|
|
37388
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
37389
|
-
you may not use this file except in compliance with the License.
|
|
37390
|
-
You may obtain a copy of the License at
|
|
37391
|
-
|
|
37392
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
37393
|
-
|
|
37394
|
-
Unless required by applicable law or agreed to in writing, software
|
|
37395
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
37396
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
37397
|
-
See the License for the specific language governing permissions and
|
|
37398
|
-
limitations under the License.
|
|
37399
|
-
|
|
37400
|
-
|
|
37401
|
-
Apache License
|
|
38511
|
+
Apache License
|
|
37402
38512
|
Version 2.0, January 2004
|
|
37403
38513
|
http://www.apache.org/licenses/
|
|
37404
38514
|
|
|
@@ -37575,70 +38685,34 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
37575
38685
|
|
|
37576
38686
|
END OF TERMS AND CONDITIONS
|
|
37577
38687
|
|
|
37578
|
-
|
|
37579
|
-
|
|
37580
|
-
The following software may be included in this product: forever-agent (0.6.1)
|
|
37581
|
-
This software contains the following license and notice below:
|
|
37582
|
-
|
|
37583
|
-
Apache License
|
|
37584
|
-
|
|
37585
|
-
Version 2.0, January 2004
|
|
37586
|
-
|
|
37587
|
-
http://www.apache.org/licenses/
|
|
37588
|
-
|
|
37589
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
37590
|
-
|
|
37591
|
-
1. Definitions.
|
|
37592
|
-
|
|
37593
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
37594
|
-
|
|
37595
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
37596
|
-
|
|
37597
|
-
"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.
|
|
37598
|
-
|
|
37599
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
37600
|
-
|
|
37601
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
37602
|
-
|
|
37603
|
-
"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.
|
|
37604
|
-
|
|
37605
|
-
"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).
|
|
37606
|
-
|
|
37607
|
-
"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.
|
|
37608
|
-
|
|
37609
|
-
"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."
|
|
37610
|
-
|
|
37611
|
-
"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.
|
|
37612
|
-
|
|
37613
|
-
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.
|
|
37614
|
-
|
|
37615
|
-
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.
|
|
37616
|
-
|
|
37617
|
-
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:
|
|
37618
|
-
|
|
37619
|
-
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
37620
|
-
|
|
37621
|
-
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
37622
|
-
|
|
37623
|
-
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
|
|
37624
|
-
|
|
37625
|
-
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.
|
|
37626
|
-
|
|
37627
|
-
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.
|
|
38688
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
37628
38689
|
|
|
37629
|
-
|
|
38690
|
+
To apply the Apache License to your work, attach the following
|
|
38691
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
38692
|
+
replaced with your own identifying information. (Don't include
|
|
38693
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
38694
|
+
comment syntax for the file format. We also recommend that a
|
|
38695
|
+
file or class name and description of purpose be included on the
|
|
38696
|
+
same "printed page" as the copyright notice for easier
|
|
38697
|
+
identification within third-party archives.
|
|
37630
38698
|
|
|
37631
|
-
|
|
38699
|
+
Copyright 2022 ehmicky <ehmicky@gmail.com>
|
|
37632
38700
|
|
|
37633
|
-
|
|
38701
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38702
|
+
you may not use this file except in compliance with the License.
|
|
38703
|
+
You may obtain a copy of the License at
|
|
37634
38704
|
|
|
37635
|
-
|
|
38705
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
37636
38706
|
|
|
37637
|
-
|
|
38707
|
+
Unless required by applicable law or agreed to in writing, software
|
|
38708
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
38709
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
38710
|
+
See the License for the specific language governing permissions and
|
|
38711
|
+
limitations under the License.
|
|
37638
38712
|
|
|
37639
38713
|
---
|
|
37640
38714
|
|
|
37641
|
-
The following software may be included in this product:
|
|
38715
|
+
The following software may be included in this product: human-signals (8.0.1)
|
|
37642
38716
|
This software contains the following license and notice below:
|
|
37643
38717
|
|
|
37644
38718
|
Apache License
|
|
@@ -37821,7 +38895,7 @@ END OF TERMS AND CONDITIONS
|
|
|
37821
38895
|
APPENDIX: How to apply the Apache License to your work.
|
|
37822
38896
|
|
|
37823
38897
|
To apply the Apache License to your work, attach the following
|
|
37824
|
-
boilerplate notice, with the fields enclosed by brackets "
|
|
38898
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
37825
38899
|
replaced with your own identifying information. (Don't include
|
|
37826
38900
|
the brackets!) The text should be enclosed in the appropriate
|
|
37827
38901
|
comment syntax for the file format. We also recommend that a
|
|
@@ -37829,7 +38903,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
37829
38903
|
same "printed page" as the copyright notice for easier
|
|
37830
38904
|
identification within third-party archives.
|
|
37831
38905
|
|
|
37832
|
-
Copyright
|
|
38906
|
+
Copyright 2025 ehmicky <ehmicky@gmail.com>
|
|
37833
38907
|
|
|
37834
38908
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
37835
38909
|
you may not use this file except in compliance with the License.
|
|
@@ -37845,7 +38919,26 @@ limitations under the License.
|
|
|
37845
38919
|
|
|
37846
38920
|
---
|
|
37847
38921
|
|
|
37848
|
-
The following software may be included in this product:
|
|
38922
|
+
The following software may be included in this product: log4js (6.9.1)
|
|
38923
|
+
This software contains the following license and notice below:
|
|
38924
|
+
|
|
38925
|
+
Copyright 2015 Gareth Jones (with contributions from many other people)
|
|
38926
|
+
|
|
38927
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38928
|
+
you may not use this file except in compliance with the License.
|
|
38929
|
+
You may obtain a copy of the License at
|
|
38930
|
+
|
|
38931
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
38932
|
+
|
|
38933
|
+
Unless required by applicable law or agreed to in writing, software
|
|
38934
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
38935
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
38936
|
+
See the License for the specific language governing permissions and
|
|
38937
|
+
limitations under the License.
|
|
38938
|
+
|
|
38939
|
+
---
|
|
38940
|
+
|
|
38941
|
+
The following software may be included in this product: readdir-glob (1.1.3)
|
|
37849
38942
|
This software contains the following license and notice below:
|
|
37850
38943
|
|
|
37851
38944
|
Apache License
|
|
@@ -38036,7 +39129,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
38036
39129
|
same "printed page" as the copyright notice for easier
|
|
38037
39130
|
identification within third-party archives.
|
|
38038
39131
|
|
|
38039
|
-
Copyright
|
|
39132
|
+
Copyright 2020 Yann Armelin
|
|
38040
39133
|
|
|
38041
39134
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38042
39135
|
you may not use this file except in compliance with the License.
|
|
@@ -38052,26 +39145,7 @@ limitations under the License.
|
|
|
38052
39145
|
|
|
38053
39146
|
---
|
|
38054
39147
|
|
|
38055
|
-
The following software may be included in this product:
|
|
38056
|
-
This software contains the following license and notice below:
|
|
38057
|
-
|
|
38058
|
-
Copyright 2015 Gareth Jones (with contributions from many other people)
|
|
38059
|
-
|
|
38060
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38061
|
-
you may not use this file except in compliance with the License.
|
|
38062
|
-
You may obtain a copy of the License at
|
|
38063
|
-
|
|
38064
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
38065
|
-
|
|
38066
|
-
Unless required by applicable law or agreed to in writing, software
|
|
38067
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
38068
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
38069
|
-
See the License for the specific language governing permissions and
|
|
38070
|
-
limitations under the License.
|
|
38071
|
-
|
|
38072
|
-
---
|
|
38073
|
-
|
|
38074
|
-
The following software may be included in this product: readdir-glob (1.1.3)
|
|
39148
|
+
The following software may be included in this product: spdx-correct (3.2.0)
|
|
38075
39149
|
This software contains the following license and notice below:
|
|
38076
39150
|
|
|
38077
39151
|
Apache License
|
|
@@ -38262,7 +39336,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
38262
39336
|
same "printed page" as the copyright notice for easier
|
|
38263
39337
|
identification within third-party archives.
|
|
38264
39338
|
|
|
38265
|
-
Copyright
|
|
39339
|
+
Copyright [yyyy] [name of copyright owner]
|
|
38266
39340
|
|
|
38267
39341
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38268
39342
|
you may not use this file except in compliance with the License.
|
|
@@ -38278,7 +39352,7 @@ limitations under the License.
|
|
|
38278
39352
|
|
|
38279
39353
|
---
|
|
38280
39354
|
|
|
38281
|
-
The following software may be included in this product:
|
|
39355
|
+
The following software may be included in this product: text-decoder (1.2.3)
|
|
38282
39356
|
This software contains the following license and notice below:
|
|
38283
39357
|
|
|
38284
39358
|
Apache License
|
|
@@ -38485,7 +39559,190 @@ limitations under the License.
|
|
|
38485
39559
|
|
|
38486
39560
|
---
|
|
38487
39561
|
|
|
38488
|
-
The following software may be included in this product:
|
|
39562
|
+
The following software may be included in this product: tunnel-agent (0.6.0)
|
|
39563
|
+
This software contains the following license and notice below:
|
|
39564
|
+
|
|
39565
|
+
Apache License
|
|
39566
|
+
|
|
39567
|
+
Version 2.0, January 2004
|
|
39568
|
+
|
|
39569
|
+
http://www.apache.org/licenses/
|
|
39570
|
+
|
|
39571
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
39572
|
+
|
|
39573
|
+
1. Definitions.
|
|
39574
|
+
|
|
39575
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
39576
|
+
|
|
39577
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
39578
|
+
|
|
39579
|
+
"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.
|
|
39580
|
+
|
|
39581
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
39582
|
+
|
|
39583
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
39584
|
+
|
|
39585
|
+
"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.
|
|
39586
|
+
|
|
39587
|
+
"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).
|
|
39588
|
+
|
|
39589
|
+
"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.
|
|
39590
|
+
|
|
39591
|
+
"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."
|
|
39592
|
+
|
|
39593
|
+
"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.
|
|
39594
|
+
|
|
39595
|
+
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.
|
|
39596
|
+
|
|
39597
|
+
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.
|
|
39598
|
+
|
|
39599
|
+
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:
|
|
39600
|
+
|
|
39601
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
39602
|
+
|
|
39603
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
39604
|
+
|
|
39605
|
+
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
|
|
39606
|
+
|
|
39607
|
+
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.
|
|
39608
|
+
|
|
39609
|
+
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.
|
|
39610
|
+
|
|
39611
|
+
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.
|
|
39612
|
+
|
|
39613
|
+
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.
|
|
39614
|
+
|
|
39615
|
+
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.
|
|
39616
|
+
|
|
39617
|
+
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.
|
|
39618
|
+
|
|
39619
|
+
END OF TERMS AND CONDITIONS
|
|
39620
|
+
|
|
39621
|
+
---
|
|
39622
|
+
|
|
39623
|
+
The following software may be included in this product: typescript (5.9.3)
|
|
39624
|
+
This software contains the following license and notice below:
|
|
39625
|
+
|
|
39626
|
+
Apache License
|
|
39627
|
+
|
|
39628
|
+
Version 2.0, January 2004
|
|
39629
|
+
|
|
39630
|
+
http://www.apache.org/licenses/
|
|
39631
|
+
|
|
39632
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
39633
|
+
|
|
39634
|
+
1. Definitions.
|
|
39635
|
+
|
|
39636
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
39637
|
+
|
|
39638
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
39639
|
+
|
|
39640
|
+
"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.
|
|
39641
|
+
|
|
39642
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
39643
|
+
|
|
39644
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
39645
|
+
|
|
39646
|
+
"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.
|
|
39647
|
+
|
|
39648
|
+
"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).
|
|
39649
|
+
|
|
39650
|
+
"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.
|
|
39651
|
+
|
|
39652
|
+
"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."
|
|
39653
|
+
|
|
39654
|
+
"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.
|
|
39655
|
+
|
|
39656
|
+
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.
|
|
39657
|
+
|
|
39658
|
+
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.
|
|
39659
|
+
|
|
39660
|
+
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:
|
|
39661
|
+
|
|
39662
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
39663
|
+
|
|
39664
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
39665
|
+
|
|
39666
|
+
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
|
|
39667
|
+
|
|
39668
|
+
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.
|
|
39669
|
+
|
|
39670
|
+
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.
|
|
39671
|
+
|
|
39672
|
+
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.
|
|
39673
|
+
|
|
39674
|
+
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.
|
|
39675
|
+
|
|
39676
|
+
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.
|
|
39677
|
+
|
|
39678
|
+
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.
|
|
39679
|
+
|
|
39680
|
+
END OF TERMS AND CONDITIONS
|
|
39681
|
+
|
|
39682
|
+
---
|
|
39683
|
+
|
|
39684
|
+
The following software may be included in this product: typescript (6.0.3)
|
|
39685
|
+
This software contains the following license and notice below:
|
|
39686
|
+
|
|
39687
|
+
Apache License
|
|
39688
|
+
|
|
39689
|
+
Version 2.0, January 2004
|
|
39690
|
+
|
|
39691
|
+
http://www.apache.org/licenses/
|
|
39692
|
+
|
|
39693
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
39694
|
+
|
|
39695
|
+
1. Definitions.
|
|
39696
|
+
|
|
39697
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
39698
|
+
|
|
39699
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
39700
|
+
|
|
39701
|
+
"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.
|
|
39702
|
+
|
|
39703
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
39704
|
+
|
|
39705
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
39706
|
+
|
|
39707
|
+
"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.
|
|
39708
|
+
|
|
39709
|
+
"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).
|
|
39710
|
+
|
|
39711
|
+
"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.
|
|
39712
|
+
|
|
39713
|
+
"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."
|
|
39714
|
+
|
|
39715
|
+
"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.
|
|
39716
|
+
|
|
39717
|
+
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.
|
|
39718
|
+
|
|
39719
|
+
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.
|
|
39720
|
+
|
|
39721
|
+
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:
|
|
39722
|
+
|
|
39723
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
39724
|
+
|
|
39725
|
+
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
39726
|
+
|
|
39727
|
+
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
|
|
39728
|
+
|
|
39729
|
+
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.
|
|
39730
|
+
|
|
39731
|
+
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.
|
|
39732
|
+
|
|
39733
|
+
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.
|
|
39734
|
+
|
|
39735
|
+
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.
|
|
39736
|
+
|
|
39737
|
+
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.
|
|
39738
|
+
|
|
39739
|
+
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.
|
|
39740
|
+
|
|
39741
|
+
END OF TERMS AND CONDITIONS
|
|
39742
|
+
|
|
39743
|
+
---
|
|
39744
|
+
|
|
39745
|
+
The following software may be included in this product: validate-npm-package-license (3.0.4)
|
|
38489
39746
|
This software contains the following license and notice below:
|
|
38490
39747
|
|
|
38491
39748
|
Apache License
|
|
@@ -38692,190 +39949,7 @@ limitations under the License.
|
|
|
38692
39949
|
|
|
38693
39950
|
---
|
|
38694
39951
|
|
|
38695
|
-
The following software may be included in this product:
|
|
38696
|
-
This software contains the following license and notice below:
|
|
38697
|
-
|
|
38698
|
-
Apache License
|
|
38699
|
-
|
|
38700
|
-
Version 2.0, January 2004
|
|
38701
|
-
|
|
38702
|
-
http://www.apache.org/licenses/
|
|
38703
|
-
|
|
38704
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
38705
|
-
|
|
38706
|
-
1. Definitions.
|
|
38707
|
-
|
|
38708
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
38709
|
-
|
|
38710
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
38711
|
-
|
|
38712
|
-
"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.
|
|
38713
|
-
|
|
38714
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
38715
|
-
|
|
38716
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
38717
|
-
|
|
38718
|
-
"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.
|
|
38719
|
-
|
|
38720
|
-
"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).
|
|
38721
|
-
|
|
38722
|
-
"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.
|
|
38723
|
-
|
|
38724
|
-
"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."
|
|
38725
|
-
|
|
38726
|
-
"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.
|
|
38727
|
-
|
|
38728
|
-
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.
|
|
38729
|
-
|
|
38730
|
-
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.
|
|
38731
|
-
|
|
38732
|
-
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:
|
|
38733
|
-
|
|
38734
|
-
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
38735
|
-
|
|
38736
|
-
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
38737
|
-
|
|
38738
|
-
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
|
|
38739
|
-
|
|
38740
|
-
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.
|
|
38741
|
-
|
|
38742
|
-
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.
|
|
38743
|
-
|
|
38744
|
-
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.
|
|
38745
|
-
|
|
38746
|
-
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.
|
|
38747
|
-
|
|
38748
|
-
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.
|
|
38749
|
-
|
|
38750
|
-
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.
|
|
38751
|
-
|
|
38752
|
-
END OF TERMS AND CONDITIONS
|
|
38753
|
-
|
|
38754
|
-
---
|
|
38755
|
-
|
|
38756
|
-
The following software may be included in this product: typescript (5.9.3)
|
|
38757
|
-
This software contains the following license and notice below:
|
|
38758
|
-
|
|
38759
|
-
Apache License
|
|
38760
|
-
|
|
38761
|
-
Version 2.0, January 2004
|
|
38762
|
-
|
|
38763
|
-
http://www.apache.org/licenses/
|
|
38764
|
-
|
|
38765
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
38766
|
-
|
|
38767
|
-
1. Definitions.
|
|
38768
|
-
|
|
38769
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
38770
|
-
|
|
38771
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
38772
|
-
|
|
38773
|
-
"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.
|
|
38774
|
-
|
|
38775
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
38776
|
-
|
|
38777
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
38778
|
-
|
|
38779
|
-
"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.
|
|
38780
|
-
|
|
38781
|
-
"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).
|
|
38782
|
-
|
|
38783
|
-
"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.
|
|
38784
|
-
|
|
38785
|
-
"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."
|
|
38786
|
-
|
|
38787
|
-
"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.
|
|
38788
|
-
|
|
38789
|
-
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.
|
|
38790
|
-
|
|
38791
|
-
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.
|
|
38792
|
-
|
|
38793
|
-
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:
|
|
38794
|
-
|
|
38795
|
-
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
38796
|
-
|
|
38797
|
-
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
38798
|
-
|
|
38799
|
-
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
|
|
38800
|
-
|
|
38801
|
-
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.
|
|
38802
|
-
|
|
38803
|
-
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.
|
|
38804
|
-
|
|
38805
|
-
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.
|
|
38806
|
-
|
|
38807
|
-
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.
|
|
38808
|
-
|
|
38809
|
-
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.
|
|
38810
|
-
|
|
38811
|
-
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.
|
|
38812
|
-
|
|
38813
|
-
END OF TERMS AND CONDITIONS
|
|
38814
|
-
|
|
38815
|
-
---
|
|
38816
|
-
|
|
38817
|
-
The following software may be included in this product: typescript (6.0.3)
|
|
38818
|
-
This software contains the following license and notice below:
|
|
38819
|
-
|
|
38820
|
-
Apache License
|
|
38821
|
-
|
|
38822
|
-
Version 2.0, January 2004
|
|
38823
|
-
|
|
38824
|
-
http://www.apache.org/licenses/
|
|
38825
|
-
|
|
38826
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
38827
|
-
|
|
38828
|
-
1. Definitions.
|
|
38829
|
-
|
|
38830
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
38831
|
-
|
|
38832
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
38833
|
-
|
|
38834
|
-
"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.
|
|
38835
|
-
|
|
38836
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
38837
|
-
|
|
38838
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
38839
|
-
|
|
38840
|
-
"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.
|
|
38841
|
-
|
|
38842
|
-
"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).
|
|
38843
|
-
|
|
38844
|
-
"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.
|
|
38845
|
-
|
|
38846
|
-
"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."
|
|
38847
|
-
|
|
38848
|
-
"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.
|
|
38849
|
-
|
|
38850
|
-
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.
|
|
38851
|
-
|
|
38852
|
-
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.
|
|
38853
|
-
|
|
38854
|
-
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:
|
|
38855
|
-
|
|
38856
|
-
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
38857
|
-
|
|
38858
|
-
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
38859
|
-
|
|
38860
|
-
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
|
|
38861
|
-
|
|
38862
|
-
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.
|
|
38863
|
-
|
|
38864
|
-
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.
|
|
38865
|
-
|
|
38866
|
-
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.
|
|
38867
|
-
|
|
38868
|
-
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.
|
|
38869
|
-
|
|
38870
|
-
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.
|
|
38871
|
-
|
|
38872
|
-
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.
|
|
38873
|
-
|
|
38874
|
-
END OF TERMS AND CONDITIONS
|
|
38875
|
-
|
|
38876
|
-
---
|
|
38877
|
-
|
|
38878
|
-
The following software may be included in this product: validate-npm-package-license (3.0.4)
|
|
39952
|
+
The following software may be included in this product: web-worker (1.5.0)
|
|
38879
39953
|
This software contains the following license and notice below:
|
|
38880
39954
|
|
|
38881
39955
|
Apache License
|
|
@@ -40393,6 +41467,27 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
40393
41467
|
|
|
40394
41468
|
---
|
|
40395
41469
|
|
|
41470
|
+
The following software may be included in this product: semver (7.8.2)
|
|
41471
|
+
This software contains the following license and notice below:
|
|
41472
|
+
|
|
41473
|
+
The ISC License
|
|
41474
|
+
|
|
41475
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
41476
|
+
|
|
41477
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
41478
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
41479
|
+
copyright notice and this permission notice appear in all copies.
|
|
41480
|
+
|
|
41481
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
41482
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
41483
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
41484
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
41485
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
41486
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
41487
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
41488
|
+
|
|
41489
|
+
---
|
|
41490
|
+
|
|
40396
41491
|
The following software may be included in this product: setprototypeof (1.2.0)
|
|
40397
41492
|
This software contains the following license and notice below:
|
|
40398
41493
|
|
|
@@ -40772,7 +41867,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
40772
41867
|
|
|
40773
41868
|
---
|
|
40774
41869
|
|
|
40775
|
-
The following software may be included in this product: @swc/core-linux-x64-gnu (1.15.
|
|
41870
|
+
The following software may be included in this product: @swc/core-linux-x64-gnu (1.15.43)
|
|
40776
41871
|
This software contains the following license and notice below:
|
|
40777
41872
|
|
|
40778
41873
|
Apache License
|
|
@@ -41266,66 +42361,101 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
41266
42361
|
|
|
41267
42362
|
---
|
|
41268
42363
|
|
|
41269
|
-
The following software may be included in this product: istanbul-reports (3.2.0)
|
|
42364
|
+
The following software may be included in this product: istanbul-reports (3.2.0)
|
|
42365
|
+
This software contains the following license and notice below:
|
|
42366
|
+
|
|
42367
|
+
Copyright 2012-2015 Yahoo! Inc.
|
|
42368
|
+
All rights reserved.
|
|
42369
|
+
|
|
42370
|
+
Redistribution and use in source and binary forms, with or without
|
|
42371
|
+
modification, are permitted provided that the following conditions are met:
|
|
42372
|
+
* Redistributions of source code must retain the above copyright
|
|
42373
|
+
notice, this list of conditions and the following disclaimer.
|
|
42374
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
42375
|
+
notice, this list of conditions and the following disclaimer in the
|
|
42376
|
+
documentation and/or other materials provided with the distribution.
|
|
42377
|
+
* Neither the name of the Yahoo! Inc. nor the
|
|
42378
|
+
names of its contributors may be used to endorse or promote products
|
|
42379
|
+
derived from this software without specific prior written permission.
|
|
42380
|
+
|
|
42381
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
42382
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
42383
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
42384
|
+
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
|
|
42385
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
42386
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
42387
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
42388
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
42389
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
42390
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
42391
|
+
|
|
42392
|
+
---
|
|
42393
|
+
|
|
42394
|
+
The following software may be included in this product: license-checker-rseidelsohn (4.4.2)
|
|
42395
|
+
This software contains the following license and notice below:
|
|
42396
|
+
|
|
42397
|
+
Copyright 2012 Yahoo Inc.
|
|
42398
|
+
|
|
42399
|
+
Redistribution and use in source and binary forms, with or without
|
|
42400
|
+
modification, are permitted provided that the following conditions are met:
|
|
42401
|
+
* Redistributions of source code must retain the above copyright
|
|
42402
|
+
notice, this list of conditions and the following disclaimer.
|
|
42403
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
42404
|
+
notice, this list of conditions and the following disclaimer in the
|
|
42405
|
+
documentation and/or other materials provided with the distribution.
|
|
42406
|
+
* Neither the name of the Yahoo! Inc. nor the
|
|
42407
|
+
names of its contributors may be used to endorse or promote products
|
|
42408
|
+
derived from this software without specific prior written permission.
|
|
42409
|
+
|
|
42410
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
42411
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
42412
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
42413
|
+
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
|
|
42414
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
42415
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
42416
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
42417
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
42418
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
42419
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
42420
|
+
|
|
42421
|
+
---
|
|
42422
|
+
|
|
42423
|
+
The following software may be included in this product: qs (6.13.0)
|
|
41270
42424
|
This software contains the following license and notice below:
|
|
41271
42425
|
|
|
41272
|
-
|
|
42426
|
+
BSD 3-Clause License
|
|
42427
|
+
|
|
42428
|
+
Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
|
|
41273
42429
|
All rights reserved.
|
|
41274
42430
|
|
|
41275
42431
|
Redistribution and use in source and binary forms, with or without
|
|
41276
42432
|
modification, are permitted provided that the following conditions are met:
|
|
41277
|
-
* Redistributions of source code must retain the above copyright
|
|
41278
|
-
notice, this list of conditions and the following disclaimer.
|
|
41279
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
41280
|
-
notice, this list of conditions and the following disclaimer in the
|
|
41281
|
-
documentation and/or other materials provided with the distribution.
|
|
41282
|
-
* Neither the name of the Yahoo! Inc. nor the
|
|
41283
|
-
names of its contributors may be used to endorse or promote products
|
|
41284
|
-
derived from this software without specific prior written permission.
|
|
41285
42433
|
|
|
41286
|
-
|
|
41287
|
-
|
|
41288
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
41289
|
-
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
|
|
41290
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
41291
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
41292
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
41293
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
41294
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
41295
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
41296
|
-
|
|
41297
|
-
---
|
|
41298
|
-
|
|
41299
|
-
The following software may be included in this product: license-checker-rseidelsohn (4.4.2)
|
|
41300
|
-
This software contains the following license and notice below:
|
|
42434
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
42435
|
+
list of conditions and the following disclaimer.
|
|
41301
42436
|
|
|
41302
|
-
|
|
42437
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
42438
|
+
this list of conditions and the following disclaimer in the documentation
|
|
42439
|
+
and/or other materials provided with the distribution.
|
|
41303
42440
|
|
|
41304
|
-
|
|
41305
|
-
|
|
41306
|
-
|
|
41307
|
-
notice, this list of conditions and the following disclaimer.
|
|
41308
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
41309
|
-
notice, this list of conditions and the following disclaimer in the
|
|
41310
|
-
documentation and/or other materials provided with the distribution.
|
|
41311
|
-
* Neither the name of the Yahoo! Inc. nor the
|
|
41312
|
-
names of its contributors may be used to endorse or promote products
|
|
41313
|
-
derived from this software without specific prior written permission.
|
|
42441
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
42442
|
+
contributors may be used to endorse or promote products derived from
|
|
42443
|
+
this software without specific prior written permission.
|
|
41314
42444
|
|
|
41315
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
41316
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
41317
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
41318
|
-
DISCLAIMED. IN NO EVENT SHALL
|
|
41319
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
41320
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
41321
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
41322
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
41323
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
41324
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
42445
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
42446
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
42447
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
42448
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
42449
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
42450
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
42451
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
42452
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
42453
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
42454
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
41325
42455
|
|
|
41326
42456
|
---
|
|
41327
42457
|
|
|
41328
|
-
The following software may be included in this product: qs (6.
|
|
42458
|
+
The following software may be included in this product: qs (6.14.1)
|
|
41329
42459
|
This software contains the following license and notice below:
|
|
41330
42460
|
|
|
41331
42461
|
BSD 3-Clause License
|
|
@@ -41360,7 +42490,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
41360
42490
|
|
|
41361
42491
|
---
|
|
41362
42492
|
|
|
41363
|
-
The following software may be included in this product: qs (6.
|
|
42493
|
+
The following software may be included in this product: qs (6.15.3)
|
|
41364
42494
|
This software contains the following license and notice below:
|
|
41365
42495
|
|
|
41366
42496
|
BSD 3-Clause License
|
|
@@ -43162,6 +44292,67 @@ Creative Commons may be contacted at creativecommons.org.
|
|
|
43162
44292
|
|
|
43163
44293
|
---
|
|
43164
44294
|
|
|
44295
|
+
The following software may be included in this product: isexe (4.0.0)
|
|
44296
|
+
This software contains the following license and notice below:
|
|
44297
|
+
|
|
44298
|
+
# Blue Oak Model License
|
|
44299
|
+
|
|
44300
|
+
Version 1.0.0
|
|
44301
|
+
|
|
44302
|
+
## Purpose
|
|
44303
|
+
|
|
44304
|
+
This license gives everyone as much permission to work with
|
|
44305
|
+
this software as possible, while protecting contributors
|
|
44306
|
+
from liability.
|
|
44307
|
+
|
|
44308
|
+
## Acceptance
|
|
44309
|
+
|
|
44310
|
+
In order to receive this license, you must agree to its
|
|
44311
|
+
rules. The rules of this license are both obligations
|
|
44312
|
+
under that agreement and conditions to your license.
|
|
44313
|
+
You must not do anything with this software that triggers
|
|
44314
|
+
a rule that you cannot or will not follow.
|
|
44315
|
+
|
|
44316
|
+
## Copyright
|
|
44317
|
+
|
|
44318
|
+
Each contributor licenses you to do everything with this
|
|
44319
|
+
software that would otherwise infringe that contributor's
|
|
44320
|
+
copyright in it.
|
|
44321
|
+
|
|
44322
|
+
## Notices
|
|
44323
|
+
|
|
44324
|
+
You must ensure that everyone who gets a copy of
|
|
44325
|
+
any part of this software from you, with or without
|
|
44326
|
+
changes, also gets the text of this license or a link to
|
|
44327
|
+
<https://blueoakcouncil.org/license/1.0.0>.
|
|
44328
|
+
|
|
44329
|
+
## Excuse
|
|
44330
|
+
|
|
44331
|
+
If anyone notifies you in writing that you have not
|
|
44332
|
+
complied with [Notices](#notices), you can keep your
|
|
44333
|
+
license by taking all practical steps to comply within 30
|
|
44334
|
+
days after the notice. If you do not do so, your license
|
|
44335
|
+
ends immediately.
|
|
44336
|
+
|
|
44337
|
+
## Patent
|
|
44338
|
+
|
|
44339
|
+
Each contributor licenses you to do everything with this
|
|
44340
|
+
software that would otherwise infringe any patent claims
|
|
44341
|
+
they can license or become able to license.
|
|
44342
|
+
|
|
44343
|
+
## Reliability
|
|
44344
|
+
|
|
44345
|
+
No contributor can revoke this license.
|
|
44346
|
+
|
|
44347
|
+
## No Liability
|
|
44348
|
+
|
|
44349
|
+
***As far as the law allows, this software comes as is,
|
|
44350
|
+
without any warranty or condition, and no contributor
|
|
44351
|
+
will be liable to anyone for any damages related to this
|
|
44352
|
+
software or this license, under any kind of legal claim.***
|
|
44353
|
+
|
|
44354
|
+
---
|
|
44355
|
+
|
|
43165
44356
|
The following software may be included in this product: jackspeak (3.4.3)
|
|
43166
44357
|
This software contains the following license and notice below:
|
|
43167
44358
|
|
|
@@ -45966,6 +47157,133 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
45966
47157
|
|
|
45967
47158
|
---
|
|
45968
47159
|
|
|
47160
|
+
The following software may be included in this product: type-fest (4.41.0)
|
|
47161
|
+
This software contains the following license and notice below:
|
|
47162
|
+
|
|
47163
|
+
Creative Commons Legal Code
|
|
47164
|
+
|
|
47165
|
+
CC0 1.0 Universal
|
|
47166
|
+
|
|
47167
|
+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
|
47168
|
+
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
|
|
47169
|
+
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
|
47170
|
+
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
|
47171
|
+
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
|
|
47172
|
+
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
|
|
47173
|
+
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
|
|
47174
|
+
HEREUNDER.
|
|
47175
|
+
|
|
47176
|
+
Statement of Purpose
|
|
47177
|
+
|
|
47178
|
+
The laws of most jurisdictions throughout the world automatically confer
|
|
47179
|
+
exclusive Copyright and Related Rights (defined below) upon the creator
|
|
47180
|
+
and subsequent owner(s) (each and all, an "owner") of an original work of
|
|
47181
|
+
authorship and/or a database (each, a "Work").
|
|
47182
|
+
|
|
47183
|
+
Certain owners wish to permanently relinquish those rights to a Work for
|
|
47184
|
+
the purpose of contributing to a commons of creative, cultural and
|
|
47185
|
+
scientific works ("Commons") that the public can reliably and without fear
|
|
47186
|
+
of later claims of infringement build upon, modify, incorporate in other
|
|
47187
|
+
works, reuse and redistribute as freely as possible in any form whatsoever
|
|
47188
|
+
and for any purposes, including without limitation commercial purposes.
|
|
47189
|
+
These owners may contribute to the Commons to promote the ideal of a free
|
|
47190
|
+
culture and the further production of creative, cultural and scientific
|
|
47191
|
+
works, or to gain reputation or greater distribution for their Work in
|
|
47192
|
+
part through the use and efforts of others.
|
|
47193
|
+
|
|
47194
|
+
For these and/or other purposes and motivations, and without any
|
|
47195
|
+
expectation of additional consideration or compensation, the person
|
|
47196
|
+
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
|
|
47197
|
+
is an owner of Copyright and Related Rights in the Work, voluntarily
|
|
47198
|
+
elects to apply CC0 to the Work and publicly distribute the Work under its
|
|
47199
|
+
terms, with knowledge of his or her Copyright and Related Rights in the
|
|
47200
|
+
Work and the meaning and intended legal effect of CC0 on those rights.
|
|
47201
|
+
|
|
47202
|
+
1. Copyright and Related Rights. A Work made available under CC0 may be
|
|
47203
|
+
protected by copyright and related or neighboring rights ("Copyright and
|
|
47204
|
+
Related Rights"). Copyright and Related Rights include, but are not
|
|
47205
|
+
limited to, the following:
|
|
47206
|
+
|
|
47207
|
+
i. the right to reproduce, adapt, distribute, perform, display,
|
|
47208
|
+
communicate, and translate a Work;
|
|
47209
|
+
ii. moral rights retained by the original author(s) and/or performer(s);
|
|
47210
|
+
iii. publicity and privacy rights pertaining to a person's image or
|
|
47211
|
+
likeness depicted in a Work;
|
|
47212
|
+
iv. rights protecting against unfair competition in regards to a Work,
|
|
47213
|
+
subject to the limitations in paragraph 4(a), below;
|
|
47214
|
+
v. rights protecting the extraction, dissemination, use and reuse of data
|
|
47215
|
+
in a Work;
|
|
47216
|
+
vi. database rights (such as those arising under Directive 96/9/EC of the
|
|
47217
|
+
European Parliament and of the Council of 11 March 1996 on the legal
|
|
47218
|
+
protection of databases, and under any national implementation
|
|
47219
|
+
thereof, including any amended or successor version of such
|
|
47220
|
+
directive); and
|
|
47221
|
+
vii. other similar, equivalent or corresponding rights throughout the
|
|
47222
|
+
world based on applicable law or treaty, and any national
|
|
47223
|
+
implementations thereof.
|
|
47224
|
+
|
|
47225
|
+
2. Waiver. To the greatest extent permitted by, but not in contravention
|
|
47226
|
+
of, applicable law, Affirmer hereby overtly, fully, permanently,
|
|
47227
|
+
irrevocably and unconditionally waives, abandons, and surrenders all of
|
|
47228
|
+
Affirmer's Copyright and Related Rights and associated claims and causes
|
|
47229
|
+
of action, whether now known or unknown (including existing as well as
|
|
47230
|
+
future claims and causes of action), in the Work (i) in all territories
|
|
47231
|
+
worldwide, (ii) for the maximum duration provided by applicable law or
|
|
47232
|
+
treaty (including future time extensions), (iii) in any current or future
|
|
47233
|
+
medium and for any number of copies, and (iv) for any purpose whatsoever,
|
|
47234
|
+
including without limitation commercial, advertising or promotional
|
|
47235
|
+
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
|
|
47236
|
+
member of the public at large and to the detriment of Affirmer's heirs and
|
|
47237
|
+
successors, fully intending that such Waiver shall not be subject to
|
|
47238
|
+
revocation, rescission, cancellation, termination, or any other legal or
|
|
47239
|
+
equitable action to disrupt the quiet enjoyment of the Work by the public
|
|
47240
|
+
as contemplated by Affirmer's express Statement of Purpose.
|
|
47241
|
+
|
|
47242
|
+
3. Public License Fallback. Should any part of the Waiver for any reason
|
|
47243
|
+
be judged legally invalid or ineffective under applicable law, then the
|
|
47244
|
+
Waiver shall be preserved to the maximum extent permitted taking into
|
|
47245
|
+
account Affirmer's express Statement of Purpose. In addition, to the
|
|
47246
|
+
extent the Waiver is so judged Affirmer hereby grants to each affected
|
|
47247
|
+
person a royalty-free, non transferable, non sublicensable, non exclusive,
|
|
47248
|
+
irrevocable and unconditional license to exercise Affirmer's Copyright and
|
|
47249
|
+
Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
|
47250
|
+
maximum duration provided by applicable law or treaty (including future
|
|
47251
|
+
time extensions), (iii) in any current or future medium and for any number
|
|
47252
|
+
of copies, and (iv) for any purpose whatsoever, including without
|
|
47253
|
+
limitation commercial, advertising or promotional purposes (the
|
|
47254
|
+
"License"). The License shall be deemed effective as of the date CC0 was
|
|
47255
|
+
applied by Affirmer to the Work. Should any part of the License for any
|
|
47256
|
+
reason be judged legally invalid or ineffective under applicable law, such
|
|
47257
|
+
partial invalidity or ineffectiveness shall not invalidate the remainder
|
|
47258
|
+
of the License, and in such case Affirmer hereby affirms that he or she
|
|
47259
|
+
will not (i) exercise any of his or her remaining Copyright and Related
|
|
47260
|
+
Rights in the Work or (ii) assert any associated claims and causes of
|
|
47261
|
+
action with respect to the Work, in either case contrary to Affirmer's
|
|
47262
|
+
express Statement of Purpose.
|
|
47263
|
+
|
|
47264
|
+
4. Limitations and Disclaimers.
|
|
47265
|
+
|
|
47266
|
+
a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
|
47267
|
+
surrendered, licensed or otherwise affected by this document.
|
|
47268
|
+
b. Affirmer offers the Work as-is and makes no representations or
|
|
47269
|
+
warranties of any kind concerning the Work, express, implied,
|
|
47270
|
+
statutory or otherwise, including without limitation warranties of
|
|
47271
|
+
title, merchantability, fitness for a particular purpose, non
|
|
47272
|
+
infringement, or the absence of latent or other defects, accuracy, or
|
|
47273
|
+
the present or absence of errors, whether or not discoverable, all to
|
|
47274
|
+
the greatest extent permissible under applicable law.
|
|
47275
|
+
c. Affirmer disclaims responsibility for clearing rights of other persons
|
|
47276
|
+
that may apply to the Work or any use thereof, including without
|
|
47277
|
+
limitation any person's Copyright and Related Rights in the Work.
|
|
47278
|
+
Further, Affirmer disclaims responsibility for obtaining any necessary
|
|
47279
|
+
consents, permissions or other rights required for any use of the
|
|
47280
|
+
Work.
|
|
47281
|
+
d. Affirmer understands and acknowledges that Creative Commons is not a
|
|
47282
|
+
party to this document and has no duty or obligation with respect to
|
|
47283
|
+
this CC0 or use of the Work.
|
|
47284
|
+
|
|
47285
|
+
---
|
|
47286
|
+
|
|
45969
47287
|
The following software may be included in this product: union (0.5.0)
|
|
45970
47288
|
This software contains the following license and notice below:
|
|
45971
47289
|
|