@omneedia/socketcluster
Version:
SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.
64 lines (63 loc) • 1.58 kB
JSON
{
"_from": "ncom@^1.0.2",
"_id": "ncom@1.0.3",
"_inBundle": false,
"_integrity": "sha512-PfA7rjxxMAItsGo2qXrGn2GvKJIwN0bUTa3GehsblrKRVdCCEwB0QG2ymM6/DppQGUt7YqbfxQB7LaMWMiHHWQ==",
"_location": "/ncom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ncom@^1.0.2",
"name": "ncom",
"escapedName": "ncom",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/sc-broker"
],
"_resolved": "https://registry.npmjs.org/ncom/-/ncom-1.0.3.tgz",
"_shasum": "07f580427ac7d8aad9e0762c260658eb4dae6e7d",
"_spec": "ncom@^1.0.2",
"_where": "/home/jon/projects/socketcluster/sample/node_modules/sc-broker",
"author": {
"name": "JF Gros-Dubois",
"email": "flashthink@gmail.com"
},
"bugs": {
"url": "https://github.com/SocketCluster/ncom/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "JF Gros-Dubois",
"email": "flashthink@gmail.com"
}
],
"dependencies": {
"sc-formatter": "~3.0.1"
},
"deprecated": false,
"description": "A TCP socket pair for easily transmitting full messages without worrying about packet size limits.",
"devDependencies": {},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/SocketCluster/ncom#readme",
"keywords": [
"ncom",
"tcp",
"simple",
"socket",
"messages"
],
"main": "index",
"name": "ncom",
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/ncom.git"
},
"version": "1.0.3"
}