package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "node-ipc@^9.1.1",
  3. "_id": "node-ipc@9.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-A+f0mn2KxUt1uRTSd5ktxQUsn2OEhj5evo7NUi/powBzMSZ0vocdzDjlq9QN2v3LH6CJi3e5xAenpZ1QwU5A8g==",
  6. "_location": "/node-ipc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-ipc@^9.1.1",
  12. "name": "node-ipc",
  13. "escapedName": "node-ipc",
  14. "rawSpec": "^9.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-shared-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-ipc/-/node-ipc-9.1.4.tgz",
  22. "_shasum": "2acf962681afdac2602876d98fe6434d54d9bd3c",
  23. "_spec": "node-ipc@^9.1.1",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-shared-utils",
  25. "author": {
  26. "name": "Brandon Nozaki Miller"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/RIAEvangelist/node-ipc/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "event-pubsub": "4.3.0",
  34. "js-message": "1.0.7",
  35. "js-queue": "2.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
  39. "devDependencies": {
  40. "codacy-coverage": "2.0.0",
  41. "istanbul": "0.4.1",
  42. "jasmine": "2.4.1",
  43. "node-cmd": "2.0.0"
  44. },
  45. "directories": {
  46. "example": "example"
  47. },
  48. "engines": {
  49. "node": ">=8.0.0"
  50. },
  51. "homepage": "http://riaevangelist.github.io/node-ipc/",
  52. "keywords": [
  53. "IPC",
  54. "Neural Networking",
  55. "Machine Learning",
  56. "inter",
  57. "process",
  58. "communication",
  59. "unix",
  60. "windows",
  61. "win",
  62. "socket",
  63. "TCP",
  64. "UDP",
  65. "domain",
  66. "sockets",
  67. "threaded",
  68. "communication",
  69. "multi",
  70. "process",
  71. "shared",
  72. "memory"
  73. ],
  74. "license": "MIT",
  75. "main": "node-ipc.js",
  76. "name": "node-ipc",
  77. "pre-commit": [
  78. "cover"
  79. ],
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/RIAEvangelist/node-ipc.git"
  83. },
  84. "scripts": {
  85. "cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
  86. "coverup": "cat ./spec/coverage/lcov.info | codacy-coverage",
  87. "test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
  88. "test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js"
  89. },
  90. "version": "9.1.4"
  91. }