ya funcionando el mcp, vamos a continuar
This commit is contained in:
7
mcp/node_modules/accepts/HISTORY.md
generated
vendored
7
mcp/node_modules/accepts/HISTORY.md
generated
vendored
@@ -1,3 +1,10 @@
|
||||
2.0.0 / 2024-08-31
|
||||
==================
|
||||
|
||||
* Drop node <18 support
|
||||
* deps: mime-types@^3.0.0
|
||||
* deps: negotiator@^1.0.0
|
||||
|
||||
1.3.8 / 2022-02-02
|
||||
==================
|
||||
|
||||
|
||||
2
mcp/node_modules/accepts/README.md
generated
vendored
2
mcp/node_modules/accepts/README.md
generated
vendored
@@ -74,7 +74,7 @@ appears in the `types` array). If nothing in `types` is accepted, then `false`
|
||||
is returned.
|
||||
|
||||
The `types` array can contain full MIME types or file extensions. Any value
|
||||
that is not a full MIME types is passed to `require('mime-types').lookup`.
|
||||
that is not a full MIME type is passed to `require('mime-types').lookup`.
|
||||
|
||||
#### .types()
|
||||
|
||||
|
||||
2
mcp/node_modules/accepts/index.js
generated
vendored
2
mcp/node_modules/accepts/index.js
generated
vendored
@@ -229,7 +229,7 @@ function extToMime (type) {
|
||||
* Check if mime is valid.
|
||||
*
|
||||
* @param {String} type
|
||||
* @return {String}
|
||||
* @return {Boolean}
|
||||
* @private
|
||||
*/
|
||||
|
||||
|
||||
6
mcp/node_modules/accepts/package.json
generated
vendored
6
mcp/node_modules/accepts/package.json
generated
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "accepts",
|
||||
"description": "Higher-level content negotiation",
|
||||
"version": "1.3.8",
|
||||
"version": "2.0.0",
|
||||
"contributors": [
|
||||
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||||
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
|
||||
@@ -9,8 +9,8 @@
|
||||
"license": "MIT",
|
||||
"repository": "jshttp/accepts",
|
||||
"dependencies": {
|
||||
"mime-types": "~2.1.34",
|
||||
"negotiator": "0.6.3"
|
||||
"mime-types": "^3.0.0",
|
||||
"negotiator": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"deep-equal": "1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user