.package-lock.json 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. {
  2. "name": "shopro",
  3. "version": "1.0.1",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "node_modules/@babel/runtime": {
  8. "version": "7.23.5",
  9. "dev": true,
  10. "license": "MIT",
  11. "dependencies": {
  12. "regenerator-runtime": "^0.14.0"
  13. },
  14. "engines": {
  15. "node": ">=6.9.0"
  16. }
  17. },
  18. "node_modules/@dcloudio/types": {
  19. "version": "2.6.12",
  20. "license": "Apache-2.0"
  21. },
  22. "node_modules/@hyoga/uni-socket.io": {
  23. "version": "1.0.1",
  24. "license": "MIT",
  25. "dependencies": {
  26. "socket.io-client": "^2.1.1"
  27. }
  28. },
  29. "node_modules/@vue/devtools-api": {
  30. "version": "6.5.1",
  31. "license": "MIT"
  32. },
  33. "node_modules/after": {
  34. "version": "0.8.2",
  35. "license": "MIT"
  36. },
  37. "node_modules/arraybuffer.slice": {
  38. "version": "0.0.7",
  39. "license": "MIT"
  40. },
  41. "node_modules/backo2": {
  42. "version": "1.0.2",
  43. "license": "MIT"
  44. },
  45. "node_modules/base64-arraybuffer": {
  46. "version": "0.1.4",
  47. "engines": {
  48. "node": ">= 0.6.0"
  49. }
  50. },
  51. "node_modules/blob": {
  52. "version": "0.0.5",
  53. "license": "MIT"
  54. },
  55. "node_modules/component-bind": {
  56. "version": "1.0.0"
  57. },
  58. "node_modules/component-emitter": {
  59. "version": "1.3.1",
  60. "license": "MIT",
  61. "funding": {
  62. "url": "https://github.com/sponsors/sindresorhus"
  63. }
  64. },
  65. "node_modules/component-inherit": {
  66. "version": "0.0.3"
  67. },
  68. "node_modules/copy-text-to-clipboard": {
  69. "version": "3.2.0",
  70. "dev": true,
  71. "license": "MIT",
  72. "engines": {
  73. "node": ">=12"
  74. },
  75. "funding": {
  76. "url": "https://github.com/sponsors/sindresorhus"
  77. }
  78. },
  79. "node_modules/core-js": {
  80. "version": "3.34.0",
  81. "dev": true,
  82. "hasInstallScript": true,
  83. "license": "MIT",
  84. "funding": {
  85. "type": "opencollective",
  86. "url": "https://opencollective.com/core-js"
  87. }
  88. },
  89. "node_modules/dayjs": {
  90. "version": "1.11.10",
  91. "license": "MIT"
  92. },
  93. "node_modules/debug": {
  94. "version": "3.1.0",
  95. "license": "MIT",
  96. "dependencies": {
  97. "ms": "2.0.0"
  98. }
  99. },
  100. "node_modules/engine.io-client": {
  101. "version": "3.5.3",
  102. "license": "MIT",
  103. "dependencies": {
  104. "component-emitter": "~1.3.0",
  105. "component-inherit": "0.0.3",
  106. "debug": "~3.1.0",
  107. "engine.io-parser": "~2.2.0",
  108. "has-cors": "1.1.0",
  109. "indexof": "0.0.1",
  110. "parseqs": "0.0.6",
  111. "parseuri": "0.0.6",
  112. "ws": "~7.4.2",
  113. "xmlhttprequest-ssl": "~1.6.2",
  114. "yeast": "0.1.2"
  115. }
  116. },
  117. "node_modules/engine.io-parser": {
  118. "version": "2.2.1",
  119. "license": "MIT",
  120. "dependencies": {
  121. "after": "0.8.2",
  122. "arraybuffer.slice": "~0.0.7",
  123. "base64-arraybuffer": "0.1.4",
  124. "blob": "0.0.5",
  125. "has-binary2": "~1.0.2"
  126. }
  127. },
  128. "node_modules/has-binary2": {
  129. "version": "1.0.3",
  130. "license": "MIT",
  131. "dependencies": {
  132. "isarray": "2.0.1"
  133. }
  134. },
  135. "node_modules/has-cors": {
  136. "version": "1.1.0",
  137. "license": "MIT"
  138. },
  139. "node_modules/indexof": {
  140. "version": "0.0.1"
  141. },
  142. "node_modules/isarray": {
  143. "version": "2.0.1",
  144. "license": "MIT"
  145. },
  146. "node_modules/lodash": {
  147. "version": "4.17.21",
  148. "license": "MIT"
  149. },
  150. "node_modules/luch-request": {
  151. "version": "3.1.1",
  152. "license": "MIT",
  153. "dependencies": {
  154. "@dcloudio/types": "^2.0.16"
  155. }
  156. },
  157. "node_modules/ms": {
  158. "version": "2.0.0",
  159. "license": "MIT"
  160. },
  161. "node_modules/mutation-observer": {
  162. "version": "1.0.3",
  163. "dev": true
  164. },
  165. "node_modules/parseqs": {
  166. "version": "0.0.6",
  167. "license": "MIT"
  168. },
  169. "node_modules/parseuri": {
  170. "version": "0.0.6",
  171. "license": "MIT"
  172. },
  173. "node_modules/pinia": {
  174. "version": "2.1.7",
  175. "license": "MIT",
  176. "dependencies": {
  177. "@vue/devtools-api": "^6.5.0",
  178. "vue-demi": ">=0.14.5"
  179. },
  180. "funding": {
  181. "url": "https://github.com/sponsors/posva"
  182. },
  183. "peerDependencies": {
  184. "@vue/composition-api": "^1.4.0",
  185. "typescript": ">=4.4.4",
  186. "vue": "^2.6.14 || ^3.3.0"
  187. },
  188. "peerDependenciesMeta": {
  189. "@vue/composition-api": {
  190. "optional": true
  191. },
  192. "typescript": {
  193. "optional": true
  194. }
  195. }
  196. },
  197. "node_modules/pinia-plugin-persist-uni": {
  198. "version": "1.2.0",
  199. "dependencies": {
  200. "vue-demi": "^0.12.1"
  201. },
  202. "peerDependencies": {
  203. "@vue/composition-api": "^1.0.0",
  204. "pinia": "^2.0.0",
  205. "vue": "^2.0.0 || >=3.0.0"
  206. },
  207. "peerDependenciesMeta": {
  208. "@vue/composition-api": {
  209. "optional": true
  210. }
  211. }
  212. },
  213. "node_modules/pinia-plugin-persist-uni/node_modules/vue-demi": {
  214. "version": "0.12.5",
  215. "hasInstallScript": true,
  216. "license": "MIT",
  217. "bin": {
  218. "vue-demi-fix": "bin/vue-demi-fix.js",
  219. "vue-demi-switch": "bin/vue-demi-switch.js"
  220. },
  221. "engines": {
  222. "node": ">=12"
  223. },
  224. "funding": {
  225. "url": "https://github.com/sponsors/antfu"
  226. },
  227. "peerDependencies": {
  228. "@vue/composition-api": "^1.0.0-rc.1",
  229. "vue": "^3.0.0-0 || ^2.6.0"
  230. },
  231. "peerDependenciesMeta": {
  232. "@vue/composition-api": {
  233. "optional": true
  234. }
  235. }
  236. },
  237. "node_modules/prettier": {
  238. "version": "2.8.8",
  239. "dev": true,
  240. "license": "MIT",
  241. "bin": {
  242. "prettier": "bin-prettier.js"
  243. },
  244. "engines": {
  245. "node": ">=10.13.0"
  246. },
  247. "funding": {
  248. "url": "https://github.com/prettier/prettier?sponsor=1"
  249. }
  250. },
  251. "node_modules/qs-canvas": {
  252. "version": "1.0.11",
  253. "license": "BSD 3-Clause"
  254. },
  255. "node_modules/regenerator-runtime": {
  256. "version": "0.14.0",
  257. "dev": true,
  258. "license": "MIT"
  259. },
  260. "node_modules/socket.io-client": {
  261. "version": "2.5.0",
  262. "license": "MIT",
  263. "dependencies": {
  264. "backo2": "1.0.2",
  265. "component-bind": "1.0.0",
  266. "component-emitter": "~1.3.0",
  267. "debug": "~3.1.0",
  268. "engine.io-client": "~3.5.0",
  269. "has-binary2": "~1.0.2",
  270. "indexof": "0.0.1",
  271. "parseqs": "0.0.6",
  272. "parseuri": "0.0.6",
  273. "socket.io-parser": "~3.3.0",
  274. "to-array": "0.1.4"
  275. }
  276. },
  277. "node_modules/socket.io-parser": {
  278. "version": "3.3.3",
  279. "license": "MIT",
  280. "dependencies": {
  281. "component-emitter": "~1.3.0",
  282. "debug": "~3.1.0",
  283. "isarray": "2.0.1"
  284. }
  285. },
  286. "node_modules/to-array": {
  287. "version": "0.1.4"
  288. },
  289. "node_modules/vconsole": {
  290. "version": "3.15.1",
  291. "dev": true,
  292. "license": "MIT",
  293. "dependencies": {
  294. "@babel/runtime": "^7.17.2",
  295. "copy-text-to-clipboard": "^3.0.1",
  296. "core-js": "^3.11.0",
  297. "mutation-observer": "^1.0.3"
  298. }
  299. },
  300. "node_modules/vue": {
  301. "version": "2.6.14",
  302. "license": "MIT",
  303. "peer": true
  304. },
  305. "node_modules/vue-demi": {
  306. "version": "0.14.6",
  307. "hasInstallScript": true,
  308. "license": "MIT",
  309. "bin": {
  310. "vue-demi-fix": "bin/vue-demi-fix.js",
  311. "vue-demi-switch": "bin/vue-demi-switch.js"
  312. },
  313. "engines": {
  314. "node": ">=12"
  315. },
  316. "funding": {
  317. "url": "https://github.com/sponsors/antfu"
  318. },
  319. "peerDependencies": {
  320. "@vue/composition-api": "^1.0.0-rc.1",
  321. "vue": "^3.0.0-0 || ^2.6.0"
  322. },
  323. "peerDependenciesMeta": {
  324. "@vue/composition-api": {
  325. "optional": true
  326. }
  327. }
  328. },
  329. "node_modules/weixin-js-sdk": {
  330. "version": "1.6.5",
  331. "license": "MIT"
  332. },
  333. "node_modules/ws": {
  334. "version": "7.4.6",
  335. "license": "MIT",
  336. "engines": {
  337. "node": ">=8.3.0"
  338. },
  339. "peerDependencies": {
  340. "bufferutil": "^4.0.1",
  341. "utf-8-validate": "^5.0.2"
  342. },
  343. "peerDependenciesMeta": {
  344. "bufferutil": {
  345. "optional": true
  346. },
  347. "utf-8-validate": {
  348. "optional": true
  349. }
  350. }
  351. },
  352. "node_modules/xmlhttprequest-ssl": {
  353. "version": "1.6.3",
  354. "engines": {
  355. "node": ">=0.4.0"
  356. }
  357. },
  358. "node_modules/yeast": {
  359. "version": "0.1.2",
  360. "license": "MIT"
  361. }
  362. }
  363. }