package.json 2.0 KB

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