@omneedia/socketcluster
Version:
SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.
65 lines (64 loc) • 1.73 kB
JSON
{
"_from": "sc-formatter@^3.0.1",
"_id": "sc-formatter@3.0.2",
"_inBundle": false,
"_integrity": "sha512-9PbqYBpCq+OoEeRQ3QfFIGE6qwjjBcd2j7UjgDlhnZbtSnuGgHdcRklPKYGuYFH82V/dwd+AIpu8XvA1zqTd+A==",
"_location": "/sc-formatter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sc-formatter@^3.0.1",
"name": "sc-formatter",
"escapedName": "sc-formatter",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/ncom",
"/socketcluster-client",
"/socketcluster-server"
],
"_resolved": "https://registry.npmjs.org/sc-formatter/-/sc-formatter-3.0.2.tgz",
"_shasum": "9abdb14e71873ce7157714d3002477bbdb33c4e6",
"_spec": "sc-formatter@^3.0.1",
"_where": "/home/jon/projects/socketcluster/sample/node_modules/socketcluster-client",
"bugs": {
"url": "https://github.com/SocketCluster/sc-formatter/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jonathan Gros-Dubois",
"email": "grosjona@yahoo.com.au"
}
],
"dependencies": {},
"deprecated": false,
"description": "Module for serializing and unserializing SocketCluster messages",
"devDependencies": {
"mocha": "3.0.2"
},
"homepage": "https://github.com/SocketCluster/sc-formatter#readme",
"keywords": [
"socketcluster",
"serialize",
"stringify",
"parser",
"parse",
"encode",
"decode",
"codec"
],
"license": "MIT",
"name": "sc-formatter",
"repository": {
"type": "git",
"url": "git://github.com/SocketCluster/sc-formatter.git"
},
"scripts": {
"test": "mocha --reporter spec --timeout 3000 --slow 3000"
},
"version": "3.0.2"
}