package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "engine.io@~1.8.4",
  3. "_id": "engine.io@1.8.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j1DWIcktw4hRwrv6nWx++5nFH2X64x16MAG2P0Lmi5Dvdfi3I+Jhc7JKJIdAmDJa+5aZ/imHV7dWRPy2Cqjh3A==",
  6. "_location": "/engine.io",
  7. "_phantomChildren": {
  8. "mime-types": "2.1.20"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "engine.io@~1.8.4",
  14. "name": "engine.io",
  15. "escapedName": "engine.io",
  16. "rawSpec": "~1.8.4",
  17. "saveSpec": null,
  18. "fetchSpec": "~1.8.4"
  19. },
  20. "_requiredBy": [
  21. "/socket.io"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.5.tgz",
  24. "_shasum": "4ebe5e75c6dc123dee4afdce6e5fdced21eb93f6",
  25. "_spec": "engine.io@~1.8.4",
  26. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\socket.io",
  27. "author": {
  28. "name": "Guillermo Rauch",
  29. "email": "guillermo@learnboost.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/socketio/engine.io/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Eugen Dueck",
  38. "url": "https://github.com/EugenDueck"
  39. },
  40. {
  41. "name": "Afshin Mehrabani",
  42. "url": "https://github.com/afshinm"
  43. },
  44. {
  45. "name": "Christoph Dorn",
  46. "url": "https://github.com/cadorn"
  47. },
  48. {
  49. "name": "Mark Mokryn",
  50. "email": "mokesmokes@gmail.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "accepts": "1.3.3",
  55. "base64id": "1.0.0",
  56. "cookie": "0.3.1",
  57. "debug": "2.3.3",
  58. "engine.io-parser": "1.3.2",
  59. "ws": "~1.1.5"
  60. },
  61. "deprecated": false,
  62. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  63. "devDependencies": {
  64. "babel-eslint": "5.0.0",
  65. "babel-preset-es2015": "6.3.13",
  66. "engine.io-client": "1.8.5",
  67. "eslint-config-standard": "4.4.0",
  68. "eslint-plugin-standard": "1.3.2",
  69. "expect.js": "0.2.0",
  70. "gulp": "3.9.0",
  71. "gulp-babel": "6.1.1",
  72. "gulp-eslint": "1.1.1",
  73. "gulp-mocha": "2.2.0",
  74. "gulp-nsp": "^2.4.1",
  75. "mocha": "2.3.4",
  76. "s": "0.1.1",
  77. "superagent": "0.15.4",
  78. "uws": "0.14.1"
  79. },
  80. "files": [
  81. "index.js",
  82. "lib/"
  83. ],
  84. "homepage": "https://github.com/socketio/engine.io",
  85. "license": "MIT",
  86. "main": "./lib/engine.io",
  87. "name": "engine.io",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  91. },
  92. "scripts": {
  93. "test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
  94. },
  95. "version": "1.8.5"
  96. }