package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "engine.io@~3.2.0",
  3. "_id": "engine.io@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==",
  6. "_location": "/engine.io",
  7. "_phantomChildren": {
  8. "async-limiter": "1.0.0",
  9. "ms": "2.0.0",
  10. "safe-buffer": "5.1.2",
  11. "ultron": "1.1.1"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "engine.io@~3.2.0",
  17. "name": "engine.io",
  18. "escapedName": "engine.io",
  19. "rawSpec": "~3.2.0",
  20. "saveSpec": null,
  21. "fetchSpec": "~3.2.0"
  22. },
  23. "_requiredBy": [
  24. "/socket.io"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz",
  27. "_shasum": "b60281c35484a70ee0351ea0ebff83ec8c9522a2",
  28. "_spec": "engine.io@~3.2.0",
  29. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/socket.io",
  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. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Eugen Dueck",
  41. "url": "https://github.com/EugenDueck"
  42. },
  43. {
  44. "name": "Afshin Mehrabani",
  45. "url": "https://github.com/afshinm"
  46. },
  47. {
  48. "name": "Christoph Dorn",
  49. "url": "https://github.com/cadorn"
  50. },
  51. {
  52. "name": "Mark Mokryn",
  53. "email": "mokesmokes@gmail.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "accepts": "~1.3.4",
  58. "base64id": "1.0.0",
  59. "cookie": "0.3.1",
  60. "debug": "~3.1.0",
  61. "engine.io-parser": "~2.1.0",
  62. "ws": "~3.3.1"
  63. },
  64. "deprecated": false,
  65. "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
  66. "devDependencies": {
  67. "babel-eslint": "^8.0.2",
  68. "babel-preset-es2015": "^6.24.0",
  69. "engine.io-client": "3.2.1",
  70. "eslint": "^4.5.0",
  71. "eslint-config-standard": "^10.2.1",
  72. "eslint-plugin-import": "^2.7.0",
  73. "eslint-plugin-node": "^5.1.1",
  74. "eslint-plugin-promise": "^3.5.0",
  75. "eslint-plugin-standard": "^3.0.1",
  76. "expect.js": "^0.3.1",
  77. "mocha": "^4.0.1",
  78. "s": "0.1.1",
  79. "superagent": "^3.8.1",
  80. "uws": "~9.14.0"
  81. },
  82. "files": [
  83. "lib/"
  84. ],
  85. "homepage": "https://github.com/socketio/engine.io",
  86. "license": "MIT",
  87. "main": "lib/engine.io",
  88. "name": "engine.io",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+ssh://git@github.com/socketio/engine.io.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint lib/ test/ *.js",
  95. "test": "npm run lint && mocha && EIO_WS_ENGINE=uws mocha"
  96. },
  97. "version": "3.2.1"
  98. }