package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "engine.io-client@~1.8.4",
  3. "_id": "engine.io-client@1.8.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AYTgHyeVUPitsseqjoedjhYJapNVoSPShbZ+tEUX9/73jgZ/Z3sUlJf9oYgdEBBdVhupUpUqSxH0kBCXlQnmZg==",
  6. "_location": "/engine.io-client",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "engine.io-client@~1.8.4",
  12. "name": "engine.io-client",
  13. "escapedName": "engine.io-client",
  14. "rawSpec": "~1.8.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.8.4"
  17. },
  18. "_requiredBy": [
  19. "/socket.io-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.5.tgz",
  22. "_shasum": "fe7fb60cb0dcf2fa2859489329cb5968dedeb11f",
  23. "_spec": "engine.io-client@~1.8.4",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\socket.io-client",
  25. "browser": {
  26. "ws": false,
  27. "xmlhttprequest-ssl": "./lib/xmlhttprequest.js"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/socketio/engine.io-client/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Guillermo Rauch",
  36. "email": "rauchg@gmail.com"
  37. },
  38. {
  39. "name": "Vladimir Dronnikov",
  40. "email": "dronnikov@gmail.com"
  41. },
  42. {
  43. "name": "Christoph Dorn",
  44. "url": "https://github.com/cadorn"
  45. },
  46. {
  47. "name": "Mark Mokryn",
  48. "email": "mokesmokes@gmail.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "component-emitter": "1.2.1",
  53. "component-inherit": "0.0.3",
  54. "debug": "2.3.3",
  55. "engine.io-parser": "1.3.2",
  56. "has-cors": "1.1.0",
  57. "indexof": "0.0.1",
  58. "parsejson": "0.0.3",
  59. "parseqs": "0.0.5",
  60. "parseuri": "0.0.5",
  61. "ws": "~1.1.5",
  62. "xmlhttprequest-ssl": "1.5.3",
  63. "yeast": "0.1.2"
  64. },
  65. "deprecated": false,
  66. "description": "Client for the realtime Engine",
  67. "devDependencies": {
  68. "babel-core": "6.4.5",
  69. "babel-eslint": "4.1.7",
  70. "babel-loader": "6.2.1",
  71. "babel-preset-es2015": "6.3.13",
  72. "blob": "0.0.4",
  73. "concat-stream": "1.4.6",
  74. "del": "2.2.0",
  75. "derequire": "1.2.0",
  76. "engine.io": "1.8.5",
  77. "eslint-config-standard": "4.4.0",
  78. "eslint-plugin-standard": "1.3.1",
  79. "expect.js": "0.2.0",
  80. "express": "3.4.8",
  81. "gulp": "3.9.0",
  82. "gulp-eslint": "1.1.1",
  83. "gulp-file": "0.2.0",
  84. "gulp-istanbul": "0.10.3",
  85. "gulp-mocha": "2.2.0",
  86. "gulp-task-listing": "1.0.1",
  87. "istanbul": "0.2.3",
  88. "mocha": "1.16.2",
  89. "webpack": "1.12.12",
  90. "webpack-stream": "3.1.0",
  91. "zuul": "3.11.0",
  92. "zuul-builder-webpack": "1.1.0",
  93. "zuul-ngrok": "4.0.0"
  94. },
  95. "files": [
  96. "index.js",
  97. "lib/",
  98. "engine.io.js"
  99. ],
  100. "homepage": "https://github.com/socketio/engine.io-client",
  101. "license": "MIT",
  102. "name": "engine.io-client",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/socketio/engine.io-client.git"
  106. },
  107. "scripts": {
  108. "test": "gulp test"
  109. },
  110. "version": "1.8.5"
  111. }