@omneedia/socketcluster
Version:
SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.
56 lines (55 loc) • 1.5 kB
JSON
{
"_from": "sc-channel@^1.2.0",
"_id": "sc-channel@1.2.0",
"_inBundle": false,
"_integrity": "sha512-M3gdq8PlKg0zWJSisWqAsMmTVxYRTpVRqw4CWAdKBgAfVKumFcTjoCV0hYu7lgUXccCtCD8Wk9VkkE+IXCxmZA==",
"_location": "/sc-channel",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sc-channel@^1.2.0",
"name": "sc-channel",
"escapedName": "sc-channel",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/sc-broker-cluster",
"/sc-simple-broker",
"/socketcluster-client"
],
"_resolved": "https://registry.npmjs.org/sc-channel/-/sc-channel-1.2.0.tgz",
"_shasum": "d9209f3a91e3fa694c66b011ce55c4ad8c3087d9",
"_spec": "sc-channel@^1.2.0",
"_where": "/home/jon/projects/socketcluster/sample/node_modules/socketcluster-client",
"author": {
"name": "Jonathan Gros-Dubois"
},
"bugs": {
"url": "https://github.com/SocketCluster/sc-channel/issues"
},
"bundleDependencies": false,
"dependencies": {
"component-emitter": "1.2.1"
},
"deprecated": false,
"description": "Channel object for SocketCluster",
"homepage": "https://github.com/SocketCluster/sc-channel",
"keywords": [
"channel",
"socketcluster",
"pubsub",
"publish",
"subscribe"
],
"license": "MIT",
"main": "index.js",
"name": "sc-channel",
"repository": {
"type": "git",
"url": "git+https://github.com/SocketCluster/sc-channel.git"
},
"version": "1.2.0"
}