flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

45
VISUALIZACION/node_modules/express-graphql/package.json generated vendored Executable file
View file

@ -0,0 +1,45 @@
{
"name": "express-graphql",
"version": "0.12.0",
"description": "Production ready GraphQL HTTP middleware.",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"ts3.4/*"
]
}
},
"sideEffects": false,
"homepage": "https://github.com/graphql/express-graphql",
"bugs": {
"url": "https://github.com/graphql/express-graphql/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/graphql/express-graphql.git"
},
"keywords": [
"express",
"restify",
"connect",
"http",
"graphql",
"middleware",
"api"
],
"engines": {
"node": ">= 10.x"
},
"dependencies": {
"accepts": "^1.3.7",
"content-type": "^1.0.4",
"http-errors": "1.8.0",
"raw-body": "^2.4.1"
},
"peerDependencies": {
"graphql": "^14.7.0 || ^15.3.0"
}
}