| .eslintrc.yaml |
|
304 |
- |
| .gitattributes |
|
19 |
- |
| .gitignore |
|
46 |
- |
| .npmrc |
|
19 |
- |
| .prettierrc.yaml |
|
90 |
- |
| bench |
|
|
- |
| browser.js |
|
176 |
- |
| doc |
|
|
- |
| examples |
|
|
- |
| index.js |
|
376 |
- |
| lib |
|
|
- |
| LICENSE |
|
1083 |
- |
| package.json |
.js",
"wrapper.mjs"
],
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js",
"integration": "mocha --throw-deprecation test/*.integration.js",
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"* |
1562 |
- |
| README.md |
# ws: a Node.js WebSocket library |
14209 |
- |
| SECURITY.md |
|
1798 |
- |
| test |
|
|
- |
| wrapper.mjs |
|
341 |
- |