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.

117 lines
2.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "engine.io-client@3.4.3",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "engine.io-client@3.4.3",
  9. "_id": "engine.io-client@3.4.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0NGY+9hioejTEJCaSJZfWZLk4FPI9dN+1H1C4+wj2iuFba47UgZbJzfWs4aNFajnX/qAaYKbe2lLTfEEWzCmcw==",
  12. "_location": "/engine.io-client",
  13. "_phantomChildren": {
  14. "async-limiter": "1.0.1"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "engine.io-client@3.4.3",
  20. "name": "engine.io-client",
  21. "escapedName": "engine.io-client",
  22. "rawSpec": "3.4.3",
  23. "saveSpec": null,
  24. "fetchSpec": "3.4.3"
  25. },
  26. "_requiredBy": [
  27. "/socket.io-client"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.4.3.tgz",
  30. "_spec": "3.4.3",
  31. "_where": "/home/guest/socket",
  32. "browser": {
  33. "ws": false,
  34. "xmlhttprequest-ssl": "./lib/xmlhttprequest.js",
  35. "./lib/globalThis.js": "./lib/globalThis.browser.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/socketio/engine.io-client/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Guillermo Rauch",
  43. "email": "rauchg@gmail.com"
  44. },
  45. {
  46. "name": "Vladimir Dronnikov",
  47. "email": "dronnikov@gmail.com"
  48. },
  49. {
  50. "name": "Christoph Dorn",
  51. "url": "https://github.com/cadorn"
  52. },
  53. {
  54. "name": "Mark Mokryn",
  55. "email": "mokesmokes@gmail.com"
  56. }
  57. ],
  58. "dependencies": {
  59. "component-emitter": "~1.3.0",
  60. "component-inherit": "0.0.3",
  61. "debug": "~4.1.0",
  62. "engine.io-parser": "~2.2.0",
  63. "has-cors": "1.1.0",
  64. "indexof": "0.0.1",
  65. "parseqs": "0.0.5",
  66. "parseuri": "0.0.5",
  67. "ws": "~6.1.0",
  68. "xmlhttprequest-ssl": "~1.5.4",
  69. "yeast": "0.1.2"
  70. },
  71. "description": "Client for the realtime Engine",
  72. "devDependencies": {
  73. "babel-core": "^6.24.0",
  74. "babel-eslint": "4.1.7",
  75. "babel-loader": "^6.4.1",
  76. "babel-preset-es2015": "^6.24.0",
  77. "blob": "^0.0.4",
  78. "concat-stream": "^1.6.0",
  79. "del": "^2.2.2",
  80. "derequire": "^2.0.6",
  81. "engine.io": "3.4.0",
  82. "eslint-config-standard": "4.4.0",
  83. "eslint-plugin-standard": "1.3.1",
  84. "expect.js": "^0.3.1",
  85. "express": "4.15.2",
  86. "gulp": "3.9.1",
  87. "gulp-eslint": "1.1.1",
  88. "gulp-file": "^0.3.0",
  89. "gulp-istanbul": "^1.1.1",
  90. "gulp-mocha": "^4.3.0",
  91. "gulp-task-listing": "1.0.1",
  92. "istanbul": "^0.4.5",
  93. "mocha": "^3.2.0",
  94. "webpack": "1.12.12",
  95. "webpack-stream": "^3.2.0",
  96. "zuul": "3.11.1",
  97. "zuul-builder-webpack": "^1.2.0",
  98. "zuul-ngrok": "4.0.0"
  99. },
  100. "files": [
  101. "index.js",
  102. "lib/",
  103. "engine.io.js"
  104. ],
  105. "homepage": "https://github.com/socketio/engine.io-client",
  106. "license": "MIT",
  107. "main": "lib/index.js",
  108. "name": "engine.io-client",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/socketio/engine.io-client.git"
  112. },
  113. "scripts": {
  114. "test": "gulp test"
  115. },
  116. "version": "3.4.3"
  117. }