更新 依赖库

來源改名d145073fa2
This commit is contained in:
Eric 2021-02-05 21:52:36 +08:00
parent 112f50723f
commit 7c12b1134f
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//因为这库在旧版本节点上有问题,所以从 github 获取最新版本
//npm i https://github.com/sstur/nodeftpd.git --save
//npm i https://github.com/nodeftpd/nodeftpd.git --save
var ftpdzz = require("ftpd");
var options = null;

4
package-lock.json generated
View File

@ -572,8 +572,8 @@
}
},
"ftpd": {
"version": "git+https://github.com/sstur/nodeftpd.git#0d299f78af7f0006a9d5a084614bd8b56a369d1b",
"from": "git+https://github.com/sstur/nodeftpd.git",
"version": "git+https://github.com/nodeftpd/nodeftpd.git#0d299f78af7f0006a9d5a084614bd8b56a369d1b",
"from": "git+https://github.com/nodeftpd/nodeftpd.git",
"requires": {
"dateformat": "1.0.7-1.2.3",
"stat-mode": "^0.2.1"

View File

@ -36,7 +36,7 @@
"express-session": "^1.15.3",
"express-ws": "^4.0.0",
"fs-extra": "^5.0.0",
"ftpd": "git+https://github.com/sstur/nodeftpd.git",
"ftpd": "git+https://github.com/nodeftpd/nodeftpd.git",
"graceful-fs": "^4.1.11",
"iconv-lite": "^0.4.21",
"log4js": "^6.3.0",