From ba8078705f3d7ce0c73836adaebd0fa9262de59b Mon Sep 17 00:00:00 2001 From: Timon van Spronsen Date: Wed, 16 Nov 2022 17:17:32 +0100 Subject: [PATCH 1/2] Update Licenced CI workflow --- .github/workflows/license-status.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/license-status.yml b/.github/workflows/license-status.yml index 5cea4140..6c858889 100644 --- a/.github/workflows/license-status.yml +++ b/.github/workflows/license-status.yml @@ -15,15 +15,11 @@ jobs: licensed: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 # prefer to use a full fetch for licensed workflows - + - uses: actions/checkout@v3 - run: npm install --production - - uses: jonabc/setup-licensed@v1 with: - version: '2.x' + version: 3.x - id: licensed uses: jonabc/licensed-ci@v1 with: From 0d94c67b0945ed969c613768afe95ae6025e34d1 Mon Sep 17 00:00:00 2001 From: licensed-ci Date: Wed, 16 Nov 2022 16:18:29 +0000 Subject: [PATCH 2/2] Auto-update license files --- .licenses/npm/@actions/core.dep.yml | 30 ++++------ .licenses/npm/@actions/github.dep.yml | 6 +- .licenses/npm/@actions/http-client.dep.yml | 32 ++++++++++ .../{rest.dep.yml => auth-token.dep.yml} | 11 ++-- .../{pump.dep.yml => @octokit/core.dep.yml} | 16 ++--- .licenses/npm/@octokit/endpoint.dep.yml | 4 +- .licenses/npm/@octokit/graphql.dep.yml | 4 +- .../openapi-types.dep.yml} | 20 +++---- .../plugin-paginate-rest.dep.yml} | 20 +++---- .../plugin-rest-endpoint-methods.dep.yml} | 20 +++---- .../request-error.dep.yml} | 11 ++-- .licenses/npm/@octokit/request.dep.yml | 6 +- .licenses/npm/@octokit/types.dep.yml | 20 +++++++ .licenses/npm/atob-lite.dep.yml | 32 ---------- .licenses/npm/before-after-hook.dep.yml | 4 +- .licenses/npm/btoa-lite.dep.yml | 32 ---------- .licenses/npm/cross-spawn.dep.yml | 34 ----------- .licenses/npm/deprecation.dep.yml | 4 +- .licenses/npm/escape-string-regexp.dep.yml | 8 +-- .licenses/npm/is-plain-object.dep.yml | 8 +-- .licenses/npm/is-stream.dep.yml | 34 ----------- .licenses/npm/isexe.dep.yml | 26 --------- .licenses/npm/isobject.dep.yml | 40 ------------- .licenses/npm/lodash.get.dep.yml | 58 ------------------- .licenses/npm/lodash.set.dep.yml | 58 ------------------- .licenses/npm/lodash.uniq.dep.yml | 58 ------------------- .licenses/npm/matcher.dep.yml | 8 +-- .licenses/npm/node-fetch.dep.yml | 14 +++-- .licenses/npm/npm-run-path.dep.yml | 34 ----------- .licenses/npm/p-finally.dep.yml | 35 ----------- .licenses/npm/path-key.dep.yml | 34 ----------- .licenses/npm/semver.dep.yml | 26 --------- .licenses/npm/shebang-command.dep.yml | 34 ----------- .licenses/npm/shebang-regex.dep.yml | 34 ----------- .licenses/npm/signal-exit.dep.yml | 27 --------- .licenses/npm/strip-eof.dep.yml | 34 ----------- .../npm/{deepmerge.dep.yml => tr46.dep.yml} | 24 ++++---- .../{end-of-stream.dep.yml => tunnel.dep.yml} | 15 ++--- .licenses/npm/universal-user-agent.dep.yml | 4 +- .licenses/npm/url-template.dep.yml | 31 ---------- .licenses/npm/{execa.dep.yml => uuid.dep.yml} | 16 +++-- .licenses/npm/webidl-conversions.dep.yml | 23 ++++++++ .../{nice-try.dep.yml => whatwg-url.dep.yml} | 12 ++-- .licenses/npm/which.dep.yml | 27 --------- .licenses/npm/windows-release.dep.yml | 23 -------- 45 files changed, 197 insertions(+), 854 deletions(-) create mode 100644 .licenses/npm/@actions/http-client.dep.yml rename .licenses/npm/@octokit/{rest.dep.yml => auth-token.dep.yml} (83%) rename .licenses/npm/{pump.dep.yml => @octokit/core.dep.yml} (83%) rename .licenses/npm/{get-stream.dep.yml => @octokit/openapi-types.dep.yml} (75%) rename .licenses/npm/{os-name.dep.yml => @octokit/plugin-paginate-rest.dep.yml} (66%) rename .licenses/npm/{macos-release.dep.yml => @octokit/plugin-rest-endpoint-methods.dep.yml} (66%) rename .licenses/npm/{octokit-pagination-methods.dep.yml => @octokit/request-error.dep.yml} (81%) create mode 100644 .licenses/npm/@octokit/types.dep.yml delete mode 100644 .licenses/npm/atob-lite.dep.yml delete mode 100644 .licenses/npm/btoa-lite.dep.yml delete mode 100644 .licenses/npm/cross-spawn.dep.yml delete mode 100644 .licenses/npm/is-stream.dep.yml delete mode 100644 .licenses/npm/isexe.dep.yml delete mode 100644 .licenses/npm/isobject.dep.yml delete mode 100644 .licenses/npm/lodash.get.dep.yml delete mode 100644 .licenses/npm/lodash.set.dep.yml delete mode 100644 .licenses/npm/lodash.uniq.dep.yml delete mode 100644 .licenses/npm/npm-run-path.dep.yml delete mode 100644 .licenses/npm/p-finally.dep.yml delete mode 100644 .licenses/npm/path-key.dep.yml delete mode 100644 .licenses/npm/semver.dep.yml delete mode 100644 .licenses/npm/shebang-command.dep.yml delete mode 100644 .licenses/npm/shebang-regex.dep.yml delete mode 100644 .licenses/npm/signal-exit.dep.yml delete mode 100644 .licenses/npm/strip-eof.dep.yml rename .licenses/npm/{deepmerge.dep.yml => tr46.dep.yml} (73%) rename .licenses/npm/{end-of-stream.dep.yml => tunnel.dep.yml} (80%) delete mode 100644 .licenses/npm/url-template.dep.yml rename .licenses/npm/{execa.dep.yml => uuid.dep.yml} (78%) create mode 100644 .licenses/npm/webidl-conversions.dep.yml rename .licenses/npm/{nice-try.dep.yml => whatwg-url.dep.yml} (84%) delete mode 100644 .licenses/npm/which.dep.yml delete mode 100644 .licenses/npm/windows-release.dep.yml diff --git a/.licenses/npm/@actions/core.dep.yml b/.licenses/npm/@actions/core.dep.yml index 5e0aab29..a2682b83 100644 --- a/.licenses/npm/@actions/core.dep.yml +++ b/.licenses/npm/@actions/core.dep.yml @@ -1,30 +1,20 @@ --- name: "@actions/core" -version: 1.2.0 +version: 1.10.0 type: npm summary: Actions core lib -homepage: https://github.com/actions/toolkit/tree/master/packages/core +homepage: https://github.com/actions/toolkit/tree/main/packages/core license: mit licenses: -- sources: Auto-generated MIT license text - text: | - MIT License +- sources: LICENSE.md + text: |- + The MIT License (MIT) - 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: + Copyright 2019 GitHub - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. + 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 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. + 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.dep.yml index d3204169..f3795425 100644 --- a/.licenses/npm/@actions/github.dep.yml +++ b/.licenses/npm/@actions/github.dep.yml @@ -1,13 +1,15 @@ --- name: "@actions/github" -version: 1.1.0 +version: 5.1.1 type: npm summary: Actions github lib -homepage: https://github.com/actions/toolkit/tree/master/packages/github +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: diff --git a/.licenses/npm/@actions/http-client.dep.yml b/.licenses/npm/@actions/http-client.dep.yml new file mode 100644 index 00000000..8c65767b --- /dev/null +++ b/.licenses/npm/@actions/http-client.dep.yml @@ -0,0 +1,32 @@ +--- +name: "@actions/http-client" +version: 2.0.1 +type: npm +summary: Actions Http Client +homepage: https://github.com/actions/toolkit/tree/main/packages/http-client +license: other +licenses: +- sources: LICENSE + text: | + Actions Http Client for Node.js + + Copyright (c) GitHub, Inc. + + All rights reserved. + + MIT License + + 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/@octokit/rest.dep.yml b/.licenses/npm/@octokit/auth-token.dep.yml similarity index 83% rename from .licenses/npm/@octokit/rest.dep.yml rename to .licenses/npm/@octokit/auth-token.dep.yml index deaeab74..1ffe43e9 100644 --- a/.licenses/npm/@octokit/rest.dep.yml +++ b/.licenses/npm/@octokit/auth-token.dep.yml @@ -1,17 +1,16 @@ --- -name: "@octokit/rest" -version: 16.23.2 +name: "@octokit/auth-token" +version: 2.5.0 type: npm -summary: GitHub REST API client for Node.js -homepage: https://github.com/octokit/rest.js#readme +summary: GitHub API token authentication for browsers and Node.js +homepage: license: mit licenses: - sources: LICENSE text: | The MIT License - Copyright (c) 2012 Cloud9 IDE, Inc. (Mike de Boer) - Copyright (c) 2017-2018 Octokit contributors + 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 diff --git a/.licenses/npm/pump.dep.yml b/.licenses/npm/@octokit/core.dep.yml similarity index 83% rename from .licenses/npm/pump.dep.yml rename to .licenses/npm/@octokit/core.dep.yml index 02c5cf69..d6657a24 100644 --- a/.licenses/npm/pump.dep.yml +++ b/.licenses/npm/@octokit/core.dep.yml @@ -1,16 +1,16 @@ --- -name: pump -version: 3.0.0 +name: "@octokit/core" +version: 3.6.0 type: npm -summary: pipe streams together and close all of them if one of them closes -homepage: https://github.com/mafintosh/pump#readme +summary: Extendable client for GitHub's REST & GraphQL APIs +homepage: license: mit licenses: - sources: LICENSE - text: |- - The MIT License (MIT) + text: | + The MIT License - Copyright (c) 2014 Mathias Buus + 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 @@ -30,5 +30,5 @@ licenses: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - sources: README.md - text: MIT + text: "[MIT](LICENSE)" notices: [] diff --git a/.licenses/npm/@octokit/endpoint.dep.yml b/.licenses/npm/@octokit/endpoint.dep.yml index 27222f57..74b7649e 100644 --- a/.licenses/npm/@octokit/endpoint.dep.yml +++ b/.licenses/npm/@octokit/endpoint.dep.yml @@ -1,9 +1,9 @@ --- name: "@octokit/endpoint" -version: 3.2.3 +version: 6.0.12 type: npm summary: Turns REST API endpoints into generic request options -homepage: https://github.com/octokit/endpoint.js#readme +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/graphql.dep.yml b/.licenses/npm/@octokit/graphql.dep.yml index fc106ea0..c4faad91 100644 --- a/.licenses/npm/@octokit/graphql.dep.yml +++ b/.licenses/npm/@octokit/graphql.dep.yml @@ -1,9 +1,9 @@ --- name: "@octokit/graphql" -version: 2.1.0 +version: 4.8.0 type: npm summary: GitHub GraphQL API client for browsers and Node -homepage: https://github.com/octokit/graphql.js#readme +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/get-stream.dep.yml b/.licenses/npm/@octokit/openapi-types.dep.yml similarity index 75% rename from .licenses/npm/get-stream.dep.yml rename to .licenses/npm/@octokit/openapi-types.dep.yml index 49e1c3fe..f2891938 100644 --- a/.licenses/npm/get-stream.dep.yml +++ b/.licenses/npm/@octokit/openapi-types.dep.yml @@ -1,22 +1,20 @@ --- -name: get-stream -version: 4.1.0 +name: "@octokit/openapi-types" +version: 12.11.0 type: npm -summary: Get a stream as a string, buffer, or array -homepage: https://github.com/sindresorhus/get-stream#readme +summary: Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com +homepage: license: mit licenses: -- sources: license - text: | - MIT License - - Copyright (c) Sindre Sorhus (sindresorhus.com) +- sources: LICENSE + text: |- + Copyright 2020 Gregor Martynus 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 © [Sindre Sorhus](https://sindresorhus.com) +- sources: README.md + text: "[MIT](LICENSE)" notices: [] diff --git a/.licenses/npm/os-name.dep.yml b/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml similarity index 66% rename from .licenses/npm/os-name.dep.yml rename to .licenses/npm/@octokit/plugin-paginate-rest.dep.yml index 9be0e25f..9f8cf25b 100644 --- a/.licenses/npm/os-name.dep.yml +++ b/.licenses/npm/@octokit/plugin-paginate-rest.dep.yml @@ -1,22 +1,20 @@ --- -name: os-name -version: 3.1.0 +name: "@octokit/plugin-paginate-rest" +version: 2.21.3 type: npm -summary: 'Get the name of the current operating system. Example: macOS Sierra' -homepage: https://github.com/sindresorhus/os-name#readme +summary: Octokit plugin to paginate REST API endpoint responses +homepage: license: mit licenses: -- sources: license +- sources: LICENSE text: | - MIT License - - Copyright (c) Sindre Sorhus (sindresorhus.com) + 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 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 © [Sindre Sorhus](https://sindresorhus.com) +- sources: README.md + text: "[MIT](LICENSE)" notices: [] diff --git a/.licenses/npm/macos-release.dep.yml b/.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml similarity index 66% rename from .licenses/npm/macos-release.dep.yml rename to .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml index 03f3b203..92203484 100644 --- a/.licenses/npm/macos-release.dep.yml +++ b/.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml @@ -1,22 +1,20 @@ --- -name: macos-release -version: 2.2.0 +name: "@octokit/plugin-rest-endpoint-methods" +version: 5.16.2 type: npm -summary: Get the name and version of a macOS release from the Darwin version -homepage: https://github.com/sindresorhus/macos-release#readme +summary: Octokit plugin adding one method for all of api.github.com REST API endpoints +homepage: license: mit licenses: -- sources: license +- sources: LICENSE text: | - MIT License - - Copyright (c) Sindre Sorhus (sindresorhus.com) + 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 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 © [Sindre Sorhus](https://sindresorhus.com) +- sources: README.md + text: "[MIT](LICENSE)" notices: [] diff --git a/.licenses/npm/octokit-pagination-methods.dep.yml b/.licenses/npm/@octokit/request-error.dep.yml similarity index 81% rename from .licenses/npm/octokit-pagination-methods.dep.yml rename to .licenses/npm/@octokit/request-error.dep.yml index b4c8a78f..41a28b4e 100644 --- a/.licenses/npm/octokit-pagination-methods.dep.yml +++ b/.licenses/npm/@octokit/request-error.dep.yml @@ -1,17 +1,16 @@ --- -name: octokit-pagination-methods -version: 1.1.0 +name: "@octokit/request-error" +version: 2.1.0 type: npm -summary: Legacy Octokit pagination methods from v15 -homepage: https://github.com/gr2m/octokit-pagination-methods#readme +summary: Error class for Octokit request errors +homepage: license: mit licenses: - sources: LICENSE text: | The MIT License - Copyright (c) 2012 Cloud9 IDE, Inc. (Mike de Boer) - Copyright (c) 2017-2018 Octokit contributors + 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 diff --git a/.licenses/npm/@octokit/request.dep.yml b/.licenses/npm/@octokit/request.dep.yml index 18155cd1..73a8abce 100644 --- a/.licenses/npm/@octokit/request.dep.yml +++ b/.licenses/npm/@octokit/request.dep.yml @@ -1,10 +1,10 @@ --- name: "@octokit/request" -version: 2.4.2 +version: 5.6.3 type: npm -summary: Send parameterized requests to GitHub’s APIs with sensible defaults in browsers +summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node -homepage: https://github.com/octokit/request.js#readme +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/@octokit/types.dep.yml b/.licenses/npm/@octokit/types.dep.yml new file mode 100644 index 00000000..d13289b2 --- /dev/null +++ b/.licenses/npm/@octokit/types.dep.yml @@ -0,0 +1,20 @@ +--- +name: "@octokit/types" +version: 6.41.0 +type: npm +summary: Shared TypeScript definitions for Octokit projects +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/atob-lite.dep.yml b/.licenses/npm/atob-lite.dep.yml deleted file mode 100644 index 3a1356f0..00000000 --- a/.licenses/npm/atob-lite.dep.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: atob-lite -version: 2.0.0 -type: npm -summary: Smallest/simplest possible means of using atob with both Node and browserify -homepage: https://github.com/hughsk/atob-lite -license: other -licenses: -- sources: LICENSE.md - text: | - This software is released under the MIT license: - - 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. See [LICENSE.md](http://github.com/hughsk/atob-lite/blob/master/LICENSE.md) - for details. -notices: [] diff --git a/.licenses/npm/before-after-hook.dep.yml b/.licenses/npm/before-after-hook.dep.yml index f1eba44d..c1475016 100644 --- a/.licenses/npm/before-after-hook.dep.yml +++ b/.licenses/npm/before-after-hook.dep.yml @@ -1,9 +1,9 @@ --- name: before-after-hook -version: 1.4.0 +version: 2.2.3 type: npm summary: asynchronous before/error/after hooks for internal functionality -homepage: https://github.com/gr2m/before-after-hook#readme +homepage: license: apache-2.0 licenses: - sources: LICENSE diff --git a/.licenses/npm/btoa-lite.dep.yml b/.licenses/npm/btoa-lite.dep.yml deleted file mode 100644 index 5a6d56fe..00000000 --- a/.licenses/npm/btoa-lite.dep.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: btoa-lite -version: 1.0.0 -type: npm -summary: Smallest/simplest possible means of using btoa with both Node and browserify -homepage: https://github.com/hughsk/btoa-lite -license: other -licenses: -- sources: LICENSE.md - text: | - This software is released under the MIT license: - - 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. See [LICENSE.md](http://github.com/hughsk/btoa-lite/blob/master/LICENSE.md) - for details. -notices: [] diff --git a/.licenses/npm/cross-spawn.dep.yml b/.licenses/npm/cross-spawn.dep.yml deleted file mode 100644 index 0552e4ff..00000000 --- a/.licenses/npm/cross-spawn.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: cross-spawn -version: 6.0.5 -type: npm -summary: Cross platform child_process#spawn and child_process#spawnSync -homepage: https://github.com/moxystudio/node-cross-spawn -license: mit -licenses: -- sources: LICENSE - text: | - The MIT License (MIT) - - Copyright (c) 2018 Made With MOXY Lda - - 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: Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). -notices: [] diff --git a/.licenses/npm/deprecation.dep.yml b/.licenses/npm/deprecation.dep.yml index 70a410de..683fdfc0 100644 --- a/.licenses/npm/deprecation.dep.yml +++ b/.licenses/npm/deprecation.dep.yml @@ -1,9 +1,9 @@ --- name: deprecation -version: 1.0.1 +version: 2.3.1 type: npm summary: Log a deprecation message with stack -homepage: https://github.com/gr2m/deprecation#readme +homepage: license: isc licenses: - sources: LICENSE diff --git a/.licenses/npm/escape-string-regexp.dep.yml b/.licenses/npm/escape-string-regexp.dep.yml index 2dc157be..876f4e7b 100644 --- a/.licenses/npm/escape-string-regexp.dep.yml +++ b/.licenses/npm/escape-string-regexp.dep.yml @@ -1,22 +1,20 @@ --- name: escape-string-regexp -version: 2.0.0 +version: 4.0.0 type: npm summary: Escape RegExp special characters -homepage: https://github.com/sindresorhus/escape-string-regexp#readme +homepage: license: mit licenses: - sources: license text: | MIT License - Copyright (c) Sindre Sorhus (sindresorhus.com) + Copyright (c) Sindre Sorhus (https://sindresorhus.com) 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 © [Sindre Sorhus](https://sindresorhus.com) notices: [] diff --git a/.licenses/npm/is-plain-object.dep.yml b/.licenses/npm/is-plain-object.dep.yml index 43cd32df..671ba205 100644 --- a/.licenses/npm/is-plain-object.dep.yml +++ b/.licenses/npm/is-plain-object.dep.yml @@ -1,8 +1,8 @@ --- name: is-plain-object -version: 2.0.4 +version: 5.0.0 type: npm -summary: Returns true if an object was created by the `Object` constructor. +summary: Returns true if an object was created by the `Object` constructor, or Object.create(null). homepage: https://github.com/jonschlinkert/is-plain-object license: mit licenses: @@ -31,10 +31,10 @@ licenses: THE SOFTWARE. - sources: README.md text: |- - Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). + Copyright © 2019, [Jon Schlinkert](https://github.com/jonschlinkert). Released under the [MIT License](LICENSE). *** - _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 11, 2017._ + _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 28, 2019._ notices: [] diff --git a/.licenses/npm/is-stream.dep.yml b/.licenses/npm/is-stream.dep.yml deleted file mode 100644 index 5d3afd7d..00000000 --- a/.licenses/npm/is-stream.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: is-stream -version: 1.1.0 -type: npm -summary: Check if something is a Node.js stream -homepage: https://github.com/sindresorhus/is-stream#readme -license: mit -licenses: -- sources: license - text: | - The MIT License (MIT) - - Copyright (c) Sindre Sorhus (sindresorhus.com) - - 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 © [Sindre Sorhus](https://sindresorhus.com) -notices: [] diff --git a/.licenses/npm/isexe.dep.yml b/.licenses/npm/isexe.dep.yml deleted file mode 100644 index a69a541e..00000000 --- a/.licenses/npm/isexe.dep.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: isexe -version: 2.0.0 -type: npm -summary: Minimal module to check if a file is executable. -homepage: https://github.com/isaacs/isexe#readme -license: isc -licenses: -- sources: LICENSE - text: | - The ISC License - - Copyright (c) Isaac Z. Schlueter and Contributors - - 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. - - 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. -notices: [] diff --git a/.licenses/npm/isobject.dep.yml b/.licenses/npm/isobject.dep.yml deleted file mode 100644 index 264072bf..00000000 --- a/.licenses/npm/isobject.dep.yml +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: isobject -version: 3.0.1 -type: npm -summary: Returns true if the value is an object and not an array or null. -homepage: https://github.com/jonschlinkert/isobject -license: mit -licenses: -- sources: LICENSE - text: |- - The MIT License (MIT) - - Copyright (c) 2014-2017, Jon Schlinkert. - - 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: |- - Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). - Released under the [MIT License](LICENSE). - - *** - - _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 30, 2017._ -notices: [] diff --git a/.licenses/npm/lodash.get.dep.yml b/.licenses/npm/lodash.get.dep.yml deleted file mode 100644 index 0fd474e5..00000000 --- a/.licenses/npm/lodash.get.dep.yml +++ /dev/null @@ -1,58 +0,0 @@ ---- -name: lodash.get -version: 4.4.2 -type: npm -summary: The lodash method `_.get` exported as a module. -homepage: https://lodash.com/ -license: cc0-1.0 -licenses: - - sources: LICENSE - text: | - Copyright jQuery Foundation and other contributors - - Based on Underscore.js, copyright Jeremy Ashkenas, - DocumentCloud and Investigative Reporters & Editors - - This software consists of voluntary contributions made by many - individuals. For exact contribution history, see the revision history - available at https://github.com/lodash/lodash - - The following license applies to all parts of this software except as - documented below: - - ==== - - 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. - - ==== - - Copyright and related rights for sample code are waived via CC0. Sample - code is defined as all source code displayed within the prose of the - documentation. - - CC0: http://creativecommons.org/publicdomain/zero/1.0/ - - ==== - - Files located in the node_modules and vendor directories are externally - maintained libraries used by this software which have their own - licenses; we recommend you read them, as their terms may differ from the - terms above. -notices: [] diff --git a/.licenses/npm/lodash.set.dep.yml b/.licenses/npm/lodash.set.dep.yml deleted file mode 100644 index ac38993d..00000000 --- a/.licenses/npm/lodash.set.dep.yml +++ /dev/null @@ -1,58 +0,0 @@ ---- -name: lodash.set -version: 4.3.2 -type: npm -summary: The lodash method `_.set` exported as a module. -homepage: https://lodash.com/ -license: cc0-1.0 -licenses: - - sources: LICENSE - text: | - Copyright jQuery Foundation and other contributors - - Based on Underscore.js, copyright Jeremy Ashkenas, - DocumentCloud and Investigative Reporters & Editors - - This software consists of voluntary contributions made by many - individuals. For exact contribution history, see the revision history - available at https://github.com/lodash/lodash - - The following license applies to all parts of this software except as - documented below: - - ==== - - 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. - - ==== - - Copyright and related rights for sample code are waived via CC0. Sample - code is defined as all source code displayed within the prose of the - documentation. - - CC0: http://creativecommons.org/publicdomain/zero/1.0/ - - ==== - - Files located in the node_modules and vendor directories are externally - maintained libraries used by this software which have their own - licenses; we recommend you read them, as their terms may differ from the - terms above. -notices: [] diff --git a/.licenses/npm/lodash.uniq.dep.yml b/.licenses/npm/lodash.uniq.dep.yml deleted file mode 100644 index 72393dd1..00000000 --- a/.licenses/npm/lodash.uniq.dep.yml +++ /dev/null @@ -1,58 +0,0 @@ ---- -name: lodash.uniq -version: 4.5.0 -type: npm -summary: The lodash method `_.uniq` exported as a module. -homepage: https://lodash.com/ -license: cc0-1.0 -licenses: - - sources: LICENSE - text: | - Copyright jQuery Foundation and other contributors - - Based on Underscore.js, copyright Jeremy Ashkenas, - DocumentCloud and Investigative Reporters & Editors - - This software consists of voluntary contributions made by many - individuals. For exact contribution history, see the revision history - available at https://github.com/lodash/lodash - - The following license applies to all parts of this software except as - documented below: - - ==== - - 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. - - ==== - - Copyright and related rights for sample code are waived via CC0. Sample - code is defined as all source code displayed within the prose of the - documentation. - - CC0: http://creativecommons.org/publicdomain/zero/1.0/ - - ==== - - Files located in the node_modules and vendor directories are externally - maintained libraries used by this software which have their own - licenses; we recommend you read them, as their terms may differ from the - terms above. -notices: [] diff --git a/.licenses/npm/matcher.dep.yml b/.licenses/npm/matcher.dep.yml index b370298b..abac3e41 100644 --- a/.licenses/npm/matcher.dep.yml +++ b/.licenses/npm/matcher.dep.yml @@ -1,22 +1,20 @@ --- name: matcher -version: 2.0.0 +version: 4.0.0 type: npm summary: Simple wildcard matching -homepage: https://github.com/sindresorhus/matcher#readme +homepage: license: mit licenses: - sources: license text: | MIT License - Copyright (c) Sindre Sorhus (sindresorhus.com) + Copyright (c) Sindre Sorhus (https://sindresorhus.com) 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 © [Sindre Sorhus](https://sindresorhus.com) notices: [] diff --git a/.licenses/npm/node-fetch.dep.yml b/.licenses/npm/node-fetch.dep.yml index 0241fee7..b49a78a1 100644 --- a/.licenses/npm/node-fetch.dep.yml +++ b/.licenses/npm/node-fetch.dep.yml @@ -1,6 +1,6 @@ --- name: node-fetch -version: 2.3.0 +version: 2.6.7 type: npm summary: A light-weight module that brings window.fetch to node.js homepage: https://github.com/bitinn/node-fetch @@ -34,14 +34,18 @@ licenses: text: |- MIT - [npm-image]: https://img.shields.io/npm/v/node-fetch.svg?style=flat-square + [npm-image]: https://flat.badgen.net/npm/v/node-fetch [npm-url]: https://www.npmjs.com/package/node-fetch - [travis-image]: https://img.shields.io/travis/bitinn/node-fetch.svg?style=flat-square + [travis-image]: https://flat.badgen.net/travis/bitinn/node-fetch [travis-url]: https://travis-ci.org/bitinn/node-fetch - [codecov-image]: https://img.shields.io/codecov/c/github/bitinn/node-fetch.svg?style=flat-square + [codecov-image]: https://flat.badgen.net/codecov/c/github/bitinn/node-fetch/master [codecov-url]: https://codecov.io/gh/bitinn/node-fetch - [install-size-image]: https://packagephobia.now.sh/badge?p=node-fetch + [install-size-image]: https://flat.badgen.net/packagephobia/install/node-fetch [install-size-url]: https://packagephobia.now.sh/result?p=node-fetch + [discord-image]: https://img.shields.io/discord/619915844268326952?color=%237289DA&label=Discord&style=flat-square + [discord-url]: https://discord.gg/Zxbndcm + [opencollective-image]: https://opencollective.com/node-fetch/backers.svg + [opencollective-url]: https://opencollective.com/node-fetch [whatwg-fetch]: https://fetch.spec.whatwg.org/ [response-init]: https://fetch.spec.whatwg.org/#responseinit [node-readable]: https://nodejs.org/api/stream.html#stream_readable_streams diff --git a/.licenses/npm/npm-run-path.dep.yml b/.licenses/npm/npm-run-path.dep.yml deleted file mode 100644 index be3c2bf3..00000000 --- a/.licenses/npm/npm-run-path.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: npm-run-path -version: 2.0.2 -type: npm -summary: Get your PATH prepended with locally installed binaries -homepage: https://github.com/sindresorhus/npm-run-path#readme -license: mit -licenses: -- sources: license - text: | - The MIT License (MIT) - - Copyright (c) Sindre Sorhus (sindresorhus.com) - - 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 © [Sindre Sorhus](https://sindresorhus.com) -notices: [] diff --git a/.licenses/npm/p-finally.dep.yml b/.licenses/npm/p-finally.dep.yml deleted file mode 100644 index 2b41f240..00000000 --- a/.licenses/npm/p-finally.dep.yml +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: p-finally -version: 1.0.0 -type: npm -summary: "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless - of outcome" -homepage: https://github.com/sindresorhus/p-finally#readme -license: mit -licenses: -- sources: license - text: | - The MIT License (MIT) - - Copyright (c) Sindre Sorhus (sindresorhus.com) - - 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 © [Sindre Sorhus](https://sindresorhus.com) -notices: [] diff --git a/.licenses/npm/path-key.dep.yml b/.licenses/npm/path-key.dep.yml deleted file mode 100644 index c2674e8b..00000000 --- a/.licenses/npm/path-key.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: path-key -version: 2.0.1 -type: npm -summary: Get the PATH environment variable key cross-platform -homepage: https://github.com/sindresorhus/path-key#readme -license: mit -licenses: -- sources: license - text: | - The MIT License (MIT) - - Copyright (c) Sindre Sorhus (sindresorhus.com) - - 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 © [Sindre Sorhus](https://sindresorhus.com) -notices: [] diff --git a/.licenses/npm/semver.dep.yml b/.licenses/npm/semver.dep.yml deleted file mode 100644 index a07ada5d..00000000 --- a/.licenses/npm/semver.dep.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: semver -version: 5.7.0 -type: npm -summary: The semantic version parser used by npm. -homepage: https://github.com/npm/node-semver#readme -license: isc -licenses: -- sources: LICENSE - text: | - The ISC License - - Copyright (c) Isaac Z. Schlueter and Contributors - - 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. - - 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. -notices: [] diff --git a/.licenses/npm/shebang-command.dep.yml b/.licenses/npm/shebang-command.dep.yml deleted file mode 100644 index 2b39e74e..00000000 --- a/.licenses/npm/shebang-command.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: shebang-command -version: 1.2.0 -type: npm -summary: Get the command from a shebang -homepage: https://github.com/kevva/shebang-command#readme -license: mit -licenses: -- sources: license - text: | - The MIT License (MIT) - - Copyright (c) Kevin Martensson (github.com/kevva) - - 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 © [Kevin Martensson](http://github.com/kevva) -notices: [] diff --git a/.licenses/npm/shebang-regex.dep.yml b/.licenses/npm/shebang-regex.dep.yml deleted file mode 100644 index bfed9cf1..00000000 --- a/.licenses/npm/shebang-regex.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: shebang-regex -version: 1.0.0 -type: npm -summary: Regular expression for matching a shebang -homepage: https://github.com/sindresorhus/shebang-regex#readme -license: mit -licenses: -- sources: license - text: | - The MIT License (MIT) - - Copyright (c) Sindre Sorhus (sindresorhus.com) - - 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 © [Sindre Sorhus](http://sindresorhus.com) -notices: [] diff --git a/.licenses/npm/signal-exit.dep.yml b/.licenses/npm/signal-exit.dep.yml deleted file mode 100644 index 53a7b811..00000000 --- a/.licenses/npm/signal-exit.dep.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: signal-exit -version: 3.0.7 -type: npm -summary: when you want to fire an event no matter how a process exits. -homepage: https://github.com/tapjs/signal-exit -license: isc -licenses: -- sources: LICENSE.txt - text: | - The ISC License - - Copyright (c) 2015, Contributors - - 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. - - 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. -notices: [] diff --git a/.licenses/npm/strip-eof.dep.yml b/.licenses/npm/strip-eof.dep.yml deleted file mode 100644 index a3379a93..00000000 --- a/.licenses/npm/strip-eof.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: strip-eof -version: 1.0.0 -type: npm -summary: Strip the End-Of-File (EOF) character from a string/buffer -homepage: https://github.com/sindresorhus/strip-eof#readme -license: mit -licenses: -- sources: license - text: | - The MIT License (MIT) - - Copyright (c) Sindre Sorhus (sindresorhus.com) - - 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 © [Sindre Sorhus](http://sindresorhus.com) -notices: [] diff --git a/.licenses/npm/deepmerge.dep.yml b/.licenses/npm/tr46.dep.yml similarity index 73% rename from .licenses/npm/deepmerge.dep.yml rename to .licenses/npm/tr46.dep.yml index bd18fab9..3bacc6ec 100644 --- a/.licenses/npm/deepmerge.dep.yml +++ b/.licenses/npm/tr46.dep.yml @@ -1,16 +1,14 @@ --- -name: deepmerge -version: 3.2.0 +name: tr46 +version: 0.0.3 type: npm -summary: A library for deep (recursive) merging of Javascript objects -homepage: https://github.com/TehShrike/deepmerge +summary: An implementation of the Unicode TR46 spec +homepage: https://github.com/Sebmaster/tr46.js#readme license: mit licenses: -- sources: license.txt +- sources: Auto-generated MIT license text text: | - The MIT License (MIT) - - Copyright (c) 2012 Nicholas Fisher + MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,16 +17,14 @@ licenses: 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 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 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. notices: [] diff --git a/.licenses/npm/end-of-stream.dep.yml b/.licenses/npm/tunnel.dep.yml similarity index 80% rename from .licenses/npm/end-of-stream.dep.yml rename to .licenses/npm/tunnel.dep.yml index 71cb8291..9a7111da 100644 --- a/.licenses/npm/end-of-stream.dep.yml +++ b/.licenses/npm/tunnel.dep.yml @@ -1,16 +1,16 @@ --- -name: end-of-stream -version: 1.4.1 +name: tunnel +version: 0.0.6 type: npm -summary: Call a callback when a readable/writable/duplex stream has completed or failed. -homepage: https://github.com/mafintosh/end-of-stream +summary: Node HTTP/HTTPS Agents for tunneling proxies +homepage: https://github.com/koichik/node-tunnel/ license: mit licenses: - sources: LICENSE - text: |- + text: | The MIT License (MIT) - Copyright (c) 2014 Mathias Buus + Copyright (c) 2012 Koichi Kobayashi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -30,5 +30,6 @@ licenses: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - sources: README.md - text: MIT + text: Licensed under the [MIT](https://github.com/koichik/node-tunnel/blob/master/LICENSE) + license. notices: [] diff --git a/.licenses/npm/universal-user-agent.dep.yml b/.licenses/npm/universal-user-agent.dep.yml index 2c3b2857..9cf02a9d 100644 --- a/.licenses/npm/universal-user-agent.dep.yml +++ b/.licenses/npm/universal-user-agent.dep.yml @@ -1,9 +1,9 @@ --- name: universal-user-agent -version: 2.0.3 +version: 6.0.0 type: npm summary: Get a user agent string in both browser and node -homepage: https://github.com/gr2m/universal-user-agent#readme +homepage: license: isc licenses: - sources: LICENSE.md diff --git a/.licenses/npm/url-template.dep.yml b/.licenses/npm/url-template.dep.yml deleted file mode 100644 index ccc18eac..00000000 --- a/.licenses/npm/url-template.dep.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: url-template -version: 2.0.8 -type: npm -summary: This is a simple URI template implementation following the [RFC 6570 URI - Template specification](http://tools.ietf.org/html/rfc6570). The implementation - supports all levels defined in the specification and is extensively tested. -homepage: https://github.com/bramstein/url-template#readme -license: bsd-3-clause -licenses: - - sources: LICENSE - text: "Copyright (c) 2012-2014, Bram Stein\nAll rights reserved.\n\nRedistribution - and use in source and binary forms, with or without \nmodification, are permitted - provided that the following conditions \nare met:\n \n 1. Redistributions of source - code must retain the above copyright\n notice, this list of conditions and - the following disclaimer. \n 2. Redistributions in binary form must reproduce - the above copyright \n notice, this list of conditions and the following disclaimer - in the \n documentation and/or other materials provided with the distribution. - \n 3. The name of the author may not be used to endorse or promote products \n - \ derived from this software without specific prior written permission. \n\nTHIS - SOFTWARE IS PROVIDED BY THE AUTHOR \"AS IS\" AND ANY EXPRESS OR IMPLIED \nWARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF \nMERCHANTABILITY AND - FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO \nEVENT SHALL THE COPYRIGHT - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, \nINDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, \nBUT NOT LIMITED TO, PROCUREMENT - OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, \nDATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY \nOF LIABILITY, WHETHER IN CONTRACT, - STRICT LIABILITY, OR TORT (INCLUDING \nNEGLIGENCE OR OTHERWISE) ARISING IN ANY - WAY OUT OF THE USE OF THIS SOFTWARE, \nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH - DAMAGE.\n" -notices: [] diff --git a/.licenses/npm/execa.dep.yml b/.licenses/npm/uuid.dep.yml similarity index 78% rename from .licenses/npm/execa.dep.yml rename to .licenses/npm/uuid.dep.yml index 1b9d1fe8..6a0f9809 100644 --- a/.licenses/npm/execa.dep.yml +++ b/.licenses/npm/uuid.dep.yml @@ -1,22 +1,20 @@ --- -name: execa -version: 1.0.0 +name: uuid +version: 8.3.2 type: npm -summary: A better `child_process` -homepage: https://github.com/sindresorhus/execa#readme +summary: RFC4122 (v1, v4, and v5) UUIDs +homepage: license: mit licenses: -- sources: license +- sources: LICENSE.md text: | - MIT License + The MIT License (MIT) - Copyright (c) Sindre Sorhus (sindresorhus.com) + Copyright (c) 2010-2020 Robert Kieffer and other 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 © [Sindre Sorhus](https://sindresorhus.com) notices: [] diff --git a/.licenses/npm/webidl-conversions.dep.yml b/.licenses/npm/webidl-conversions.dep.yml new file mode 100644 index 00000000..40585680 --- /dev/null +++ b/.licenses/npm/webidl-conversions.dep.yml @@ -0,0 +1,23 @@ +--- +name: webidl-conversions +version: 3.0.1 +type: npm +summary: Implements the WebIDL algorithms for converting to and from JavaScript values +homepage: +license: bsd-2-clause +licenses: +- sources: LICENSE.md + text: | + # The BSD 2-Clause License + + Copyright (c) 2014, Domenic Denicola + All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + + 2. 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. + + THIS SOFTWARE 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 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +notices: [] diff --git a/.licenses/npm/nice-try.dep.yml b/.licenses/npm/whatwg-url.dep.yml similarity index 84% rename from .licenses/npm/nice-try.dep.yml rename to .licenses/npm/whatwg-url.dep.yml index 3eb51b81..ac3e1f6b 100644 --- a/.licenses/npm/nice-try.dep.yml +++ b/.licenses/npm/whatwg-url.dep.yml @@ -1,16 +1,16 @@ --- -name: nice-try -version: 1.0.5 +name: whatwg-url +version: 5.0.0 type: npm -summary: Tries to execute a function and discards any error that occurs -homepage: https://github.com/electerious/nice-try +summary: An implementation of the WHATWG URL Standard's URL API and parsing machinery +homepage: license: mit licenses: -- sources: LICENSE +- sources: LICENSE.txt text: | The MIT License (MIT) - Copyright (c) 2018 Tobias Reich + Copyright (c) 2015–2016 Sebastian Mayr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/.licenses/npm/which.dep.yml b/.licenses/npm/which.dep.yml deleted file mode 100644 index 699ce668..00000000 --- a/.licenses/npm/which.dep.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: which -version: 1.3.1 -type: npm -summary: Like which(1) unix command. Find the first instance of an executable in the - PATH. -homepage: https://github.com/isaacs/node-which#readme -license: isc -licenses: -- sources: LICENSE - text: | - The ISC License - - Copyright (c) Isaac Z. Schlueter and Contributors - - 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. - - 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. -notices: [] diff --git a/.licenses/npm/windows-release.dep.yml b/.licenses/npm/windows-release.dep.yml deleted file mode 100644 index e6451ae1..00000000 --- a/.licenses/npm/windows-release.dep.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: windows-release -version: 3.2.0 -type: npm -summary: 'Get the name of a Windows version from the release number: `5.1.2600` → - `XP`' -homepage: https://github.com/sindresorhus/windows-release#readme -license: mit -licenses: -- sources: license - text: | - MIT License - - Copyright (c) Sindre Sorhus (sindresorhus.com) - - 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 © [Sindre Sorhus](https://sindresorhus.com) -notices: []