package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "engine.io-client@3.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "engine.io-client@3.2.1",
  10. "_id": "engine.io-client@3.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw==",
  13. "_location": "/engine.io-client",
  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-client@3.2.1",
  23. "name": "engine.io-client",
  24. "escapedName": "engine.io-client",
  25. "rawSpec": "3.2.1",
  26. "saveSpec": null,
  27. "fetchSpec": "3.2.1"
  28. },
  29. "_requiredBy": [
  30. "/socket.io-client"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz",
  33. "_spec": "3.2.1",
  34. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  35. "browser": {
  36. "ws": false,
  37. "xmlhttprequest-ssl": "./lib/xmlhttprequest.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/socketio/engine.io-client/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Guillermo Rauch",
  45. "email": "rauchg@gmail.com"
  46. },
  47. {
  48. "name": "Vladimir Dronnikov",
  49. "email": "dronnikov@gmail.com"
  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. "component-emitter": "1.2.1",
  62. "component-inherit": "0.0.3",
  63. "debug": "~3.1.0",
  64. "engine.io-parser": "~2.1.1",
  65. "has-cors": "1.1.0",
  66. "indexof": "0.0.1",
  67. "parseqs": "0.0.5",
  68. "parseuri": "0.0.5",
  69. "ws": "~3.3.1",
  70. "xmlhttprequest-ssl": "~1.5.4",
  71. "yeast": "0.1.2"
  72. },
  73. "description": "Client for the realtime Engine",
  74. "devDependencies": {
  75. "babel-core": "^6.24.0",
  76. "babel-eslint": "4.1.7",
  77. "babel-loader": "^6.4.1",
  78. "babel-preset-es2015": "^6.24.0",
  79. "blob": "^0.0.4",
  80. "concat-stream": "^1.6.0",
  81. "del": "^2.2.2",
  82. "derequire": "^2.0.6",
  83. "engine.io": "3.2.0",
  84. "eslint-config-standard": "4.4.0",
  85. "eslint-plugin-standard": "1.3.1",
  86. "expect.js": "^0.3.1",
  87. "express": "4.15.2",
  88. "gulp": "3.9.1",
  89. "gulp-eslint": "1.1.1",
  90. "gulp-file": "^0.3.0",
  91. "gulp-istanbul": "^1.1.1",
  92. "gulp-mocha": "^4.3.0",
  93. "gulp-task-listing": "1.0.1",
  94. "istanbul": "^0.4.5",
  95. "mocha": "^3.2.0",
  96. "socket.io-browsers": "^1.0.0",
  97. "webpack": "1.12.12",
  98. "webpack-stream": "^3.2.0",
  99. "zuul": "^3.11.1",
  100. "zuul-builder-webpack": "^1.2.0",
  101. "zuul-ngrok": "4.0.0"
  102. },
  103. "files": [
  104. "index.js",
  105. "lib/",
  106. "engine.io.js"
  107. ],
  108. "homepage": "https://github.com/socketio/engine.io-client",
  109. "license": "MIT",
  110. "main": "lib/index.js",
  111. "name": "engine.io-client",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/socketio/engine.io-client.git"
  115. },
  116. "scripts": {
  117. "test": "gulp test"
  118. },
  119. "version": "3.2.1"
  120. }