package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "socket.io-client@1.7.4",
  3. "_id": "socket.io-client@1.7.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7J+CA1btme9tNX8HVtZIcXvdQoE=",
  6. "_location": "/socket.io-client",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "socket.io-client@1.7.4",
  12. "name": "socket.io-client",
  13. "escapedName": "socket.io-client",
  14. "rawSpec": "1.7.4",
  15. "saveSpec": null,
  16. "fetchSpec": "1.7.4"
  17. },
  18. "_requiredBy": [
  19. "/socket.io"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.4.tgz",
  22. "_shasum": "ec9f820356ed99ef6d357f0756d648717bdd4281",
  23. "_spec": "socket.io-client@1.7.4",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\socket.io",
  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.2.1",
  51. "debug": "2.3.3",
  52. "engine.io-client": "~1.8.4",
  53. "has-binary": "0.1.7",
  54. "indexof": "0.0.1",
  55. "object-component": "0.0.3",
  56. "parseuri": "0.0.5",
  57. "socket.io-parser": "2.3.1",
  58. "to-array": "0.1.4"
  59. },
  60. "deprecated": false,
  61. "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) ![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.4.5",
  64. "babel-eslint": "4.1.7",
  65. "babel-loader": "6.2.1",
  66. "babel-preset-es2015": "6.3.13",
  67. "base64-arraybuffer": "0.1.5",
  68. "concat-stream": "1.5.1",
  69. "derequire": "2.0.3",
  70. "eslint-config-standard": "4.4.0",
  71. "eslint-plugin-standard": "1.3.1",
  72. "expect.js": "0.3.1",
  73. "gulp": "3.9.0",
  74. "gulp-eslint": "1.1.1",
  75. "gulp-file": "0.2.0",
  76. "gulp-istanbul": "0.10.3",
  77. "gulp-minify": "0.0.14",
  78. "gulp-mocha": "2.2.0",
  79. "gulp-task-listing": "1.0.1",
  80. "has-cors": "1.1.0",
  81. "imports-loader": "^0.6.5",
  82. "istanbul": "0.4.2",
  83. "mocha": "2.3.4",
  84. "socket.io": "1.7.4",
  85. "strip-loader": "0.1.2",
  86. "text-blob-builder": "0.0.1",
  87. "uglify-js": "2.6.1",
  88. "webpack-stream": "3.2.0",
  89. "zuul": "3.11.0",
  90. "zuul-builder-webpack": "1.1.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": "1.7.4"
  117. }