You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "engine.io@3.4.2",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "engine.io@3.4.2",
  9. "_id": "engine.io@3.4.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-b4Q85dFkGw+TqgytGPrGgACRUhsdKc9S9ErRAXpPGy/CXKs4tYoHDkvIRdsseAF7NjfVwjRFIn6KTnbw7LwJZg==",
  12. "_location": "/engine.io",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "engine.io@3.4.2",
  18. "name": "engine.io",
  19. "escapedName": "engine.io",
  20. "rawSpec": "3.4.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.4.2"
  23. },
  24. "_requiredBy": [
  25. "/socket.io"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.4.2.tgz",
  28. "_spec": "3.4.2",
  29. "_where": "/home/guest/socket",
  30. "author": {
  31. "name": "Guillermo Rauch",
  32. "email": "guillermo@learnboost.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/socketio/engine.io/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Eugen Dueck",
  40. "url": "https://github.com/EugenDueck"
  41. },
  42. {
  43. "name": "Afshin Mehrabani",
  44. "url": "https://github.com/afshinm"
  45. },
  46. {
  47. "name": "Christoph Dorn",
  48. "url": "https://github.com/cadorn"
  49. },
  50. {
  51. "name": "Mark Mokryn",
  52. "email": "mokesmokes@gmail.com"
  53. }
  54. ],
  55. "dependencies": {
  56. "accepts": "~1.3.4",
  57. "base64id": "2.0.0",
  58. "cookie": "0.3.1",
  59. "debug": "~4.1.0",
  60. "engine.io-parser": "~2.2.0",
  61. "ws": "^7.1.2"
  62. },
  63. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  64. "devDependencies": {
  65. "babel-eslint": "^8.0.2",
  66. "babel-preset-es2015": "^6.24.0",
  67. "engine.io-client": "3.4.2",
  68. "eslint": "^4.5.0",
  69. "eslint-config-standard": "^10.2.1",
  70. "eslint-plugin-import": "^2.7.0",
  71. "eslint-plugin-node": "^5.1.1",
  72. "eslint-plugin-promise": "^3.5.0",
  73. "eslint-plugin-standard": "^3.0.1",
  74. "expect.js": "^0.3.1",
  75. "mocha": "^4.0.1",
  76. "s": "0.1.1",
  77. "superagent": "^3.8.1",
  78. "uws": "~9.14.0"
  79. },
  80. "engines": {
  81. "node": ">=8.0.0"
  82. },
  83. "files": [
  84. "lib/"
  85. ],
  86. "homepage": "https://github.com/socketio/engine.io",
  87. "license": "MIT",
  88. "main": "lib/engine.io",
  89. "name": "engine.io",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint lib/ test/ *.js",
  96. "test": "npm run lint && mocha && EIO_WS_ENGINE=uws mocha"
  97. },
  98. "version": "3.4.2"
  99. }