package.json 2.9 KB

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