@aws/nx-plugin 1.0.0-rc.7 → 1.0.0-rc.9
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 +386 -2723
- package/README.md +8 -8
- package/package.json +5 -5
- package/src/connection/agent-serve-local.js +1 -1
- package/src/connection/agent-serve-local.js.map +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +15 -15
- package/src/infra/app/generator.js +6 -4
- package/src/infra/app/generator.js.map +1 -1
- package/src/mcp-server/tools/create-workspace-command.js +2 -2
- package/src/mcp-server/tools/create-workspace-command.js.map +1 -1
- package/src/py/agent/__snapshots__/generator.spec.ts.snap +6 -4
- package/src/py/agent/files/common/agent.py.template +2 -0
- package/src/py/agent/generator.js +3 -1
- package/src/py/agent/generator.js.map +1 -1
- package/src/py/agent/mcp-connection/__snapshots__/generator.spec.ts.snap +4 -0
- package/src/py/fast-api/generator.js +11 -5
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/py/fast-api/react/open-api.js +4 -1
- package/src/py/fast-api/react/open-api.js.map +1 -1
- package/src/py/lambda-function/generator.js +2 -2
- package/src/py/lambda-function/generator.js.map +1 -1
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/mcp-server/generator.js +19 -15
- package/src/py/mcp-server/generator.js.map +1 -1
- package/src/py/project/generator.js +74 -62
- package/src/py/project/generator.js.map +1 -1
- package/src/smithy/project/__snapshots__/generator.spec.ts.snap +16 -16
- package/src/smithy/project/generator.js +25 -23
- package/src/smithy/project/generator.js.map +1 -1
- package/src/smithy/ts/api/generator.js +8 -0
- package/src/smithy/ts/api/generator.js.map +1 -1
- package/src/terraform/project/generator.js +7 -2
- package/src/terraform/project/generator.js.map +1 -1
- package/src/trpc/backend/generator.js +1 -0
- package/src/trpc/backend/generator.js.map +1 -1
- package/src/ts/agent/__snapshots__/generator.spec.ts.snap +6 -2
- package/src/ts/agent/files/common/agent.ts.template +6 -2
- package/src/ts/agent/generator.js +8 -3
- package/src/ts/agent/generator.js.map +1 -1
- package/src/ts/agent/mcp-connection/__snapshots__/generator.spec.ts.snap +1 -0
- package/src/ts/astro-docs/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/ts/astro-docs/generator.js +10 -7
- package/src/ts/astro-docs/generator.js.map +1 -1
- package/src/ts/lib/__snapshots__/generator.spec.ts.snap +9 -9
- package/src/ts/lib/biome.js +5 -2
- package/src/ts/lib/biome.js.map +1 -1
- package/src/ts/lib/generator.js +21 -17
- package/src/ts/lib/generator.js.map +1 -1
- package/src/ts/lib/ts-project-utils.d.ts +10 -0
- package/src/ts/lib/ts-project-utils.js +22 -8
- package/src/ts/lib/ts-project-utils.js.map +1 -1
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/mcp-server/generator.js +22 -3
- package/src/ts/mcp-server/generator.js.map +1 -1
- package/src/ts/nx-generator/generator.js +17 -13
- package/src/ts/nx-generator/generator.js.map +1 -1
- package/src/ts/nx-plugin/generator.js +7 -6
- package/src/ts/nx-plugin/generator.js.map +1 -1
- package/src/ts/nx-plugin/utils.js +9 -3
- package/src/ts/nx-plugin/utils.js.map +1 -1
- package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +36 -18
- package/src/ts/rdb/generator.js +19 -14
- package/src/ts/rdb/generator.js.map +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +67 -67
- package/src/ts/react-website/app/generator.js +8 -4
- package/src/ts/react-website/app/generator.js.map +1 -1
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.spec.ts.snap +0 -2
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.ux-provider.spec.ts.snap +0 -20
- package/src/ts/react-website/cognito-auth/generator.js +0 -3
- package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
- package/src/ts/react-website/cognito-auth/grit/cloudscape-auth-menu.grit +3 -1
- package/src/ts/react-website/cognito-auth/grit/none-auth-menu.grit +1 -0
- package/src/ts/react-website/cognito-auth/grit/shadcn-auth-menu.grit +3 -1
- package/src/ts/react-website/cognito-auth/grit/shadcn-state-declarations.grit +3 -1
- package/src/utils/agent-connection/agent-connection.js +8 -2
- package/src/utils/agent-connection/agent-connection.js.map +1 -1
- package/src/utils/agent-connection/files/core-runtime-config/model-errors.ts.template +36 -0
- package/src/utils/agent-connection/files/py-core-runtime-config/model_errors.py.template +40 -0
- package/src/utils/agent-core-constructs/agent-core-constructs.js +2 -10
- package/src/utils/agent-core-constructs/agent-core-constructs.js.map +1 -1
- package/src/utils/ast/website.js +1 -1
- package/src/utils/ast.d.ts +4 -0
- package/src/utils/ast.js +24 -1
- package/src/utils/ast.js.map +1 -1
- package/src/utils/dynamodb-constructs/dynamodb-constructs.js +2 -10
- package/src/utils/dynamodb-constructs/dynamodb-constructs.js.map +1 -1
- package/src/utils/metrics.d.ts +7 -1
- package/src/utils/metrics.js +58 -28
- package/src/utils/metrics.js.map +1 -1
- package/src/utils/nx.d.ts +5 -0
- package/src/utils/nx.js +44 -12
- package/src/utils/nx.js.map +1 -1
- package/src/utils/port.d.ts +25 -4
- package/src/utils/port.js +56 -9
- package/src/utils/port.js.map +1 -1
- package/src/utils/py.js +12 -5
- package/src/utils/py.js.map +1 -1
- package/src/utils/rdb-constructs/files/terraform/core/rdb/aurora/aurora.tf.template +18 -9
- package/src/utils/rdb-constructs/rdb-constructs.js +2 -10
- package/src/utils/rdb-constructs/rdb-constructs.js.map +1 -1
- package/src/utils/versions.d.ts +43 -43
- package/src/utils/versions.js +42 -42
- package/src/utils/versions.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -4953,34 +4953,6 @@ SOFTWARE.
|
|
|
4953
4953
|
|
|
4954
4954
|
---
|
|
4955
4955
|
|
|
4956
|
-
The following software may be included in this product: @nx/devkit (22.7.3)
|
|
4957
|
-
This software contains the following license and notice below:
|
|
4958
|
-
|
|
4959
|
-
(The MIT License)
|
|
4960
|
-
|
|
4961
|
-
Copyright (c) 2017-2026 Narwhal Technologies Inc.
|
|
4962
|
-
|
|
4963
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4964
|
-
a copy of this software and associated documentation files (the
|
|
4965
|
-
'Software'), to deal in the Software without restriction, including
|
|
4966
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4967
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4968
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
4969
|
-
the following conditions:
|
|
4970
|
-
|
|
4971
|
-
The above copyright notice and this permission notice shall be
|
|
4972
|
-
included in all copies or substantial portions of the Software.
|
|
4973
|
-
|
|
4974
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4975
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4976
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4977
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4978
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4979
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4980
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4981
|
-
|
|
4982
|
-
---
|
|
4983
|
-
|
|
4984
4956
|
The following software may be included in this product: @nx/devkit (22.7.5)
|
|
4985
4957
|
This software contains the following license and notice below:
|
|
4986
4958
|
|
|
@@ -5317,7 +5289,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5317
5289
|
|
|
5318
5290
|
---
|
|
5319
5291
|
|
|
5320
|
-
The following software may be included in this product: @nxlv/python (22.
|
|
5292
|
+
The following software may be included in this product: @nxlv/python (22.2.0)
|
|
5321
5293
|
This software contains the following license and notice below:
|
|
5322
5294
|
|
|
5323
5295
|
MIT License
|
|
@@ -5344,35 +5316,7 @@ SOFTWARE.
|
|
|
5344
5316
|
|
|
5345
5317
|
---
|
|
5346
5318
|
|
|
5347
|
-
The following software may be included in this product: @oxc-project/types (0.
|
|
5348
|
-
This software contains the following license and notice below:
|
|
5349
|
-
|
|
5350
|
-
MIT License
|
|
5351
|
-
|
|
5352
|
-
Copyright (c) 2024-present VoidZero Inc. & Contributors
|
|
5353
|
-
Copyright (c) 2023 Boshen
|
|
5354
|
-
|
|
5355
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5356
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5357
|
-
in the Software without restriction, including without limitation the rights
|
|
5358
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5359
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5360
|
-
furnished to do so, subject to the following conditions:
|
|
5361
|
-
|
|
5362
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5363
|
-
copies or substantial portions of the Software.
|
|
5364
|
-
|
|
5365
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5366
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5367
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5368
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5369
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5370
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5371
|
-
SOFTWARE.
|
|
5372
|
-
|
|
5373
|
-
---
|
|
5374
|
-
|
|
5375
|
-
The following software may be included in this product: @oxc-project/types (0.132.0)
|
|
5319
|
+
The following software may be included in this product: @oxc-project/types (0.133.0)
|
|
5376
5320
|
This software contains the following license and notice below:
|
|
5377
5321
|
|
|
5378
5322
|
MIT License
|
|
@@ -5709,7 +5653,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5709
5653
|
|
|
5710
5654
|
---
|
|
5711
5655
|
|
|
5712
|
-
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.
|
|
5656
|
+
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.3)
|
|
5713
5657
|
This software contains the following license and notice below:
|
|
5714
5658
|
|
|
5715
5659
|
MIT License
|
|
@@ -5733,61 +5677,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5733
5677
|
|
|
5734
5678
|
---
|
|
5735
5679
|
|
|
5736
|
-
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.2)
|
|
5737
|
-
This software contains the following license and notice below:
|
|
5738
|
-
|
|
5739
|
-
MIT License
|
|
5740
|
-
|
|
5741
|
-
Copyright (c) The maintainers of @rolldown/binding-linux-x64-gnu <https://rolldown.rs/>
|
|
5742
|
-
|
|
5743
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
5744
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
5745
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5746
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
5747
|
-
following conditions:
|
|
5748
|
-
|
|
5749
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
5750
|
-
portions of the Software.
|
|
5751
|
-
|
|
5752
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
5753
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
5754
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
5755
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
5756
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5757
|
-
|
|
5758
|
-
---
|
|
5759
|
-
|
|
5760
|
-
The following software may be included in this product: @rolldown/pluginutils (1.0.0-rc.15)
|
|
5761
|
-
This software contains the following license and notice below:
|
|
5762
|
-
|
|
5763
|
-
MIT License
|
|
5764
|
-
|
|
5765
|
-
Copyright (c) 2024-present VoidZero Inc. & Contributors
|
|
5766
|
-
|
|
5767
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5768
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5769
|
-
in the Software without restriction, including without limitation the rights
|
|
5770
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5771
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5772
|
-
furnished to do so, subject to the following conditions:
|
|
5773
|
-
|
|
5774
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5775
|
-
copies or substantial portions of the Software.
|
|
5776
|
-
|
|
5777
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5778
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5779
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5780
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5781
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5782
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5783
|
-
SOFTWARE.
|
|
5784
|
-
|
|
5785
|
-
end of terms and conditions
|
|
5786
|
-
|
|
5787
|
-
The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
|
|
5788
|
-
|
|
5789
|
-
---
|
|
5790
|
-
|
|
5791
5680
|
The following software may be included in this product: @rolldown/pluginutils (1.0.1)
|
|
5792
5681
|
This software contains the following license and notice below:
|
|
5793
5682
|
|
|
@@ -7029,7 +6918,7 @@ SOFTWARE
|
|
|
7029
6918
|
|
|
7030
6919
|
---
|
|
7031
6920
|
|
|
7032
|
-
The following software may be included in this product: @types/node (25.9.
|
|
6921
|
+
The following software may be included in this product: @types/node (25.9.2)
|
|
7033
6922
|
This software contains the following license and notice below:
|
|
7034
6923
|
|
|
7035
6924
|
MIT License
|
|
@@ -7731,7 +7620,7 @@ SOFTWARE.
|
|
|
7731
7620
|
|
|
7732
7621
|
---
|
|
7733
7622
|
|
|
7734
|
-
The following software may be included in this product: @vitest/coverage-v8 (4.1.
|
|
7623
|
+
The following software may be included in this product: @vitest/coverage-v8 (4.1.8)
|
|
7735
7624
|
This software contains the following license and notice below:
|
|
7736
7625
|
|
|
7737
7626
|
MIT License
|
|
@@ -7758,7 +7647,7 @@ SOFTWARE.
|
|
|
7758
7647
|
|
|
7759
7648
|
---
|
|
7760
7649
|
|
|
7761
|
-
The following software may be included in this product: @vitest/expect (4.1.
|
|
7650
|
+
The following software may be included in this product: @vitest/expect (4.1.8)
|
|
7762
7651
|
This software contains the following license and notice below:
|
|
7763
7652
|
|
|
7764
7653
|
MIT License
|
|
@@ -7785,7 +7674,7 @@ SOFTWARE.
|
|
|
7785
7674
|
|
|
7786
7675
|
---
|
|
7787
7676
|
|
|
7788
|
-
The following software may be included in this product: @vitest/mocker (4.1.
|
|
7677
|
+
The following software may be included in this product: @vitest/mocker (4.1.8)
|
|
7789
7678
|
This software contains the following license and notice below:
|
|
7790
7679
|
|
|
7791
7680
|
MIT License
|
|
@@ -7812,7 +7701,7 @@ SOFTWARE.
|
|
|
7812
7701
|
|
|
7813
7702
|
---
|
|
7814
7703
|
|
|
7815
|
-
The following software may be included in this product: @vitest/pretty-format (4.1.
|
|
7704
|
+
The following software may be included in this product: @vitest/pretty-format (4.1.8)
|
|
7816
7705
|
This software contains the following license and notice below:
|
|
7817
7706
|
|
|
7818
7707
|
MIT License
|
|
@@ -7839,7 +7728,7 @@ SOFTWARE.
|
|
|
7839
7728
|
|
|
7840
7729
|
---
|
|
7841
7730
|
|
|
7842
|
-
The following software may be included in this product: @vitest/runner (4.1.
|
|
7731
|
+
The following software may be included in this product: @vitest/runner (4.1.8)
|
|
7843
7732
|
This software contains the following license and notice below:
|
|
7844
7733
|
|
|
7845
7734
|
MIT License
|
|
@@ -7866,7 +7755,7 @@ SOFTWARE.
|
|
|
7866
7755
|
|
|
7867
7756
|
---
|
|
7868
7757
|
|
|
7869
|
-
The following software may be included in this product: @vitest/snapshot (4.1.
|
|
7758
|
+
The following software may be included in this product: @vitest/snapshot (4.1.8)
|
|
7870
7759
|
This software contains the following license and notice below:
|
|
7871
7760
|
|
|
7872
7761
|
MIT License
|
|
@@ -7893,7 +7782,7 @@ SOFTWARE.
|
|
|
7893
7782
|
|
|
7894
7783
|
---
|
|
7895
7784
|
|
|
7896
|
-
The following software may be included in this product: @vitest/spy (4.1.
|
|
7785
|
+
The following software may be included in this product: @vitest/spy (4.1.8)
|
|
7897
7786
|
This software contains the following license and notice below:
|
|
7898
7787
|
|
|
7899
7788
|
MIT License
|
|
@@ -7920,7 +7809,7 @@ SOFTWARE.
|
|
|
7920
7809
|
|
|
7921
7810
|
---
|
|
7922
7811
|
|
|
7923
|
-
The following software may be included in this product: @vitest/ui (4.1.
|
|
7812
|
+
The following software may be included in this product: @vitest/ui (4.1.8)
|
|
7924
7813
|
This software contains the following license and notice below:
|
|
7925
7814
|
|
|
7926
7815
|
MIT License
|
|
@@ -7947,7 +7836,7 @@ SOFTWARE.
|
|
|
7947
7836
|
|
|
7948
7837
|
---
|
|
7949
7838
|
|
|
7950
|
-
The following software may be included in this product: @vitest/utils (4.1.
|
|
7839
|
+
The following software may be included in this product: @vitest/utils (4.1.8)
|
|
7951
7840
|
This software contains the following license and notice below:
|
|
7952
7841
|
|
|
7953
7842
|
MIT License
|
|
@@ -14562,7 +14451,7 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
14562
14451
|
|
|
14563
14452
|
---
|
|
14564
14453
|
|
|
14565
|
-
The following software may be included in this product: fs-extra (11.3.
|
|
14454
|
+
The following software may be included in this product: fs-extra (11.3.5)
|
|
14566
14455
|
This software contains the following license and notice below:
|
|
14567
14456
|
|
|
14568
14457
|
(The MIT License)
|
|
@@ -16460,7 +16349,7 @@ SOFTWARE.
|
|
|
16460
16349
|
|
|
16461
16350
|
---
|
|
16462
16351
|
|
|
16463
|
-
The following software may be included in this product: jiti (2.
|
|
16352
|
+
The following software may be included in this product: jiti (2.7.0)
|
|
16464
16353
|
This software contains the following license and notice below:
|
|
16465
16354
|
|
|
16466
16355
|
MIT License
|
|
@@ -20219,32 +20108,6 @@ SOFTWARE.
|
|
|
20219
20108
|
|
|
20220
20109
|
---
|
|
20221
20110
|
|
|
20222
|
-
The following software may be included in this product: nanoid (3.3.11)
|
|
20223
|
-
This software contains the following license and notice below:
|
|
20224
|
-
|
|
20225
|
-
The MIT License (MIT)
|
|
20226
|
-
|
|
20227
|
-
Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
|
|
20228
|
-
|
|
20229
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
20230
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
20231
|
-
the Software without restriction, including without limitation the rights to
|
|
20232
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
20233
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
20234
|
-
subject to the following conditions:
|
|
20235
|
-
|
|
20236
|
-
The above copyright notice and this permission notice shall be included in all
|
|
20237
|
-
copies or substantial portions of the Software.
|
|
20238
|
-
|
|
20239
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20240
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
20241
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
20242
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
20243
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20244
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20245
|
-
|
|
20246
|
-
---
|
|
20247
|
-
|
|
20248
20111
|
The following software may be included in this product: nanoid (3.3.12)
|
|
20249
20112
|
This software contains the following license and notice below:
|
|
20250
20113
|
|
|
@@ -22089,32 +21952,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
22089
21952
|
|
|
22090
21953
|
---
|
|
22091
21954
|
|
|
22092
|
-
The following software may be included in this product: postcss (8.5.14)
|
|
22093
|
-
This software contains the following license and notice below:
|
|
22094
|
-
|
|
22095
|
-
The MIT License (MIT)
|
|
22096
|
-
|
|
22097
|
-
Copyright 2013 Andrey Sitnik <andrey@sitnik.es>
|
|
22098
|
-
|
|
22099
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
22100
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
22101
|
-
the Software without restriction, including without limitation the rights to
|
|
22102
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
22103
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
22104
|
-
subject to the following conditions:
|
|
22105
|
-
|
|
22106
|
-
The above copyright notice and this permission notice shall be included in all
|
|
22107
|
-
copies or substantial portions of the Software.
|
|
22108
|
-
|
|
22109
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22110
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
22111
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
22112
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
22113
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
22114
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22115
|
-
|
|
22116
|
-
---
|
|
22117
|
-
|
|
22118
21955
|
The following software may be included in this product: postcss (8.5.15)
|
|
22119
21956
|
This software contains the following license and notice below:
|
|
22120
21957
|
|
|
@@ -23599,38 +23436,7 @@ IN THE SOFTWARE.
|
|
|
23599
23436
|
|
|
23600
23437
|
---
|
|
23601
23438
|
|
|
23602
|
-
The following software may be included in this product: rolldown (1.0.
|
|
23603
|
-
This software contains the following license and notice below:
|
|
23604
|
-
|
|
23605
|
-
MIT License
|
|
23606
|
-
|
|
23607
|
-
Copyright (c) 2024-present VoidZero Inc. & Contributors
|
|
23608
|
-
|
|
23609
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
23610
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
23611
|
-
in the Software without restriction, including without limitation the rights
|
|
23612
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
23613
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
23614
|
-
furnished to do so, subject to the following conditions:
|
|
23615
|
-
|
|
23616
|
-
The above copyright notice and this permission notice shall be included in all
|
|
23617
|
-
copies or substantial portions of the Software.
|
|
23618
|
-
|
|
23619
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
23620
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23621
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23622
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23623
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23624
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23625
|
-
SOFTWARE.
|
|
23626
|
-
|
|
23627
|
-
end of terms and conditions
|
|
23628
|
-
|
|
23629
|
-
The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
|
|
23630
|
-
|
|
23631
|
-
---
|
|
23632
|
-
|
|
23633
|
-
The following software may be included in this product: rolldown (1.0.2)
|
|
23439
|
+
The following software may be included in this product: rolldown (1.0.3)
|
|
23634
23440
|
This software contains the following license and notice below:
|
|
23635
23441
|
|
|
23636
23442
|
MIT License
|
|
@@ -26137,6 +25943,33 @@ SOFTWARE.
|
|
|
26137
25943
|
|
|
26138
25944
|
---
|
|
26139
25945
|
|
|
25946
|
+
The following software may be included in this product: tinyglobby (0.2.17)
|
|
25947
|
+
This software contains the following license and notice below:
|
|
25948
|
+
|
|
25949
|
+
MIT License
|
|
25950
|
+
|
|
25951
|
+
Copyright (c) 2024 Madeline Gurriarán
|
|
25952
|
+
|
|
25953
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
25954
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
25955
|
+
in the Software without restriction, including without limitation the rights
|
|
25956
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
25957
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
25958
|
+
furnished to do so, subject to the following conditions:
|
|
25959
|
+
|
|
25960
|
+
The above copyright notice and this permission notice shall be included in all
|
|
25961
|
+
copies or substantial portions of the Software.
|
|
25962
|
+
|
|
25963
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
25964
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25965
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
25966
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25967
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25968
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25969
|
+
SOFTWARE.
|
|
25970
|
+
|
|
25971
|
+
---
|
|
25972
|
+
|
|
26140
25973
|
The following software may be included in this product: tinyrainbow (3.1.0)
|
|
26141
25974
|
This software contains the following license and notice below:
|
|
26142
25975
|
|
|
@@ -27500,7 +27333,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
27500
27333
|
|
|
27501
27334
|
---
|
|
27502
27335
|
|
|
27503
|
-
The following software may be included in this product: vite (8.0.
|
|
27336
|
+
The following software may be included in this product: vite (8.0.16)
|
|
27504
27337
|
This software contains the following license and notice below:
|
|
27505
27338
|
|
|
27506
27339
|
# Vite core license
|
|
@@ -28722,7 +28555,7 @@ Repository: https://github.com/lydell/js-tokens
|
|
|
28722
28555
|
## launch-editor, launch-editor-middleware
|
|
28723
28556
|
License: MIT
|
|
28724
28557
|
By: Evan You
|
|
28725
|
-
Repositories: https://github.com/
|
|
28558
|
+
Repositories: https://github.com/vitejs/launch-editor, https://github.com/vitejs/launch-editor
|
|
28726
28559
|
|
|
28727
28560
|
> The MIT License (MIT)
|
|
28728
28561
|
>
|
|
@@ -29054,7 +28887,7 @@ Repository: https://github.com/jshttp/on-finished
|
|
|
29054
28887
|
|
|
29055
28888
|
## parse5
|
|
29056
28889
|
License: MIT
|
|
29057
|
-
By: Ivan Nikulin,
|
|
28890
|
+
By: Ivan Nikulin, James Garbutt, Felix Boehm, Titus
|
|
29058
28891
|
Repository: https://github.com/inikulin/parse5
|
|
29059
28892
|
|
|
29060
28893
|
> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
@@ -29736,15 +29569,15 @@ Repository: https://github.com/websockets/ws
|
|
|
29736
29569
|
|
|
29737
29570
|
---
|
|
29738
29571
|
|
|
29739
|
-
The following software may be included in this product:
|
|
29572
|
+
The following software may be included in this product: vitest (4.1.8)
|
|
29740
29573
|
This software contains the following license and notice below:
|
|
29741
29574
|
|
|
29742
|
-
#
|
|
29743
|
-
|
|
29575
|
+
# Vitest core license
|
|
29576
|
+
Vitest is released under the MIT license:
|
|
29744
29577
|
|
|
29745
29578
|
MIT License
|
|
29746
29579
|
|
|
29747
|
-
Copyright (c)
|
|
29580
|
+
Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
|
|
29748
29581
|
|
|
29749
29582
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29750
29583
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -29765,2288 +29598,52 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
29765
29598
|
SOFTWARE.
|
|
29766
29599
|
|
|
29767
29600
|
# Licenses of bundled dependencies
|
|
29768
|
-
The published
|
|
29769
|
-
|
|
29601
|
+
The published Vitest artifact additionally contains code with the following licenses:
|
|
29602
|
+
BSD-3-Clause, ISC, MIT
|
|
29770
29603
|
|
|
29771
29604
|
# Bundled dependencies:
|
|
29772
|
-
## @
|
|
29605
|
+
## @antfu/install-pkg
|
|
29606
|
+
License: MIT
|
|
29607
|
+
By: Anthony Fu
|
|
29608
|
+
Repository: git+https://github.com/antfu/install-pkg.git
|
|
29609
|
+
|
|
29610
|
+
> MIT License
|
|
29611
|
+
>
|
|
29612
|
+
> Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
|
|
29613
|
+
>
|
|
29614
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29615
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
29616
|
+
> in the Software without restriction, including without limitation the rights
|
|
29617
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29618
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
29619
|
+
> furnished to do so, subject to the following conditions:
|
|
29620
|
+
>
|
|
29621
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
29622
|
+
> copies or substantial portions of the Software.
|
|
29623
|
+
>
|
|
29624
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29625
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29626
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29627
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29628
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29629
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29630
|
+
> SOFTWARE.
|
|
29631
|
+
|
|
29632
|
+
---------------------------------------
|
|
29633
|
+
|
|
29634
|
+
## @bomb.sh/tab
|
|
29635
|
+
License: MIT
|
|
29636
|
+
By: Bombshell Authors
|
|
29637
|
+
Repository: git+https://github.com/bombshell-dev/tab.git
|
|
29638
|
+
|
|
29639
|
+
---------------------------------------
|
|
29640
|
+
|
|
29641
|
+
## @jridgewell/resolve-uri
|
|
29773
29642
|
License: MIT
|
|
29774
29643
|
By: Justin Ridgewell
|
|
29775
|
-
|
|
29644
|
+
Repository: https://github.com/jridgewell/resolve-uri
|
|
29776
29645
|
|
|
29777
|
-
> Copyright
|
|
29778
|
-
>
|
|
29779
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29780
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
29781
|
-
> in the Software without restriction, including without limitation the rights
|
|
29782
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29783
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
29784
|
-
> furnished to do so, subject to the following conditions:
|
|
29785
|
-
>
|
|
29786
|
-
> The above copyright notice and this permission notice shall be included in
|
|
29787
|
-
> all copies or substantial portions of the Software.
|
|
29788
|
-
>
|
|
29789
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29790
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29791
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29792
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29793
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29794
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29795
|
-
> SOFTWARE.
|
|
29796
|
-
|
|
29797
|
-
---------------------------------------
|
|
29798
|
-
|
|
29799
|
-
## @jridgewell/resolve-uri
|
|
29800
|
-
License: MIT
|
|
29801
|
-
By: Justin Ridgewell
|
|
29802
|
-
Repository: https://github.com/jridgewell/resolve-uri
|
|
29803
|
-
|
|
29804
|
-
> Copyright 2019 Justin Ridgewell <jridgewell@google.com>
|
|
29805
|
-
>
|
|
29806
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29807
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
29808
|
-
> in the Software without restriction, including without limitation the rights
|
|
29809
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29810
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
29811
|
-
> furnished to do so, subject to the following conditions:
|
|
29812
|
-
>
|
|
29813
|
-
> The above copyright notice and this permission notice shall be included in
|
|
29814
|
-
> all copies or substantial portions of the Software.
|
|
29815
|
-
>
|
|
29816
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29817
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29818
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29819
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29820
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29821
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29822
|
-
> SOFTWARE.
|
|
29823
|
-
|
|
29824
|
-
---------------------------------------
|
|
29825
|
-
|
|
29826
|
-
## @polka/compression
|
|
29827
|
-
License: MIT
|
|
29828
|
-
Repository: https://github.com/lukeed/polka
|
|
29829
|
-
|
|
29830
|
-
---------------------------------------
|
|
29831
|
-
|
|
29832
|
-
## @polka/url
|
|
29833
|
-
License: MIT
|
|
29834
|
-
By: Luke Edwards
|
|
29835
|
-
Repository: https://github.com/lukeed/polka
|
|
29836
|
-
|
|
29837
|
-
---------------------------------------
|
|
29838
|
-
|
|
29839
|
-
## @rollup/plugin-alias, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
|
|
29840
|
-
License: MIT
|
|
29841
|
-
By: Johannes Stein
|
|
29842
|
-
Repository: https://github.com/rollup/plugins
|
|
29843
|
-
|
|
29844
|
-
License: MIT
|
|
29845
|
-
By: LarsDenBakker
|
|
29846
|
-
Repository: https://github.com/rollup/plugins
|
|
29847
|
-
|
|
29848
|
-
License: MIT
|
|
29849
|
-
By: Rich Harris
|
|
29850
|
-
Repository: https://github.com/rollup/plugins
|
|
29851
|
-
|
|
29852
|
-
> The MIT License (MIT)
|
|
29853
|
-
>
|
|
29854
|
-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
|
29855
|
-
>
|
|
29856
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
29857
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
29858
|
-
> in the Software without restriction, including without limitation the rights
|
|
29859
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
29860
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
29861
|
-
> furnished to do so, subject to the following conditions:
|
|
29862
|
-
>
|
|
29863
|
-
> The above copyright notice and this permission notice shall be included in
|
|
29864
|
-
> all copies or substantial portions of the Software.
|
|
29865
|
-
>
|
|
29866
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29867
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29868
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29869
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29870
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29871
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
29872
|
-
> THE SOFTWARE.
|
|
29873
|
-
|
|
29874
|
-
---------------------------------------
|
|
29875
|
-
|
|
29876
|
-
## @vercel/detect-agent
|
|
29877
|
-
License: Apache-2.0
|
|
29878
|
-
By: Vercel
|
|
29879
|
-
Repository: https://github.com/vercel/vercel
|
|
29880
|
-
|
|
29881
|
-
> Apache License
|
|
29882
|
-
> Version 2.0, January 2004
|
|
29883
|
-
> http://www.apache.org/licenses/
|
|
29884
|
-
>
|
|
29885
|
-
> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
29886
|
-
>
|
|
29887
|
-
> 1. Definitions.
|
|
29888
|
-
>
|
|
29889
|
-
> "License" shall mean the terms and conditions for use, reproduction,
|
|
29890
|
-
> and distribution as defined by Sections 1 through 9 of this document.
|
|
29891
|
-
>
|
|
29892
|
-
> "Licensor" shall mean the copyright owner or entity authorized by
|
|
29893
|
-
> the copyright owner that is granting the License.
|
|
29894
|
-
>
|
|
29895
|
-
> "Legal Entity" shall mean the union of the acting entity and all
|
|
29896
|
-
> other entities that control, are controlled by, or are under common
|
|
29897
|
-
> control with that entity. For the purposes of this definition,
|
|
29898
|
-
> "control" means (i) the power, direct or indirect, to cause the
|
|
29899
|
-
> direction or management of such entity, whether by contract or
|
|
29900
|
-
> otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
29901
|
-
> outstanding shares, or (iii) beneficial ownership of such entity.
|
|
29902
|
-
>
|
|
29903
|
-
> "You" (or "Your") shall mean an individual or Legal Entity
|
|
29904
|
-
> exercising permissions granted by this License.
|
|
29905
|
-
>
|
|
29906
|
-
> "Source" form shall mean the preferred form for making modifications,
|
|
29907
|
-
> including but not limited to software source code, documentation
|
|
29908
|
-
> source, and configuration files.
|
|
29909
|
-
>
|
|
29910
|
-
> "Object" form shall mean any form resulting from mechanical
|
|
29911
|
-
> transformation or translation of a Source form, including but
|
|
29912
|
-
> not limited to compiled object code, generated documentation,
|
|
29913
|
-
> and conversions to other media types.
|
|
29914
|
-
>
|
|
29915
|
-
> "Work" shall mean the work of authorship, whether in Source or
|
|
29916
|
-
> Object form, made available under the License, as indicated by a
|
|
29917
|
-
> copyright notice that is included in or attached to the work
|
|
29918
|
-
> (an example is provided in the Appendix below).
|
|
29919
|
-
>
|
|
29920
|
-
> "Derivative Works" shall mean any work, whether in Source or Object
|
|
29921
|
-
> form, that is based on (or derived from) the Work and for which the
|
|
29922
|
-
> editorial revisions, annotations, elaborations, or other modifications
|
|
29923
|
-
> represent, as a whole, an original work of authorship. For the purposes
|
|
29924
|
-
> of this License, Derivative Works shall not include works that remain
|
|
29925
|
-
> separable from, or merely link (or bind by name) to the interfaces of,
|
|
29926
|
-
> the Work and Derivative Works thereof.
|
|
29927
|
-
>
|
|
29928
|
-
> "Contribution" shall mean any work of authorship, including
|
|
29929
|
-
> the original version of the Work and any modifications or additions
|
|
29930
|
-
> to that Work or Derivative Works thereof, that is intentionally
|
|
29931
|
-
> submitted to Licensor for inclusion in the Work by the copyright owner
|
|
29932
|
-
> or by an individual or Legal Entity authorized to submit on behalf of
|
|
29933
|
-
> the copyright owner. For the purposes of this definition, "submitted"
|
|
29934
|
-
> means any form of electronic, verbal, or written communication sent
|
|
29935
|
-
> to the Licensor or its representatives, including but not limited to
|
|
29936
|
-
> communication on electronic mailing lists, source code control systems,
|
|
29937
|
-
> and issue tracking systems that are managed by, or on behalf of, the
|
|
29938
|
-
> Licensor for the purpose of discussing and improving the Work, but
|
|
29939
|
-
> excluding communication that is conspicuously marked or otherwise
|
|
29940
|
-
> designated in writing by the copyright owner as "Not a Contribution."
|
|
29941
|
-
>
|
|
29942
|
-
> "Contributor" shall mean Licensor and any individual or Legal Entity
|
|
29943
|
-
> on behalf of whom a Contribution has been received by Licensor and
|
|
29944
|
-
> subsequently incorporated within the Work.
|
|
29945
|
-
>
|
|
29946
|
-
> 2. Grant of Copyright License. Subject to the terms and conditions of
|
|
29947
|
-
> this License, each Contributor hereby grants to You a perpetual,
|
|
29948
|
-
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
29949
|
-
> copyright license to reproduce, prepare Derivative Works of,
|
|
29950
|
-
> publicly display, publicly perform, sublicense, and distribute the
|
|
29951
|
-
> Work and such Derivative Works in Source or Object form.
|
|
29952
|
-
>
|
|
29953
|
-
> 3. Grant of Patent License. Subject to the terms and conditions of
|
|
29954
|
-
> this License, each Contributor hereby grants to You a perpetual,
|
|
29955
|
-
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
29956
|
-
> (except as stated in this section) patent license to make, have made,
|
|
29957
|
-
> use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
29958
|
-
> where such license applies only to those patent claims licensable
|
|
29959
|
-
> by such Contributor that are necessarily infringed by their
|
|
29960
|
-
> Contribution(s) alone or by combination of their Contribution(s)
|
|
29961
|
-
> with the Work to which such Contribution(s) was submitted. If You
|
|
29962
|
-
> institute patent litigation against any entity (including a
|
|
29963
|
-
> cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
29964
|
-
> or a Contribution incorporated within the Work constitutes direct
|
|
29965
|
-
> or contributory patent infringement, then any patent licenses
|
|
29966
|
-
> granted to You under this License for that Work shall terminate
|
|
29967
|
-
> as of the date such litigation is filed.
|
|
29968
|
-
>
|
|
29969
|
-
> 4. Redistribution. You may reproduce and distribute copies of the
|
|
29970
|
-
> Work or Derivative Works thereof in any medium, with or without
|
|
29971
|
-
> modifications, and in Source or Object form, provided that You
|
|
29972
|
-
> meet the following conditions:
|
|
29973
|
-
>
|
|
29974
|
-
> (a) You must give any other recipients of the Work or
|
|
29975
|
-
> Derivative Works a copy of this License; and
|
|
29976
|
-
>
|
|
29977
|
-
> (b) You must cause any modified files to carry prominent notices
|
|
29978
|
-
> stating that You changed the files; and
|
|
29979
|
-
>
|
|
29980
|
-
> (c) You must retain, in the Source form of any Derivative Works
|
|
29981
|
-
> that You distribute, all copyright, patent, trademark, and
|
|
29982
|
-
> attribution notices from the Source form of the Work,
|
|
29983
|
-
> excluding those notices that do not pertain to any part of
|
|
29984
|
-
> the Derivative Works; and
|
|
29985
|
-
>
|
|
29986
|
-
> (d) If the Work includes a "NOTICE" text file as part of its
|
|
29987
|
-
> distribution, then any Derivative Works that You distribute must
|
|
29988
|
-
> include a readable copy of the attribution notices contained
|
|
29989
|
-
> within such NOTICE file, excluding those notices that do not
|
|
29990
|
-
> pertain to any part of the Derivative Works, in at least one
|
|
29991
|
-
> of the following places: within a NOTICE text file distributed
|
|
29992
|
-
> as part of the Derivative Works; within the Source form or
|
|
29993
|
-
> documentation, if provided along with the Derivative Works; or,
|
|
29994
|
-
> within a display generated by the Derivative Works, if and
|
|
29995
|
-
> wherever such third-party notices normally appear. The contents
|
|
29996
|
-
> of the NOTICE file are for informational purposes only and
|
|
29997
|
-
> do not modify the License. You may add Your own attribution
|
|
29998
|
-
> notices within Derivative Works that You distribute, alongside
|
|
29999
|
-
> or as an addendum to the NOTICE text from the Work, provided
|
|
30000
|
-
> that such additional attribution notices cannot be construed
|
|
30001
|
-
> as modifying the License.
|
|
30002
|
-
>
|
|
30003
|
-
> You may add Your own copyright statement to Your modifications and
|
|
30004
|
-
> may provide additional or different license terms and conditions
|
|
30005
|
-
> for use, reproduction, or distribution of Your modifications, or
|
|
30006
|
-
> for any such Derivative Works as a whole, provided Your use,
|
|
30007
|
-
> reproduction, and distribution of the Work otherwise complies with
|
|
30008
|
-
> the conditions stated in this License.
|
|
30009
|
-
>
|
|
30010
|
-
> 5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
30011
|
-
> any Contribution intentionally submitted for inclusion in the Work
|
|
30012
|
-
> by You to the Licensor shall be under the terms and conditions of
|
|
30013
|
-
> this License, without any additional terms or conditions.
|
|
30014
|
-
> Notwithstanding the above, nothing herein shall supersede or modify
|
|
30015
|
-
> the terms of any separate license agreement you may have executed
|
|
30016
|
-
> with Licensor regarding such Contributions.
|
|
30017
|
-
>
|
|
30018
|
-
> 6. Trademarks. This License does not grant permission to use the trade
|
|
30019
|
-
> names, trademarks, service marks, or product names of the Licensor,
|
|
30020
|
-
> except as required for reasonable and customary use in describing the
|
|
30021
|
-
> origin of the Work and reproducing the content of the NOTICE file.
|
|
30022
|
-
>
|
|
30023
|
-
> 7. Disclaimer of Warranty. Unless required by applicable law or
|
|
30024
|
-
> agreed to in writing, Licensor provides the Work (and each
|
|
30025
|
-
> Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
30026
|
-
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
30027
|
-
> implied, including, without limitation, any warranties or conditions
|
|
30028
|
-
> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
30029
|
-
> PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
30030
|
-
> appropriateness of using or redistributing the Work and assume any
|
|
30031
|
-
> risks associated with Your exercise of permissions under this License.
|
|
30032
|
-
>
|
|
30033
|
-
> 8. Limitation of Liability. In no event and under no legal theory,
|
|
30034
|
-
> whether in tort (including negligence), contract, or otherwise,
|
|
30035
|
-
> unless required by applicable law (such as deliberate and grossly
|
|
30036
|
-
> negligent acts) or agreed to in writing, shall any Contributor be
|
|
30037
|
-
> liable to You for damages, including any direct, indirect, special,
|
|
30038
|
-
> incidental, or consequential damages of any character arising as a
|
|
30039
|
-
> result of this License or out of the use or inability to use the
|
|
30040
|
-
> Work (including but not limited to damages for loss of goodwill,
|
|
30041
|
-
> work stoppage, computer failure or malfunction, or any and all
|
|
30042
|
-
> other commercial damages or losses), even if such Contributor
|
|
30043
|
-
> has been advised of the possibility of such damages.
|
|
30044
|
-
>
|
|
30045
|
-
> 9. Accepting Warranty or Additional Liability. While redistributing
|
|
30046
|
-
> the Work or Derivative Works thereof, You may choose to offer,
|
|
30047
|
-
> and charge a fee for, acceptance of support, warranty, indemnity,
|
|
30048
|
-
> or other liability obligations and/or rights consistent with this
|
|
30049
|
-
> License. However, in accepting such obligations, You may act only
|
|
30050
|
-
> on Your own behalf and on Your sole responsibility, not on behalf
|
|
30051
|
-
> of any other Contributor, and only if You agree to indemnify,
|
|
30052
|
-
> defend, and hold each Contributor harmless for any liability
|
|
30053
|
-
> incurred by, or claims asserted against, such Contributor by reason
|
|
30054
|
-
> of your accepting any such warranty or additional liability.
|
|
30055
|
-
>
|
|
30056
|
-
> END OF TERMS AND CONDITIONS
|
|
30057
|
-
>
|
|
30058
|
-
> APPENDIX: How to apply the Apache License to your work.
|
|
30059
|
-
>
|
|
30060
|
-
> To apply the Apache License to your work, attach the following
|
|
30061
|
-
> boilerplate notice, with the fields enclosed by brackets "[]"
|
|
30062
|
-
> replaced with your own identifying information. (Don't include
|
|
30063
|
-
> the brackets!) The text should be enclosed in the appropriate
|
|
30064
|
-
> comment syntax for the file format. We also recommend that a
|
|
30065
|
-
> file or class name and description of purpose be included on the
|
|
30066
|
-
> same "printed page" as the copyright notice for easier
|
|
30067
|
-
> identification within third-party archives.
|
|
30068
|
-
>
|
|
30069
|
-
> Copyright 2017 Vercel, Inc.
|
|
30070
|
-
>
|
|
30071
|
-
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
30072
|
-
> you may not use this file except in compliance with the License.
|
|
30073
|
-
> You may obtain a copy of the License at
|
|
30074
|
-
>
|
|
30075
|
-
> http://www.apache.org/licenses/LICENSE-2.0
|
|
30076
|
-
>
|
|
30077
|
-
> Unless required by applicable law or agreed to in writing, software
|
|
30078
|
-
> distributed under the License is distributed on an "AS IS" BASIS,
|
|
30079
|
-
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
30080
|
-
> See the License for the specific language governing permissions and
|
|
30081
|
-
> limitations under the License.
|
|
30082
|
-
|
|
30083
|
-
---------------------------------------
|
|
30084
|
-
|
|
30085
|
-
## @vitest/utils
|
|
30086
|
-
License: MIT
|
|
30087
|
-
Repository: https://github.com/vitest-dev/vitest
|
|
30088
|
-
|
|
30089
|
-
> MIT License
|
|
30090
|
-
>
|
|
30091
|
-
> Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
|
|
30092
|
-
>
|
|
30093
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30094
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30095
|
-
> in the Software without restriction, including without limitation the rights
|
|
30096
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30097
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30098
|
-
> furnished to do so, subject to the following conditions:
|
|
30099
|
-
>
|
|
30100
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
30101
|
-
> copies or substantial portions of the Software.
|
|
30102
|
-
>
|
|
30103
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30104
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30105
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30106
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30107
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30108
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30109
|
-
> SOFTWARE.
|
|
30110
|
-
|
|
30111
|
-
---------------------------------------
|
|
30112
|
-
|
|
30113
|
-
## anymatch
|
|
30114
|
-
License: ISC
|
|
30115
|
-
By: Elan Shanker
|
|
30116
|
-
Repository: https://github.com/micromatch/anymatch
|
|
30117
|
-
|
|
30118
|
-
> The ISC License
|
|
30119
|
-
>
|
|
30120
|
-
> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
|
|
30121
|
-
>
|
|
30122
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
30123
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
30124
|
-
> copyright notice and this permission notice appear in all copies.
|
|
30125
|
-
>
|
|
30126
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
30127
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
30128
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
30129
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
30130
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
30131
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
30132
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30133
|
-
|
|
30134
|
-
---------------------------------------
|
|
30135
|
-
|
|
30136
|
-
## artichokie
|
|
30137
|
-
License: MIT
|
|
30138
|
-
By: sapphi-red, Evan You
|
|
30139
|
-
Repository: https://github.com/sapphi-red/artichokie
|
|
30140
|
-
|
|
30141
|
-
> MIT License
|
|
30142
|
-
>
|
|
30143
|
-
> Copyright (c) 2020-present, Yuxi (Evan) You
|
|
30144
|
-
> Copyright (c) 2023-present, sapphi-red
|
|
30145
|
-
>
|
|
30146
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30147
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30148
|
-
> in the Software without restriction, including without limitation the rights
|
|
30149
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30150
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30151
|
-
> furnished to do so, subject to the following conditions:
|
|
30152
|
-
>
|
|
30153
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
30154
|
-
> copies or substantial portions of the Software.
|
|
30155
|
-
>
|
|
30156
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30157
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30158
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30159
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30160
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30161
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30162
|
-
> SOFTWARE.
|
|
30163
|
-
|
|
30164
|
-
---------------------------------------
|
|
30165
|
-
|
|
30166
|
-
## binary-extensions
|
|
30167
|
-
License: MIT
|
|
30168
|
-
By: Sindre Sorhus
|
|
30169
|
-
Repository: https://github.com/sindresorhus/binary-extensions
|
|
30170
|
-
|
|
30171
|
-
> MIT License
|
|
30172
|
-
>
|
|
30173
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
30174
|
-
> Copyright (c) Paul Miller (https://paulmillr.com)
|
|
30175
|
-
>
|
|
30176
|
-
> 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:
|
|
30177
|
-
>
|
|
30178
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30179
|
-
>
|
|
30180
|
-
> 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.
|
|
30181
|
-
|
|
30182
|
-
---------------------------------------
|
|
30183
|
-
|
|
30184
|
-
## braces, fill-range, is-number
|
|
30185
|
-
License: MIT
|
|
30186
|
-
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
|
30187
|
-
Repository: https://github.com/micromatch/braces
|
|
30188
|
-
|
|
30189
|
-
License: MIT
|
|
30190
|
-
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
|
30191
|
-
Repository: https://github.com/jonschlinkert/fill-range
|
|
30192
|
-
|
|
30193
|
-
License: MIT
|
|
30194
|
-
By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
|
30195
|
-
Repository: https://github.com/jonschlinkert/is-number
|
|
30196
|
-
|
|
30197
|
-
> The MIT License (MIT)
|
|
30198
|
-
>
|
|
30199
|
-
> Copyright (c) 2014-present, Jon Schlinkert.
|
|
30200
|
-
>
|
|
30201
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30202
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30203
|
-
> in the Software without restriction, including without limitation the rights
|
|
30204
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30205
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30206
|
-
> furnished to do so, subject to the following conditions:
|
|
30207
|
-
>
|
|
30208
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30209
|
-
> all copies or substantial portions of the Software.
|
|
30210
|
-
>
|
|
30211
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30212
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30213
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30214
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30215
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30216
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30217
|
-
> THE SOFTWARE.
|
|
30218
|
-
|
|
30219
|
-
---------------------------------------
|
|
30220
|
-
|
|
30221
|
-
## bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript, wsl-utils
|
|
30222
|
-
License: MIT
|
|
30223
|
-
By: Sindre Sorhus
|
|
30224
|
-
Repositories: https://github.com/sindresorhus/bundle-name, https://github.com/sindresorhus/default-browser, https://github.com/sindresorhus/default-browser-id, https://github.com/sindresorhus/define-lazy-prop, https://github.com/sindresorhus/is-docker, https://github.com/sindresorhus/is-inside-container, https://github.com/sindresorhus/is-wsl, https://github.com/sindresorhus/open, https://github.com/sindresorhus/run-applescript, https://github.com/sindresorhus/wsl-utils
|
|
30225
|
-
|
|
30226
|
-
> MIT License
|
|
30227
|
-
>
|
|
30228
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
30229
|
-
>
|
|
30230
|
-
> 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:
|
|
30231
|
-
>
|
|
30232
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30233
|
-
>
|
|
30234
|
-
> 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.
|
|
30235
|
-
|
|
30236
|
-
---------------------------------------
|
|
30237
|
-
|
|
30238
|
-
## cac
|
|
30239
|
-
License: MIT
|
|
30240
|
-
By: egoist
|
|
30241
|
-
Repository: https://github.com/cacjs/cac
|
|
30242
|
-
|
|
30243
|
-
> The MIT License (MIT)
|
|
30244
|
-
>
|
|
30245
|
-
> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
|
|
30246
|
-
>
|
|
30247
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30248
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30249
|
-
> in the Software without restriction, including without limitation the rights
|
|
30250
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30251
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30252
|
-
> furnished to do so, subject to the following conditions:
|
|
30253
|
-
>
|
|
30254
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30255
|
-
> all copies or substantial portions of the Software.
|
|
30256
|
-
>
|
|
30257
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30258
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30259
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30260
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30261
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30262
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30263
|
-
> THE SOFTWARE.
|
|
30264
|
-
|
|
30265
|
-
---------------------------------------
|
|
30266
|
-
|
|
30267
|
-
## chokidar
|
|
30268
|
-
License: MIT
|
|
30269
|
-
By: Paul Miller, Elan Shanker
|
|
30270
|
-
Repository: https://github.com/paulmillr/chokidar
|
|
30271
|
-
|
|
30272
|
-
> The MIT License (MIT)
|
|
30273
|
-
>
|
|
30274
|
-
> Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
|
|
30275
|
-
>
|
|
30276
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30277
|
-
> of this software and associated documentation files (the “Software”), to deal
|
|
30278
|
-
> in the Software without restriction, including without limitation the rights
|
|
30279
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30280
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30281
|
-
> furnished to do so, subject to the following conditions:
|
|
30282
|
-
>
|
|
30283
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30284
|
-
> all copies or substantial portions of the Software.
|
|
30285
|
-
>
|
|
30286
|
-
> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30287
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30288
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30289
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30290
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30291
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30292
|
-
> THE SOFTWARE.
|
|
30293
|
-
|
|
30294
|
-
---------------------------------------
|
|
30295
|
-
|
|
30296
|
-
## connect
|
|
30297
|
-
License: MIT
|
|
30298
|
-
By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
|
|
30299
|
-
Repository: https://github.com/senchalabs/connect
|
|
30300
|
-
|
|
30301
|
-
> (The MIT License)
|
|
30302
|
-
>
|
|
30303
|
-
> Copyright (c) 2010 Sencha Inc.
|
|
30304
|
-
> Copyright (c) 2011 LearnBoost
|
|
30305
|
-
> Copyright (c) 2011-2014 TJ Holowaychuk
|
|
30306
|
-
> Copyright (c) 2015 Douglas Christopher Wilson
|
|
30307
|
-
>
|
|
30308
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
30309
|
-
> a copy of this software and associated documentation files (the
|
|
30310
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
30311
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
30312
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
30313
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
30314
|
-
> the following conditions:
|
|
30315
|
-
>
|
|
30316
|
-
> The above copyright notice and this permission notice shall be
|
|
30317
|
-
> included in all copies or substantial portions of the Software.
|
|
30318
|
-
>
|
|
30319
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30320
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30321
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30322
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30323
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30324
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30325
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30326
|
-
|
|
30327
|
-
---------------------------------------
|
|
30328
|
-
|
|
30329
|
-
## convert-source-map
|
|
30330
|
-
License: MIT
|
|
30331
|
-
By: Thorsten Lorenz
|
|
30332
|
-
Repository: https://github.com/thlorenz/convert-source-map
|
|
30333
|
-
|
|
30334
|
-
> Copyright 2013 Thorsten Lorenz.
|
|
30335
|
-
> All rights reserved.
|
|
30336
|
-
>
|
|
30337
|
-
> Permission is hereby granted, free of charge, to any person
|
|
30338
|
-
> obtaining a copy of this software and associated documentation
|
|
30339
|
-
> files (the "Software"), to deal in the Software without
|
|
30340
|
-
> restriction, including without limitation the rights to use,
|
|
30341
|
-
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30342
|
-
> copies of the Software, and to permit persons to whom the
|
|
30343
|
-
> Software is furnished to do so, subject to the following
|
|
30344
|
-
> conditions:
|
|
30345
|
-
>
|
|
30346
|
-
> The above copyright notice and this permission notice shall be
|
|
30347
|
-
> included in all copies or substantial portions of the Software.
|
|
30348
|
-
>
|
|
30349
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
30350
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
30351
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
30352
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
30353
|
-
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
30354
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
30355
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
30356
|
-
> OTHER DEALINGS IN THE SOFTWARE.
|
|
30357
|
-
|
|
30358
|
-
---------------------------------------
|
|
30359
|
-
|
|
30360
|
-
## cors
|
|
30361
|
-
License: MIT
|
|
30362
|
-
By: Troy Goode
|
|
30363
|
-
Repository: https://github.com/expressjs/cors
|
|
30364
|
-
|
|
30365
|
-
> (The MIT License)
|
|
30366
|
-
>
|
|
30367
|
-
> Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
|
|
30368
|
-
>
|
|
30369
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
30370
|
-
> a copy of this software and associated documentation files (the
|
|
30371
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
30372
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
30373
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
30374
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
30375
|
-
> the following conditions:
|
|
30376
|
-
>
|
|
30377
|
-
> The above copyright notice and this permission notice shall be
|
|
30378
|
-
> included in all copies or substantial portions of the Software.
|
|
30379
|
-
>
|
|
30380
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30381
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30382
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30383
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30384
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30385
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30386
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30387
|
-
|
|
30388
|
-
---------------------------------------
|
|
30389
|
-
|
|
30390
|
-
## cross-spawn
|
|
30391
|
-
License: MIT
|
|
30392
|
-
By: André Cruz
|
|
30393
|
-
Repository: https://github.com/moxystudio/node-cross-spawn
|
|
30394
|
-
|
|
30395
|
-
> The MIT License (MIT)
|
|
30396
|
-
>
|
|
30397
|
-
> Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
|
|
30398
|
-
>
|
|
30399
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30400
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30401
|
-
> in the Software without restriction, including without limitation the rights
|
|
30402
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30403
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30404
|
-
> furnished to do so, subject to the following conditions:
|
|
30405
|
-
>
|
|
30406
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30407
|
-
> all copies or substantial portions of the Software.
|
|
30408
|
-
>
|
|
30409
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30410
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30411
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30412
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30413
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30414
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30415
|
-
> THE SOFTWARE.
|
|
30416
|
-
|
|
30417
|
-
---------------------------------------
|
|
30418
|
-
|
|
30419
|
-
## cssesc
|
|
30420
|
-
License: MIT
|
|
30421
|
-
By: Mathias Bynens
|
|
30422
|
-
Repository: https://github.com/mathiasbynens/cssesc
|
|
30423
|
-
|
|
30424
|
-
> Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
30425
|
-
>
|
|
30426
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
30427
|
-
> a copy of this software and associated documentation files (the
|
|
30428
|
-
> "Software"), to deal in the Software without restriction, including
|
|
30429
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
30430
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
30431
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
30432
|
-
> the following conditions:
|
|
30433
|
-
>
|
|
30434
|
-
> The above copyright notice and this permission notice shall be
|
|
30435
|
-
> included in all copies or substantial portions of the Software.
|
|
30436
|
-
>
|
|
30437
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
30438
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30439
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
30440
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
30441
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
30442
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
30443
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30444
|
-
|
|
30445
|
-
---------------------------------------
|
|
30446
|
-
|
|
30447
|
-
## dotenv-expand
|
|
30448
|
-
License: BSD-2-Clause
|
|
30449
|
-
By: motdotla
|
|
30450
|
-
Repository: https://github.com/motdotla/dotenv-expand
|
|
30451
|
-
|
|
30452
|
-
> Copyright (c) 2016, Scott Motte
|
|
30453
|
-
> All rights reserved.
|
|
30454
|
-
>
|
|
30455
|
-
> Redistribution and use in source and binary forms, with or without
|
|
30456
|
-
> modification, are permitted provided that the following conditions are met:
|
|
30457
|
-
>
|
|
30458
|
-
> * Redistributions of source code must retain the above copyright notice, this
|
|
30459
|
-
> list of conditions and the following disclaimer.
|
|
30460
|
-
>
|
|
30461
|
-
> * Redistributions in binary form must reproduce the above copyright notice,
|
|
30462
|
-
> this list of conditions and the following disclaimer in the documentation
|
|
30463
|
-
> and/or other materials provided with the distribution.
|
|
30464
|
-
>
|
|
30465
|
-
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
30466
|
-
> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
30467
|
-
> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
30468
|
-
> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
30469
|
-
> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
30470
|
-
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
30471
|
-
> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
30472
|
-
> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
30473
|
-
> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
30474
|
-
> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
30475
|
-
|
|
30476
|
-
---------------------------------------
|
|
30477
|
-
|
|
30478
|
-
## ee-first
|
|
30479
|
-
License: MIT
|
|
30480
|
-
By: Jonathan Ong, Douglas Christopher Wilson
|
|
30481
|
-
Repository: https://github.com/jonathanong/ee-first
|
|
30482
|
-
|
|
30483
|
-
> The MIT License (MIT)
|
|
30484
|
-
>
|
|
30485
|
-
> Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
|
30486
|
-
>
|
|
30487
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30488
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30489
|
-
> in the Software without restriction, including without limitation the rights
|
|
30490
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30491
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30492
|
-
> furnished to do so, subject to the following conditions:
|
|
30493
|
-
>
|
|
30494
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30495
|
-
> all copies or substantial portions of the Software.
|
|
30496
|
-
>
|
|
30497
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30498
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30499
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30500
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30501
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30502
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30503
|
-
> THE SOFTWARE.
|
|
30504
|
-
|
|
30505
|
-
---------------------------------------
|
|
30506
|
-
|
|
30507
|
-
## encodeurl
|
|
30508
|
-
License: MIT
|
|
30509
|
-
By: Douglas Christopher Wilson
|
|
30510
|
-
Repository: https://github.com/pillarjs/encodeurl
|
|
30511
|
-
|
|
30512
|
-
> (The MIT License)
|
|
30513
|
-
>
|
|
30514
|
-
> Copyright (c) 2016 Douglas Christopher Wilson
|
|
30515
|
-
>
|
|
30516
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
30517
|
-
> a copy of this software and associated documentation files (the
|
|
30518
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
30519
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
30520
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
30521
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
30522
|
-
> the following conditions:
|
|
30523
|
-
>
|
|
30524
|
-
> The above copyright notice and this permission notice shall be
|
|
30525
|
-
> included in all copies or substantial portions of the Software.
|
|
30526
|
-
>
|
|
30527
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30528
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30529
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30530
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30531
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30532
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30533
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30534
|
-
|
|
30535
|
-
---------------------------------------
|
|
30536
|
-
|
|
30537
|
-
## entities
|
|
30538
|
-
License: BSD-2-Clause
|
|
30539
|
-
By: Felix Boehm
|
|
30540
|
-
Repository: https://github.com/fb55/entities
|
|
30541
|
-
|
|
30542
|
-
> Copyright (c) Felix Böhm
|
|
30543
|
-
> All rights reserved.
|
|
30544
|
-
>
|
|
30545
|
-
> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
30546
|
-
>
|
|
30547
|
-
> Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
30548
|
-
>
|
|
30549
|
-
> Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
30550
|
-
>
|
|
30551
|
-
> THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
30552
|
-
> EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
30553
|
-
|
|
30554
|
-
---------------------------------------
|
|
30555
|
-
|
|
30556
|
-
## es-module-lexer
|
|
30557
|
-
License: MIT
|
|
30558
|
-
By: Guy Bedford
|
|
30559
|
-
Repository: https://github.com/guybedford/es-module-lexer
|
|
30560
|
-
|
|
30561
|
-
> MIT License
|
|
30562
|
-
> -----------
|
|
30563
|
-
>
|
|
30564
|
-
> Copyright (C) 2018-2022 Guy Bedford
|
|
30565
|
-
>
|
|
30566
|
-
> 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:
|
|
30567
|
-
>
|
|
30568
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30569
|
-
>
|
|
30570
|
-
> 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.
|
|
30571
|
-
|
|
30572
|
-
---------------------------------------
|
|
30573
|
-
|
|
30574
|
-
## escape-html
|
|
30575
|
-
License: MIT
|
|
30576
|
-
Repository: https://github.com/component/escape-html
|
|
30577
|
-
|
|
30578
|
-
> (The MIT License)
|
|
30579
|
-
>
|
|
30580
|
-
> Copyright (c) 2012-2013 TJ Holowaychuk
|
|
30581
|
-
> Copyright (c) 2015 Andreas Lubbe
|
|
30582
|
-
> Copyright (c) 2015 Tiancheng "Timothy" Gu
|
|
30583
|
-
>
|
|
30584
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
30585
|
-
> a copy of this software and associated documentation files (the
|
|
30586
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
30587
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
30588
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
30589
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
30590
|
-
> the following conditions:
|
|
30591
|
-
>
|
|
30592
|
-
> The above copyright notice and this permission notice shall be
|
|
30593
|
-
> included in all copies or substantial portions of the Software.
|
|
30594
|
-
>
|
|
30595
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30596
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30597
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30598
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30599
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30600
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30601
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30602
|
-
|
|
30603
|
-
---------------------------------------
|
|
30604
|
-
|
|
30605
|
-
## estree-walker
|
|
30606
|
-
License: MIT
|
|
30607
|
-
By: Rich Harris
|
|
30608
|
-
Repository: https://github.com/Rich-Harris/estree-walker
|
|
30609
|
-
|
|
30610
|
-
> Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
|
|
30611
|
-
>
|
|
30612
|
-
> 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:
|
|
30613
|
-
>
|
|
30614
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30615
|
-
>
|
|
30616
|
-
> 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.
|
|
30617
|
-
|
|
30618
|
-
---------------------------------------
|
|
30619
|
-
|
|
30620
|
-
## etag
|
|
30621
|
-
License: MIT
|
|
30622
|
-
By: Douglas Christopher Wilson, David Björklund
|
|
30623
|
-
Repository: https://github.com/jshttp/etag
|
|
30624
|
-
|
|
30625
|
-
> (The MIT License)
|
|
30626
|
-
>
|
|
30627
|
-
> Copyright (c) 2014-2016 Douglas Christopher Wilson
|
|
30628
|
-
>
|
|
30629
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
30630
|
-
> a copy of this software and associated documentation files (the
|
|
30631
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
30632
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
30633
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
30634
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
30635
|
-
> the following conditions:
|
|
30636
|
-
>
|
|
30637
|
-
> The above copyright notice and this permission notice shall be
|
|
30638
|
-
> included in all copies or substantial portions of the Software.
|
|
30639
|
-
>
|
|
30640
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30641
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30642
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30643
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30644
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30645
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30646
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30647
|
-
|
|
30648
|
-
---------------------------------------
|
|
30649
|
-
|
|
30650
|
-
## finalhandler
|
|
30651
|
-
License: MIT
|
|
30652
|
-
By: Douglas Christopher Wilson
|
|
30653
|
-
Repository: https://github.com/pillarjs/finalhandler
|
|
30654
|
-
|
|
30655
|
-
> (The MIT License)
|
|
30656
|
-
>
|
|
30657
|
-
> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
30658
|
-
>
|
|
30659
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
30660
|
-
> a copy of this software and associated documentation files (the
|
|
30661
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
30662
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
30663
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
30664
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
30665
|
-
> the following conditions:
|
|
30666
|
-
>
|
|
30667
|
-
> The above copyright notice and this permission notice shall be
|
|
30668
|
-
> included in all copies or substantial portions of the Software.
|
|
30669
|
-
>
|
|
30670
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
30671
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30672
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
30673
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
30674
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
30675
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
30676
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30677
|
-
|
|
30678
|
-
---------------------------------------
|
|
30679
|
-
|
|
30680
|
-
## follow-redirects
|
|
30681
|
-
License: MIT
|
|
30682
|
-
By: Ruben Verborgh, Olivier Lalonde, James Talmage
|
|
30683
|
-
Repository: https://github.com/follow-redirects/follow-redirects
|
|
30684
|
-
|
|
30685
|
-
> Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
|
30686
|
-
>
|
|
30687
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
30688
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
30689
|
-
> the Software without restriction, including without limitation the rights to
|
|
30690
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
30691
|
-
> of the Software, and to permit persons to whom the Software is furnished to do
|
|
30692
|
-
> so, subject to the following conditions:
|
|
30693
|
-
>
|
|
30694
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
30695
|
-
> copies or substantial portions of the Software.
|
|
30696
|
-
>
|
|
30697
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30698
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30699
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30700
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
30701
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
30702
|
-
> IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30703
|
-
|
|
30704
|
-
---------------------------------------
|
|
30705
|
-
|
|
30706
|
-
## generic-names
|
|
30707
|
-
License: MIT
|
|
30708
|
-
By: Alexey Litvinov
|
|
30709
|
-
Repository: https://github.com/css-modules/generic-names
|
|
30710
|
-
|
|
30711
|
-
> The MIT License (MIT)
|
|
30712
|
-
>
|
|
30713
|
-
> Copyright (c) 2015 Alexey Litvinov
|
|
30714
|
-
>
|
|
30715
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30716
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30717
|
-
> in the Software without restriction, including without limitation the rights
|
|
30718
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30719
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30720
|
-
> furnished to do so, subject to the following conditions:
|
|
30721
|
-
>
|
|
30722
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
30723
|
-
> copies or substantial portions of the Software.
|
|
30724
|
-
>
|
|
30725
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30726
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30727
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30728
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30729
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30730
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30731
|
-
> SOFTWARE.
|
|
30732
|
-
|
|
30733
|
-
---------------------------------------
|
|
30734
|
-
|
|
30735
|
-
## glob-parent
|
|
30736
|
-
License: ISC
|
|
30737
|
-
By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
30738
|
-
Repository: https://github.com/gulpjs/glob-parent
|
|
30739
|
-
|
|
30740
|
-
> The ISC License
|
|
30741
|
-
>
|
|
30742
|
-
> Copyright (c) 2015, 2019 Elan Shanker
|
|
30743
|
-
>
|
|
30744
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
30745
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
30746
|
-
> copyright notice and this permission notice appear in all copies.
|
|
30747
|
-
>
|
|
30748
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
30749
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
30750
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
30751
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
30752
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
30753
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
30754
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30755
|
-
|
|
30756
|
-
---------------------------------------
|
|
30757
|
-
|
|
30758
|
-
## host-validation-middleware
|
|
30759
|
-
License: MIT
|
|
30760
|
-
By: sapphi-red
|
|
30761
|
-
Repository: https://github.com/sapphi-red/host-validation-middleware
|
|
30762
|
-
|
|
30763
|
-
> MIT License
|
|
30764
|
-
>
|
|
30765
|
-
> Copyright (c) 2025 sapphi-red
|
|
30766
|
-
>
|
|
30767
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30768
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30769
|
-
> in the Software without restriction, including without limitation the rights
|
|
30770
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30771
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30772
|
-
> furnished to do so, subject to the following conditions:
|
|
30773
|
-
>
|
|
30774
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
30775
|
-
> copies or substantial portions of the Software.
|
|
30776
|
-
>
|
|
30777
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30778
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30779
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30780
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30781
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30782
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30783
|
-
> SOFTWARE.
|
|
30784
|
-
|
|
30785
|
-
---------------------------------------
|
|
30786
|
-
|
|
30787
|
-
## http-proxy-3
|
|
30788
|
-
License: MIT
|
|
30789
|
-
By: William Stein, Charlie Robbins, Jimb Esser, jcrugzz
|
|
30790
|
-
Repository: https://github.com/sagemathinc/http-proxy-3
|
|
30791
|
-
|
|
30792
|
-
> node-http-3
|
|
30793
|
-
>
|
|
30794
|
-
> Copyright (c) 2010-2025 William Stein, Charlie Robbins, Jarrett Cruger & the Contributors.
|
|
30795
|
-
>
|
|
30796
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
30797
|
-
> a copy of this software and associated documentation files (the
|
|
30798
|
-
> "Software"), to deal in the Software without restriction, including
|
|
30799
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
30800
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
30801
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
30802
|
-
> the following conditions:
|
|
30803
|
-
>
|
|
30804
|
-
> The above copyright notice and this permission notice shall be
|
|
30805
|
-
> included in all copies or substantial portions of the Software.
|
|
30806
|
-
>
|
|
30807
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
30808
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
30809
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
30810
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
30811
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
30812
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
30813
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
30814
|
-
|
|
30815
|
-
---------------------------------------
|
|
30816
|
-
|
|
30817
|
-
## icss-utils
|
|
30818
|
-
License: ISC
|
|
30819
|
-
By: Glen Maddern
|
|
30820
|
-
Repository: https://github.com/css-modules/icss-utils
|
|
30821
|
-
|
|
30822
|
-
> ISC License (ISC)
|
|
30823
|
-
> Copyright 2018 Glen Maddern
|
|
30824
|
-
>
|
|
30825
|
-
> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
30826
|
-
>
|
|
30827
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30828
|
-
|
|
30829
|
-
---------------------------------------
|
|
30830
|
-
|
|
30831
|
-
## is-binary-path
|
|
30832
|
-
License: MIT
|
|
30833
|
-
By: Sindre Sorhus
|
|
30834
|
-
Repository: https://github.com/sindresorhus/is-binary-path
|
|
30835
|
-
|
|
30836
|
-
> MIT License
|
|
30837
|
-
>
|
|
30838
|
-
> Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
|
30839
|
-
>
|
|
30840
|
-
> 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:
|
|
30841
|
-
>
|
|
30842
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
30843
|
-
>
|
|
30844
|
-
> 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.
|
|
30845
|
-
|
|
30846
|
-
---------------------------------------
|
|
30847
|
-
|
|
30848
|
-
## is-extglob
|
|
30849
|
-
License: MIT
|
|
30850
|
-
By: Jon Schlinkert
|
|
30851
|
-
Repository: https://github.com/jonschlinkert/is-extglob
|
|
30852
|
-
|
|
30853
|
-
> The MIT License (MIT)
|
|
30854
|
-
>
|
|
30855
|
-
> Copyright (c) 2014-2016, Jon Schlinkert
|
|
30856
|
-
>
|
|
30857
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30858
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30859
|
-
> in the Software without restriction, including without limitation the rights
|
|
30860
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30861
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30862
|
-
> furnished to do so, subject to the following conditions:
|
|
30863
|
-
>
|
|
30864
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30865
|
-
> all copies or substantial portions of the Software.
|
|
30866
|
-
>
|
|
30867
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30868
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30869
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30870
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30871
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30872
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30873
|
-
> THE SOFTWARE.
|
|
30874
|
-
|
|
30875
|
-
---------------------------------------
|
|
30876
|
-
|
|
30877
|
-
## is-glob
|
|
30878
|
-
License: MIT
|
|
30879
|
-
By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
30880
|
-
Repository: https://github.com/micromatch/is-glob
|
|
30881
|
-
|
|
30882
|
-
> The MIT License (MIT)
|
|
30883
|
-
>
|
|
30884
|
-
> Copyright (c) 2014-2017, Jon Schlinkert.
|
|
30885
|
-
>
|
|
30886
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30887
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30888
|
-
> in the Software without restriction, including without limitation the rights
|
|
30889
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30890
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30891
|
-
> furnished to do so, subject to the following conditions:
|
|
30892
|
-
>
|
|
30893
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30894
|
-
> all copies or substantial portions of the Software.
|
|
30895
|
-
>
|
|
30896
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30897
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30898
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30899
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30900
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30901
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30902
|
-
> THE SOFTWARE.
|
|
30903
|
-
|
|
30904
|
-
---------------------------------------
|
|
30905
|
-
|
|
30906
|
-
## isexe, which
|
|
30907
|
-
License: ISC
|
|
30908
|
-
By: Isaac Z. Schlueter
|
|
30909
|
-
Repositories: https://github.com/isaacs/isexe, https://github.com/isaacs/node-which
|
|
30910
|
-
|
|
30911
|
-
> The ISC License
|
|
30912
|
-
>
|
|
30913
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
30914
|
-
>
|
|
30915
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
30916
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
30917
|
-
> copyright notice and this permission notice appear in all copies.
|
|
30918
|
-
>
|
|
30919
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
30920
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
30921
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
30922
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
30923
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
30924
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
30925
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30926
|
-
|
|
30927
|
-
---------------------------------------
|
|
30928
|
-
|
|
30929
|
-
## js-tokens
|
|
30930
|
-
License: MIT
|
|
30931
|
-
By: Simon Lydell
|
|
30932
|
-
Repository: https://github.com/lydell/js-tokens
|
|
30933
|
-
|
|
30934
|
-
> The MIT License (MIT)
|
|
30935
|
-
>
|
|
30936
|
-
> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
|
|
30937
|
-
>
|
|
30938
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30939
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30940
|
-
> in the Software without restriction, including without limitation the rights
|
|
30941
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30942
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30943
|
-
> furnished to do so, subject to the following conditions:
|
|
30944
|
-
>
|
|
30945
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30946
|
-
> all copies or substantial portions of the Software.
|
|
30947
|
-
>
|
|
30948
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30949
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30950
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30951
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30952
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30953
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30954
|
-
> THE SOFTWARE.
|
|
30955
|
-
|
|
30956
|
-
---------------------------------------
|
|
30957
|
-
|
|
30958
|
-
## launch-editor, launch-editor-middleware
|
|
30959
|
-
License: MIT
|
|
30960
|
-
By: Evan You
|
|
30961
|
-
Repositories: https://github.com/yyx990803/launch-editor, https://github.com/yyx990803/launch-editor
|
|
30962
|
-
|
|
30963
|
-
> The MIT License (MIT)
|
|
30964
|
-
>
|
|
30965
|
-
> Copyright (c) 2017-present, Yuxi (Evan) You
|
|
30966
|
-
>
|
|
30967
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30968
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30969
|
-
> in the Software without restriction, including without limitation the rights
|
|
30970
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30971
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
30972
|
-
> furnished to do so, subject to the following conditions:
|
|
30973
|
-
>
|
|
30974
|
-
> The above copyright notice and this permission notice shall be included in
|
|
30975
|
-
> all copies or substantial portions of the Software.
|
|
30976
|
-
>
|
|
30977
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30978
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30979
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30980
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30981
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30982
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
30983
|
-
> THE SOFTWARE.
|
|
30984
|
-
|
|
30985
|
-
---------------------------------------
|
|
30986
|
-
|
|
30987
|
-
## lilconfig
|
|
30988
|
-
License: MIT
|
|
30989
|
-
By: antonk52
|
|
30990
|
-
Repository: https://github.com/antonk52/lilconfig
|
|
30991
|
-
|
|
30992
|
-
> MIT License
|
|
30993
|
-
>
|
|
30994
|
-
> Copyright (c) 2022 Anton Kastritskiy
|
|
30995
|
-
>
|
|
30996
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30997
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
30998
|
-
> in the Software without restriction, including without limitation the rights
|
|
30999
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31000
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31001
|
-
> furnished to do so, subject to the following conditions:
|
|
31002
|
-
>
|
|
31003
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31004
|
-
> copies or substantial portions of the Software.
|
|
31005
|
-
>
|
|
31006
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31007
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31008
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31009
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31010
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31011
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31012
|
-
> SOFTWARE.
|
|
31013
|
-
|
|
31014
|
-
---------------------------------------
|
|
31015
|
-
|
|
31016
|
-
## loader-utils
|
|
31017
|
-
License: MIT
|
|
31018
|
-
By: Tobias Koppers @sokra
|
|
31019
|
-
Repository: https://github.com/webpack/loader-utils
|
|
31020
|
-
|
|
31021
|
-
> Copyright JS Foundation and other contributors
|
|
31022
|
-
>
|
|
31023
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
31024
|
-
> a copy of this software and associated documentation files (the
|
|
31025
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
31026
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
31027
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
31028
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
31029
|
-
> the following conditions:
|
|
31030
|
-
>
|
|
31031
|
-
> The above copyright notice and this permission notice shall be
|
|
31032
|
-
> included in all copies or substantial portions of the Software.
|
|
31033
|
-
>
|
|
31034
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
31035
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
31036
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
31037
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
31038
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
31039
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
31040
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31041
|
-
|
|
31042
|
-
---------------------------------------
|
|
31043
|
-
|
|
31044
|
-
## lodash.camelcase
|
|
31045
|
-
License: MIT
|
|
31046
|
-
By: John-David Dalton, Blaine Bublitz, Mathias Bynens
|
|
31047
|
-
Repository: https://github.com/lodash/lodash
|
|
31048
|
-
|
|
31049
|
-
> Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
31050
|
-
>
|
|
31051
|
-
> Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
31052
|
-
> DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
31053
|
-
>
|
|
31054
|
-
> This software consists of voluntary contributions made by many
|
|
31055
|
-
> individuals. For exact contribution history, see the revision history
|
|
31056
|
-
> available at https://github.com/lodash/lodash
|
|
31057
|
-
>
|
|
31058
|
-
> The following license applies to all parts of this software except as
|
|
31059
|
-
> documented below:
|
|
31060
|
-
>
|
|
31061
|
-
> ====
|
|
31062
|
-
>
|
|
31063
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
31064
|
-
> a copy of this software and associated documentation files (the
|
|
31065
|
-
> "Software"), to deal in the Software without restriction, including
|
|
31066
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
31067
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
31068
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
31069
|
-
> the following conditions:
|
|
31070
|
-
>
|
|
31071
|
-
> The above copyright notice and this permission notice shall be
|
|
31072
|
-
> included in all copies or substantial portions of the Software.
|
|
31073
|
-
>
|
|
31074
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31075
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
31076
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
31077
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
31078
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
31079
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
31080
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31081
|
-
>
|
|
31082
|
-
> ====
|
|
31083
|
-
>
|
|
31084
|
-
> Copyright and related rights for sample code are waived via CC0. Sample
|
|
31085
|
-
> code is defined as all source code displayed within the prose of the
|
|
31086
|
-
> documentation.
|
|
31087
|
-
>
|
|
31088
|
-
> CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
31089
|
-
>
|
|
31090
|
-
> ====
|
|
31091
|
-
>
|
|
31092
|
-
> Files located in the node_modules and vendor directories are externally
|
|
31093
|
-
> maintained libraries used by this software which have their own
|
|
31094
|
-
> licenses; we recommend you read them, as their terms may differ from the
|
|
31095
|
-
> terms above.
|
|
31096
|
-
|
|
31097
|
-
---------------------------------------
|
|
31098
|
-
|
|
31099
|
-
## magic-string
|
|
31100
|
-
License: MIT
|
|
31101
|
-
By: Rich Harris
|
|
31102
|
-
Repository: https://github.com/Rich-Harris/magic-string
|
|
31103
|
-
|
|
31104
|
-
> Copyright 2018 Rich Harris
|
|
31105
|
-
>
|
|
31106
|
-
> 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:
|
|
31107
|
-
>
|
|
31108
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31109
|
-
>
|
|
31110
|
-
> 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.
|
|
31111
|
-
|
|
31112
|
-
---------------------------------------
|
|
31113
|
-
|
|
31114
|
-
## mlly, ufo
|
|
31115
|
-
License: MIT
|
|
31116
|
-
Repositories: https://github.com/unjs/mlly, https://github.com/unjs/ufo
|
|
31117
|
-
|
|
31118
|
-
> MIT License
|
|
31119
|
-
>
|
|
31120
|
-
> Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
31121
|
-
>
|
|
31122
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31123
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31124
|
-
> in the Software without restriction, including without limitation the rights
|
|
31125
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31126
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31127
|
-
> furnished to do so, subject to the following conditions:
|
|
31128
|
-
>
|
|
31129
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31130
|
-
> copies or substantial portions of the Software.
|
|
31131
|
-
>
|
|
31132
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31133
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31134
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31135
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31136
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31137
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31138
|
-
> SOFTWARE.
|
|
31139
|
-
|
|
31140
|
-
---------------------------------------
|
|
31141
|
-
|
|
31142
|
-
## mrmime
|
|
31143
|
-
License: MIT
|
|
31144
|
-
By: Luke Edwards
|
|
31145
|
-
Repository: https://github.com/lukeed/mrmime
|
|
31146
|
-
|
|
31147
|
-
> The MIT License (MIT)
|
|
31148
|
-
>
|
|
31149
|
-
> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
|
|
31150
|
-
>
|
|
31151
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31152
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31153
|
-
> in the Software without restriction, including without limitation the rights
|
|
31154
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31155
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31156
|
-
> furnished to do so, subject to the following conditions:
|
|
31157
|
-
>
|
|
31158
|
-
> The above copyright notice and this permission notice shall be included in
|
|
31159
|
-
> all copies or substantial portions of the Software.
|
|
31160
|
-
>
|
|
31161
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31162
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31163
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31164
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31165
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31166
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31167
|
-
> THE SOFTWARE.
|
|
31168
|
-
|
|
31169
|
-
---------------------------------------
|
|
31170
|
-
|
|
31171
|
-
## normalize-path
|
|
31172
|
-
License: MIT
|
|
31173
|
-
By: Jon Schlinkert, Blaine Bublitz
|
|
31174
|
-
Repository: https://github.com/jonschlinkert/normalize-path
|
|
31175
|
-
|
|
31176
|
-
> The MIT License (MIT)
|
|
31177
|
-
>
|
|
31178
|
-
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
31179
|
-
>
|
|
31180
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31181
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31182
|
-
> in the Software without restriction, including without limitation the rights
|
|
31183
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31184
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31185
|
-
> furnished to do so, subject to the following conditions:
|
|
31186
|
-
>
|
|
31187
|
-
> The above copyright notice and this permission notice shall be included in
|
|
31188
|
-
> all copies or substantial portions of the Software.
|
|
31189
|
-
>
|
|
31190
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31191
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31192
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31193
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31194
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31195
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31196
|
-
> THE SOFTWARE.
|
|
31197
|
-
|
|
31198
|
-
---------------------------------------
|
|
31199
|
-
|
|
31200
|
-
## object-assign
|
|
31201
|
-
License: MIT
|
|
31202
|
-
By: Sindre Sorhus
|
|
31203
|
-
Repository: https://github.com/sindresorhus/object-assign
|
|
31204
|
-
|
|
31205
|
-
> The MIT License (MIT)
|
|
31206
|
-
>
|
|
31207
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31208
|
-
>
|
|
31209
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31210
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31211
|
-
> in the Software without restriction, including without limitation the rights
|
|
31212
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31213
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31214
|
-
> furnished to do so, subject to the following conditions:
|
|
31215
|
-
>
|
|
31216
|
-
> The above copyright notice and this permission notice shall be included in
|
|
31217
|
-
> all copies or substantial portions of the Software.
|
|
31218
|
-
>
|
|
31219
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31220
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31221
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31222
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31223
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31224
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31225
|
-
> THE SOFTWARE.
|
|
31226
|
-
|
|
31227
|
-
---------------------------------------
|
|
31228
|
-
|
|
31229
|
-
## obug
|
|
31230
|
-
License: MIT
|
|
31231
|
-
By: Kevin Deng
|
|
31232
|
-
Repository: https://github.com/sxzz/obug
|
|
31233
|
-
|
|
31234
|
-
> The MIT License (MIT)
|
|
31235
|
-
>
|
|
31236
|
-
> Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
|
|
31237
|
-
> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
31238
|
-
> Copyright (c) 2018-2021 Josh Junon
|
|
31239
|
-
>
|
|
31240
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31241
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31242
|
-
> in the Software without restriction, including without limitation the rights
|
|
31243
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31244
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31245
|
-
> furnished to do so, subject to the following conditions:
|
|
31246
|
-
>
|
|
31247
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31248
|
-
> copies or substantial portions of the Software.
|
|
31249
|
-
>
|
|
31250
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31251
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31252
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31253
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31254
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31255
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31256
|
-
> SOFTWARE.
|
|
31257
|
-
|
|
31258
|
-
---------------------------------------
|
|
31259
|
-
|
|
31260
|
-
## on-finished
|
|
31261
|
-
License: MIT
|
|
31262
|
-
By: Douglas Christopher Wilson, Jonathan Ong
|
|
31263
|
-
Repository: https://github.com/jshttp/on-finished
|
|
31264
|
-
|
|
31265
|
-
> (The MIT License)
|
|
31266
|
-
>
|
|
31267
|
-
> Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
|
|
31268
|
-
> Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
31269
|
-
>
|
|
31270
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
31271
|
-
> a copy of this software and associated documentation files (the
|
|
31272
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
31273
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
31274
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
31275
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
31276
|
-
> the following conditions:
|
|
31277
|
-
>
|
|
31278
|
-
> The above copyright notice and this permission notice shall be
|
|
31279
|
-
> included in all copies or substantial portions of the Software.
|
|
31280
|
-
>
|
|
31281
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
31282
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
31283
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
31284
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
31285
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
31286
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
31287
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31288
|
-
|
|
31289
|
-
---------------------------------------
|
|
31290
|
-
|
|
31291
|
-
## parse5
|
|
31292
|
-
License: MIT
|
|
31293
|
-
By: Ivan Nikulin, James Garbutt, Felix Boehm, Titus
|
|
31294
|
-
Repository: https://github.com/inikulin/parse5
|
|
31295
|
-
|
|
31296
|
-
> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
31297
|
-
>
|
|
31298
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31299
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31300
|
-
> in the Software without restriction, including without limitation the rights
|
|
31301
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31302
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31303
|
-
> furnished to do so, subject to the following conditions:
|
|
31304
|
-
>
|
|
31305
|
-
> The above copyright notice and this permission notice shall be included in
|
|
31306
|
-
> all copies or substantial portions of the Software.
|
|
31307
|
-
>
|
|
31308
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31309
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31310
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31311
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31312
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31313
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31314
|
-
> THE SOFTWARE.
|
|
31315
|
-
|
|
31316
|
-
---------------------------------------
|
|
31317
|
-
|
|
31318
|
-
## parseurl
|
|
31319
|
-
License: MIT
|
|
31320
|
-
By: Douglas Christopher Wilson, Jonathan Ong
|
|
31321
|
-
Repository: https://github.com/pillarjs/parseurl
|
|
31322
|
-
|
|
31323
|
-
> (The MIT License)
|
|
31324
|
-
>
|
|
31325
|
-
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
31326
|
-
> Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
31327
|
-
>
|
|
31328
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
31329
|
-
> a copy of this software and associated documentation files (the
|
|
31330
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
31331
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
31332
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
31333
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
31334
|
-
> the following conditions:
|
|
31335
|
-
>
|
|
31336
|
-
> The above copyright notice and this permission notice shall be
|
|
31337
|
-
> included in all copies or substantial portions of the Software.
|
|
31338
|
-
>
|
|
31339
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
31340
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
31341
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
31342
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
31343
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
31344
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
31345
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31346
|
-
|
|
31347
|
-
---------------------------------------
|
|
31348
|
-
|
|
31349
|
-
## path-key, shebang-regex
|
|
31350
|
-
License: MIT
|
|
31351
|
-
By: Sindre Sorhus
|
|
31352
|
-
Repositories: https://github.com/sindresorhus/path-key, https://github.com/sindresorhus/shebang-regex
|
|
31353
|
-
|
|
31354
|
-
> MIT License
|
|
31355
|
-
>
|
|
31356
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
31357
|
-
>
|
|
31358
|
-
> 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:
|
|
31359
|
-
>
|
|
31360
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31361
|
-
>
|
|
31362
|
-
> 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.
|
|
31363
|
-
|
|
31364
|
-
---------------------------------------
|
|
31365
|
-
|
|
31366
|
-
## periscopic
|
|
31367
|
-
License: MIT
|
|
31368
|
-
Repository: https://github.com/Rich-Harris/periscopic
|
|
31369
|
-
|
|
31370
|
-
> Copyright (c) 2019 Rich Harris
|
|
31371
|
-
>
|
|
31372
|
-
> 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:
|
|
31373
|
-
>
|
|
31374
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31375
|
-
>
|
|
31376
|
-
> 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.
|
|
31377
|
-
|
|
31378
|
-
---------------------------------------
|
|
31379
|
-
|
|
31380
|
-
## picocolors
|
|
31381
|
-
License: ISC
|
|
31382
|
-
By: Alexey Raspopov
|
|
31383
|
-
Repository: https://github.com/alexeyraspopov/picocolors
|
|
31384
|
-
|
|
31385
|
-
> ISC License
|
|
31386
|
-
>
|
|
31387
|
-
> Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
|
|
31388
|
-
>
|
|
31389
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
31390
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
31391
|
-
> copyright notice and this permission notice appear in all copies.
|
|
31392
|
-
>
|
|
31393
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
31394
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
31395
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
31396
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
31397
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
31398
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
31399
|
-
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
31400
|
-
|
|
31401
|
-
---------------------------------------
|
|
31402
|
-
|
|
31403
|
-
## postcss-import
|
|
31404
|
-
License: MIT
|
|
31405
|
-
By: Maxime Thirouin
|
|
31406
|
-
Repository: https://github.com/postcss/postcss-import
|
|
31407
|
-
|
|
31408
|
-
> The MIT License (MIT)
|
|
31409
|
-
>
|
|
31410
|
-
> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
|
|
31411
|
-
>
|
|
31412
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
31413
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
31414
|
-
> the Software without restriction, including without limitation the rights to
|
|
31415
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
31416
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
31417
|
-
> subject to the following conditions:
|
|
31418
|
-
>
|
|
31419
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31420
|
-
> copies or substantial portions of the Software.
|
|
31421
|
-
>
|
|
31422
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31423
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
31424
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
31425
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
31426
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
31427
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31428
|
-
|
|
31429
|
-
---------------------------------------
|
|
31430
|
-
|
|
31431
|
-
## postcss-load-config
|
|
31432
|
-
License: MIT
|
|
31433
|
-
By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
|
|
31434
|
-
Repository: https://github.com/postcss/postcss-load-config
|
|
31435
|
-
|
|
31436
|
-
> The MIT License (MIT)
|
|
31437
|
-
>
|
|
31438
|
-
> Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
|
|
31439
|
-
>
|
|
31440
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
31441
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
31442
|
-
> the Software without restriction, including without limitation the rights to
|
|
31443
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
31444
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
31445
|
-
> subject to the following conditions:
|
|
31446
|
-
>
|
|
31447
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31448
|
-
> copies or substantial portions of the Software.
|
|
31449
|
-
>
|
|
31450
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31451
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
31452
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
31453
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
31454
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
31455
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31456
|
-
|
|
31457
|
-
---------------------------------------
|
|
31458
|
-
|
|
31459
|
-
## postcss-modules
|
|
31460
|
-
License: MIT
|
|
31461
|
-
By: Alexander Madyankin
|
|
31462
|
-
Repository: https://github.com/css-modules/postcss-modules
|
|
31463
|
-
|
|
31464
|
-
> The MIT License (MIT)
|
|
31465
|
-
>
|
|
31466
|
-
> Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
|
|
31467
|
-
>
|
|
31468
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
31469
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
31470
|
-
> the Software without restriction, including without limitation the rights to
|
|
31471
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
31472
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
31473
|
-
> subject to the following conditions:
|
|
31474
|
-
>
|
|
31475
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31476
|
-
> copies or substantial portions of the Software.
|
|
31477
|
-
>
|
|
31478
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31479
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
31480
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
31481
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
31482
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
31483
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31484
|
-
|
|
31485
|
-
---------------------------------------
|
|
31486
|
-
|
|
31487
|
-
## postcss-modules-extract-imports
|
|
31488
|
-
License: ISC
|
|
31489
|
-
By: Glen Maddern
|
|
31490
|
-
Repository: https://github.com/css-modules/postcss-modules-extract-imports
|
|
31491
|
-
|
|
31492
|
-
> Copyright 2015 Glen Maddern
|
|
31493
|
-
>
|
|
31494
|
-
> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
31495
|
-
>
|
|
31496
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
31497
|
-
|
|
31498
|
-
---------------------------------------
|
|
31499
|
-
|
|
31500
|
-
## postcss-modules-local-by-default
|
|
31501
|
-
License: MIT
|
|
31502
|
-
By: Mark Dalgleish
|
|
31503
|
-
Repository: https://github.com/css-modules/postcss-modules-local-by-default
|
|
31504
|
-
|
|
31505
|
-
> The MIT License (MIT)
|
|
31506
|
-
>
|
|
31507
|
-
> Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
|
|
31508
|
-
>
|
|
31509
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
31510
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
31511
|
-
> the Software without restriction, including without limitation the rights to
|
|
31512
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
31513
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
31514
|
-
> subject to the following conditions:
|
|
31515
|
-
>
|
|
31516
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31517
|
-
> copies or substantial portions of the Software.
|
|
31518
|
-
>
|
|
31519
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31520
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
31521
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
31522
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
31523
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
31524
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31525
|
-
|
|
31526
|
-
---------------------------------------
|
|
31527
|
-
|
|
31528
|
-
## postcss-modules-scope
|
|
31529
|
-
License: ISC
|
|
31530
|
-
By: Glen Maddern
|
|
31531
|
-
Repository: https://github.com/css-modules/postcss-modules-scope
|
|
31532
|
-
|
|
31533
|
-
> ISC License (ISC)
|
|
31534
|
-
>
|
|
31535
|
-
> Copyright (c) 2015, Glen Maddern
|
|
31536
|
-
>
|
|
31537
|
-
> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
31538
|
-
>
|
|
31539
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
31540
|
-
|
|
31541
|
-
---------------------------------------
|
|
31542
|
-
|
|
31543
|
-
## postcss-modules-values
|
|
31544
|
-
License: ISC
|
|
31545
|
-
By: Glen Maddern
|
|
31546
|
-
Repository: https://github.com/css-modules/postcss-modules-values
|
|
31547
|
-
|
|
31548
|
-
> ISC License (ISC)
|
|
31549
|
-
>
|
|
31550
|
-
> Copyright (c) 2015, Glen Maddern
|
|
31551
|
-
>
|
|
31552
|
-
> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
31553
|
-
>
|
|
31554
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
31555
|
-
|
|
31556
|
-
---------------------------------------
|
|
31557
|
-
|
|
31558
|
-
## postcss-selector-parser
|
|
31559
|
-
License: MIT
|
|
31560
|
-
By: Ben Briggs, Chris Eppstein
|
|
31561
|
-
Repository: https://github.com/postcss/postcss-selector-parser
|
|
31562
|
-
|
|
31563
|
-
> Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
|
|
31564
|
-
>
|
|
31565
|
-
> Permission is hereby granted, free of charge, to any person
|
|
31566
|
-
> obtaining a copy of this software and associated documentation
|
|
31567
|
-
> files (the "Software"), to deal in the Software without
|
|
31568
|
-
> restriction, including without limitation the rights to use,
|
|
31569
|
-
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31570
|
-
> copies of the Software, and to permit persons to whom the
|
|
31571
|
-
> Software is furnished to do so, subject to the following
|
|
31572
|
-
> conditions:
|
|
31573
|
-
>
|
|
31574
|
-
> The above copyright notice and this permission notice shall be
|
|
31575
|
-
> included in all copies or substantial portions of the Software.
|
|
31576
|
-
>
|
|
31577
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31578
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
31579
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
31580
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
31581
|
-
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
31582
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31583
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
31584
|
-
> OTHER DEALINGS IN THE SOFTWARE.
|
|
31585
|
-
|
|
31586
|
-
---------------------------------------
|
|
31587
|
-
|
|
31588
|
-
## postcss-value-parser
|
|
31589
|
-
License: MIT
|
|
31590
|
-
By: Bogdan Chadkin
|
|
31591
|
-
Repository: https://github.com/TrySound/postcss-value-parser
|
|
31592
|
-
|
|
31593
|
-
> Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
|
|
31594
|
-
>
|
|
31595
|
-
> Permission is hereby granted, free of charge, to any person
|
|
31596
|
-
> obtaining a copy of this software and associated documentation
|
|
31597
|
-
> files (the "Software"), to deal in the Software without
|
|
31598
|
-
> restriction, including without limitation the rights to use,
|
|
31599
|
-
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31600
|
-
> copies of the Software, and to permit persons to whom the
|
|
31601
|
-
> Software is furnished to do so, subject to the following
|
|
31602
|
-
> conditions:
|
|
31603
|
-
>
|
|
31604
|
-
> The above copyright notice and this permission notice shall be
|
|
31605
|
-
> included in all copies or substantial portions of the Software.
|
|
31606
|
-
>
|
|
31607
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31608
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
31609
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
31610
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
31611
|
-
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
31612
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31613
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
31614
|
-
> OTHER DEALINGS IN THE SOFTWARE.
|
|
31615
|
-
|
|
31616
|
-
---------------------------------------
|
|
31617
|
-
|
|
31618
|
-
## readdirp
|
|
31619
|
-
License: MIT
|
|
31620
|
-
By: Thorsten Lorenz, Paul Miller
|
|
31621
|
-
Repository: https://github.com/paulmillr/readdirp
|
|
31622
|
-
|
|
31623
|
-
> MIT License
|
|
31624
|
-
>
|
|
31625
|
-
> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
|
|
31626
|
-
>
|
|
31627
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31628
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31629
|
-
> in the Software without restriction, including without limitation the rights
|
|
31630
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31631
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31632
|
-
> furnished to do so, subject to the following conditions:
|
|
31633
|
-
>
|
|
31634
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31635
|
-
> copies or substantial portions of the Software.
|
|
31636
|
-
>
|
|
31637
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31638
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31639
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31640
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31641
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31642
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31643
|
-
> SOFTWARE.
|
|
31644
|
-
|
|
31645
|
-
---------------------------------------
|
|
31646
|
-
|
|
31647
|
-
## resolve.exports, totalist
|
|
31648
|
-
License: MIT
|
|
31649
|
-
By: Luke Edwards
|
|
31650
|
-
Repositories: https://github.com/lukeed/resolve.exports, https://github.com/lukeed/totalist
|
|
31651
|
-
|
|
31652
|
-
> The MIT License (MIT)
|
|
31653
|
-
>
|
|
31654
|
-
> Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
31655
|
-
>
|
|
31656
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31657
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31658
|
-
> in the Software without restriction, including without limitation the rights
|
|
31659
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31660
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31661
|
-
> furnished to do so, subject to the following conditions:
|
|
31662
|
-
>
|
|
31663
|
-
> The above copyright notice and this permission notice shall be included in
|
|
31664
|
-
> all copies or substantial portions of the Software.
|
|
31665
|
-
>
|
|
31666
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31667
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31668
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31669
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31670
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31671
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31672
|
-
> THE SOFTWARE.
|
|
31673
|
-
|
|
31674
|
-
---------------------------------------
|
|
31675
|
-
|
|
31676
|
-
## shebang-command
|
|
31677
|
-
License: MIT
|
|
31678
|
-
By: Kevin Mårtensson
|
|
31679
|
-
Repository: https://github.com/kevva/shebang-command
|
|
31680
|
-
|
|
31681
|
-
> MIT License
|
|
31682
|
-
>
|
|
31683
|
-
> Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
31684
|
-
>
|
|
31685
|
-
> 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:
|
|
31686
|
-
>
|
|
31687
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
31688
|
-
>
|
|
31689
|
-
> 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.
|
|
31690
|
-
|
|
31691
|
-
---------------------------------------
|
|
31692
|
-
|
|
31693
|
-
## shell-quote
|
|
31694
|
-
License: MIT
|
|
31695
|
-
By: James Halliday
|
|
31696
|
-
Repository: http://github.com/ljharb/shell-quote
|
|
31697
|
-
|
|
31698
|
-
> The MIT License
|
|
31699
|
-
>
|
|
31700
|
-
> Copyright (c) 2013 James Halliday (mail@substack.net)
|
|
31701
|
-
>
|
|
31702
|
-
> Permission is hereby granted, free of charge,
|
|
31703
|
-
> to any person obtaining a copy of this software and
|
|
31704
|
-
> associated documentation files (the "Software"), to
|
|
31705
|
-
> deal in the Software without restriction, including
|
|
31706
|
-
> without limitation the rights to use, copy, modify,
|
|
31707
|
-
> merge, publish, distribute, sublicense, and/or sell
|
|
31708
|
-
> copies of the Software, and to permit persons to whom
|
|
31709
|
-
> the Software is furnished to do so,
|
|
31710
|
-
> subject to the following conditions:
|
|
31711
|
-
>
|
|
31712
|
-
> The above copyright notice and this permission notice
|
|
31713
|
-
> shall be included in all copies or substantial portions of the Software.
|
|
31714
|
-
>
|
|
31715
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31716
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
31717
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
31718
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
|
31719
|
-
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
31720
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
31721
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31722
|
-
|
|
31723
|
-
---------------------------------------
|
|
31724
|
-
|
|
31725
|
-
## sirv
|
|
31726
|
-
License: MIT
|
|
31727
|
-
By: Luke Edwards
|
|
31728
|
-
Repository: https://github.com/lukeed/sirv
|
|
31729
|
-
|
|
31730
|
-
---------------------------------------
|
|
31731
|
-
|
|
31732
|
-
## statuses
|
|
31733
|
-
License: MIT
|
|
31734
|
-
By: Douglas Christopher Wilson, Jonathan Ong
|
|
31735
|
-
Repository: https://github.com/jshttp/statuses
|
|
31736
|
-
|
|
31737
|
-
> The MIT License (MIT)
|
|
31738
|
-
>
|
|
31739
|
-
> Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
|
31740
|
-
> Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
31741
|
-
>
|
|
31742
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31743
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31744
|
-
> in the Software without restriction, including without limitation the rights
|
|
31745
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31746
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31747
|
-
> furnished to do so, subject to the following conditions:
|
|
31748
|
-
>
|
|
31749
|
-
> The above copyright notice and this permission notice shall be included in
|
|
31750
|
-
> all copies or substantial portions of the Software.
|
|
31751
|
-
>
|
|
31752
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31753
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31754
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31755
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31756
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31757
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31758
|
-
> THE SOFTWARE.
|
|
31759
|
-
|
|
31760
|
-
---------------------------------------
|
|
31761
|
-
|
|
31762
|
-
## string-hash
|
|
31763
|
-
License: CC0-1.0
|
|
31764
|
-
By: The Dark Sky Company
|
|
31765
|
-
Repository: https://github.com/darkskyapp/string-hash
|
|
31766
|
-
|
|
31767
|
-
---------------------------------------
|
|
31768
|
-
|
|
31769
|
-
## strip-literal
|
|
31770
|
-
License: MIT
|
|
31771
|
-
By: Anthony Fu
|
|
31772
|
-
Repository: https://github.com/antfu/strip-literal
|
|
31773
|
-
|
|
31774
|
-
> MIT License
|
|
31775
|
-
>
|
|
31776
|
-
> Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
|
|
31777
|
-
>
|
|
31778
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31779
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31780
|
-
> in the Software without restriction, including without limitation the rights
|
|
31781
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31782
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31783
|
-
> furnished to do so, subject to the following conditions:
|
|
31784
|
-
>
|
|
31785
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31786
|
-
> copies or substantial portions of the Software.
|
|
31787
|
-
>
|
|
31788
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31789
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31790
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31791
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31792
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31793
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31794
|
-
> SOFTWARE.
|
|
31795
|
-
|
|
31796
|
-
---------------------------------------
|
|
31797
|
-
|
|
31798
|
-
## to-regex-range
|
|
31799
|
-
License: MIT
|
|
31800
|
-
By: Jon Schlinkert, Rouven Weßling
|
|
31801
|
-
Repository: https://github.com/micromatch/to-regex-range
|
|
31802
|
-
|
|
31803
|
-
> The MIT License (MIT)
|
|
31804
|
-
>
|
|
31805
|
-
> Copyright (c) 2015-present, Jon Schlinkert.
|
|
31806
|
-
>
|
|
31807
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31808
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
31809
|
-
> in the Software without restriction, including without limitation the rights
|
|
31810
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31811
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
31812
|
-
> furnished to do so, subject to the following conditions:
|
|
31813
|
-
>
|
|
31814
|
-
> The above copyright notice and this permission notice shall be included in
|
|
31815
|
-
> all copies or substantial portions of the Software.
|
|
31816
|
-
>
|
|
31817
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31818
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31819
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31820
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31821
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31822
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
31823
|
-
> THE SOFTWARE.
|
|
31824
|
-
|
|
31825
|
-
---------------------------------------
|
|
31826
|
-
|
|
31827
|
-
## unpipe
|
|
31828
|
-
License: MIT
|
|
31829
|
-
By: Douglas Christopher Wilson
|
|
31830
|
-
Repository: https://github.com/stream-utils/unpipe
|
|
31831
|
-
|
|
31832
|
-
> (The MIT License)
|
|
31833
|
-
>
|
|
31834
|
-
> Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
31835
|
-
>
|
|
31836
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
31837
|
-
> a copy of this software and associated documentation files (the
|
|
31838
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
31839
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
31840
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
31841
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
31842
|
-
> the following conditions:
|
|
31843
|
-
>
|
|
31844
|
-
> The above copyright notice and this permission notice shall be
|
|
31845
|
-
> included in all copies or substantial portions of the Software.
|
|
31846
|
-
>
|
|
31847
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
31848
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
31849
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
31850
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
31851
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
31852
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
31853
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31854
|
-
|
|
31855
|
-
---------------------------------------
|
|
31856
|
-
|
|
31857
|
-
## util-deprecate
|
|
31858
|
-
License: MIT
|
|
31859
|
-
By: Nathan Rajlich
|
|
31860
|
-
Repository: https://github.com/TooTallNate/util-deprecate
|
|
31861
|
-
|
|
31862
|
-
> (The MIT License)
|
|
31863
|
-
>
|
|
31864
|
-
> Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
|
31865
|
-
>
|
|
31866
|
-
> Permission is hereby granted, free of charge, to any person
|
|
31867
|
-
> obtaining a copy of this software and associated documentation
|
|
31868
|
-
> files (the "Software"), to deal in the Software without
|
|
31869
|
-
> restriction, including without limitation the rights to use,
|
|
31870
|
-
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31871
|
-
> copies of the Software, and to permit persons to whom the
|
|
31872
|
-
> Software is furnished to do so, subject to the following
|
|
31873
|
-
> conditions:
|
|
31874
|
-
>
|
|
31875
|
-
> The above copyright notice and this permission notice shall be
|
|
31876
|
-
> included in all copies or substantial portions of the Software.
|
|
31877
|
-
>
|
|
31878
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
31879
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
31880
|
-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
31881
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
31882
|
-
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
31883
|
-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31884
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
31885
|
-
> OTHER DEALINGS IN THE SOFTWARE.
|
|
31886
|
-
|
|
31887
|
-
---------------------------------------
|
|
31888
|
-
|
|
31889
|
-
## utils-merge
|
|
31890
|
-
License: MIT
|
|
31891
|
-
By: Jared Hanson
|
|
31892
|
-
Repository: https://github.com/jaredhanson/utils-merge
|
|
31893
|
-
|
|
31894
|
-
> The MIT License (MIT)
|
|
31895
|
-
>
|
|
31896
|
-
> Copyright (c) 2013-2017 Jared Hanson
|
|
31897
|
-
>
|
|
31898
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
31899
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
31900
|
-
> the Software without restriction, including without limitation the rights to
|
|
31901
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
31902
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
31903
|
-
> subject to the following conditions:
|
|
31904
|
-
>
|
|
31905
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31906
|
-
> copies or substantial portions of the Software.
|
|
31907
|
-
>
|
|
31908
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31909
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
31910
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
31911
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
31912
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
31913
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31914
|
-
|
|
31915
|
-
---------------------------------------
|
|
31916
|
-
|
|
31917
|
-
## vary
|
|
31918
|
-
License: MIT
|
|
31919
|
-
By: Douglas Christopher Wilson
|
|
31920
|
-
Repository: https://github.com/jshttp/vary
|
|
31921
|
-
|
|
31922
|
-
> (The MIT License)
|
|
31923
|
-
>
|
|
31924
|
-
> Copyright (c) 2014-2017 Douglas Christopher Wilson
|
|
31925
|
-
>
|
|
31926
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
31927
|
-
> a copy of this software and associated documentation files (the
|
|
31928
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
31929
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
31930
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
31931
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
31932
|
-
> the following conditions:
|
|
31933
|
-
>
|
|
31934
|
-
> The above copyright notice and this permission notice shall be
|
|
31935
|
-
> included in all copies or substantial portions of the Software.
|
|
31936
|
-
>
|
|
31937
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
31938
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
31939
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
31940
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
31941
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
31942
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
31943
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31944
|
-
|
|
31945
|
-
---------------------------------------
|
|
31946
|
-
|
|
31947
|
-
## ws
|
|
31948
|
-
License: MIT
|
|
31949
|
-
By: Einar Otto Stangvik
|
|
31950
|
-
Repository: https://github.com/websockets/ws
|
|
31951
|
-
|
|
31952
|
-
> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
|
31953
|
-
> Copyright (c) 2013 Arnout Kazemier and contributors
|
|
31954
|
-
> Copyright (c) 2016 Luigi Pinca and contributors
|
|
31955
|
-
>
|
|
31956
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
31957
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
31958
|
-
> the Software without restriction, including without limitation the rights to
|
|
31959
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
31960
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
31961
|
-
> subject to the following conditions:
|
|
31962
|
-
>
|
|
31963
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
31964
|
-
> copies or substantial portions of the Software.
|
|
31965
|
-
>
|
|
31966
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31967
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
31968
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
31969
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
31970
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
31971
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
31972
|
-
|
|
31973
|
-
---
|
|
31974
|
-
|
|
31975
|
-
The following software may be included in this product: vitest (4.1.7)
|
|
31976
|
-
This software contains the following license and notice below:
|
|
31977
|
-
|
|
31978
|
-
# Vitest core license
|
|
31979
|
-
Vitest is released under the MIT license:
|
|
31980
|
-
|
|
31981
|
-
MIT License
|
|
31982
|
-
|
|
31983
|
-
Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
|
|
31984
|
-
|
|
31985
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
31986
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
31987
|
-
in the Software without restriction, including without limitation the rights
|
|
31988
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
31989
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
31990
|
-
furnished to do so, subject to the following conditions:
|
|
31991
|
-
|
|
31992
|
-
The above copyright notice and this permission notice shall be included in all
|
|
31993
|
-
copies or substantial portions of the Software.
|
|
31994
|
-
|
|
31995
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
31996
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31997
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31998
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31999
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
32000
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
32001
|
-
SOFTWARE.
|
|
32002
|
-
|
|
32003
|
-
# Licenses of bundled dependencies
|
|
32004
|
-
The published Vitest artifact additionally contains code with the following licenses:
|
|
32005
|
-
BSD-3-Clause, ISC, MIT
|
|
32006
|
-
|
|
32007
|
-
# Bundled dependencies:
|
|
32008
|
-
## @antfu/install-pkg
|
|
32009
|
-
License: MIT
|
|
32010
|
-
By: Anthony Fu
|
|
32011
|
-
Repository: git+https://github.com/antfu/install-pkg.git
|
|
32012
|
-
|
|
32013
|
-
> MIT License
|
|
32014
|
-
>
|
|
32015
|
-
> Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
|
|
32016
|
-
>
|
|
32017
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
32018
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
32019
|
-
> in the Software without restriction, including without limitation the rights
|
|
32020
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
32021
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
32022
|
-
> furnished to do so, subject to the following conditions:
|
|
32023
|
-
>
|
|
32024
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
32025
|
-
> copies or substantial portions of the Software.
|
|
32026
|
-
>
|
|
32027
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32028
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
32029
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
32030
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
32031
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
32032
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
32033
|
-
> SOFTWARE.
|
|
32034
|
-
|
|
32035
|
-
---------------------------------------
|
|
32036
|
-
|
|
32037
|
-
## @bomb.sh/tab
|
|
32038
|
-
License: MIT
|
|
32039
|
-
By: Bombshell Authors
|
|
32040
|
-
Repository: git+https://github.com/bombshell-dev/tab.git
|
|
32041
|
-
|
|
32042
|
-
---------------------------------------
|
|
32043
|
-
|
|
32044
|
-
## @jridgewell/resolve-uri
|
|
32045
|
-
License: MIT
|
|
32046
|
-
By: Justin Ridgewell
|
|
32047
|
-
Repository: https://github.com/jridgewell/resolve-uri
|
|
32048
|
-
|
|
32049
|
-
> Copyright 2019 Justin Ridgewell <jridgewell@google.com>
|
|
29646
|
+
> Copyright 2019 Justin Ridgewell <jridgewell@google.com>
|
|
32050
29647
|
>
|
|
32051
29648
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
32052
29649
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -32909,6 +30506,33 @@ SOFTWARE.
|
|
|
32909
30506
|
|
|
32910
30507
|
---
|
|
32911
30508
|
|
|
30509
|
+
The following software may be included in this product: web-tree-sitter (0.20.8)
|
|
30510
|
+
This software contains the following license and notice below:
|
|
30511
|
+
|
|
30512
|
+
The MIT License (MIT)
|
|
30513
|
+
|
|
30514
|
+
Copyright (c) 2018-2021 Max Brunsfeld
|
|
30515
|
+
|
|
30516
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
30517
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
30518
|
+
in the Software without restriction, including without limitation the rights
|
|
30519
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
30520
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
30521
|
+
furnished to do so, subject to the following conditions:
|
|
30522
|
+
|
|
30523
|
+
The above copyright notice and this permission notice shall be included in all
|
|
30524
|
+
copies or substantial portions of the Software.
|
|
30525
|
+
|
|
30526
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30527
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30528
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30529
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30530
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30531
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30532
|
+
SOFTWARE.
|
|
30533
|
+
|
|
30534
|
+
---
|
|
30535
|
+
|
|
32912
30536
|
The following software may be included in this product: webpack (5.101.3)
|
|
32913
30537
|
This software contains the following license and notice below:
|
|
32914
30538
|
|
|
@@ -35530,210 +33154,219 @@ limitations under the License.
|
|
|
35530
33154
|
|
|
35531
33155
|
---
|
|
35532
33156
|
|
|
35533
|
-
The following software may be included in this product: @opentelemetry/api (1.9.1)
|
|
33157
|
+
The following software may be included in this product: @opentelemetry/api (1.9.1)
|
|
33158
|
+
This software contains the following license and notice below:
|
|
33159
|
+
|
|
33160
|
+
Apache License
|
|
33161
|
+
Version 2.0, January 2004
|
|
33162
|
+
http://www.apache.org/licenses/
|
|
33163
|
+
|
|
33164
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
33165
|
+
|
|
33166
|
+
1. Definitions.
|
|
33167
|
+
|
|
33168
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
33169
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
33170
|
+
|
|
33171
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
33172
|
+
the copyright owner that is granting the License.
|
|
33173
|
+
|
|
33174
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
33175
|
+
other entities that control, are controlled by, or are under common
|
|
33176
|
+
control with that entity. For the purposes of this definition,
|
|
33177
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
33178
|
+
direction or management of such entity, whether by contract or
|
|
33179
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
33180
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
33181
|
+
|
|
33182
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
33183
|
+
exercising permissions granted by this License.
|
|
33184
|
+
|
|
33185
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
33186
|
+
including but not limited to software source code, documentation
|
|
33187
|
+
source, and configuration files.
|
|
33188
|
+
|
|
33189
|
+
"Object" form shall mean any form resulting from mechanical
|
|
33190
|
+
transformation or translation of a Source form, including but
|
|
33191
|
+
not limited to compiled object code, generated documentation,
|
|
33192
|
+
and conversions to other media types.
|
|
33193
|
+
|
|
33194
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
33195
|
+
Object form, made available under the License, as indicated by a
|
|
33196
|
+
copyright notice that is included in or attached to the work
|
|
33197
|
+
(an example is provided in the Appendix below).
|
|
33198
|
+
|
|
33199
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
33200
|
+
form, that is based on (or derived from) the Work and for which the
|
|
33201
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
33202
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
33203
|
+
of this License, Derivative Works shall not include works that remain
|
|
33204
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
33205
|
+
the Work and Derivative Works thereof.
|
|
33206
|
+
|
|
33207
|
+
"Contribution" shall mean any work of authorship, including
|
|
33208
|
+
the original version of the Work and any modifications or additions
|
|
33209
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
33210
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
33211
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
33212
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
33213
|
+
means any form of electronic, verbal, or written communication sent
|
|
33214
|
+
to the Licensor or its representatives, including but not limited to
|
|
33215
|
+
communication on electronic mailing lists, source code control systems,
|
|
33216
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
33217
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
33218
|
+
excluding communication that is conspicuously marked or otherwise
|
|
33219
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
33220
|
+
|
|
33221
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
33222
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
33223
|
+
subsequently incorporated within the Work.
|
|
33224
|
+
|
|
33225
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
33226
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
33227
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
33228
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
33229
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
33230
|
+
Work and such Derivative Works in Source or Object form.
|
|
33231
|
+
|
|
33232
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
33233
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
33234
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
33235
|
+
(except as stated in this section) patent license to make, have made,
|
|
33236
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
33237
|
+
where such license applies only to those patent claims licensable
|
|
33238
|
+
by such Contributor that are necessarily infringed by their
|
|
33239
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
33240
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
33241
|
+
institute patent litigation against any entity (including a
|
|
33242
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
33243
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
33244
|
+
or contributory patent infringement, then any patent licenses
|
|
33245
|
+
granted to You under this License for that Work shall terminate
|
|
33246
|
+
as of the date such litigation is filed.
|
|
33247
|
+
|
|
33248
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
33249
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
33250
|
+
modifications, and in Source or Object form, provided that You
|
|
33251
|
+
meet the following conditions:
|
|
33252
|
+
|
|
33253
|
+
(a) You must give any other recipients of the Work or
|
|
33254
|
+
Derivative Works a copy of this License; and
|
|
33255
|
+
|
|
33256
|
+
(b) You must cause any modified files to carry prominent notices
|
|
33257
|
+
stating that You changed the files; and
|
|
33258
|
+
|
|
33259
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
33260
|
+
that You distribute, all copyright, patent, trademark, and
|
|
33261
|
+
attribution notices from the Source form of the Work,
|
|
33262
|
+
excluding those notices that do not pertain to any part of
|
|
33263
|
+
the Derivative Works; and
|
|
33264
|
+
|
|
33265
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
33266
|
+
distribution, then any Derivative Works that You distribute must
|
|
33267
|
+
include a readable copy of the attribution notices contained
|
|
33268
|
+
within such NOTICE file, excluding those notices that do not
|
|
33269
|
+
pertain to any part of the Derivative Works, in at least one
|
|
33270
|
+
of the following places: within a NOTICE text file distributed
|
|
33271
|
+
as part of the Derivative Works; within the Source form or
|
|
33272
|
+
documentation, if provided along with the Derivative Works; or,
|
|
33273
|
+
within a display generated by the Derivative Works, if and
|
|
33274
|
+
wherever such third-party notices normally appear. The contents
|
|
33275
|
+
of the NOTICE file are for informational purposes only and
|
|
33276
|
+
do not modify the License. You may add Your own attribution
|
|
33277
|
+
notices within Derivative Works that You distribute, alongside
|
|
33278
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
33279
|
+
that such additional attribution notices cannot be construed
|
|
33280
|
+
as modifying the License.
|
|
33281
|
+
|
|
33282
|
+
You may add Your own copyright statement to Your modifications and
|
|
33283
|
+
may provide additional or different license terms and conditions
|
|
33284
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
33285
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
33286
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
33287
|
+
the conditions stated in this License.
|
|
33288
|
+
|
|
33289
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
33290
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
33291
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
33292
|
+
this License, without any additional terms or conditions.
|
|
33293
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
33294
|
+
the terms of any separate license agreement you may have executed
|
|
33295
|
+
with Licensor regarding such Contributions.
|
|
33296
|
+
|
|
33297
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
33298
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
33299
|
+
except as required for reasonable and customary use in describing the
|
|
33300
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
33301
|
+
|
|
33302
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
33303
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
33304
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
33305
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
33306
|
+
implied, including, without limitation, any warranties or conditions
|
|
33307
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
33308
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
33309
|
+
appropriateness of using or redistributing the Work and assume any
|
|
33310
|
+
risks associated with Your exercise of permissions under this License.
|
|
33311
|
+
|
|
33312
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
33313
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
33314
|
+
unless required by applicable law (such as deliberate and grossly
|
|
33315
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
33316
|
+
liable to You for damages, including any direct, indirect, special,
|
|
33317
|
+
incidental, or consequential damages of any character arising as a
|
|
33318
|
+
result of this License or out of the use or inability to use the
|
|
33319
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
33320
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
33321
|
+
other commercial damages or losses), even if such Contributor
|
|
33322
|
+
has been advised of the possibility of such damages.
|
|
33323
|
+
|
|
33324
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
33325
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
33326
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
33327
|
+
or other liability obligations and/or rights consistent with this
|
|
33328
|
+
License. However, in accepting such obligations, You may act only
|
|
33329
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
33330
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
33331
|
+
defend, and hold each Contributor harmless for any liability
|
|
33332
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
33333
|
+
of your accepting any such warranty or additional liability.
|
|
33334
|
+
|
|
33335
|
+
END OF TERMS AND CONDITIONS
|
|
33336
|
+
|
|
33337
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
33338
|
+
|
|
33339
|
+
To apply the Apache License to your work, attach the following
|
|
33340
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
33341
|
+
replaced with your own identifying information. (Don't include
|
|
33342
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
33343
|
+
comment syntax for the file format. We also recommend that a
|
|
33344
|
+
file or class name and description of purpose be included on the
|
|
33345
|
+
same "printed page" as the copyright notice for easier
|
|
33346
|
+
identification within third-party archives.
|
|
33347
|
+
|
|
33348
|
+
Copyright [yyyy] [name of copyright owner]
|
|
33349
|
+
|
|
33350
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
33351
|
+
you may not use this file except in compliance with the License.
|
|
33352
|
+
You may obtain a copy of the License at
|
|
33353
|
+
|
|
33354
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
33355
|
+
|
|
33356
|
+
Unless required by applicable law or agreed to in writing, software
|
|
33357
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
33358
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
33359
|
+
See the License for the specific language governing permissions and
|
|
33360
|
+
limitations under the License.
|
|
33361
|
+
|
|
33362
|
+
---
|
|
33363
|
+
|
|
33364
|
+
The following software may be included in this product: @renovatebot/pep440 (5.0.0)
|
|
35534
33365
|
This software contains the following license and notice below:
|
|
35535
33366
|
|
|
35536
|
-
|
|
35537
|
-
|
|
35538
|
-
|
|
35539
|
-
|
|
35540
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35541
|
-
|
|
35542
|
-
1. Definitions.
|
|
35543
|
-
|
|
35544
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
35545
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
35546
|
-
|
|
35547
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
35548
|
-
the copyright owner that is granting the License.
|
|
35549
|
-
|
|
35550
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
35551
|
-
other entities that control, are controlled by, or are under common
|
|
35552
|
-
control with that entity. For the purposes of this definition,
|
|
35553
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
35554
|
-
direction or management of such entity, whether by contract or
|
|
35555
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
35556
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
35557
|
-
|
|
35558
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
35559
|
-
exercising permissions granted by this License.
|
|
35560
|
-
|
|
35561
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
35562
|
-
including but not limited to software source code, documentation
|
|
35563
|
-
source, and configuration files.
|
|
35564
|
-
|
|
35565
|
-
"Object" form shall mean any form resulting from mechanical
|
|
35566
|
-
transformation or translation of a Source form, including but
|
|
35567
|
-
not limited to compiled object code, generated documentation,
|
|
35568
|
-
and conversions to other media types.
|
|
35569
|
-
|
|
35570
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
35571
|
-
Object form, made available under the License, as indicated by a
|
|
35572
|
-
copyright notice that is included in or attached to the work
|
|
35573
|
-
(an example is provided in the Appendix below).
|
|
35574
|
-
|
|
35575
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
35576
|
-
form, that is based on (or derived from) the Work and for which the
|
|
35577
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
35578
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
35579
|
-
of this License, Derivative Works shall not include works that remain
|
|
35580
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
35581
|
-
the Work and Derivative Works thereof.
|
|
35582
|
-
|
|
35583
|
-
"Contribution" shall mean any work of authorship, including
|
|
35584
|
-
the original version of the Work and any modifications or additions
|
|
35585
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
35586
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
35587
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
35588
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
35589
|
-
means any form of electronic, verbal, or written communication sent
|
|
35590
|
-
to the Licensor or its representatives, including but not limited to
|
|
35591
|
-
communication on electronic mailing lists, source code control systems,
|
|
35592
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
35593
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
35594
|
-
excluding communication that is conspicuously marked or otherwise
|
|
35595
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
35596
|
-
|
|
35597
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
35598
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
35599
|
-
subsequently incorporated within the Work.
|
|
35600
|
-
|
|
35601
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
35602
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
35603
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
35604
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
35605
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
35606
|
-
Work and such Derivative Works in Source or Object form.
|
|
35607
|
-
|
|
35608
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
35609
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
35610
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
35611
|
-
(except as stated in this section) patent license to make, have made,
|
|
35612
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
35613
|
-
where such license applies only to those patent claims licensable
|
|
35614
|
-
by such Contributor that are necessarily infringed by their
|
|
35615
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
35616
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
35617
|
-
institute patent litigation against any entity (including a
|
|
35618
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
35619
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
35620
|
-
or contributory patent infringement, then any patent licenses
|
|
35621
|
-
granted to You under this License for that Work shall terminate
|
|
35622
|
-
as of the date such litigation is filed.
|
|
35623
|
-
|
|
35624
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
35625
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
35626
|
-
modifications, and in Source or Object form, provided that You
|
|
35627
|
-
meet the following conditions:
|
|
35628
|
-
|
|
35629
|
-
(a) You must give any other recipients of the Work or
|
|
35630
|
-
Derivative Works a copy of this License; and
|
|
35631
|
-
|
|
35632
|
-
(b) You must cause any modified files to carry prominent notices
|
|
35633
|
-
stating that You changed the files; and
|
|
35634
|
-
|
|
35635
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
35636
|
-
that You distribute, all copyright, patent, trademark, and
|
|
35637
|
-
attribution notices from the Source form of the Work,
|
|
35638
|
-
excluding those notices that do not pertain to any part of
|
|
35639
|
-
the Derivative Works; and
|
|
35640
|
-
|
|
35641
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
35642
|
-
distribution, then any Derivative Works that You distribute must
|
|
35643
|
-
include a readable copy of the attribution notices contained
|
|
35644
|
-
within such NOTICE file, excluding those notices that do not
|
|
35645
|
-
pertain to any part of the Derivative Works, in at least one
|
|
35646
|
-
of the following places: within a NOTICE text file distributed
|
|
35647
|
-
as part of the Derivative Works; within the Source form or
|
|
35648
|
-
documentation, if provided along with the Derivative Works; or,
|
|
35649
|
-
within a display generated by the Derivative Works, if and
|
|
35650
|
-
wherever such third-party notices normally appear. The contents
|
|
35651
|
-
of the NOTICE file are for informational purposes only and
|
|
35652
|
-
do not modify the License. You may add Your own attribution
|
|
35653
|
-
notices within Derivative Works that You distribute, alongside
|
|
35654
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
35655
|
-
that such additional attribution notices cannot be construed
|
|
35656
|
-
as modifying the License.
|
|
35657
|
-
|
|
35658
|
-
You may add Your own copyright statement to Your modifications and
|
|
35659
|
-
may provide additional or different license terms and conditions
|
|
35660
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
35661
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
35662
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
35663
|
-
the conditions stated in this License.
|
|
35664
|
-
|
|
35665
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
35666
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
35667
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
35668
|
-
this License, without any additional terms or conditions.
|
|
35669
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
35670
|
-
the terms of any separate license agreement you may have executed
|
|
35671
|
-
with Licensor regarding such Contributions.
|
|
35672
|
-
|
|
35673
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
35674
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
35675
|
-
except as required for reasonable and customary use in describing the
|
|
35676
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
35677
|
-
|
|
35678
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
35679
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
35680
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
35681
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
35682
|
-
implied, including, without limitation, any warranties or conditions
|
|
35683
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
35684
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
35685
|
-
appropriateness of using or redistributing the Work and assume any
|
|
35686
|
-
risks associated with Your exercise of permissions under this License.
|
|
35687
|
-
|
|
35688
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
35689
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
35690
|
-
unless required by applicable law (such as deliberate and grossly
|
|
35691
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
35692
|
-
liable to You for damages, including any direct, indirect, special,
|
|
35693
|
-
incidental, or consequential damages of any character arising as a
|
|
35694
|
-
result of this License or out of the use or inability to use the
|
|
35695
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
35696
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
35697
|
-
other commercial damages or losses), even if such Contributor
|
|
35698
|
-
has been advised of the possibility of such damages.
|
|
35699
|
-
|
|
35700
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
35701
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
35702
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
35703
|
-
or other liability obligations and/or rights consistent with this
|
|
35704
|
-
License. However, in accepting such obligations, You may act only
|
|
35705
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
35706
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
35707
|
-
defend, and hold each Contributor harmless for any liability
|
|
35708
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
35709
|
-
of your accepting any such warranty or additional liability.
|
|
35710
|
-
|
|
35711
|
-
END OF TERMS AND CONDITIONS
|
|
35712
|
-
|
|
35713
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
35714
|
-
|
|
35715
|
-
To apply the Apache License to your work, attach the following
|
|
35716
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
35717
|
-
replaced with your own identifying information. (Don't include
|
|
35718
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
35719
|
-
comment syntax for the file format. We also recommend that a
|
|
35720
|
-
file or class name and description of purpose be included on the
|
|
35721
|
-
same "printed page" as the copyright notice for easier
|
|
35722
|
-
identification within third-party archives.
|
|
35723
|
-
|
|
35724
|
-
Copyright [yyyy] [name of copyright owner]
|
|
35725
|
-
|
|
35726
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
35727
|
-
you may not use this file except in compliance with the License.
|
|
35728
|
-
You may obtain a copy of the License at
|
|
35729
|
-
|
|
35730
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
35731
|
-
|
|
35732
|
-
Unless required by applicable law or agreed to in writing, software
|
|
35733
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
35734
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
35735
|
-
See the License for the specific language governing permissions and
|
|
35736
|
-
limitations under the License.
|
|
33367
|
+
This software is made available under the terms of *either* of the licenses
|
|
33368
|
+
found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made
|
|
33369
|
+
under the terms of *both* these licenses.
|
|
35737
33370
|
|
|
35738
33371
|
---
|
|
35739
33372
|
|
|
@@ -47042,39 +44675,33 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
47042
44675
|
|
|
47043
44676
|
---
|
|
47044
44677
|
|
|
47045
|
-
The following software may be included in this product:
|
|
47046
|
-
This software was created by Carl Xiong
|
|
44678
|
+
The following software may be included in this product: tree-sitter-wasms (0.1.13)
|
|
47047
44679
|
This software contains the following license and notice below:
|
|
47048
44680
|
|
|
47049
|
-
|
|
47050
|
-
Version 2, December 2004
|
|
47051
|
-
|
|
47052
|
-
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
47053
|
-
|
|
47054
|
-
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
|
|
47055
|
-
|
|
47056
|
-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
47057
|
-
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
47058
|
-
|
|
47059
|
-
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
47060
|
-
|
|
47061
|
-
---
|
|
44681
|
+
This is free and unencumbered software released into the public domain.
|
|
47062
44682
|
|
|
47063
|
-
|
|
47064
|
-
|
|
44683
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
44684
|
+
distribute this software, either in source code form or as a compiled
|
|
44685
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
|
44686
|
+
means.
|
|
47065
44687
|
|
|
47066
|
-
|
|
44688
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
|
44689
|
+
of this software dedicate any and all copyright interest in the
|
|
44690
|
+
software to the public domain. We make this dedication for the benefit
|
|
44691
|
+
of the public at large and to the detriment of our heirs and
|
|
44692
|
+
successors. We intend this dedication to be an overt act of
|
|
44693
|
+
relinquishment in perpetuity of all present and future rights to this
|
|
44694
|
+
software under copyright law.
|
|
47067
44695
|
|
|
47068
|
-
|
|
47069
|
-
|
|
44696
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
44697
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
44698
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
44699
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
44700
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
44701
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
44702
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
47070
44703
|
|
|
47071
|
-
|
|
47072
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
47073
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
47074
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
47075
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
47076
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
47077
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
44704
|
+
For more information, please refer to <https://unlicense.org>
|
|
47078
44705
|
|
|
47079
44706
|
---
|
|
47080
44707
|
|
|
@@ -47108,6 +44735,42 @@ For more information, please refer to <http://unlicense.org>
|
|
|
47108
44735
|
|
|
47109
44736
|
---
|
|
47110
44737
|
|
|
44738
|
+
The following software may be included in this product: truncate-utf8-bytes (1.0.2)
|
|
44739
|
+
This software was created by Carl Xiong
|
|
44740
|
+
This software contains the following license and notice below:
|
|
44741
|
+
|
|
44742
|
+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
44743
|
+
Version 2, December 2004
|
|
44744
|
+
|
|
44745
|
+
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
44746
|
+
|
|
44747
|
+
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
|
|
44748
|
+
|
|
44749
|
+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
44750
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
44751
|
+
|
|
44752
|
+
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
44753
|
+
|
|
44754
|
+
---
|
|
44755
|
+
|
|
44756
|
+
The following software may be included in this product: tslib (2.8.1)
|
|
44757
|
+
This software contains the following license and notice below:
|
|
44758
|
+
|
|
44759
|
+
Copyright (c) Microsoft Corporation.
|
|
44760
|
+
|
|
44761
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
44762
|
+
purpose with or without fee is hereby granted.
|
|
44763
|
+
|
|
44764
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
44765
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
44766
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
44767
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
44768
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
44769
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
44770
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
44771
|
+
|
|
44772
|
+
---
|
|
44773
|
+
|
|
47111
44774
|
The following software may be included in this product: union (0.5.0)
|
|
47112
44775
|
This software contains the following license and notice below:
|
|
47113
44776
|
|