package.json 3.6 KB

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