You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
2.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "socket.io@1.2.0",
  5. "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer"
  6. ]
  7. ],
  8. "_from": "socket.io@1.2.0",
  9. "_id": "socket.io@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/socket.io",
  13. "_npmUser": {
  14. "email": "rauchg@gmail.com",
  15. "name": "rauchg"
  16. },
  17. "_npmVersion": "1.4.21",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "socket.io",
  21. "raw": "socket.io@1.2.0",
  22. "rawSpec": "1.2.0",
  23. "scope": null,
  24. "spec": "1.2.0",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.2.0.tgz",
  31. "_shasum": "02f00ffc24626294f46924d4c25ce35a9b940789",
  32. "_shrinkwrap": null,
  33. "_spec": "socket.io@1.2.0",
  34. "_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer",
  35. "bugs": {
  36. "url": "https://github.com/Automattic/socket.io/issues"
  37. },
  38. "contributors": [
  39. {
  40. "email": "rauchg@gmail.com",
  41. "name": "Guillermo Rauch"
  42. },
  43. {
  44. "email": "info@3rd-eden.com",
  45. "name": "Arnout Kazemier"
  46. },
  47. {
  48. "email": "dronnikov@gmail.com",
  49. "name": "Vladimir Dronnikov"
  50. },
  51. {
  52. "email": "einaros@gmail.com",
  53. "name": "Einar Otto Stangvik"
  54. }
  55. ],
  56. "dependencies": {
  57. "debug": "0.7.4",
  58. "engine.io": "1.4.2",
  59. "has-binary-data": "0.1.3",
  60. "socket.io-adapter": "0.3.1",
  61. "socket.io-client": "1.2.0",
  62. "socket.io-parser": "2.2.2"
  63. },
  64. "description": "node.js realtime framework server",
  65. "devDependencies": {
  66. "expect.js": "0.3.1",
  67. "istanbul": "0.2.3",
  68. "mocha": "1.16.2",
  69. "superagent": "0.17.0",
  70. "supertest": "0.8.2"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "02f00ffc24626294f46924d4c25ce35a9b940789",
  75. "tarball": "http://registry.npmjs.org/socket.io/-/socket.io-1.2.0.tgz"
  76. },
  77. "gitHead": "4a0091b25ad5ad583b8098369019306c4f907278",
  78. "homepage": "https://github.com/Automattic/socket.io",
  79. "keywords": [
  80. "realtime",
  81. "framework",
  82. "websocket",
  83. "tcp",
  84. "events",
  85. "socket",
  86. "io"
  87. ],
  88. "maintainers": [
  89. {
  90. "email": "rauchg@gmail.com",
  91. "name": "rauchg"
  92. }
  93. ],
  94. "name": "socket.io",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/Automattic/socket.io.git"
  100. },
  101. "scripts": {
  102. "test": "make test"
  103. },
  104. "version": "1.2.0"
  105. }