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.

102 lines
2.8 KiB

6 years ago
  1. {
  2. "name": "engine.io",
  3. "version": "3.2.0",
  4. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  5. "main": "lib/engine.io",
  6. "author": {
  7. "name": "Guillermo Rauch",
  8. "email": "guillermo@learnboost.com"
  9. },
  10. "homepage": "https://github.com/socketio/engine.io",
  11. "contributors": [
  12. {
  13. "name": "Eugen Dueck",
  14. "url": "https://github.com/EugenDueck"
  15. },
  16. {
  17. "name": "Afshin Mehrabani",
  18. "url": "https://github.com/afshinm"
  19. },
  20. {
  21. "name": "Christoph Dorn",
  22. "url": "https://github.com/cadorn"
  23. },
  24. {
  25. "name": "Mark Mokryn",
  26. "email": "mokesmokes@gmail.com"
  27. }
  28. ],
  29. "license": "MIT",
  30. "dependencies": {
  31. "accepts": "~1.3.4",
  32. "base64id": "1.0.0",
  33. "debug": "~3.1.0",
  34. "engine.io-parser": "~2.1.0",
  35. "ws": "~3.3.1",
  36. "cookie": "0.3.1"
  37. },
  38. "devDependencies": {
  39. "babel-eslint": "^8.0.2",
  40. "babel-preset-es2015": "^6.24.0",
  41. "engine.io-client": "3.2.0",
  42. "eslint": "^4.5.0",
  43. "eslint-config-standard": "^10.2.1",
  44. "eslint-plugin-import": "^2.7.0",
  45. "eslint-plugin-node": "^5.1.1",
  46. "eslint-plugin-promise": "^3.5.0",
  47. "eslint-plugin-standard": "^3.0.1",
  48. "expect.js": "^0.3.1",
  49. "mocha": "^4.0.1",
  50. "s": "0.1.1",
  51. "superagent": "^3.8.1",
  52. "uws": "~9.14.0"
  53. },
  54. "scripts": {
  55. "lint": "eslint lib/ test/ *.js",
  56. "test": "npm run lint && mocha && EIO_WS_ENGINE=uws mocha"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  61. },
  62. "files": [
  63. "lib/"
  64. ],
  65. "gitHead": "c6247514e231566f70f074b14dccaae4c8aeda13",
  66. "bugs": {
  67. "url": "https://github.com/socketio/engine.io/issues"
  68. },
  69. "_id": "engine.io@3.2.0",
  70. "_npmVersion": "5.5.1",
  71. "_nodeVersion": "9.2.0",
  72. "_npmUser": {
  73. "name": "darrachequesne",
  74. "email": "damien.arrachequesne@gmail.com"
  75. },
  76. "dist": {
  77. "integrity": "sha512-mRbgmAtQ4GAlKwuPnnAvXXwdPhEx+jkc0OBCLrXuD/CRvwNK3AxRSnqK4FSqmAMRRHryVJP8TopOvmEaA64fKw==",
  78. "shasum": "54332506f42f2edc71690d2f2a42349359f3bf7d",
  79. "tarball": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.0.tgz",
  80. "fileCount": 12,
  81. "unpackedSize": 68639
  82. },
  83. "maintainers": [
  84. {
  85. "name": "darrachequesne",
  86. "email": "damien.arrachequesne@gmail.com"
  87. },
  88. {
  89. "name": "rauchg",
  90. "email": "rauchg@gmail.com"
  91. }
  92. ],
  93. "directories": {},
  94. "_npmOperationalInternal": {
  95. "host": "s3://npm-registry-packages",
  96. "tmp": "tmp/engine.io_3.2.0_1519777849373_0.27375190911188985"
  97. },
  98. "_shasum": "54332506f42f2edc71690d2f2a42349359f3bf7d",
  99. "_from": "engine.io@~3.2.0",
  100. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.0.tgz",
  101. "readme": "ERROR: No README data found!"
  102. }