package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "socket.io-client@2.2.0",
  3. "_id": "socket.io-client@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hOc+48Q9UCDMwaJY+u65rsJyOvc=",
  6. "_location": "/socket.io-client",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "socket.io-client@2.2.0",
  14. "name": "socket.io-client",
  15. "escapedName": "socket.io-client",
  16. "rawSpec": "2.2.0",
  17. "saveSpec": null,
  18. "fetchSpec": "2.2.0"
  19. },
  20. "_requiredBy": [
  21. "/socket.io"
  22. ],
  23. "_resolved": "http://registry.npm.taobao.org/socket.io-client/download/socket.io-client-2.2.0.tgz",
  24. "_shasum": "84e73ee3c43d5020ccc1a258faeeb9aec2723af7",
  25. "_spec": "socket.io-client@2.2.0",
  26. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\socket.io",
  27. "bugs": {
  28. "url": "https://github.com/Automattic/socket.io-client/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Guillermo Rauch",
  34. "email": "rauchg@gmail.com"
  35. },
  36. {
  37. "name": "Arnout Kazemier",
  38. "email": "info@3rd-eden.com"
  39. },
  40. {
  41. "name": "Vladimir Dronnikov",
  42. "email": "dronnikov@gmail.com"
  43. },
  44. {
  45. "name": "Einar Otto Stangvik",
  46. "email": "einaros@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "backo2": "1.0.2",
  51. "base64-arraybuffer": "0.1.5",
  52. "component-bind": "1.0.0",
  53. "component-emitter": "1.2.1",
  54. "debug": "~3.1.0",
  55. "engine.io-client": "~3.3.1",
  56. "has-binary2": "~1.0.2",
  57. "has-cors": "1.1.0",
  58. "indexof": "0.0.1",
  59. "object-component": "0.0.3",
  60. "parseqs": "0.0.5",
  61. "parseuri": "0.0.5",
  62. "socket.io-parser": "~3.3.0",
  63. "to-array": "0.1.4"
  64. },
  65. "deprecated": false,
  66. "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)",
  67. "devDependencies": {
  68. "babel-core": "^6.24.1",
  69. "babel-eslint": "4.1.7",
  70. "babel-loader": "7.0.0",
  71. "babel-preset-es2015": "6.24.1",
  72. "concat-stream": "^1.6.0",
  73. "derequire": "^2.0.6",
  74. "eslint-config-standard": "4.4.0",
  75. "eslint-plugin-standard": "1.3.1",
  76. "expect.js": "0.3.1",
  77. "gulp": "^3.9.1",
  78. "gulp-eslint": "1.1.1",
  79. "gulp-file": "^0.3.0",
  80. "gulp-istanbul": "^1.1.1",
  81. "gulp-mocha": "^4.3.1",
  82. "gulp-task-listing": "1.0.1",
  83. "imports-loader": "^0.7.1",
  84. "istanbul": "^0.4.5",
  85. "mocha": "^3.3.0",
  86. "socket.io": "2.2.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.2.0"
  120. }