package-lock.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  1. {
  2. "name": "ColorUI-UniApp",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "ColorUI-UniApp",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@dcloudio/uni-ui": "^1.4.27",
  13. "lodash": "^4.17.20",
  14. "lodash.pick": "^3.1.0",
  15. "moment": "^2.29.4",
  16. "prettier": "^1.12.1",
  17. "qs": "^6.9.4",
  18. "weixin-js-sdk": "^1.6.5"
  19. },
  20. "devDependencies": {
  21. "sass": "^1.86.3",
  22. "sass-loader": "^16.0.5"
  23. }
  24. },
  25. "node_modules/@dcloudio/uni-ui": {
  26. "version": "1.4.27",
  27. "resolved": "https://registry.npmjs.org/@dcloudio/uni-ui/-/uni-ui-1.4.27.tgz",
  28. "integrity": "sha512-rum85gViMdOsmbVlb+iWV7V0ZEczaefpCvNaUE8mKjYfgY5NA5XeDOdG+K2Ki4BJ0gAwz8r+2w2EW2lu8XLImg==",
  29. "deprecated": "@1.4.29"
  30. },
  31. "node_modules/@parcel/watcher": {
  32. "version": "2.5.1",
  33. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
  34. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  35. "dev": true,
  36. "hasInstallScript": true,
  37. "optional": true,
  38. "dependencies": {
  39. "detect-libc": "^1.0.3",
  40. "is-glob": "^4.0.3",
  41. "micromatch": "^4.0.5",
  42. "node-addon-api": "^7.0.0"
  43. },
  44. "engines": {
  45. "node": ">= 10.0.0"
  46. },
  47. "funding": {
  48. "type": "opencollective",
  49. "url": "https://opencollective.com/parcel"
  50. },
  51. "optionalDependencies": {
  52. "@parcel/watcher-android-arm64": "2.5.1",
  53. "@parcel/watcher-darwin-arm64": "2.5.1",
  54. "@parcel/watcher-darwin-x64": "2.5.1",
  55. "@parcel/watcher-freebsd-x64": "2.5.1",
  56. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  57. "@parcel/watcher-linux-arm-musl": "2.5.1",
  58. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  59. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  60. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  61. "@parcel/watcher-linux-x64-musl": "2.5.1",
  62. "@parcel/watcher-win32-arm64": "2.5.1",
  63. "@parcel/watcher-win32-ia32": "2.5.1",
  64. "@parcel/watcher-win32-x64": "2.5.1"
  65. }
  66. },
  67. "node_modules/@parcel/watcher-android-arm64": {
  68. "version": "2.5.1",
  69. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  70. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  71. "cpu": [
  72. "arm64"
  73. ],
  74. "dev": true,
  75. "optional": true,
  76. "os": [
  77. "android"
  78. ],
  79. "engines": {
  80. "node": ">= 10.0.0"
  81. },
  82. "funding": {
  83. "type": "opencollective",
  84. "url": "https://opencollective.com/parcel"
  85. }
  86. },
  87. "node_modules/@parcel/watcher-darwin-arm64": {
  88. "version": "2.5.1",
  89. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  90. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  91. "cpu": [
  92. "arm64"
  93. ],
  94. "dev": true,
  95. "optional": true,
  96. "os": [
  97. "darwin"
  98. ],
  99. "engines": {
  100. "node": ">= 10.0.0"
  101. },
  102. "funding": {
  103. "type": "opencollective",
  104. "url": "https://opencollective.com/parcel"
  105. }
  106. },
  107. "node_modules/@parcel/watcher-darwin-x64": {
  108. "version": "2.5.1",
  109. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  110. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  111. "cpu": [
  112. "x64"
  113. ],
  114. "dev": true,
  115. "optional": true,
  116. "os": [
  117. "darwin"
  118. ],
  119. "engines": {
  120. "node": ">= 10.0.0"
  121. },
  122. "funding": {
  123. "type": "opencollective",
  124. "url": "https://opencollective.com/parcel"
  125. }
  126. },
  127. "node_modules/@parcel/watcher-freebsd-x64": {
  128. "version": "2.5.1",
  129. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  130. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  131. "cpu": [
  132. "x64"
  133. ],
  134. "dev": true,
  135. "optional": true,
  136. "os": [
  137. "freebsd"
  138. ],
  139. "engines": {
  140. "node": ">= 10.0.0"
  141. },
  142. "funding": {
  143. "type": "opencollective",
  144. "url": "https://opencollective.com/parcel"
  145. }
  146. },
  147. "node_modules/@parcel/watcher-linux-arm-glibc": {
  148. "version": "2.5.1",
  149. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  150. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  151. "cpu": [
  152. "arm"
  153. ],
  154. "dev": true,
  155. "optional": true,
  156. "os": [
  157. "linux"
  158. ],
  159. "engines": {
  160. "node": ">= 10.0.0"
  161. },
  162. "funding": {
  163. "type": "opencollective",
  164. "url": "https://opencollective.com/parcel"
  165. }
  166. },
  167. "node_modules/@parcel/watcher-linux-arm-musl": {
  168. "version": "2.5.1",
  169. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  170. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  171. "cpu": [
  172. "arm"
  173. ],
  174. "dev": true,
  175. "optional": true,
  176. "os": [
  177. "linux"
  178. ],
  179. "engines": {
  180. "node": ">= 10.0.0"
  181. },
  182. "funding": {
  183. "type": "opencollective",
  184. "url": "https://opencollective.com/parcel"
  185. }
  186. },
  187. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  188. "version": "2.5.1",
  189. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  190. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  191. "cpu": [
  192. "arm64"
  193. ],
  194. "dev": true,
  195. "optional": true,
  196. "os": [
  197. "linux"
  198. ],
  199. "engines": {
  200. "node": ">= 10.0.0"
  201. },
  202. "funding": {
  203. "type": "opencollective",
  204. "url": "https://opencollective.com/parcel"
  205. }
  206. },
  207. "node_modules/@parcel/watcher-linux-arm64-musl": {
  208. "version": "2.5.1",
  209. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  210. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  211. "cpu": [
  212. "arm64"
  213. ],
  214. "dev": true,
  215. "optional": true,
  216. "os": [
  217. "linux"
  218. ],
  219. "engines": {
  220. "node": ">= 10.0.0"
  221. },
  222. "funding": {
  223. "type": "opencollective",
  224. "url": "https://opencollective.com/parcel"
  225. }
  226. },
  227. "node_modules/@parcel/watcher-linux-x64-glibc": {
  228. "version": "2.5.1",
  229. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  230. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  231. "cpu": [
  232. "x64"
  233. ],
  234. "dev": true,
  235. "optional": true,
  236. "os": [
  237. "linux"
  238. ],
  239. "engines": {
  240. "node": ">= 10.0.0"
  241. },
  242. "funding": {
  243. "type": "opencollective",
  244. "url": "https://opencollective.com/parcel"
  245. }
  246. },
  247. "node_modules/@parcel/watcher-linux-x64-musl": {
  248. "version": "2.5.1",
  249. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  250. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  251. "cpu": [
  252. "x64"
  253. ],
  254. "dev": true,
  255. "optional": true,
  256. "os": [
  257. "linux"
  258. ],
  259. "engines": {
  260. "node": ">= 10.0.0"
  261. },
  262. "funding": {
  263. "type": "opencollective",
  264. "url": "https://opencollective.com/parcel"
  265. }
  266. },
  267. "node_modules/@parcel/watcher-win32-arm64": {
  268. "version": "2.5.1",
  269. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  270. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  271. "cpu": [
  272. "arm64"
  273. ],
  274. "dev": true,
  275. "optional": true,
  276. "os": [
  277. "win32"
  278. ],
  279. "engines": {
  280. "node": ">= 10.0.0"
  281. },
  282. "funding": {
  283. "type": "opencollective",
  284. "url": "https://opencollective.com/parcel"
  285. }
  286. },
  287. "node_modules/@parcel/watcher-win32-ia32": {
  288. "version": "2.5.1",
  289. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  290. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  291. "cpu": [
  292. "ia32"
  293. ],
  294. "dev": true,
  295. "optional": true,
  296. "os": [
  297. "win32"
  298. ],
  299. "engines": {
  300. "node": ">= 10.0.0"
  301. },
  302. "funding": {
  303. "type": "opencollective",
  304. "url": "https://opencollective.com/parcel"
  305. }
  306. },
  307. "node_modules/@parcel/watcher-win32-x64": {
  308. "version": "2.5.1",
  309. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  310. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  311. "cpu": [
  312. "x64"
  313. ],
  314. "dev": true,
  315. "optional": true,
  316. "os": [
  317. "win32"
  318. ],
  319. "engines": {
  320. "node": ">= 10.0.0"
  321. },
  322. "funding": {
  323. "type": "opencollective",
  324. "url": "https://opencollective.com/parcel"
  325. }
  326. },
  327. "node_modules/braces": {
  328. "version": "3.0.3",
  329. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  330. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  331. "dev": true,
  332. "optional": true,
  333. "dependencies": {
  334. "fill-range": "^7.1.1"
  335. },
  336. "engines": {
  337. "node": ">=8"
  338. }
  339. },
  340. "node_modules/call-bind-apply-helpers": {
  341. "version": "1.0.2",
  342. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  343. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  344. "dependencies": {
  345. "es-errors": "^1.3.0",
  346. "function-bind": "^1.1.2"
  347. },
  348. "engines": {
  349. "node": ">= 0.4"
  350. }
  351. },
  352. "node_modules/call-bound": {
  353. "version": "1.0.3",
  354. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
  355. "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
  356. "dependencies": {
  357. "call-bind-apply-helpers": "^1.0.1",
  358. "get-intrinsic": "^1.2.6"
  359. },
  360. "engines": {
  361. "node": ">= 0.4"
  362. },
  363. "funding": {
  364. "url": "https://github.com/sponsors/ljharb"
  365. }
  366. },
  367. "node_modules/chokidar": {
  368. "version": "4.0.3",
  369. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  370. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  371. "dev": true,
  372. "dependencies": {
  373. "readdirp": "^4.0.1"
  374. },
  375. "engines": {
  376. "node": ">= 14.16.0"
  377. },
  378. "funding": {
  379. "url": "https://paulmillr.com/funding/"
  380. }
  381. },
  382. "node_modules/detect-libc": {
  383. "version": "1.0.3",
  384. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  385. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  386. "dev": true,
  387. "optional": true,
  388. "bin": {
  389. "detect-libc": "bin/detect-libc.js"
  390. },
  391. "engines": {
  392. "node": ">=0.10"
  393. }
  394. },
  395. "node_modules/dunder-proto": {
  396. "version": "1.0.1",
  397. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  398. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  399. "dependencies": {
  400. "call-bind-apply-helpers": "^1.0.1",
  401. "es-errors": "^1.3.0",
  402. "gopd": "^1.2.0"
  403. },
  404. "engines": {
  405. "node": ">= 0.4"
  406. }
  407. },
  408. "node_modules/es-define-property": {
  409. "version": "1.0.1",
  410. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  411. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  412. "engines": {
  413. "node": ">= 0.4"
  414. }
  415. },
  416. "node_modules/es-errors": {
  417. "version": "1.3.0",
  418. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  419. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  420. "engines": {
  421. "node": ">= 0.4"
  422. }
  423. },
  424. "node_modules/es-object-atoms": {
  425. "version": "1.1.1",
  426. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  427. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  428. "dependencies": {
  429. "es-errors": "^1.3.0"
  430. },
  431. "engines": {
  432. "node": ">= 0.4"
  433. }
  434. },
  435. "node_modules/fill-range": {
  436. "version": "7.1.1",
  437. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  438. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  439. "dev": true,
  440. "optional": true,
  441. "dependencies": {
  442. "to-regex-range": "^5.0.1"
  443. },
  444. "engines": {
  445. "node": ">=8"
  446. }
  447. },
  448. "node_modules/function-bind": {
  449. "version": "1.1.2",
  450. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  451. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  452. "funding": {
  453. "url": "https://github.com/sponsors/ljharb"
  454. }
  455. },
  456. "node_modules/get-intrinsic": {
  457. "version": "1.2.7",
  458. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
  459. "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
  460. "dependencies": {
  461. "call-bind-apply-helpers": "^1.0.1",
  462. "es-define-property": "^1.0.1",
  463. "es-errors": "^1.3.0",
  464. "es-object-atoms": "^1.0.0",
  465. "function-bind": "^1.1.2",
  466. "get-proto": "^1.0.0",
  467. "gopd": "^1.2.0",
  468. "has-symbols": "^1.1.0",
  469. "hasown": "^2.0.2",
  470. "math-intrinsics": "^1.1.0"
  471. },
  472. "engines": {
  473. "node": ">= 0.4"
  474. },
  475. "funding": {
  476. "url": "https://github.com/sponsors/ljharb"
  477. }
  478. },
  479. "node_modules/get-proto": {
  480. "version": "1.0.1",
  481. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  482. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  483. "dependencies": {
  484. "dunder-proto": "^1.0.1",
  485. "es-object-atoms": "^1.0.0"
  486. },
  487. "engines": {
  488. "node": ">= 0.4"
  489. }
  490. },
  491. "node_modules/gopd": {
  492. "version": "1.2.0",
  493. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  494. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  495. "engines": {
  496. "node": ">= 0.4"
  497. },
  498. "funding": {
  499. "url": "https://github.com/sponsors/ljharb"
  500. }
  501. },
  502. "node_modules/has-symbols": {
  503. "version": "1.1.0",
  504. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  505. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  506. "engines": {
  507. "node": ">= 0.4"
  508. },
  509. "funding": {
  510. "url": "https://github.com/sponsors/ljharb"
  511. }
  512. },
  513. "node_modules/hasown": {
  514. "version": "2.0.2",
  515. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  516. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  517. "dependencies": {
  518. "function-bind": "^1.1.2"
  519. },
  520. "engines": {
  521. "node": ">= 0.4"
  522. }
  523. },
  524. "node_modules/immutable": {
  525. "version": "5.1.1",
  526. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.1.tgz",
  527. "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==",
  528. "dev": true
  529. },
  530. "node_modules/is-extglob": {
  531. "version": "2.1.1",
  532. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  533. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  534. "dev": true,
  535. "optional": true,
  536. "engines": {
  537. "node": ">=0.10.0"
  538. }
  539. },
  540. "node_modules/is-glob": {
  541. "version": "4.0.3",
  542. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  543. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  544. "dev": true,
  545. "optional": true,
  546. "dependencies": {
  547. "is-extglob": "^2.1.1"
  548. },
  549. "engines": {
  550. "node": ">=0.10.0"
  551. }
  552. },
  553. "node_modules/is-number": {
  554. "version": "7.0.0",
  555. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  556. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  557. "dev": true,
  558. "optional": true,
  559. "engines": {
  560. "node": ">=0.12.0"
  561. }
  562. },
  563. "node_modules/lodash": {
  564. "version": "4.17.21",
  565. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  566. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  567. },
  568. "node_modules/lodash._baseflatten": {
  569. "version": "3.1.4",
  570. "resolved": "https://registry.npmjs.org/lodash._baseflatten/-/lodash._baseflatten-3.1.4.tgz",
  571. "integrity": "sha512-fESngZd+X4k+GbTxdMutf8ohQa0s3sJEHIcwtu4/LsIQ2JTDzdRxDCMQjW+ezzwRitLmHnacVVmosCbxifefbw==",
  572. "dependencies": {
  573. "lodash.isarguments": "^3.0.0",
  574. "lodash.isarray": "^3.0.0"
  575. }
  576. },
  577. "node_modules/lodash._basefor": {
  578. "version": "3.0.3",
  579. "resolved": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.3.tgz",
  580. "integrity": "sha512-6bc3b8grkpMgDcVJv9JYZAk/mHgcqMljzm7OsbmcE2FGUMmmLQTPHlh/dFqR8LA0GQ7z4K67JSotVKu5058v1A=="
  581. },
  582. "node_modules/lodash._bindcallback": {
  583. "version": "3.0.1",
  584. "resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
  585. "integrity": "sha512-2wlI0JRAGX8WEf4Gm1p/mv/SZ+jLijpj0jyaE/AXeuQphzCgD8ZQW4oSpoN8JAopujOFGU3KMuq7qfHBWlGpjQ=="
  586. },
  587. "node_modules/lodash._pickbyarray": {
  588. "version": "3.0.2",
  589. "resolved": "https://registry.npmjs.org/lodash._pickbyarray/-/lodash._pickbyarray-3.0.2.tgz",
  590. "integrity": "sha512-tHzBIfgugzI7HV0y8MJS1z/ryWDh8NyD6AV+so9vlplRnhD4qBuwoyDt7g241ad3F43YDFghCN+R3iaFd4Azvw=="
  591. },
  592. "node_modules/lodash._pickbycallback": {
  593. "version": "3.0.0",
  594. "resolved": "https://registry.npmjs.org/lodash._pickbycallback/-/lodash._pickbycallback-3.0.0.tgz",
  595. "integrity": "sha512-DVP27YmN0lB+j/Tgd/+gtxfmW/XihgWpQpHptBuwyp2fD9zEBRwwcnw6Qej16LUV8LRFuTqyoc0i6ON97d/C5w==",
  596. "dependencies": {
  597. "lodash._basefor": "^3.0.0",
  598. "lodash.keysin": "^3.0.0"
  599. }
  600. },
  601. "node_modules/lodash.isarguments": {
  602. "version": "3.1.0",
  603. "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  604. "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
  605. },
  606. "node_modules/lodash.isarray": {
  607. "version": "3.0.4",
  608. "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
  609. "integrity": "sha512-JwObCrNJuT0Nnbuecmqr5DgtuBppuCvGD9lxjFpAzwnVtdGoDQ1zig+5W8k5/6Gcn0gZ3936HDAlGd28i7sOGQ=="
  610. },
  611. "node_modules/lodash.keysin": {
  612. "version": "3.0.8",
  613. "resolved": "https://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz",
  614. "integrity": "sha512-YDB/5xkL3fBKFMDaC+cfGV00pbiJ6XoJIfRmBhv7aR6wWtbCW6IzkiWnTfkiHTF6ALD7ff83dAtB3OEaSoyQPg==",
  615. "dependencies": {
  616. "lodash.isarguments": "^3.0.0",
  617. "lodash.isarray": "^3.0.0"
  618. }
  619. },
  620. "node_modules/lodash.pick": {
  621. "version": "3.1.0",
  622. "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-3.1.0.tgz",
  623. "integrity": "sha512-Y04wnFghB7l1dkYINfjdMLpeAGM1IYEjlsGFxvjeewCbVQUlD9jw3M20ThuNrsf6yGmuPLwj60PKP+D6gZ+o2w==",
  624. "deprecated": "This package is deprecated. Use destructuring assignment syntax instead.",
  625. "dependencies": {
  626. "lodash._baseflatten": "^3.0.0",
  627. "lodash._bindcallback": "^3.0.0",
  628. "lodash._pickbyarray": "^3.0.0",
  629. "lodash._pickbycallback": "^3.0.0",
  630. "lodash.restparam": "^3.0.0"
  631. }
  632. },
  633. "node_modules/lodash.restparam": {
  634. "version": "3.6.1",
  635. "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
  636. "integrity": "sha512-L4/arjjuq4noiUJpt3yS6KIKDtJwNe2fIYgMqyYYKoeIfV1iEqvPwhCx23o+R9dzouGihDAPN1dTIRWa7zk8tw=="
  637. },
  638. "node_modules/math-intrinsics": {
  639. "version": "1.1.0",
  640. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  641. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  642. "engines": {
  643. "node": ">= 0.4"
  644. }
  645. },
  646. "node_modules/micromatch": {
  647. "version": "4.0.8",
  648. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  649. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  650. "dev": true,
  651. "optional": true,
  652. "dependencies": {
  653. "braces": "^3.0.3",
  654. "picomatch": "^2.3.1"
  655. },
  656. "engines": {
  657. "node": ">=8.6"
  658. }
  659. },
  660. "node_modules/moment": {
  661. "version": "2.29.4",
  662. "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
  663. "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==",
  664. "engines": {
  665. "node": "*"
  666. }
  667. },
  668. "node_modules/neo-async": {
  669. "version": "2.6.2",
  670. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  671. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  672. "dev": true
  673. },
  674. "node_modules/node-addon-api": {
  675. "version": "7.1.1",
  676. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  677. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  678. "dev": true,
  679. "optional": true
  680. },
  681. "node_modules/object-inspect": {
  682. "version": "1.13.4",
  683. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  684. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  685. "engines": {
  686. "node": ">= 0.4"
  687. },
  688. "funding": {
  689. "url": "https://github.com/sponsors/ljharb"
  690. }
  691. },
  692. "node_modules/picomatch": {
  693. "version": "2.3.1",
  694. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  695. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  696. "dev": true,
  697. "optional": true,
  698. "engines": {
  699. "node": ">=8.6"
  700. },
  701. "funding": {
  702. "url": "https://github.com/sponsors/jonschlinkert"
  703. }
  704. },
  705. "node_modules/prettier": {
  706. "version": "1.12.1",
  707. "resolved": "http://registry.npm.taobao.org/prettier/download/prettier-1.12.1.tgz",
  708. "integrity": "sha1-wa0g6APndJ+vkFpAnSNn4Gu+cyU=",
  709. "bin": {
  710. "prettier": "bin-prettier.js"
  711. },
  712. "engines": {
  713. "node": ">=4"
  714. }
  715. },
  716. "node_modules/qs": {
  717. "version": "6.14.0",
  718. "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
  719. "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
  720. "dependencies": {
  721. "side-channel": "^1.1.0"
  722. },
  723. "engines": {
  724. "node": ">=0.6"
  725. },
  726. "funding": {
  727. "url": "https://github.com/sponsors/ljharb"
  728. }
  729. },
  730. "node_modules/readdirp": {
  731. "version": "4.1.2",
  732. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  733. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  734. "dev": true,
  735. "engines": {
  736. "node": ">= 14.18.0"
  737. },
  738. "funding": {
  739. "type": "individual",
  740. "url": "https://paulmillr.com/funding/"
  741. }
  742. },
  743. "node_modules/sass": {
  744. "version": "1.86.3",
  745. "resolved": "https://registry.npmjs.org/sass/-/sass-1.86.3.tgz",
  746. "integrity": "sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw==",
  747. "dev": true,
  748. "dependencies": {
  749. "chokidar": "^4.0.0",
  750. "immutable": "^5.0.2",
  751. "source-map-js": ">=0.6.2 <2.0.0"
  752. },
  753. "bin": {
  754. "sass": "sass.js"
  755. },
  756. "engines": {
  757. "node": ">=14.0.0"
  758. },
  759. "optionalDependencies": {
  760. "@parcel/watcher": "^2.4.1"
  761. }
  762. },
  763. "node_modules/sass-loader": {
  764. "version": "16.0.5",
  765. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.5.tgz",
  766. "integrity": "sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==",
  767. "dev": true,
  768. "dependencies": {
  769. "neo-async": "^2.6.2"
  770. },
  771. "engines": {
  772. "node": ">= 18.12.0"
  773. },
  774. "funding": {
  775. "type": "opencollective",
  776. "url": "https://opencollective.com/webpack"
  777. },
  778. "peerDependencies": {
  779. "@rspack/core": "0.x || 1.x",
  780. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
  781. "sass": "^1.3.0",
  782. "sass-embedded": "*",
  783. "webpack": "^5.0.0"
  784. },
  785. "peerDependenciesMeta": {
  786. "@rspack/core": {
  787. "optional": true
  788. },
  789. "node-sass": {
  790. "optional": true
  791. },
  792. "sass": {
  793. "optional": true
  794. },
  795. "sass-embedded": {
  796. "optional": true
  797. },
  798. "webpack": {
  799. "optional": true
  800. }
  801. }
  802. },
  803. "node_modules/side-channel": {
  804. "version": "1.1.0",
  805. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  806. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  807. "dependencies": {
  808. "es-errors": "^1.3.0",
  809. "object-inspect": "^1.13.3",
  810. "side-channel-list": "^1.0.0",
  811. "side-channel-map": "^1.0.1",
  812. "side-channel-weakmap": "^1.0.2"
  813. },
  814. "engines": {
  815. "node": ">= 0.4"
  816. },
  817. "funding": {
  818. "url": "https://github.com/sponsors/ljharb"
  819. }
  820. },
  821. "node_modules/side-channel-list": {
  822. "version": "1.0.0",
  823. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  824. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  825. "dependencies": {
  826. "es-errors": "^1.3.0",
  827. "object-inspect": "^1.13.3"
  828. },
  829. "engines": {
  830. "node": ">= 0.4"
  831. },
  832. "funding": {
  833. "url": "https://github.com/sponsors/ljharb"
  834. }
  835. },
  836. "node_modules/side-channel-map": {
  837. "version": "1.0.1",
  838. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  839. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  840. "dependencies": {
  841. "call-bound": "^1.0.2",
  842. "es-errors": "^1.3.0",
  843. "get-intrinsic": "^1.2.5",
  844. "object-inspect": "^1.13.3"
  845. },
  846. "engines": {
  847. "node": ">= 0.4"
  848. },
  849. "funding": {
  850. "url": "https://github.com/sponsors/ljharb"
  851. }
  852. },
  853. "node_modules/side-channel-weakmap": {
  854. "version": "1.0.2",
  855. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  856. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  857. "dependencies": {
  858. "call-bound": "^1.0.2",
  859. "es-errors": "^1.3.0",
  860. "get-intrinsic": "^1.2.5",
  861. "object-inspect": "^1.13.3",
  862. "side-channel-map": "^1.0.1"
  863. },
  864. "engines": {
  865. "node": ">= 0.4"
  866. },
  867. "funding": {
  868. "url": "https://github.com/sponsors/ljharb"
  869. }
  870. },
  871. "node_modules/source-map-js": {
  872. "version": "1.2.1",
  873. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  874. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  875. "dev": true,
  876. "engines": {
  877. "node": ">=0.10.0"
  878. }
  879. },
  880. "node_modules/to-regex-range": {
  881. "version": "5.0.1",
  882. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  883. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  884. "dev": true,
  885. "optional": true,
  886. "dependencies": {
  887. "is-number": "^7.0.0"
  888. },
  889. "engines": {
  890. "node": ">=8.0"
  891. }
  892. },
  893. "node_modules/weixin-js-sdk": {
  894. "version": "1.6.5",
  895. "resolved": "https://registry.npmjs.org/weixin-js-sdk/-/weixin-js-sdk-1.6.5.tgz",
  896. "integrity": "sha512-Gph1WAWB2YN/lMOFB/ymb+hbU/wYazzJgu6PMMktCy9cSCeW5wA6Zwt0dpahJbJ+RJEwtTv2x9iIu0U4enuVSQ=="
  897. }
  898. }
  899. }