package.json 3.7 KB

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