This commit is contained in:
aozhiwei 2022-09-21 10:43:24 +08:00
parent 47f8462ea0
commit f285398278

View File

@ -8,11 +8,12 @@
"name": "game2006admin",
"version": "1.0.0",
"dependencies": {
"j7": "file:../../../third_party/j7"
"j7": "file:../../third_party/j7"
}
},
"../../../third_party/j7": {
"version": "1.0.0",
"extraneous": true,
"dependencies": {
"axios": "^0.26.1",
"body-parser": "^1.20.0",
@ -25,14 +26,29 @@
"urlencode": "^1.1.0"
}
},
"../../third_party/j7": {
"version": "1.0.0",
"dependencies": {
"axios": "^0.26.1",
"body-parser": "^1.20.0",
"crc-32": "^1.2.1",
"express": "^4.17.2",
"minimist": "^1.2.6",
"mysql": "~2.18.1",
"node-xlsx": "^0.21.0",
"querystring": "^0.2.1",
"redis": "^4.1.0",
"urlencode": "^1.1.0"
}
},
"node_modules/j7": {
"resolved": "../../../third_party/j7",
"resolved": "../../third_party/j7",
"link": true
}
},
"dependencies": {
"j7": {
"version": "file:../../../third_party/j7",
"version": "file:../../third_party/j7",
"requires": {
"axios": "^0.26.1",
"body-parser": "^1.20.0",
@ -42,6 +58,7 @@
"mysql": "~2.18.1",
"node-xlsx": "^0.21.0",
"querystring": "^0.2.1",
"redis": "^4.1.0",
"urlencode": "^1.1.0"
}
}