- convert post_data to query if valid query data - wtv-register system - Store Session data as JSON flat file - wtv-cookie support - spent way too much time on a page no one will read - move filterSSID to WTVClientSessionData - disable compression until fixed - do not delete WTVSec on last socket, instead recreate on prereg - set 'wtv-bypass-proxy' to false - rework header whitelist system for HTTP(s) proxy - clean up SSID session data only if client is not seen for 3 minutes - add shouldWeCompress() function - add additional headers to wtv-setup:/get - add initial blank wtv-music:/get-playlist - update: WTVClientCapabilities: add unknown bits instead of logging error - update: fix flashrom system - update: webone example config - update: app.js: more 'binary block' exclusions - update: fix tellyscript folder name for case-sensitive filesystems - add Lzpf compression
36 lines
825 B
JSON
36 lines
825 B
JSON
{
|
|
"name": "zefie_wtvp_minisrv",
|
|
"version": "0.9.12",
|
|
"description": "WebTV Service (WTVP) Emulation Server",
|
|
"main": "app.js",
|
|
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
|
|
"license": "GPL3",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"author": {
|
|
"name": "zefie",
|
|
"email": "zefie@zefie.net",
|
|
"url": "https://zef.pw/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zefie/zefie_wtvp_minisrv/issues"
|
|
},
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/zefie"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zefie/zefie_wtvp_minisrv.git"
|
|
},
|
|
"dependencies": {
|
|
"crypto-js": "^4.0.0",
|
|
"easy-crc": "0.0.2",
|
|
"endianness": "^8.0.2",
|
|
"mime-types": "^2.1.31",
|
|
"proxy-agent": "^5.0.0",
|
|
"strftime": "^0.10.0"
|
|
}
|
|
}
|