Experimental: replace OpenSSL RC4 functions with pure JS ('npm install' required)
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
|
||||
"license": "GPL3",
|
||||
"scripts": {
|
||||
"start": "node --openssl-legacy-provider app.js",
|
||||
"start16": "node app.js",
|
||||
"start": "node app.js",
|
||||
"test": "node test.js"
|
||||
},
|
||||
"author": {
|
||||
@@ -40,6 +39,7 @@
|
||||
"newsie": "^1.2.1",
|
||||
"nntp-server-zefie": "^3.1.0",
|
||||
"proxy-agent": "^6.3.0",
|
||||
"rc4-crypto": "^1.5.0",
|
||||
"sanitize-html": "^2.11.0",
|
||||
"socks-proxy-agent": "^8.0.1",
|
||||
"strftime": "^0.10.2",
|
||||
|
||||
Reference in New Issue
Block a user