keksAccountGUI/node_modulesOLD/js-message/package.json

82 lines
1.9 KiB
JSON

{
"_from": "js-message@1.0.5",
"_id": "js-message@1.0.5",
"_inBundle": false,
"_integrity": "sha1-IwDSSxrwjondCVvBpMnJz8uJLRU=",
"_location": "/js-message",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-message@1.0.5",
"name": "js-message",
"escapedName": "js-message",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/node-ipc"
],
"_resolved": "https://registry.npmjs.org/js-message/-/js-message-1.0.5.tgz",
"_shasum": "2300d24b1af08e89dd095bc1a4c9c9cfcb892d15",
"_spec": "js-message@1.0.5",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/node-ipc",
"author": {
"name": "Brandon Nozaki Miller"
},
"bugs": {
"url": "https://github.com/RIAEvangelist/js-message/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "normalized JS Object and JSON message and event protocol for node.js, vanialla js, react.js, components, actions, stores and dispatchers",
"devDependencies": {},
"engines": {
"node": ">=0.6.0"
},
"homepage": "https://github.com/RIAEvangelist/js-message#readme",
"keywords": [
"message",
"normalize",
"events",
"js",
"json",
"protocol",
"ipc",
"node",
"nodejs",
"node.js",
"react",
"react.js",
"reactjs",
"websocket",
"websockets",
"web",
"socket",
"sockets",
"ws",
"flux",
"reflux",
"component",
"components",
"store",
"stores",
"action",
"actions"
],
"license": "DBAD",
"main": "Message.js",
"name": "js-message",
"repository": {
"type": "git",
"url": "git+https://github.com/RIAEvangelist/js-message.git"
},
"scripts": {
"start": "node devServer.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.5"
}