package.json 2.4 KB

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