package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "engine.io-client@~3.3.1",
  3. "_id": "engine.io-client@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BOBoeY11vtoUN1omS7PXQte8M6o=",
  6. "_location": "/engine.io-client",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "engine.io-client@~3.3.1",
  14. "name": "engine.io-client",
  15. "escapedName": "engine.io-client",
  16. "rawSpec": "~3.3.1",
  17. "saveSpec": null,
  18. "fetchSpec": "~3.3.1"
  19. },
  20. "_requiredBy": [
  21. "/socket.io-client"
  22. ],
  23. "_resolved": "http://registry.npm.taobao.org/engine.io-client/download/engine.io-client-3.3.2.tgz",
  24. "_shasum": "04e068798d75beda14375a264bb3d742d7bc33aa",
  25. "_spec": "engine.io-client@~3.3.1",
  26. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\socket.io-client",
  27. "browser": {
  28. "ws": false,
  29. "xmlhttprequest-ssl": "./lib/xmlhttprequest.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/socketio/engine.io-client/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Guillermo Rauch",
  38. "email": "rauchg@gmail.com"
  39. },
  40. {
  41. "name": "Vladimir Dronnikov",
  42. "email": "dronnikov@gmail.com"
  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. "component-emitter": "1.2.1",
  55. "component-inherit": "0.0.3",
  56. "debug": "~3.1.0",
  57. "engine.io-parser": "~2.1.1",
  58. "has-cors": "1.1.0",
  59. "indexof": "0.0.1",
  60. "parseqs": "0.0.5",
  61. "parseuri": "0.0.5",
  62. "ws": "~6.1.0",
  63. "xmlhttprequest-ssl": "~1.5.4",
  64. "yeast": "0.1.2"
  65. },
  66. "deprecated": false,
  67. "description": "Client for the realtime Engine",
  68. "devDependencies": {
  69. "babel-core": "^6.24.0",
  70. "babel-eslint": "4.1.7",
  71. "babel-loader": "^6.4.1",
  72. "babel-preset-es2015": "^6.24.0",
  73. "blob": "^0.0.4",
  74. "concat-stream": "^1.6.0",
  75. "del": "^2.2.2",
  76. "derequire": "^2.0.6",
  77. "engine.io": "3.3.1",
  78. "eslint-config-standard": "4.4.0",
  79. "eslint-plugin-standard": "1.3.1",
  80. "expect.js": "^0.3.1",
  81. "express": "4.15.2",
  82. "gulp": "3.9.1",
  83. "gulp-eslint": "1.1.1",
  84. "gulp-file": "^0.3.0",
  85. "gulp-istanbul": "^1.1.1",
  86. "gulp-mocha": "^4.3.0",
  87. "gulp-task-listing": "1.0.1",
  88. "istanbul": "^0.4.5",
  89. "mocha": "^3.2.0",
  90. "webpack": "1.12.12",
  91. "webpack-stream": "^3.2.0",
  92. "zuul": "3.11.1",
  93. "zuul-builder-webpack": "^1.2.0",
  94. "zuul-ngrok": "4.0.0"
  95. },
  96. "files": [
  97. "index.js",
  98. "lib/",
  99. "engine.io.js"
  100. ],
  101. "homepage": "https://github.com/socketio/engine.io-client",
  102. "license": "MIT",
  103. "main": "lib/index.js",
  104. "name": "engine.io-client",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/socketio/engine.io-client.git"
  108. },
  109. "scripts": {
  110. "test": "gulp test"
  111. },
  112. "version": "3.3.2"
  113. }