package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "socket.io-client@2.5.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "socket.io-client@2.5.0",
  9. "_id": "socket.io-client@2.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-lOO9clmdgssDykiOmVQQitwBAF3I6mYcQAo7hQ7AM6Ny5X7fp8hIJ3HcQs3Rjz4SoggoxA1OgrQyY8EgTbcPYw==",
  12. "_location": "/socket.io-client",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "socket.io-client@2.5.0",
  18. "name": "socket.io-client",
  19. "escapedName": "socket.io-client",
  20. "rawSpec": "2.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.5.0"
  23. },
  24. "_requiredBy": [
  25. "/vue-socket.io"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/socket.io-client/-/socket.io-client-2.5.0.tgz",
  28. "_spec": "2.5.0",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "bugs": {
  31. "url": "https://github.com/Automattic/socket.io-client/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Guillermo Rauch",
  36. "email": "rauchg@gmail.com"
  37. },
  38. {
  39. "name": "Arnout Kazemier",
  40. "email": "info@3rd-eden.com"
  41. },
  42. {
  43. "name": "Vladimir Dronnikov",
  44. "email": "dronnikov@gmail.com"
  45. },
  46. {
  47. "name": "Einar Otto Stangvik",
  48. "email": "einaros@gmail.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "backo2": "1.0.2",
  53. "component-bind": "1.0.0",
  54. "component-emitter": "~1.3.0",
  55. "debug": "~3.1.0",
  56. "engine.io-client": "~3.5.0",
  57. "has-binary2": "~1.0.2",
  58. "indexof": "0.0.1",
  59. "parseqs": "0.0.6",
  60. "parseuri": "0.0.6",
  61. "socket.io-parser": "~3.3.0",
  62. "to-array": "0.1.4"
  63. },
  64. "description": "[![Build Status](https://github.com/socketio/socket.io-client/workflows/CI/badge.svg)](https://github.com/socketio/socket.io-client/actions) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client) [![devDependency Status](https://david-dm.org/socketio/socket.io-client/dev-status.svg)](https://david-dm.org/socketio/socket.io-client#info=devDependencies) [![NPM version](https://badge.fury.io/js/socket.io-client.svg)](https://www.npmjs.com/package/socket.io-client) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?style=flat) [![](http://slack.socket.io/badge.svg?)](http://slack.socket.io)",
  65. "devDependencies": {
  66. "babel-core": "^6.24.1",
  67. "babel-eslint": "4.1.7",
  68. "babel-loader": "7.0.0",
  69. "babel-preset-es2015": "6.24.1",
  70. "base64-arraybuffer": "^0.1.5",
  71. "concat-stream": "^1.6.0",
  72. "derequire": "^2.0.6",
  73. "eslint-config-standard": "4.4.0",
  74. "eslint-plugin-standard": "1.3.1",
  75. "expect.js": "0.3.1",
  76. "gulp": "^3.9.1",
  77. "gulp-eslint": "1.1.1",
  78. "gulp-file": "^0.3.0",
  79. "gulp-istanbul": "^1.1.1",
  80. "gulp-mocha": "^4.3.1",
  81. "gulp-task-listing": "1.0.1",
  82. "has-cors": "^1.1.0",
  83. "imports-loader": "^0.7.1",
  84. "istanbul": "^0.4.5",
  85. "mocha": "^3.3.0",
  86. "socket.io": "2.3.0",
  87. "socket.io-browsers": "^1.0.0",
  88. "strip-loader": "0.1.2",
  89. "text-blob-builder": "0.0.1",
  90. "webpack-merge": "4.1.2",
  91. "webpack-stream": "3.2.0",
  92. "zuul": "~3.11.1",
  93. "zuul-builder-webpack": "^1.2.0",
  94. "zuul-ngrok": "4.0.0"
  95. },
  96. "files": [
  97. "lib/",
  98. "dist/"
  99. ],
  100. "homepage": "https://github.com/Automattic/socket.io-client#readme",
  101. "keywords": [
  102. "realtime",
  103. "framework",
  104. "websocket",
  105. "tcp",
  106. "events",
  107. "client"
  108. ],
  109. "license": "MIT",
  110. "main": "./lib/index",
  111. "name": "socket.io-client",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/Automattic/socket.io-client.git"
  115. },
  116. "scripts": {
  117. "test": "gulp test"
  118. },
  119. "version": "2.5.0"
  120. }