package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "node-ipc@9.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-ipc@9.1.1",
  10. "_id": "node-ipc@9.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TiRe1pOOZRAOWV68XcNLFujdXWk=",
  13. "_location": "/node-ipc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "node-ipc@9.1.1",
  19. "name": "node-ipc",
  20. "escapedName": "node-ipc",
  21. "rawSpec": "9.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "9.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-shared-utils"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/node-ipc/download/node-ipc-9.1.1.tgz",
  29. "_spec": "9.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.5",
  40. "js-queue": "2.0.0"
  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": ">=4.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": "DBAD",
  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.1.1"
  95. }