package.json 2.5 KB

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