Revert "Delete node_modules directory"

This reverts commit 94857d1cb1.
This commit is contained in:
2021-04-11 12:01:56 +02:00
parent 94857d1cb1
commit f13949ea17
332 changed files with 60040 additions and 0 deletions

8
node_modules/ws/browser.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
'use strict';
module.exports = function () {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};