From 9c47937ac29eef06a274bb986b994ebad3085d3e Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Wed, 25 Feb 2026 13:18:03 -0500 Subject: [PATCH] Cache licenses --- .licenses/npm/balanced-match-4.0.4.dep.yml | 34 +++++++++++++++++ .licenses/npm/brace-expansion-5.0.3.dep.yml | 34 +++++++++++++++++ .licenses/npm/fast-content-type-parse.dep.yml | 37 +++++++++++++++++++ .licenses/npm/json-with-bigint.dep.yml | 33 +++++++++++++++++ ...imatch.dep.yml => minimatch-9.0.8.dep.yml} | 2 +- 5 files changed, 139 insertions(+), 1 deletion(-) create mode 100644 .licenses/npm/balanced-match-4.0.4.dep.yml create mode 100644 .licenses/npm/brace-expansion-5.0.3.dep.yml create mode 100644 .licenses/npm/fast-content-type-parse.dep.yml create mode 100644 .licenses/npm/json-with-bigint.dep.yml rename .licenses/npm/{minimatch.dep.yml => minimatch-9.0.8.dep.yml} (99%) diff --git a/.licenses/npm/balanced-match-4.0.4.dep.yml b/.licenses/npm/balanced-match-4.0.4.dep.yml new file mode 100644 index 0000000..101c2c3 --- /dev/null +++ b/.licenses/npm/balanced-match-4.0.4.dep.yml @@ -0,0 +1,34 @@ +--- +name: balanced-match +version: 4.0.4 +type: npm +summary: Match balanced character pairs, like "{" and "}" +homepage: +license: mit +licenses: +- sources: LICENSE.md + text: | + (MIT) + + Original code Copyright Julian Gruber + + Port to TypeScript Copyright Isaac Z. Schlueter + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +notices: [] diff --git a/.licenses/npm/brace-expansion-5.0.3.dep.yml b/.licenses/npm/brace-expansion-5.0.3.dep.yml new file mode 100644 index 0000000..07359b8 --- /dev/null +++ b/.licenses/npm/brace-expansion-5.0.3.dep.yml @@ -0,0 +1,34 @@ +--- +name: brace-expansion +version: 5.0.3 +type: npm +summary: Brace expansion as known from sh/bash +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright Julian Gruber + + TypeScript port Copyright Isaac Z. Schlueter + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +notices: [] diff --git a/.licenses/npm/fast-content-type-parse.dep.yml b/.licenses/npm/fast-content-type-parse.dep.yml new file mode 100644 index 0000000..e411b38 --- /dev/null +++ b/.licenses/npm/fast-content-type-parse.dep.yml @@ -0,0 +1,37 @@ +--- +name: fast-content-type-parse +version: 3.0.0 +type: npm +summary: Parse HTTP Content-Type header according to RFC 7231 +homepage: https://github.com/fastify/fast-content-type-parse#readme +license: other +licenses: +- sources: LICENSE + text: |- + MIT License + + Copyright (c) 2023 The Fastify Team + + The Fastify team members are listed at https://github.com/fastify/fastify#team + and in the README file. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +- sources: README.md + text: Licensed under [MIT](./LICENSE). +notices: [] diff --git a/.licenses/npm/json-with-bigint.dep.yml b/.licenses/npm/json-with-bigint.dep.yml new file mode 100644 index 0000000..d496868 --- /dev/null +++ b/.licenses/npm/json-with-bigint.dep.yml @@ -0,0 +1,33 @@ +--- +name: json-with-bigint +version: 3.5.3 +type: npm +summary: JS library that allows you to easily serialize and deserialize data with + BigInt values +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright (c) 2023 Ivan Korolenko + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +notices: [] diff --git a/.licenses/npm/minimatch.dep.yml b/.licenses/npm/minimatch-9.0.8.dep.yml similarity index 99% rename from .licenses/npm/minimatch.dep.yml rename to .licenses/npm/minimatch-9.0.8.dep.yml index 8ed580a..e8d3203 100644 --- a/.licenses/npm/minimatch.dep.yml +++ b/.licenses/npm/minimatch-9.0.8.dep.yml @@ -1,6 +1,6 @@ --- name: minimatch -version: 10.2.4 +version: 9.0.8 type: npm summary: homepage: