licensed cache
This commit is contained in:
@@ -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: []
|
||||
@@ -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
|
||||
|
||||
@@ -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: []
|
||||
@@ -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
|
||||
<https://github.com/RemyRylan>
|
||||
|
||||
All JSON Schema documentation and descriptions are copyright (c):
|
||||
|
||||
2009 [draft-0] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
|
||||
and SitePen (USA) <https://www.sitepen.com/>.
|
||||
|
||||
2009 [draft-1] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
|
||||
and SitePen (USA) <https://www.sitepen.com/>.
|
||||
|
||||
2010 [draft-2] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
|
||||
and SitePen (USA) <https://www.sitepen.com/>.
|
||||
|
||||
2010 [draft-3] IETF Trust <https://www.ietf.org/>, Kris Zyp <kris@sitepen.com>,
|
||||
Gary Court <gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
|
||||
|
||||
2013 [draft-4] IETF Trust <https://www.ietf.org/>), Francis Galiegue
|
||||
<fgaliegue@gmail.com>, Kris Zyp <kris@sitepen.com>, Gary Court
|
||||
<gary.court@gmail.com>, and SitePen (USA) <https://www.sitepen.com/>.
|
||||
|
||||
2018 [draft-7] IETF Trust <https://www.ietf.org/>, Austin Wright <aaa@bzfx.net>,
|
||||
Henry Andrews <henry@cloudflare.com>, Geraint Luff <luffgd@gmail.com>, and
|
||||
Cloudflare, Inc. <https://www.cloudflare.com/>.
|
||||
|
||||
2019 [draft-2019-09] IETF Trust <https://www.ietf.org/>, Austin Wright
|
||||
<aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
|
||||
<bh7@sanger.ac.uk>, and Greg Dennis <gregsdennis@yahoo.com>.
|
||||
|
||||
2020 [draft-2020-12] IETF Trust <https://www.ietf.org/>, Austin Wright
|
||||
<aaa@bzfx.net>, Henry Andrews <andrews_henry@yahoo.com>, Ben Hutton
|
||||
<ben@jsonschema.dev>, and Greg Dennis <gregsdennis@yahoo.com>.
|
||||
|
||||
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: []
|
||||
Reference in New Issue
Block a user