From 185fd7e675595acfc5a6cf245a65ffb8c4c1f1a3 Mon Sep 17 00:00:00 2001 From: Sarah Vessels Date: Wed, 7 Jan 2026 10:57:30 -0600 Subject: [PATCH] licensed cache --- .licenses/npm/@hono/node-server.dep.yml | 11 +++ .../npm/@modelcontextprotocol/sdk.dep.yml | 2 +- .licenses/npm/hono.dep.yml | 34 +++++++++ .licenses/npm/json-schema-typed.dep.yml | 73 +++++++++++++++++++ 4 files changed, 119 insertions(+), 1 deletion(-) create mode 100644 .licenses/npm/@hono/node-server.dep.yml create mode 100644 .licenses/npm/hono.dep.yml create mode 100644 .licenses/npm/json-schema-typed.dep.yml diff --git a/.licenses/npm/@hono/node-server.dep.yml b/.licenses/npm/@hono/node-server.dep.yml new file mode 100644 index 0000000..a81fd19 --- /dev/null +++ b/.licenses/npm/@hono/node-server.dep.yml @@ -0,0 +1,11 @@ +--- +name: "@hono/node-server" +version: 1.19.7 +type: npm +summary: Node.js Adapter for Hono +homepage: https://github.com/honojs/node-server +license: mit +licenses: +- sources: README.md + text: MIT +notices: [] diff --git a/.licenses/npm/@modelcontextprotocol/sdk.dep.yml b/.licenses/npm/@modelcontextprotocol/sdk.dep.yml index 4a2ce6e..2936f59 100644 --- a/.licenses/npm/@modelcontextprotocol/sdk.dep.yml +++ b/.licenses/npm/@modelcontextprotocol/sdk.dep.yml @@ -1,6 +1,6 @@ --- name: "@modelcontextprotocol/sdk" -version: 1.24.0 +version: 1.25.2 type: npm summary: Model Context Protocol implementation for TypeScript homepage: https://modelcontextprotocol.io diff --git a/.licenses/npm/hono.dep.yml b/.licenses/npm/hono.dep.yml new file mode 100644 index 0000000..745da39 --- /dev/null +++ b/.licenses/npm/hono.dep.yml @@ -0,0 +1,34 @@ +--- +name: hono +version: 4.11.3 +type: npm +summary: Web framework built on Web Standards +homepage: https://hono.dev +license: mit +licenses: +- sources: LICENSE + text: | + MIT License + + Copyright (c) 2021 - present, Yusuke Wada and Hono 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: Distributed under the MIT License. See [LICENSE](LICENSE) for more information. +notices: [] diff --git a/.licenses/npm/json-schema-typed.dep.yml b/.licenses/npm/json-schema-typed.dep.yml new file mode 100644 index 0000000..311dc9b --- /dev/null +++ b/.licenses/npm/json-schema-typed.dep.yml @@ -0,0 +1,73 @@ +--- +name: json-schema-typed +version: 8.0.2 +type: npm +summary: JSON Schema TypeScript definitions with complete inline documentation. +homepage: https://github.com/RemyRylan/json-schema-typed/tree/main/dist/node +license: other +licenses: +- sources: LICENSE.md + text: | + BSD 2-Clause License + + Original source code is copyright (c) 2019-2025 Remy Rylan + + + All JSON Schema documentation and descriptions are copyright (c): + + 2009 [draft-0] IETF Trust , Kris Zyp , + and SitePen (USA) . + + 2009 [draft-1] IETF Trust , Kris Zyp , + and SitePen (USA) . + + 2010 [draft-2] IETF Trust , Kris Zyp , + and SitePen (USA) . + + 2010 [draft-3] IETF Trust , Kris Zyp , + Gary Court , and SitePen (USA) . + + 2013 [draft-4] IETF Trust ), Francis Galiegue + , Kris Zyp , Gary Court + , and SitePen (USA) . + + 2018 [draft-7] IETF Trust , Austin Wright , + Henry Andrews , Geraint Luff , and + Cloudflare, Inc. . + + 2019 [draft-2019-09] IETF Trust , Austin Wright + , Henry Andrews , Ben Hutton + , and Greg Dennis . + + 2020 [draft-2020-12] IETF Trust , Austin Wright + , Henry Andrews , Ben Hutton + , and Greg Dennis . + + 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. +- sources: README.md + text: |- + [BSD-2-Clause][license] + + [license]: https://github.com/RemyRylan/json-schema-typed/blob/main/dist/node/LICENSE.md +notices: []