package.json 2.4 KB

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