You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.4 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "@achrinza/node-ipc@9.2.9",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@achrinza/node-ipc@9.2.9",
  10. "_id": "@achrinza/node-ipc@9.2.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7s0VcTwiK/0tNOVdSX9FWMeFdOEcsAOz9HesBldXxFMaGvIak7KC2z9tV9EgsQXn6KUsWsfIkViMNuIo0GoZDQ==",
  13. "_location": "/@achrinza/node-ipc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@achrinza/node-ipc@9.2.9",
  19. "name": "@achrinza/node-ipc",
  20. "escapedName": "@achrinza%2fnode-ipc",
  21. "scope": "@achrinza",
  22. "rawSpec": "9.2.9",
  23. "saveSpec": null,
  24. "fetchSpec": "9.2.9"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-shared-utils"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@achrinza/node-ipc/-/node-ipc-9.2.9.tgz",
  30. "_spec": "9.2.9",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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 || 22"
  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.9"
  98. }