UNPKG

@jadsonlucena/websocket

Version:

A complete and minimalist WebSocket under the protocol RFC-6455

37 lines 853 B
{ "name": "@jadsonlucena/websocket", "version": "2.0.0", "description": "A complete and minimalist WebSocket under the protocol RFC-6455", "main": "./src/WebSocket.js", "engines": { "node": ">=14.0.0" }, "scripts": { "ci": "exit 0", "test": "exit 0" }, "files": [ "src/", "getCookies.mjs/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/JadsonLucena/WebSocket.js.git" }, "keywords": [ "websocket", "socket", "rfc-6455", "switching-protocols", "stream", "server" ], "author": "JadsonLucena <jadsonlucena@gmail.com> (https://github.com/JadsonLucena)", "license": "MIT", "bugs": { "url": "https://github.com/JadsonLucena/WebSocket.js/issues" }, "homepage": "https://github.com/JadsonLucena/WebSocket.js#readme" }