package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "socket.io@2.1.1",
  3. "_id": "socket.io@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==",
  6. "_location": "/socket.io",
  7. "_phantomChildren": {
  8. "async-limiter": "1.0.0",
  9. "backo2": "1.0.2",
  10. "base64-arraybuffer": "0.1.5",
  11. "component-bind": "1.0.0",
  12. "component-emitter": "1.2.1",
  13. "component-inherit": "0.0.3",
  14. "engine.io-parser": "2.1.3",
  15. "has-binary2": "1.0.3",
  16. "has-cors": "1.1.0",
  17. "indexof": "0.0.1",
  18. "ms": "2.0.0",
  19. "object-component": "0.0.3",
  20. "parseqs": "0.0.5",
  21. "parseuri": "0.0.5",
  22. "safe-buffer": "5.1.2",
  23. "to-array": "0.1.4",
  24. "ultron": "1.1.1",
  25. "xmlhttprequest-ssl": "1.5.5",
  26. "yeast": "0.1.2"
  27. },
  28. "_requested": {
  29. "type": "version",
  30. "registry": true,
  31. "raw": "socket.io@2.1.1",
  32. "name": "socket.io",
  33. "escapedName": "socket.io",
  34. "rawSpec": "2.1.1",
  35. "saveSpec": null,
  36. "fetchSpec": "2.1.1"
  37. },
  38. "_requiredBy": [
  39. "/browser-sync"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz",
  42. "_shasum": "a069c5feabee3e6b214a75b40ce0652e1cfb9980",
  43. "_spec": "socket.io@2.1.1",
  44. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  45. "bugs": {
  46. "url": "https://github.com/socketio/socket.io/issues"
  47. },
  48. "bundleDependencies": false,
  49. "contributors": [
  50. {
  51. "name": "Guillermo Rauch",
  52. "email": "rauchg@gmail.com"
  53. },
  54. {
  55. "name": "Arnout Kazemier",
  56. "email": "info@3rd-eden.com"
  57. },
  58. {
  59. "name": "Vladimir Dronnikov",
  60. "email": "dronnikov@gmail.com"
  61. },
  62. {
  63. "name": "Einar Otto Stangvik",
  64. "email": "einaros@gmail.com"
  65. }
  66. ],
  67. "dependencies": {
  68. "debug": "~3.1.0",
  69. "engine.io": "~3.2.0",
  70. "has-binary2": "~1.0.2",
  71. "socket.io-adapter": "~1.1.0",
  72. "socket.io-client": "2.1.1",
  73. "socket.io-parser": "~3.2.0"
  74. },
  75. "deprecated": false,
  76. "description": "node.js realtime framework server",
  77. "devDependencies": {
  78. "expect.js": "0.3.1",
  79. "mocha": "^3.5.3",
  80. "nyc": "^11.2.1",
  81. "superagent": "^3.8.2",
  82. "supertest": "^3.0.0"
  83. },
  84. "files": [
  85. "lib/"
  86. ],
  87. "homepage": "https://github.com/socketio/socket.io#readme",
  88. "keywords": [
  89. "realtime",
  90. "framework",
  91. "websocket",
  92. "tcp",
  93. "events",
  94. "socket",
  95. "io"
  96. ],
  97. "license": "MIT",
  98. "main": "./lib/index",
  99. "name": "socket.io",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/socketio/socket.io.git"
  103. },
  104. "scripts": {
  105. "test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js"
  106. },
  107. "version": "2.1.1"
  108. }