node_modules.websocket-stream.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libjoynr-js Show documentation
Show all versions of libjoynr-js Show documentation
JOYnr JavaScript libjoynr-js
{
"_from": "websocket-stream@^5.0.1",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-lchLOk435iDWs0jNuL+hiU14i3ERSrMA0IKSiJh7z6X/i4XNsutBZrtqu2CPOZuA4G/zabiqVAos0vW+S7GEVw==",
"_location": "/websocket-stream",
"_npmUser": {
"name": "maxogden",
"email": "[email protected]"
},
"_phantomChildren": {
"async-limiter": "1.0.0",
"safe-buffer": "5.1.2",
"ultron": "1.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "websocket-stream@^5.0.1",
"name": "websocket-stream",
"escapedName": "websocket-stream",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"/mqtt"
],
"_resolved": "https://registry.npmjs.org/websocket-stream/-/websocket-stream-5.1.2.tgz",
"_shasum": "1c31c627bcdf34f1a9bdacc9daa15bfa4816d9ad",
"_spec": "websocket-stream@^5.0.1",
"_where": "/home/donato.sciarra/repositories/joynr-carit/javascript/libjoynr-js/src/main/js/node_modules/mqtt",
"author": "",
"browser": {
"./echo-server.js": "./fake-server.js",
"./index.js": "./stream.js",
"ws": "./ws-fallback.js"
},
"bugs": {
"url": "https://github.com/maxogden/websocket-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"duplexify": "^3.5.1",
"inherits": "^2.0.1",
"readable-stream": "^2.3.3",
"safe-buffer": "^5.1.1",
"ws": "^3.2.0",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "Use websockets with the node streams API. Works in browser and node",
"devDependencies": {
"beefy": "^2.1.1",
"browserify": "^14.5.0",
"concat-stream": "^1.4.7",
"tape": "^4.8.0"
},
"homepage": "https://github.com/maxogden/websocket-stream#readme",
"keywords": [
"websocket",
"websockets",
"stream",
"streams",
"realtime"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "websocket-stream",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/maxogden/websocket-stream.git"
},
"scripts": {
"start": "beefy test-client.js",
"test": "node test.js"
},
"version": "5.1.2"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy