package-lock.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. {
  2. "name": "水果user",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "devDependencies": {
  8. "sass": "^1.89.0"
  9. }
  10. },
  11. "node_modules/@parcel/watcher": {
  12. "version": "2.5.1",
  13. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  14. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  15. "dev": true,
  16. "hasInstallScript": true,
  17. "optional": true,
  18. "dependencies": {
  19. "detect-libc": "^1.0.3",
  20. "is-glob": "^4.0.3",
  21. "micromatch": "^4.0.5",
  22. "node-addon-api": "^7.0.0"
  23. },
  24. "engines": {
  25. "node": ">= 10.0.0"
  26. },
  27. "funding": {
  28. "type": "opencollective",
  29. "url": "https://opencollective.com/parcel"
  30. },
  31. "optionalDependencies": {
  32. "@parcel/watcher-android-arm64": "2.5.1",
  33. "@parcel/watcher-darwin-arm64": "2.5.1",
  34. "@parcel/watcher-darwin-x64": "2.5.1",
  35. "@parcel/watcher-freebsd-x64": "2.5.1",
  36. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  37. "@parcel/watcher-linux-arm-musl": "2.5.1",
  38. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  39. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  40. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  41. "@parcel/watcher-linux-x64-musl": "2.5.1",
  42. "@parcel/watcher-win32-arm64": "2.5.1",
  43. "@parcel/watcher-win32-ia32": "2.5.1",
  44. "@parcel/watcher-win32-x64": "2.5.1"
  45. }
  46. },
  47. "node_modules/@parcel/watcher-android-arm64": {
  48. "version": "2.5.1",
  49. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  50. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  51. "cpu": [
  52. "arm64"
  53. ],
  54. "dev": true,
  55. "optional": true,
  56. "os": [
  57. "android"
  58. ],
  59. "engines": {
  60. "node": ">= 10.0.0"
  61. },
  62. "funding": {
  63. "type": "opencollective",
  64. "url": "https://opencollective.com/parcel"
  65. }
  66. },
  67. "node_modules/@parcel/watcher-darwin-arm64": {
  68. "version": "2.5.1",
  69. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  70. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  71. "cpu": [
  72. "arm64"
  73. ],
  74. "dev": true,
  75. "optional": true,
  76. "os": [
  77. "darwin"
  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-x64": {
  88. "version": "2.5.1",
  89. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  90. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  91. "cpu": [
  92. "x64"
  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-freebsd-x64": {
  108. "version": "2.5.1",
  109. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  110. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  111. "cpu": [
  112. "x64"
  113. ],
  114. "dev": true,
  115. "optional": true,
  116. "os": [
  117. "freebsd"
  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-linux-arm-glibc": {
  128. "version": "2.5.1",
  129. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  130. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  131. "cpu": [
  132. "arm"
  133. ],
  134. "dev": true,
  135. "optional": true,
  136. "os": [
  137. "linux"
  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-musl": {
  148. "version": "2.5.1",
  149. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  150. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  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-arm64-glibc": {
  168. "version": "2.5.1",
  169. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  170. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  171. "cpu": [
  172. "arm64"
  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-musl": {
  188. "version": "2.5.1",
  189. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  190. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  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-x64-glibc": {
  208. "version": "2.5.1",
  209. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  210. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  211. "cpu": [
  212. "x64"
  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-musl": {
  228. "version": "2.5.1",
  229. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  230. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  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-win32-arm64": {
  248. "version": "2.5.1",
  249. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  250. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  251. "cpu": [
  252. "arm64"
  253. ],
  254. "dev": true,
  255. "optional": true,
  256. "os": [
  257. "win32"
  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-ia32": {
  268. "version": "2.5.1",
  269. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  270. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  271. "cpu": [
  272. "ia32"
  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-x64": {
  288. "version": "2.5.1",
  289. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  290. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  291. "cpu": [
  292. "x64"
  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/braces": {
  308. "version": "3.0.3",
  309. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  310. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  311. "dev": true,
  312. "optional": true,
  313. "dependencies": {
  314. "fill-range": "^7.1.1"
  315. },
  316. "engines": {
  317. "node": ">=8"
  318. }
  319. },
  320. "node_modules/chokidar": {
  321. "version": "4.0.3",
  322. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  323. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  324. "dev": true,
  325. "dependencies": {
  326. "readdirp": "^4.0.1"
  327. },
  328. "engines": {
  329. "node": ">= 14.16.0"
  330. },
  331. "funding": {
  332. "url": "https://paulmillr.com/funding/"
  333. }
  334. },
  335. "node_modules/detect-libc": {
  336. "version": "1.0.3",
  337. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  338. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  339. "dev": true,
  340. "optional": true,
  341. "bin": {
  342. "detect-libc": "bin/detect-libc.js"
  343. },
  344. "engines": {
  345. "node": ">=0.10"
  346. }
  347. },
  348. "node_modules/fill-range": {
  349. "version": "7.1.1",
  350. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  351. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  352. "dev": true,
  353. "optional": true,
  354. "dependencies": {
  355. "to-regex-range": "^5.0.1"
  356. },
  357. "engines": {
  358. "node": ">=8"
  359. }
  360. },
  361. "node_modules/immutable": {
  362. "version": "5.1.2",
  363. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.2.tgz",
  364. "integrity": "sha512-qHKXW1q6liAk1Oys6umoaZbDRqjcjgSrbnrifHsfsttza7zcvRAsL7mMV6xWcyhwQy7Xj5v4hhbr6b+iDYwlmQ==",
  365. "dev": true
  366. },
  367. "node_modules/is-extglob": {
  368. "version": "2.1.1",
  369. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  370. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  371. "dev": true,
  372. "optional": true,
  373. "engines": {
  374. "node": ">=0.10.0"
  375. }
  376. },
  377. "node_modules/is-glob": {
  378. "version": "4.0.3",
  379. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  380. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  381. "dev": true,
  382. "optional": true,
  383. "dependencies": {
  384. "is-extglob": "^2.1.1"
  385. },
  386. "engines": {
  387. "node": ">=0.10.0"
  388. }
  389. },
  390. "node_modules/is-number": {
  391. "version": "7.0.0",
  392. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  393. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  394. "dev": true,
  395. "optional": true,
  396. "engines": {
  397. "node": ">=0.12.0"
  398. }
  399. },
  400. "node_modules/micromatch": {
  401. "version": "4.0.8",
  402. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  403. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  404. "dev": true,
  405. "optional": true,
  406. "dependencies": {
  407. "braces": "^3.0.3",
  408. "picomatch": "^2.3.1"
  409. },
  410. "engines": {
  411. "node": ">=8.6"
  412. }
  413. },
  414. "node_modules/node-addon-api": {
  415. "version": "7.1.1",
  416. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  417. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  418. "dev": true,
  419. "optional": true
  420. },
  421. "node_modules/picomatch": {
  422. "version": "2.3.1",
  423. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  424. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  425. "dev": true,
  426. "optional": true,
  427. "engines": {
  428. "node": ">=8.6"
  429. },
  430. "funding": {
  431. "url": "https://github.com/sponsors/jonschlinkert"
  432. }
  433. },
  434. "node_modules/readdirp": {
  435. "version": "4.1.2",
  436. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  437. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  438. "dev": true,
  439. "engines": {
  440. "node": ">= 14.18.0"
  441. },
  442. "funding": {
  443. "type": "individual",
  444. "url": "https://paulmillr.com/funding/"
  445. }
  446. },
  447. "node_modules/sass": {
  448. "version": "1.89.0",
  449. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.89.0.tgz",
  450. "integrity": "sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==",
  451. "dev": true,
  452. "dependencies": {
  453. "chokidar": "^4.0.0",
  454. "immutable": "^5.0.2",
  455. "source-map-js": ">=0.6.2 <2.0.0"
  456. },
  457. "bin": {
  458. "sass": "sass.js"
  459. },
  460. "engines": {
  461. "node": ">=14.0.0"
  462. },
  463. "optionalDependencies": {
  464. "@parcel/watcher": "^2.4.1"
  465. }
  466. },
  467. "node_modules/source-map-js": {
  468. "version": "1.2.1",
  469. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  470. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  471. "dev": true,
  472. "engines": {
  473. "node": ">=0.10.0"
  474. }
  475. },
  476. "node_modules/to-regex-range": {
  477. "version": "5.0.1",
  478. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  479. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  480. "dev": true,
  481. "optional": true,
  482. "dependencies": {
  483. "is-number": "^7.0.0"
  484. },
  485. "engines": {
  486. "node": ">=8.0"
  487. }
  488. }
  489. }
  490. }