package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "vue-socket.io@3.0.10",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "vue-socket.io@3.0.10",
  9. "_id": "vue-socket.io@3.0.10",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XGYjD30Q9xAeHpBnp2SU+ljEe59qpGKaAQe4VOO9ezuly09MlzrT2ZZPJu3BVFpQwKdjQDz1I2fV9r4YjlZDCA==",
  12. "_location": "/vue-socket.io",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-socket.io@3.0.10",
  18. "name": "vue-socket.io",
  19. "escapedName": "vue-socket.io",
  20. "rawSpec": "3.0.10",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.10"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/vue-socket.io/-/vue-socket.io-3.0.10.tgz",
  28. "_spec": "3.0.10",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "author": {
  31. "name": "Metin Seylan",
  32. "email": "metinsyln@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/MetinSeylan/Vue-Socket.io/issues"
  36. },
  37. "dependencies": {
  38. "socket.io-client": "^2.1.1"
  39. },
  40. "description": "socket.io implementation for Vue.js and Vuex",
  41. "devDependencies": {
  42. "@babel/core": "^7.1.2",
  43. "@babel/plugin-proposal-class-properties": "^7.1.0",
  44. "@babel/plugin-transform-classes": "^7.1.0",
  45. "@babel/preset-env": "^7.1.0",
  46. "babel-loader": "^8.0.4",
  47. "cross-env": "^5.2.0",
  48. "webpack": "^4.23.1",
  49. "webpack-cli": "^3.1.2"
  50. },
  51. "homepage": "https://github.com/MetinSeylan/Vue-Socket.io",
  52. "keywords": [
  53. "vuejs",
  54. "socket",
  55. "vue",
  56. "socket.io",
  57. "websocket",
  58. "socket.io-client",
  59. "realtime",
  60. "flux",
  61. "vuex",
  62. "redux"
  63. ],
  64. "license": "MIT",
  65. "main": "dist/vue-socketio.js",
  66. "name": "vue-socket.io",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/MetinSeylan/Vue-Socket.io.git"
  70. },
  71. "scripts": {
  72. "build": "webpack --mode=production --progress --hide-modules"
  73. },
  74. "version": "3.0.10"
  75. }