package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "engine.io@~3.4.0",
  3. "_id": "engine.io@3.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XCyYVWzcHnK5cMz7G4VTu2W7zJS7SM1QkcelghyIk/FmobWBtXE7fwhBusEKvCSqc3bMh8fNFMlUkCKTFRxH2w==",
  6. "_location": "/engine.io",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "engine.io@~3.4.0",
  12. "name": "engine.io",
  13. "escapedName": "engine.io",
  14. "rawSpec": "~3.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.4.0"
  17. },
  18. "_requiredBy": [
  19. "/socket.io"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.4.0.tgz",
  22. "_shasum": "3a962cc4535928c252759a00f98519cb46c53ff3",
  23. "_spec": "engine.io@~3.4.0",
  24. "_where": "/data/wwwroot/zbsc.yunbaozb.com/node/node_modules/socket.io",
  25. "author": {
  26. "name": "Guillermo Rauch",
  27. "email": "guillermo@learnboost.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/socketio/engine.io/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Eugen Dueck",
  36. "url": "https://github.com/EugenDueck"
  37. },
  38. {
  39. "name": "Afshin Mehrabani",
  40. "url": "https://github.com/afshinm"
  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. "accepts": "~1.3.4",
  53. "base64id": "2.0.0",
  54. "cookie": "0.3.1",
  55. "debug": "~4.1.0",
  56. "engine.io-parser": "~2.2.0",
  57. "ws": "^7.1.2"
  58. },
  59. "deprecated": false,
  60. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  61. "devDependencies": {
  62. "babel-eslint": "^8.0.2",
  63. "babel-preset-es2015": "^6.24.0",
  64. "engine.io-client": "3.4.0",
  65. "eslint": "^4.5.0",
  66. "eslint-config-standard": "^10.2.1",
  67. "eslint-plugin-import": "^2.7.0",
  68. "eslint-plugin-node": "^5.1.1",
  69. "eslint-plugin-promise": "^3.5.0",
  70. "eslint-plugin-standard": "^3.0.1",
  71. "expect.js": "^0.3.1",
  72. "mocha": "^4.0.1",
  73. "s": "0.1.1",
  74. "superagent": "^3.8.1",
  75. "uws": "~9.14.0"
  76. },
  77. "files": [
  78. "lib/"
  79. ],
  80. "homepage": "https://github.com/socketio/engine.io",
  81. "license": "MIT",
  82. "main": "lib/engine.io",
  83. "name": "engine.io",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint lib/ test/ *.js",
  90. "test": "npm run lint && mocha && EIO_WS_ENGINE=uws mocha"
  91. },
  92. "version": "3.4.0"
  93. }