package.json 3.7 KB

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