package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "js-message@1.0.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-message@1.0.5",
  10. "_id": "js-message@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IwDSSxrwjondCVvBpMnJz8uJLRU=",
  13. "_location": "/js-message",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-message@1.0.5",
  19. "name": "js-message",
  20. "escapedName": "js-message",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/node-ipc"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/js-message/download/js-message-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Brandon Nozaki Miller"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/RIAEvangelist/js-message/issues"
  36. },
  37. "dependencies": {},
  38. "description": "normalized JS Object and JSON message and event protocol for node.js, vanialla js, react.js, components, actions, stores and dispatchers",
  39. "devDependencies": {},
  40. "engines": {
  41. "node": ">=0.6.0"
  42. },
  43. "homepage": "https://github.com/RIAEvangelist/js-message#readme",
  44. "keywords": [
  45. "message",
  46. "normalize",
  47. "events",
  48. "js",
  49. "json",
  50. "protocol",
  51. "ipc",
  52. "node",
  53. "nodejs",
  54. "node.js",
  55. "react",
  56. "react.js",
  57. "reactjs",
  58. "websocket",
  59. "websockets",
  60. "web",
  61. "socket",
  62. "sockets",
  63. "ws",
  64. "flux",
  65. "reflux",
  66. "component",
  67. "components",
  68. "store",
  69. "stores",
  70. "action",
  71. "actions"
  72. ],
  73. "license": "DBAD",
  74. "main": "Message.js",
  75. "name": "js-message",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/RIAEvangelist/js-message.git"
  79. },
  80. "scripts": {
  81. "start": "node devServer.js",
  82. "test": "echo \"Error: no test specified\" && exit 1"
  83. },
  84. "version": "1.0.5"
  85. }