package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "@achrinza/node-ipc@9.2.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@achrinza/node-ipc@9.2.2",
  10. "_id": "@achrinza/node-ipc@9.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==",
  13. "_location": "/@achrinza/node-ipc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@achrinza/node-ipc@9.2.2",
  19. "name": "@achrinza/node-ipc",
  20. "escapedName": "@achrinza%2fnode-ipc",
  21. "scope": "@achrinza",
  22. "rawSpec": "9.2.2",
  23. "saveSpec": null,
  24. "fetchSpec": "9.2.2"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-plugin-babel/@vue/cli-shared-utils",
  28. "/@vue/cli-plugin-eslint/@vue/cli-shared-utils"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz",
  31. "_spec": "9.2.2",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Brandon Nozaki Miller"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/achrinza/node-ipc/issues"
  38. },
  39. "dependencies": {
  40. "@node-ipc/js-queue": "2.0.3",
  41. "event-pubsub": "4.3.0",
  42. "js-message": "1.0.7"
  43. },
  44. "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
  45. "devDependencies": {
  46. "codacy-coverage": "2.0.0",
  47. "istanbul": "0.4.1",
  48. "jasmine": "2.4.1",
  49. "lockfile-lint": "^4.7.4",
  50. "node-cmd": "2.0.0"
  51. },
  52. "directories": {
  53. "example": "example"
  54. },
  55. "engines": {
  56. "node": "8 || 10 || 12 || 14 || 16 || 17"
  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. "pre-commit": [
  85. "cover"
  86. ],
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/achrinza/node-ipc.git"
  90. },
  91. "scripts": {
  92. "cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
  93. "coverup": "cat ./spec/coverage/lcov.info | codacy-coverage",
  94. "test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
  95. "test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js"
  96. },
  97. "version": "9.2.2"
  98. }