package.json 2.3 KB

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