package-lock.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "name": "门墩招聘小程序",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "lodash-es": "^4.17.21",
  9. "luch-request": "^3.1.1",
  10. "pinia": "^2.2.2",
  11. "pinia-plugin-persist-uni": "^1.3.1"
  12. }
  13. },
  14. "node_modules/@dcloudio/types": {
  15. "version": "2.6.12",
  16. "resolved": "https://registry.npmmirror.com/@dcloudio/types/-/types-2.6.12.tgz",
  17. "integrity": "sha512-mrCMwcINy1IFjU9VUqLeWBkj404yWs5paLDttBcA+eqUjanuUQbBcTVPqlrGgkyzLXDcV2oDDZRSNxNpXi4kMQ==",
  18. "license": "Apache-2.0"
  19. },
  20. "node_modules/@vue/devtools-api": {
  21. "version": "6.6.4",
  22. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  23. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  24. "license": "MIT"
  25. },
  26. "node_modules/lodash-es": {
  27. "version": "4.17.21",
  28. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  29. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  30. "license": "MIT"
  31. },
  32. "node_modules/luch-request": {
  33. "version": "3.1.1",
  34. "resolved": "https://registry.npmmirror.com/luch-request/-/luch-request-3.1.1.tgz",
  35. "integrity": "sha512-p7+mlcEtgRcd0OfXC4XZbyiwSr1XgCeqNT7LlVUjnk7InYl/8d5Rk7BUqAYNA2WRafI1wRIUQWRWZRpeUwWR0w==",
  36. "license": "MIT",
  37. "dependencies": {
  38. "@dcloudio/types": "^2.0.16"
  39. }
  40. },
  41. "node_modules/pinia": {
  42. "version": "2.2.2",
  43. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.2.2.tgz",
  44. "integrity": "sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==",
  45. "license": "MIT",
  46. "dependencies": {
  47. "@vue/devtools-api": "^6.6.3",
  48. "vue-demi": "^0.14.10"
  49. },
  50. "funding": {
  51. "url": "https://github.com/sponsors/posva"
  52. },
  53. "peerDependencies": {
  54. "@vue/composition-api": "^1.4.0",
  55. "typescript": ">=4.4.4",
  56. "vue": "^2.6.14 || ^3.3.0"
  57. },
  58. "peerDependenciesMeta": {
  59. "@vue/composition-api": {
  60. "optional": true
  61. },
  62. "typescript": {
  63. "optional": true
  64. }
  65. }
  66. },
  67. "node_modules/pinia-plugin-persist-uni": {
  68. "version": "1.3.1",
  69. "resolved": "https://registry.npmmirror.com/pinia-plugin-persist-uni/-/pinia-plugin-persist-uni-1.3.1.tgz",
  70. "integrity": "sha512-E7HEj6Hy3ZZKXCDG7yKWQ7Dg99Ibtei2qssY6w8wlqVBl3X54xSydiju8kO7IYPHw8heYAPjPBAF8TGCTdvRGQ==",
  71. "dependencies": {
  72. "vue-demi": "^0.12.1"
  73. },
  74. "peerDependencies": {
  75. "@vue/composition-api": "^1.0.0",
  76. "pinia": "^2.0.0",
  77. "vue": "^2.0.0 || >=3.0.0"
  78. },
  79. "peerDependenciesMeta": {
  80. "@vue/composition-api": {
  81. "optional": true
  82. }
  83. }
  84. },
  85. "node_modules/pinia-plugin-persist-uni/node_modules/vue-demi": {
  86. "version": "0.12.5",
  87. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.12.5.tgz",
  88. "integrity": "sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==",
  89. "hasInstallScript": true,
  90. "license": "MIT",
  91. "bin": {
  92. "vue-demi-fix": "bin/vue-demi-fix.js",
  93. "vue-demi-switch": "bin/vue-demi-switch.js"
  94. },
  95. "engines": {
  96. "node": ">=12"
  97. },
  98. "funding": {
  99. "url": "https://github.com/sponsors/antfu"
  100. },
  101. "peerDependencies": {
  102. "@vue/composition-api": "^1.0.0-rc.1",
  103. "vue": "^3.0.0-0 || ^2.6.0"
  104. },
  105. "peerDependenciesMeta": {
  106. "@vue/composition-api": {
  107. "optional": true
  108. }
  109. }
  110. },
  111. "node_modules/vue": {
  112. "version": "2.6.14",
  113. "resolved": "https://registry.npmmirror.com/vue/-/vue-2.6.14.tgz",
  114. "integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==",
  115. "deprecated": "Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.",
  116. "license": "MIT",
  117. "peer": true
  118. },
  119. "node_modules/vue-demi": {
  120. "version": "0.14.10",
  121. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  122. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  123. "hasInstallScript": true,
  124. "license": "MIT",
  125. "bin": {
  126. "vue-demi-fix": "bin/vue-demi-fix.js",
  127. "vue-demi-switch": "bin/vue-demi-switch.js"
  128. },
  129. "engines": {
  130. "node": ">=12"
  131. },
  132. "funding": {
  133. "url": "https://github.com/sponsors/antfu"
  134. },
  135. "peerDependencies": {
  136. "@vue/composition-api": "^1.0.0-rc.1",
  137. "vue": "^3.0.0-0 || ^2.6.0"
  138. },
  139. "peerDependenciesMeta": {
  140. "@vue/composition-api": {
  141. "optional": true
  142. }
  143. }
  144. }
  145. }
  146. }