package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "@achrinza/node-ipc@9.2.2",
  3. "_id": "@achrinza/node-ipc@9.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==",
  6. "_location": "/@achrinza/node-ipc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@achrinza/node-ipc@9.2.2",
  12. "name": "@achrinza/node-ipc",
  13. "escapedName": "@achrinza%2fnode-ipc",
  14. "scope": "@achrinza",
  15. "rawSpec": "9.2.2",
  16. "saveSpec": null,
  17. "fetchSpec": "9.2.2"
  18. },
  19. "_requiredBy": [
  20. "/@vue/cli-shared-utils"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz",
  23. "_shasum": "ae1b5d3d6a9362034eea60c8d946b93893c2e4ec",
  24. "_spec": "@achrinza/node-ipc@9.2.2",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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. "codacy-coverage": "2.0.0",
  42. "istanbul": "0.4.1",
  43. "jasmine": "2.4.1",
  44. "lockfile-lint": "^4.7.4",
  45. "node-cmd": "2.0.0"
  46. },
  47. "directories": {
  48. "example": "example"
  49. },
  50. "engines": {
  51. "node": "8 || 10 || 12 || 14 || 16 || 17"
  52. },
  53. "homepage": "https://github.com/achrinza/node-ipc",
  54. "keywords": [
  55. "IPC",
  56. "Neural Networking",
  57. "Machine Learning",
  58. "inter",
  59. "process",
  60. "communication",
  61. "unix",
  62. "windows",
  63. "win",
  64. "socket",
  65. "TCP",
  66. "UDP",
  67. "domain",
  68. "sockets",
  69. "threaded",
  70. "communication",
  71. "multi",
  72. "process",
  73. "shared",
  74. "memory"
  75. ],
  76. "license": "MIT",
  77. "main": "node-ipc.js",
  78. "name": "@achrinza/node-ipc",
  79. "pre-commit": [
  80. "cover"
  81. ],
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/achrinza/node-ipc.git"
  85. },
  86. "scripts": {
  87. "cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
  88. "coverup": "cat ./spec/coverage/lcov.info | codacy-coverage",
  89. "test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
  90. "test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js"
  91. },
  92. "version": "9.2.2"
  93. }