Remove the package: html5media

This commit is contained in:
Namhyeon Go 2024-01-27 13:51:32 +09:00
parent 64d178a53a
commit 9cdfd205bf
5 changed files with 7 additions and 20 deletions

View File

@ -27,7 +27,6 @@ I presented this project in [the open-source contest in the Republic of Korea in
- [github.com/scottjehl/Respond](https://github.com/scottjehl/Respond) - [github.com/scottjehl/Respond](https://github.com/scottjehl/Respond)
- [github.com/keithclark/selectivizr](https://github.com/keithclark/selectivizr) - [github.com/keithclark/selectivizr](https://github.com/keithclark/selectivizr)
- [github.com/arv/ExplorerCanvas](https://github.com/arv/ExplorerCanvas) - [github.com/arv/ExplorerCanvas](https://github.com/arv/ExplorerCanvas)
- [github.com/etianen/html5media](https://github.com/etianen/html5media)
- [github.com/Modernizr/Modernizr](https://github.com/Modernizr/Modernizr) - [github.com/Modernizr/Modernizr](https://github.com/Modernizr/Modernizr)
- Default CSS Framework - Default CSS Framework
- [github.com/jslegers/cascadeframework](https://github.com/jslegers/cascadeframework) - [github.com/jslegers/cascadeframework](https://github.com/jslegers/cascadeframework)
@ -42,7 +41,7 @@ I presented this project in [the open-source contest in the Republic of Korea in
- [Includes binaries](https://github.com/gnh1201/welsonjs/blob/master/bin/README.MD) - [Includes binaries](https://github.com/gnh1201/welsonjs/blob/master/bin/README.MD)
- [module.exports](https://nodejs.org/en/knowledge/getting-started/what-is-require/), CommonJS, UMD compatibility - [module.exports](https://nodejs.org/en/knowledge/getting-started/what-is-require/), CommonJS, UMD compatibility
- [NPM](https://www.npmjs.com/) compatibility - [NPM](https://www.npmjs.com/) compatibility
- [gRPC](https://grpc.io/) protocol support (New feature in 2023) [see video demo](https://youtu.be/GqbU5JKuLac) - [gRPC](https://grpc.io/) protocol support
## Included libraries ## Included libraries
- lib/std (Standard library) - lib/std (Standard library)
@ -56,15 +55,15 @@ I presented this project in [the open-source contest in the Republic of Korea in
- lib/shell (Windows Shell (Command Prompt) interface) - lib/shell (Windows Shell (Command Prompt) interface)
- lib/powershell (Windows Powershell interface) - lib/powershell (Windows Powershell interface)
- lib/service (Windows Service interface) - lib/service (Windows Service interface)
- lib/oldbrowser (ES5, HTML5/CSS3 compatibility layer) - lib/browser (HTML5 and CSS3 compatibility layer)
- lib/uri (URI scheme interface) - lib/uri (URI scheme interface)
- lib/winlibs (Windows DLL(Dynamic-link library) interface) - lib/winlibs (Windows DLL(Dynamic-link library) interface)
- lib/autohotkey ([AutoHotkey](https://www.autohotkey.com/) interface) - lib/autohotkey ([AutoHotkey](https://www.autohotkey.com/) interface)
- lib/autoit ([AutoIt3/AutoItX](https://www.autoitscript.com/) interface) - lib/autoit ([AutoIt3/AutoItX](https://www.autoitscript.com/) interface)
- lib/msoffice (Microsoft Office (e.g. Excel) interface) - lib/msoffice (Microsoft Office (e.g. Excel, PowerPoint, Word) interface)
- lib/gtk (GTK/GladeXML server GUI interface) - lib/gtk (GTK-server and GladeXML supported GUI interface)
- lib/chrome (Chrome Web Browser Debugging interface) - lib/chrome (Chrome and Chromium-based web browser testing interface)
- lib/toolkit (`WelsonJS.Toolkit` native component) - lib/toolkit (`WelsonJS.Toolkit` native component. e.g. Virtualized Human Interface, Cryptography, ...)
- lib/pipe-ipc (PIPE-based IPC(Inter-Process Communication) implementation) - lib/pipe-ipc (PIPE-based IPC(Inter-Process Communication) implementation)
- lib/chatgpt ([ChatGPT](https://openai.com/chatgpt) integration) - lib/chatgpt ([ChatGPT](https://openai.com/chatgpt) integration)
- Everything you can imagine. - Everything you can imagine.

1
helloworld.js.enc Normal file
View File

@ -0,0 +1 @@
6LYSZAazxy2u/CS6qPgQS8g+ythOoQJ9+rSqRdwrXVQWxt8/f84TRSDRNCGNmsskNoykXNgR5O7ALD5Q3NGdzw3+MvKbJrdaP0exP0Rzbd4OLvyzQWuAT+4xeIcxGHV1Wm+CvTT86MDWB9SQci6vbFbs6ZpPF9m00CaQdM81atPeLdrD//FXeNIU8R0YHhJt9nQDtKBrtxzsBK7TDxCWvvjr24EylreohPUOvaqA2E0O/TbnGewj6j382tr7L/rbngz1WpOU9bncTKi0mvYANCPCDs+LvSUe0hTxHRgeEm1xYR7VfDK8taHWG2OD83ydSRQDXQJ/STRSvfejhhNXsVxDgSNhqFNs/AXTlyN+dq9ktCrRw2l7IGVzX/XHZ9qF80hTqPA+W+p1tcNPp1c8IlaDh+kxCTaqZuMxfeyrZNBXCeboaiNX2yyDN5rPkgfq1jO2kUsHlMM5CrbBRPV0ldycoWZuq+sX9edRFf56Yn2puplGA9om8Weo3GSWgeHgLIM3ms+SB+rWM7aRSweUw9cPelBh8hL1h+0nwa2plUu+G2LnoppgKROHev+qagEwm1O3CtnXOHKVd27GyLyQngCwW7i+ujTCwqNg94/91KLoC+2mXwzoZ72cHqmVJCG+dt7+IPInYv3zDrGG7xPeZjb0JUSWdKHH

View File

@ -218,7 +218,6 @@ exports.start = function(callback) {
exports.addScript("app/assets/js/jquery-1.11.3.min.js", callback, function(el) { exports.addScript("app/assets/js/jquery-1.11.3.min.js", callback, function(el) {
return window.jQuery; return window.jQuery;
}); });
exports.addScript("http://api.html5media.info/1.1.6/html5media.min.js");
} else { } else {
exports.addScript("app/assets/js/jquery-3.5.1.min.js", callback, function(el) { exports.addScript("app/assets/js/jquery-3.5.1.min.js", callback, function(el) {
return window.jQuery; return window.jQuery;

11
package-lock.json generated
View File

@ -11,7 +11,6 @@
"dependencies": { "dependencies": {
"core-js": "^3.21.1", "core-js": "^3.21.1",
"excanvas": "^2.0.0", "excanvas": "^2.0.0",
"html5media": "^1.2.1",
"html5shiv": "^3.7.3", "html5shiv": "^3.7.3",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"jquery-form": "^4.3.0", "jquery-form": "^4.3.0",
@ -165,11 +164,6 @@
"node": "6.* || 8.* || >= 10.*" "node": "6.* || 8.* || >= 10.*"
} }
}, },
"node_modules/html5media": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/html5media/-/html5media-1.2.1.tgz",
"integrity": "sha1-vrUMmZJqIaSPsKogOQ+O27kplG0="
},
"node_modules/html5shiv": { "node_modules/html5shiv": {
"version": "3.7.3", "version": "3.7.3",
"resolved": "https://registry.npmjs.org/html5shiv/-/html5shiv-3.7.3.tgz", "resolved": "https://registry.npmjs.org/html5shiv/-/html5shiv-3.7.3.tgz",
@ -637,11 +631,6 @@
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
}, },
"html5media": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/html5media/-/html5media-1.2.1.tgz",
"integrity": "sha1-vrUMmZJqIaSPsKogOQ+O27kplG0="
},
"html5shiv": { "html5shiv": {
"version": "3.7.3", "version": "3.7.3",
"resolved": "https://registry.npmjs.org/html5shiv/-/html5shiv-3.7.3.tgz", "resolved": "https://registry.npmjs.org/html5shiv/-/html5shiv-3.7.3.tgz",

View File

@ -45,7 +45,6 @@
"dependencies": { "dependencies": {
"core-js": "^3.21.1", "core-js": "^3.21.1",
"excanvas": "^2.0.0", "excanvas": "^2.0.0",
"html5media": "^1.2.1",
"html5shiv": "^3.7.3", "html5shiv": "^3.7.3",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"jquery-form": "^4.3.0", "jquery-form": "^4.3.0",