package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "node-ipc@^9.1.1",
  3. "_id": "node-ipc@9.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mJzaM6O3xHf9VT8BULvJSbdVbmHUKRNOH7zDDkCrA1/T+CVjq2WVIDfLt0azZRXpgArJtl3rtmEozrbXPZ9GaQ==",
  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-plugin-unit-jest/@vue/cli-shared-utils",
  20. "/@vue/cli-plugin-unit-mocha/@vue/cli-shared-utils",
  21. "/@vue/cli-service/@vue/cli-shared-utils"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/node-ipc/-/node-ipc-9.2.1.tgz",
  24. "_shasum": "b32f66115f9d6ce841dc4ec2009d6a733f98bb6b",
  25. "_spec": "node-ipc@^9.1.1",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-plugin-unit-jest\\node_modules\\@vue\\cli-shared-utils",
  27. "author": {
  28. "name": "Brandon Nozaki Miller"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/RIAEvangelist/node-ipc/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "event-pubsub": "4.3.0",
  36. "js-message": "1.0.7",
  37. "js-queue": "2.0.2"
  38. },
  39. "deprecated": false,
  40. "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
  41. "devDependencies": {
  42. "codacy-coverage": "2.0.0",
  43. "istanbul": "0.4.1",
  44. "jasmine": "2.4.1",
  45. "node-cmd": "2.0.0"
  46. },
  47. "directories": {
  48. "example": "example"
  49. },
  50. "engines": {
  51. "node": ">=8.0.0"
  52. },
  53. "homepage": "http://riaevangelist.github.io/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": "node-ipc",
  79. "pre-commit": [
  80. "cover"
  81. ],
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/RIAEvangelist/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.1"
  93. }