仲裁视频会议H5

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "@achrinza/node-ipc@9.2.8",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@achrinza/node-ipc@9.2.8",
  10. "_id": "@achrinza/node-ipc@9.2.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DSzEEkbMYbAUVlhy7fg+BzccoRuSQzqHbIPGxGv19OJ2WKwS3/9ChAnQcII4g+GujcHhyJ8BUuOVAx/S5uAfQg==",
  13. "_location": "/@achrinza/node-ipc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@achrinza/node-ipc@9.2.8",
  19. "name": "@achrinza/node-ipc",
  20. "escapedName": "@achrinza%2fnode-ipc",
  21. "scope": "@achrinza",
  22. "rawSpec": "9.2.8",
  23. "saveSpec": null,
  24. "fetchSpec": "9.2.8"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-shared-utils"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.8.tgz",
  30. "_spec": "9.2.8",
  31. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  32. "author": {
  33. "name": "Brandon Nozaki Miller"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/achrinza/node-ipc/issues"
  37. },
  38. "dependencies": {
  39. "@node-ipc/js-queue": "2.0.3",
  40. "event-pubsub": "4.3.0",
  41. "js-message": "1.0.7"
  42. },
  43. "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
  44. "devDependencies": {
  45. "istanbul": "0.4.1",
  46. "jasmine": "2.4.1",
  47. "lockfile-lint": "^4.7.4",
  48. "node-cmd": "2.0.0"
  49. },
  50. "directories": {
  51. "example": "example"
  52. },
  53. "engines": {
  54. "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21"
  55. },
  56. "files": [
  57. "dao",
  58. "entities",
  59. "local-node-ipc-certs",
  60. "services"
  61. ],
  62. "homepage": "https://github.com/achrinza/node-ipc",
  63. "keywords": [
  64. "IPC",
  65. "Neural Networking",
  66. "Machine Learning",
  67. "inter",
  68. "process",
  69. "communication",
  70. "unix",
  71. "windows",
  72. "win",
  73. "socket",
  74. "TCP",
  75. "UDP",
  76. "domain",
  77. "sockets",
  78. "threaded",
  79. "communication",
  80. "multi",
  81. "process",
  82. "shared",
  83. "memory"
  84. ],
  85. "license": "MIT",
  86. "main": "node-ipc.js",
  87. "name": "@achrinza/node-ipc",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/achrinza/node-ipc.git"
  91. },
  92. "scripts": {
  93. "istanbul": "istanbul cover -x ./spec/**",
  94. "test": "npm run-script istanbul -- jasmine",
  95. "test-windows": "npm run-script istanbul -- ./node_modules/jasmine/bin/jasmine.js"
  96. },
  97. "version": "9.2.8"
  98. }