package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "socket.io",
  6. "scope": null,
  7. "escapedName": "socket.io",
  8. "name": "socket.io",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/data/feimat/test_yali/liveserver"
  14. ]
  15. ],
  16. "_from": "socket.io@latest",
  17. "_id": "socket.io@2.0.3",
  18. "_inCache": true,
  19. "_location": "/socket.io",
  20. "_nodeVersion": "6.9.4",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/socket.io-2.0.3.tgz_1497269178944_0.7451606099493802"
  24. },
  25. "_npmUser": {
  26. "name": "darrachequesne",
  27. "email": "damien.arrachequesne@gmail.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {
  31. "accepts": "1.3.3",
  32. "arraybuffer.slice": "0.0.6",
  33. "blob": "0.0.4",
  34. "cookie": "0.3.1",
  35. "has-binary2": "1.0.2",
  36. "safe-buffer": "5.0.1",
  37. "uws": "0.14.5"
  38. },
  39. "_requested": {
  40. "raw": "socket.io",
  41. "scope": null,
  42. "escapedName": "socket.io",
  43. "name": "socket.io",
  44. "rawSpec": "",
  45. "spec": "latest",
  46. "type": "tag"
  47. },
  48. "_requiredBy": [
  49. "#USER",
  50. "/"
  51. ],
  52. "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.0.3.tgz",
  53. "_shasum": "4359f06a24933ae6bd087798af78c680eae345e3",
  54. "_shrinkwrap": null,
  55. "_spec": "socket.io",
  56. "_where": "/data/feimat/test_yali/liveserver",
  57. "bugs": {
  58. "url": "https://github.com/socketio/socket.io/issues"
  59. },
  60. "contributors": [
  61. {
  62. "name": "Guillermo Rauch",
  63. "email": "rauchg@gmail.com"
  64. },
  65. {
  66. "name": "Arnout Kazemier",
  67. "email": "info@3rd-eden.com"
  68. },
  69. {
  70. "name": "Vladimir Dronnikov",
  71. "email": "dronnikov@gmail.com"
  72. },
  73. {
  74. "name": "Einar Otto Stangvik",
  75. "email": "einaros@gmail.com"
  76. }
  77. ],
  78. "dependencies": {
  79. "debug": "~2.6.6",
  80. "engine.io": "~3.1.0",
  81. "object-assign": "~4.1.1",
  82. "socket.io-adapter": "~1.1.0",
  83. "socket.io-client": "~2.0.2",
  84. "socket.io-parser": "~3.1.1"
  85. },
  86. "description": "node.js realtime framework server",
  87. "devDependencies": {
  88. "babel-preset-es2015": "^6.24.1",
  89. "del": "^2.2.2",
  90. "expect.js": "0.3.1",
  91. "gulp": "^3.9.1",
  92. "gulp-babel": "^6.1.2",
  93. "gulp-istanbul": "^1.1.1",
  94. "gulp-mocha": "^4.3.1",
  95. "gulp-task-listing": "1.0.1",
  96. "istanbul": "^0.4.5",
  97. "mocha": "^3.3.0",
  98. "superagent": "1.6.1",
  99. "supertest": "1.1.0"
  100. },
  101. "directories": {},
  102. "dist": {
  103. "shasum": "4359f06a24933ae6bd087798af78c680eae345e3",
  104. "tarball": "https://registry.npmjs.org/socket.io/-/socket.io-2.0.3.tgz"
  105. },
  106. "files": [
  107. "lib/"
  108. ],
  109. "gitHead": "65ece01135e1a3a4b517ed5c599eb5a7a3401f1a",
  110. "homepage": "https://github.com/socketio/socket.io#readme",
  111. "keywords": [
  112. "realtime",
  113. "framework",
  114. "websocket",
  115. "tcp",
  116. "events",
  117. "socket",
  118. "io"
  119. ],
  120. "license": "MIT",
  121. "main": "./lib/index",
  122. "maintainers": [
  123. {
  124. "name": "darrachequesne",
  125. "email": "damien.arrachequesne@gmail.com"
  126. },
  127. {
  128. "name": "rauchg",
  129. "email": "rauchg@gmail.com"
  130. }
  131. ],
  132. "name": "socket.io",
  133. "optionalDependencies": {},
  134. "readme": "ERROR: No README data found!",
  135. "repository": {
  136. "type": "git",
  137. "url": "git://github.com/socketio/socket.io.git"
  138. },
  139. "scripts": {
  140. "test": "gulp test"
  141. },
  142. "version": "2.0.3"
  143. }