package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "engine.io-client@~3.5.0",
  3. "_id": "engine.io-client@3.5.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ydc8uuMMDxC5KCKNJN3zZKYJk2sgyTuTZQ7Aj1DJSsLKAcizA/PzWivw8fZMIjJVBo2CJOYzntv4FSjY/Lr//g==",
  6. "_location": "/engine.io-client",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "engine.io-client@~3.5.0",
  12. "name": "engine.io-client",
  13. "escapedName": "engine.io-client",
  14. "rawSpec": "~3.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.5.0"
  17. },
  18. "_requiredBy": [
  19. "/socket.io-client"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/engine.io-client/-/engine.io-client-3.5.4.tgz",
  22. "_shasum": "5b40d7381772ba05c0881be5735a318424a07fc6",
  23. "_spec": "engine.io-client@~3.5.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\socket.io-client",
  25. "browser": {
  26. "ws": false,
  27. "./lib/transports/xmlhttprequest.js": "./lib/transports/xmlhttprequest.browser.js",
  28. "./lib/globalThis.js": "./lib/globalThis.browser.js"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/socketio/engine.io-client/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Guillermo Rauch",
  37. "email": "rauchg@gmail.com"
  38. },
  39. {
  40. "name": "Vladimir Dronnikov",
  41. "email": "dronnikov@gmail.com"
  42. },
  43. {
  44. "name": "Christoph Dorn",
  45. "url": "https://github.com/cadorn"
  46. },
  47. {
  48. "name": "Mark Mokryn",
  49. "email": "mokesmokes@gmail.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "component-emitter": "~1.3.0",
  54. "component-inherit": "0.0.3",
  55. "debug": "~3.1.0",
  56. "engine.io-parser": "~2.2.0",
  57. "has-cors": "1.1.0",
  58. "indexof": "0.0.1",
  59. "parseqs": "0.0.6",
  60. "parseuri": "0.0.6",
  61. "ws": "~7.5.10",
  62. "xmlhttprequest-ssl": "~1.6.2",
  63. "yeast": "0.1.2"
  64. },
  65. "deprecated": false,
  66. "description": "Client for the realtime Engine",
  67. "devDependencies": {
  68. "babel-core": "^6.24.0",
  69. "babel-eslint": "4.1.7",
  70. "babel-loader": "^6.4.1",
  71. "babel-preset-es2015": "^6.24.0",
  72. "blob": "^0.0.4",
  73. "concat-stream": "^1.6.0",
  74. "del": "^2.2.2",
  75. "derequire": "^2.0.6",
  76. "engine.io": "3.4.0",
  77. "eslint-config-standard": "4.4.0",
  78. "eslint-plugin-standard": "1.3.1",
  79. "expect.js": "^0.3.1",
  80. "express": "4.15.2",
  81. "gulp": "3.9.1",
  82. "gulp-eslint": "1.1.1",
  83. "gulp-file": "^0.3.0",
  84. "gulp-istanbul": "^1.1.1",
  85. "gulp-mocha": "^4.3.0",
  86. "gulp-task-listing": "1.0.1",
  87. "istanbul": "^0.4.5",
  88. "mocha": "^3.2.0",
  89. "webpack": "1.12.12",
  90. "webpack-stream": "^3.2.0",
  91. "zuul": "3.11.1",
  92. "zuul-builder-webpack": "^1.2.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. "main": "lib/index.js",
  103. "name": "engine.io-client",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/socketio/engine.io-client.git"
  107. },
  108. "scripts": {
  109. "test": "gulp test"
  110. },
  111. "version": "3.5.4"
  112. }