From 79615904cc1dfafb77b85c0d3a21f89dba2a38c2 Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Thu, 18 Jan 2024 13:32:10 -0500 Subject: [PATCH] licensed cache --- .licenses/npm/@actions/artifact.dep.yml | 2 +- .licenses/npm/@actions/github-5.1.1.dep.yml | 20 +++++++++++ .../{github.dep.yml => github-6.0.0.dep.yml} | 0 ...token.dep.yml => auth-token-2.5.0.dep.yml} | 2 +- .../npm/@octokit/auth-token-4.0.0.dep.yml | 34 ++++++++++++++++++ .../{core.dep.yml => core-3.6.0.dep.yml} | 2 +- .licenses/npm/@octokit/core-5.0.2.dep.yml | 34 ++++++++++++++++++ ...dpoint.dep.yml => endpoint-6.0.12.dep.yml} | 2 +- .licenses/npm/@octokit/endpoint-9.0.4.dep.yml | 34 ++++++++++++++++++ ...{graphql.dep.yml => graphql-4.8.0.dep.yml} | 2 +- .licenses/npm/@octokit/graphql-7.0.2.dep.yml | 34 ++++++++++++++++++ ...ml => plugin-paginate-rest-2.21.3.dep.yml} | 2 +- .../plugin-paginate-rest-9.1.5.dep.yml | 20 +++++++++++ ...lugin-rest-endpoint-methods-10.2.0.dep.yml | 20 +++++++++++ ...ugin-rest-endpoint-methods-5.16.2.dep.yml} | 2 +- ...{request.dep.yml => request-5.6.3.dep.yml} | 2 +- .licenses/npm/@octokit/request-8.1.6.dep.yml | 35 +++++++++++++++++++ 17 files changed, 239 insertions(+), 8 deletions(-) create mode 100644 .licenses/npm/@actions/github-5.1.1.dep.yml rename .licenses/npm/@actions/{github.dep.yml => github-6.0.0.dep.yml} (100%) rename .licenses/npm/@octokit/{auth-token.dep.yml => auth-token-2.5.0.dep.yml} (99%) create mode 100644 .licenses/npm/@octokit/auth-token-4.0.0.dep.yml rename .licenses/npm/@octokit/{core.dep.yml => core-3.6.0.dep.yml} (99%) create mode 100644 .licenses/npm/@octokit/core-5.0.2.dep.yml rename .licenses/npm/@octokit/{endpoint.dep.yml => endpoint-6.0.12.dep.yml} (99%) create mode 100644 .licenses/npm/@octokit/endpoint-9.0.4.dep.yml rename .licenses/npm/@octokit/{graphql.dep.yml => graphql-4.8.0.dep.yml} (99%) create mode 100644 .licenses/npm/@octokit/graphql-7.0.2.dep.yml rename .licenses/npm/@octokit/{plugin-paginate-rest.dep.yml => plugin-paginate-rest-2.21.3.dep.yml} (99%) create mode 100644 .licenses/npm/@octokit/plugin-paginate-rest-9.1.5.dep.yml create mode 100644 .licenses/npm/@octokit/plugin-rest-endpoint-methods-10.2.0.dep.yml rename .licenses/npm/@octokit/{plugin-rest-endpoint-methods.dep.yml => plugin-rest-endpoint-methods-5.16.2.dep.yml} (99%) rename .licenses/npm/@octokit/{request.dep.yml => request-5.6.3.dep.yml} (99%) create mode 100644 .licenses/npm/@octokit/request-8.1.6.dep.yml diff --git a/.licenses/npm/@actions/artifact.dep.yml b/.licenses/npm/@actions/artifact.dep.yml index c3c13cc..6565ccd 100644 --- a/.licenses/npm/@actions/artifact.dep.yml +++ b/.licenses/npm/@actions/artifact.dep.yml @@ -1,6 +1,6 @@ --- name: "@actions/artifact" -version: 2.0.0 +version: 2.1.0 type: npm summary: Actions artifact lib homepage: https://github.com/actions/toolkit/tree/main/packages/artifact diff --git a/.licenses/npm/@actions/github-5.1.1.dep.yml b/.licenses/npm/@actions/github-5.1.1.dep.yml new file mode 100644 index 0000000..f379542 --- /dev/null +++ b/.licenses/npm/@actions/github-5.1.1.dep.yml @@ -0,0 +1,20 @@ +--- +name: "@actions/github" +version: 5.1.1 +type: npm +summary: Actions github lib +homepage: https://github.com/actions/toolkit/tree/main/packages/github +license: mit +licenses: +- sources: LICENSE.md + text: |- + The MIT License (MIT) + + Copyright 2019 GitHub + + 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/@actions/github.dep.yml b/.licenses/npm/@actions/github-6.0.0.dep.yml similarity index 100% rename from .licenses/npm/@actions/github.dep.yml rename to .licenses/npm/@actions/github-6.0.0.dep.yml diff --git a/.licenses/npm/@octokit/auth-token.dep.yml b/.licenses/npm/@octokit/auth-token-2.5.0.dep.yml similarity index 99% rename from .licenses/npm/@octokit/auth-token.dep.yml rename to .licenses/npm/@octokit/auth-token-2.5.0.dep.yml index b030d32..1ffe43e 100644 --- a/.licenses/npm/@octokit/auth-token.dep.yml +++ b/.licenses/npm/@octokit/auth-token-2.5.0.dep.yml @@ -3,7 +3,7 @@ name: "@octokit/auth-token" version: 2.5.0 type: npm summary: GitHub API token authentication for browsers and Node.js -homepage: +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/auth-token-4.0.0.dep.yml b/.licenses/npm/@octokit/auth-token-4.0.0.dep.yml new file mode 100644 index 0000000..2ffbd9e --- /dev/null +++ b/.licenses/npm/@octokit/auth-token-4.0.0.dep.yml @@ -0,0 +1,34 @@ +--- +name: "@octokit/auth-token" +version: 4.0.0 +type: npm +summary: GitHub API token authentication for browsers and Node.js +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License + + Copyright (c) 2019 Octokit contributors + + 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: "[MIT](LICENSE)" +notices: [] diff --git a/.licenses/npm/@octokit/core.dep.yml b/.licenses/npm/@octokit/core-3.6.0.dep.yml similarity index 99% rename from .licenses/npm/@octokit/core.dep.yml rename to .licenses/npm/@octokit/core-3.6.0.dep.yml index a29afc0..d6657a2 100644 --- a/.licenses/npm/@octokit/core.dep.yml +++ b/.licenses/npm/@octokit/core-3.6.0.dep.yml @@ -3,7 +3,7 @@ name: "@octokit/core" version: 3.6.0 type: npm summary: Extendable client for GitHub's REST & GraphQL APIs -homepage: +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/core-5.0.2.dep.yml b/.licenses/npm/@octokit/core-5.0.2.dep.yml new file mode 100644 index 0000000..e89375f --- /dev/null +++ b/.licenses/npm/@octokit/core-5.0.2.dep.yml @@ -0,0 +1,34 @@ +--- +name: "@octokit/core" +version: 5.0.2 +type: npm +summary: Extendable client for GitHub's REST & GraphQL APIs +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License + + Copyright (c) 2019 Octokit contributors + + 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: "[MIT](LICENSE)" +notices: [] diff --git a/.licenses/npm/@octokit/endpoint.dep.yml b/.licenses/npm/@octokit/endpoint-6.0.12.dep.yml similarity index 99% rename from .licenses/npm/@octokit/endpoint.dep.yml rename to .licenses/npm/@octokit/endpoint-6.0.12.dep.yml index 80510c0..74b7649 100644 --- a/.licenses/npm/@octokit/endpoint.dep.yml +++ b/.licenses/npm/@octokit/endpoint-6.0.12.dep.yml @@ -3,7 +3,7 @@ name: "@octokit/endpoint" version: 6.0.12 type: npm summary: Turns REST API endpoints into generic request options -homepage: +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/endpoint-9.0.4.dep.yml b/.licenses/npm/@octokit/endpoint-9.0.4.dep.yml new file mode 100644 index 0000000..761ea92 --- /dev/null +++ b/.licenses/npm/@octokit/endpoint-9.0.4.dep.yml @@ -0,0 +1,34 @@ +--- +name: "@octokit/endpoint" +version: 9.0.4 +type: npm +summary: Turns REST API endpoints into generic request options +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License + + Copyright (c) 2018 Octokit contributors + + 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: "[MIT](LICENSE)" +notices: [] diff --git a/.licenses/npm/@octokit/graphql.dep.yml b/.licenses/npm/@octokit/graphql-4.8.0.dep.yml similarity index 99% rename from .licenses/npm/@octokit/graphql.dep.yml rename to .licenses/npm/@octokit/graphql-4.8.0.dep.yml index 8019f23..c4faad9 100644 --- a/.licenses/npm/@octokit/graphql.dep.yml +++ b/.licenses/npm/@octokit/graphql-4.8.0.dep.yml @@ -3,7 +3,7 @@ name: "@octokit/graphql" version: 4.8.0 type: npm summary: GitHub GraphQL API client for browsers and Node -homepage: +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/graphql-7.0.2.dep.yml b/.licenses/npm/@octokit/graphql-7.0.2.dep.yml new file mode 100644 index 0000000..d4d1958 --- /dev/null +++ b/.licenses/npm/@octokit/graphql-7.0.2.dep.yml @@ -0,0 +1,34 @@ +--- +name: "@octokit/graphql" +version: 7.0.2 +type: npm +summary: GitHub GraphQL API client for browsers and Node +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License + + Copyright (c) 2018 Octokit contributors + + 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: "[MIT](LICENSE)" +notices: [] diff --git a/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml b/.licenses/npm/@octokit/plugin-paginate-rest-2.21.3.dep.yml similarity index 99% rename from .licenses/npm/@octokit/plugin-paginate-rest.dep.yml rename to .licenses/npm/@octokit/plugin-paginate-rest-2.21.3.dep.yml index b83e799..9f8cf25 100644 --- a/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml +++ b/.licenses/npm/@octokit/plugin-paginate-rest-2.21.3.dep.yml @@ -3,7 +3,7 @@ name: "@octokit/plugin-paginate-rest" version: 2.21.3 type: npm summary: Octokit plugin to paginate REST API endpoint responses -homepage: +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/plugin-paginate-rest-9.1.5.dep.yml b/.licenses/npm/@octokit/plugin-paginate-rest-9.1.5.dep.yml new file mode 100644 index 0000000..31f8624 --- /dev/null +++ b/.licenses/npm/@octokit/plugin-paginate-rest-9.1.5.dep.yml @@ -0,0 +1,20 @@ +--- +name: "@octokit/plugin-paginate-rest" +version: 9.1.5 +type: npm +summary: Octokit plugin to paginate REST API endpoint responses +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + MIT License Copyright (c) 2019 Octokit contributors + + 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 (including the next paragraph) 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: "[MIT](LICENSE)" +notices: [] diff --git a/.licenses/npm/@octokit/plugin-rest-endpoint-methods-10.2.0.dep.yml b/.licenses/npm/@octokit/plugin-rest-endpoint-methods-10.2.0.dep.yml new file mode 100644 index 0000000..6c30449 --- /dev/null +++ b/.licenses/npm/@octokit/plugin-rest-endpoint-methods-10.2.0.dep.yml @@ -0,0 +1,20 @@ +--- +name: "@octokit/plugin-rest-endpoint-methods" +version: 10.2.0 +type: npm +summary: Octokit plugin adding one method for all of api.github.com REST API endpoints +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + MIT License Copyright (c) 2019 Octokit contributors + + 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 (including the next paragraph) 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: "[MIT](LICENSE)" +notices: [] diff --git a/.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml b/.licenses/npm/@octokit/plugin-rest-endpoint-methods-5.16.2.dep.yml similarity index 99% rename from .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml rename to .licenses/npm/@octokit/plugin-rest-endpoint-methods-5.16.2.dep.yml index 678227b..9220348 100644 --- a/.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml +++ b/.licenses/npm/@octokit/plugin-rest-endpoint-methods-5.16.2.dep.yml @@ -3,7 +3,7 @@ name: "@octokit/plugin-rest-endpoint-methods" version: 5.16.2 type: npm summary: Octokit plugin adding one method for all of api.github.com REST API endpoints -homepage: +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/request.dep.yml b/.licenses/npm/@octokit/request-5.6.3.dep.yml similarity index 99% rename from .licenses/npm/@octokit/request.dep.yml rename to .licenses/npm/@octokit/request-5.6.3.dep.yml index b1f86fd..73a8abc 100644 --- a/.licenses/npm/@octokit/request.dep.yml +++ b/.licenses/npm/@octokit/request-5.6.3.dep.yml @@ -4,7 +4,7 @@ version: 5.6.3 type: npm summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node -homepage: +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/request-8.1.6.dep.yml b/.licenses/npm/@octokit/request-8.1.6.dep.yml new file mode 100644 index 0000000..c9af00f --- /dev/null +++ b/.licenses/npm/@octokit/request-8.1.6.dep.yml @@ -0,0 +1,35 @@ +--- +name: "@octokit/request" +version: 8.1.6 +type: npm +summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers + and Node +homepage: +license: mit +licenses: +- sources: LICENSE + text: | + The MIT License + + Copyright (c) 2018 Octokit contributors + + 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: "[MIT](LICENSE)" +notices: []