仲裁视频会议H5

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "event-pubsub@4.3.0",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "event-pubsub@4.3.0",
  10. "_id": "event-pubsub@4.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==",
  13. "_location": "/event-pubsub",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "event-pubsub@4.3.0",
  19. "name": "event-pubsub",
  20. "escapedName": "event-pubsub",
  21. "rawSpec": "4.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.0"
  24. },
  25. "_requiredBy": [
  26. "/@achrinza/node-ipc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/event-pubsub/-/event-pubsub-4.3.0.tgz",
  29. "_spec": "4.3.0",
  30. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  31. "author": {
  32. "name": "Brandon Nozaki Miller"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/RIAEvangelist/event-pubsub/issues"
  36. },
  37. "description": "Super light and fast Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions. Easy for any developer level. No frills, just high speed pubsub events!",
  38. "directories": {
  39. "example": "examples"
  40. },
  41. "engines": {
  42. "node": ">=4.0.0"
  43. },
  44. "homepage": "https://github.com/RIAEvangelist/event-pubsub",
  45. "keywords": [
  46. "event",
  47. "events",
  48. "pubsub",
  49. "node",
  50. "browser"
  51. ],
  52. "license": "Unlicense",
  53. "main": "event-pubsub.js",
  54. "name": "event-pubsub",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/RIAEvangelist/event-pubsub.git"
  58. },
  59. "scripts": {
  60. "test": "echo \"Error: no test specified\" && exit 1"
  61. },
  62. "version": "4.3.0"
  63. }