node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

45
server/node_modules/co-body/package.json generated vendored Normal file
View File

@@ -0,0 +1,45 @@
{
"name": "co-body",
"version": "6.2.0",
"repository": "cojs/co-body",
"description": "request body parsing for co",
"keywords": [
"request",
"parse",
"parser",
"json",
"co",
"generators",
"urlencoded"
],
"dependencies": {
"@hapi/bourne": "^3.0.0",
"inflation": "^2.0.0",
"qs": "^6.5.2",
"raw-body": "^2.3.3",
"type-is": "^1.6.16"
},
"devDependencies": {
"egg-bin": "^4.7.0",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"koa": "^1.6.0",
"safe-qs": "^6.0.1",
"should": "^11.2.0",
"supertest": "^3.1.0"
},
"license": "MIT",
"scripts": {
"lint": "eslint .",
"test": "egg-bin test -r should",
"cov": "eslint . && egg-bin cov -r should",
"ci": "npm run lint && npm run cov"
},
"files": [
"index.js",
"lib/"
],
"engines": {
"node": ">=8.0.0"
}
}