.package-lock.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. {
  2. "name": "fkj-zfbminiprogram",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "node_modules/@mini-types/alipay": {
  8. "version": "3.0.14",
  9. "resolved": "https://registry.npmmirror.com/@mini-types/alipay/-/alipay-3.0.14.tgz",
  10. "integrity": "sha512-FakzSsKvybtWlEIVTIRlr89kuQFn+XY86Ho9VUFFaKLplhW6Wx8FUxTDE7IzV7B9rT8DP/Icy637vUHlXPsw1g==",
  11. "license": "MIT",
  12. "dependencies": {
  13. "@mini-types/global": "3.0.14",
  14. "@mini-types/my": "3.0.14"
  15. }
  16. },
  17. "node_modules/@mini-types/global": {
  18. "version": "3.0.14",
  19. "resolved": "https://registry.npmmirror.com/@mini-types/global/-/global-3.0.14.tgz",
  20. "integrity": "sha512-St2ucFRfKRskposOqV/9iNJTKn1MbyqDypQiy/0DaVJjEm2MFi82RJjX9sBz1uWhQIqzu741PgTjGSy7L/Qj9g==",
  21. "license": "MIT"
  22. },
  23. "node_modules/@mini-types/my": {
  24. "version": "3.0.14",
  25. "resolved": "https://registry.npmmirror.com/@mini-types/my/-/my-3.0.14.tgz",
  26. "integrity": "sha512-aEgmM+rbEvEzTvqltCFRAg/h6KKs14M1y+FrOkz+hn2EyNpOVPesUzTjbRhSiFFsE3WdfBh54lHNYBahAmHq7w==",
  27. "license": "MIT"
  28. },
  29. "node_modules/ansi-regex": {
  30. "version": "5.0.1",
  31. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  32. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  33. "license": "MIT",
  34. "engines": {
  35. "node": ">=8"
  36. }
  37. },
  38. "node_modules/ansi-styles": {
  39. "version": "4.3.0",
  40. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  41. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  42. "license": "MIT",
  43. "dependencies": {
  44. "color-convert": "^2.0.1"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "funding": {
  50. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  51. }
  52. },
  53. "node_modules/antd-mini": {
  54. "version": "2.36.8",
  55. "resolved": "https://registry.npmmirror.com/antd-mini/-/antd-mini-2.36.8.tgz",
  56. "integrity": "sha512-9eiCyeux4cMcRC9BeXzqE7p6Cua9YBMTaiU6nOiiuAzIDSI5NAoO9LIn0Vfo2N2UqhVgloBYyIWOE1M/iZLCCw==",
  57. "license": "MIT",
  58. "dependencies": {
  59. "@mini-types/alipay": "^3.0.5",
  60. "async-validator": "^4.0.7",
  61. "dayjs": "^1.11.3",
  62. "fast-deep-equal": "3.1.3",
  63. "tslib": "2.5.0"
  64. }
  65. },
  66. "node_modules/async-validator": {
  67. "version": "4.2.5",
  68. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  69. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  70. "license": "MIT"
  71. },
  72. "node_modules/base64-js": {
  73. "version": "1.5.1",
  74. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  75. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  76. "funding": [
  77. {
  78. "type": "github",
  79. "url": "https://github.com/sponsors/feross"
  80. },
  81. {
  82. "type": "patreon",
  83. "url": "https://www.patreon.com/feross"
  84. },
  85. {
  86. "type": "consulting",
  87. "url": "https://feross.org/support"
  88. }
  89. ],
  90. "license": "MIT"
  91. },
  92. "node_modules/buffer": {
  93. "version": "5.7.1",
  94. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
  95. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  96. "funding": [
  97. {
  98. "type": "github",
  99. "url": "https://github.com/sponsors/feross"
  100. },
  101. {
  102. "type": "patreon",
  103. "url": "https://www.patreon.com/feross"
  104. },
  105. {
  106. "type": "consulting",
  107. "url": "https://feross.org/support"
  108. }
  109. ],
  110. "license": "MIT",
  111. "dependencies": {
  112. "base64-js": "^1.3.1",
  113. "ieee754": "^1.1.13"
  114. }
  115. },
  116. "node_modules/camelcase": {
  117. "version": "5.3.1",
  118. "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
  119. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  120. "license": "MIT",
  121. "engines": {
  122. "node": ">=6"
  123. }
  124. },
  125. "node_modules/cliui": {
  126. "version": "6.0.0",
  127. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz",
  128. "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  129. "license": "ISC",
  130. "dependencies": {
  131. "string-width": "^4.2.0",
  132. "strip-ansi": "^6.0.0",
  133. "wrap-ansi": "^6.2.0"
  134. }
  135. },
  136. "node_modules/color-convert": {
  137. "version": "2.0.1",
  138. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  139. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  140. "license": "MIT",
  141. "dependencies": {
  142. "color-name": "~1.1.4"
  143. },
  144. "engines": {
  145. "node": ">=7.0.0"
  146. }
  147. },
  148. "node_modules/color-name": {
  149. "version": "1.1.4",
  150. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  151. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  152. "license": "MIT"
  153. },
  154. "node_modules/crypto": {
  155. "version": "1.0.1",
  156. "resolved": "https://registry.npmmirror.com/crypto/-/crypto-1.0.1.tgz",
  157. "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",
  158. "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.",
  159. "license": "ISC"
  160. },
  161. "node_modules/crypto-js": {
  162. "version": "4.2.0",
  163. "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
  164. "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
  165. "license": "MIT"
  166. },
  167. "node_modules/dayjs": {
  168. "version": "1.11.13",
  169. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  170. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  171. "license": "MIT"
  172. },
  173. "node_modules/decamelize": {
  174. "version": "1.2.0",
  175. "resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
  176. "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
  177. "license": "MIT",
  178. "engines": {
  179. "node": ">=0.10.0"
  180. }
  181. },
  182. "node_modules/dijkstrajs": {
  183. "version": "1.0.3",
  184. "resolved": "https://registry.npmmirror.com/dijkstrajs/-/dijkstrajs-1.0.3.tgz",
  185. "integrity": "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==",
  186. "license": "MIT"
  187. },
  188. "node_modules/emoji-regex": {
  189. "version": "8.0.0",
  190. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  191. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  192. "license": "MIT"
  193. },
  194. "node_modules/fast-deep-equal": {
  195. "version": "3.1.3",
  196. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  197. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  198. "license": "MIT"
  199. },
  200. "node_modules/find-up": {
  201. "version": "4.1.0",
  202. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
  203. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  204. "license": "MIT",
  205. "dependencies": {
  206. "locate-path": "^5.0.0",
  207. "path-exists": "^4.0.0"
  208. },
  209. "engines": {
  210. "node": ">=8"
  211. }
  212. },
  213. "node_modules/get-caller-file": {
  214. "version": "2.0.5",
  215. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  216. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  217. "license": "ISC",
  218. "engines": {
  219. "node": "6.* || 8.* || >= 10.*"
  220. }
  221. },
  222. "node_modules/gm-crypto": {
  223. "version": "0.1.12",
  224. "resolved": "https://registry.npmmirror.com/gm-crypto/-/gm-crypto-0.1.12.tgz",
  225. "integrity": "sha512-ercd9ionBqxR+/FCXICr0eo+jzC8BvSK0j9L7/eB0uwbyjgeMPTdBNrcQTqIuRXOtOAKSGsTNvtLYFnIxNEoFg==",
  226. "license": "MIT",
  227. "dependencies": {
  228. "buffer": "^5.7.0",
  229. "jsbn": "^1.1.0",
  230. "to-arraybuffer": "^1.0.1"
  231. }
  232. },
  233. "node_modules/ieee754": {
  234. "version": "1.2.1",
  235. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  236. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  237. "funding": [
  238. {
  239. "type": "github",
  240. "url": "https://github.com/sponsors/feross"
  241. },
  242. {
  243. "type": "patreon",
  244. "url": "https://www.patreon.com/feross"
  245. },
  246. {
  247. "type": "consulting",
  248. "url": "https://feross.org/support"
  249. }
  250. ],
  251. "license": "BSD-3-Clause"
  252. },
  253. "node_modules/is-fullwidth-code-point": {
  254. "version": "3.0.0",
  255. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  256. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  257. "license": "MIT",
  258. "engines": {
  259. "node": ">=8"
  260. }
  261. },
  262. "node_modules/js-md5": {
  263. "version": "0.8.3",
  264. "resolved": "https://registry.npmmirror.com/js-md5/-/js-md5-0.8.3.tgz",
  265. "integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==",
  266. "license": "MIT"
  267. },
  268. "node_modules/jsbn": {
  269. "version": "1.1.0",
  270. "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-1.1.0.tgz",
  271. "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
  272. "license": "MIT"
  273. },
  274. "node_modules/locate-path": {
  275. "version": "5.0.0",
  276. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",
  277. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  278. "license": "MIT",
  279. "dependencies": {
  280. "p-locate": "^4.1.0"
  281. },
  282. "engines": {
  283. "node": ">=8"
  284. }
  285. },
  286. "node_modules/p-limit": {
  287. "version": "2.3.0",
  288. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
  289. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  290. "license": "MIT",
  291. "dependencies": {
  292. "p-try": "^2.0.0"
  293. },
  294. "engines": {
  295. "node": ">=6"
  296. },
  297. "funding": {
  298. "url": "https://github.com/sponsors/sindresorhus"
  299. }
  300. },
  301. "node_modules/p-locate": {
  302. "version": "4.1.0",
  303. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz",
  304. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  305. "license": "MIT",
  306. "dependencies": {
  307. "p-limit": "^2.2.0"
  308. },
  309. "engines": {
  310. "node": ">=8"
  311. }
  312. },
  313. "node_modules/p-try": {
  314. "version": "2.2.0",
  315. "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz",
  316. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  317. "license": "MIT",
  318. "engines": {
  319. "node": ">=6"
  320. }
  321. },
  322. "node_modules/path-exists": {
  323. "version": "4.0.0",
  324. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  325. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  326. "license": "MIT",
  327. "engines": {
  328. "node": ">=8"
  329. }
  330. },
  331. "node_modules/pngjs": {
  332. "version": "5.0.0",
  333. "resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-5.0.0.tgz",
  334. "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==",
  335. "license": "MIT",
  336. "engines": {
  337. "node": ">=10.13.0"
  338. }
  339. },
  340. "node_modules/qrcode": {
  341. "version": "1.5.4",
  342. "resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.4.tgz",
  343. "integrity": "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==",
  344. "license": "MIT",
  345. "dependencies": {
  346. "dijkstrajs": "^1.0.1",
  347. "pngjs": "^5.0.0",
  348. "yargs": "^15.3.1"
  349. },
  350. "bin": {
  351. "qrcode": "bin/qrcode"
  352. },
  353. "engines": {
  354. "node": ">=10.13.0"
  355. }
  356. },
  357. "node_modules/require-directory": {
  358. "version": "2.1.1",
  359. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  360. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  361. "license": "MIT",
  362. "engines": {
  363. "node": ">=0.10.0"
  364. }
  365. },
  366. "node_modules/require-main-filename": {
  367. "version": "2.0.0",
  368. "resolved": "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
  369. "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
  370. "license": "ISC"
  371. },
  372. "node_modules/set-blocking": {
  373. "version": "2.0.0",
  374. "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
  375. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
  376. "license": "ISC"
  377. },
  378. "node_modules/sm-crypto": {
  379. "version": "0.3.13",
  380. "resolved": "https://registry.npmmirror.com/sm-crypto/-/sm-crypto-0.3.13.tgz",
  381. "integrity": "sha512-ztNF+pZq6viCPMA1A6KKu3bgpkmYti5avykRHbcFIdSipFdkVmfUw2CnpM2kBJyppIalqvczLNM3wR8OQ0pT5w==",
  382. "license": "MIT",
  383. "dependencies": {
  384. "jsbn": "^1.1.0"
  385. }
  386. },
  387. "node_modules/string-width": {
  388. "version": "4.2.3",
  389. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  390. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  391. "license": "MIT",
  392. "dependencies": {
  393. "emoji-regex": "^8.0.0",
  394. "is-fullwidth-code-point": "^3.0.0",
  395. "strip-ansi": "^6.0.1"
  396. },
  397. "engines": {
  398. "node": ">=8"
  399. }
  400. },
  401. "node_modules/strip-ansi": {
  402. "version": "6.0.1",
  403. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  404. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  405. "license": "MIT",
  406. "dependencies": {
  407. "ansi-regex": "^5.0.1"
  408. },
  409. "engines": {
  410. "node": ">=8"
  411. }
  412. },
  413. "node_modules/to-arraybuffer": {
  414. "version": "1.0.1",
  415. "resolved": "https://registry.npmmirror.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
  416. "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==",
  417. "license": "MIT"
  418. },
  419. "node_modules/tslib": {
  420. "version": "2.5.0",
  421. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.5.0.tgz",
  422. "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==",
  423. "license": "0BSD"
  424. },
  425. "node_modules/which-module": {
  426. "version": "2.0.1",
  427. "resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
  428. "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
  429. "license": "ISC"
  430. },
  431. "node_modules/wrap-ansi": {
  432. "version": "6.2.0",
  433. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  434. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  435. "license": "MIT",
  436. "dependencies": {
  437. "ansi-styles": "^4.0.0",
  438. "string-width": "^4.1.0",
  439. "strip-ansi": "^6.0.0"
  440. },
  441. "engines": {
  442. "node": ">=8"
  443. }
  444. },
  445. "node_modules/y18n": {
  446. "version": "4.0.3",
  447. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz",
  448. "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
  449. "license": "ISC"
  450. },
  451. "node_modules/yargs": {
  452. "version": "15.4.1",
  453. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz",
  454. "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  455. "license": "MIT",
  456. "dependencies": {
  457. "cliui": "^6.0.0",
  458. "decamelize": "^1.2.0",
  459. "find-up": "^4.1.0",
  460. "get-caller-file": "^2.0.1",
  461. "require-directory": "^2.1.1",
  462. "require-main-filename": "^2.0.0",
  463. "set-blocking": "^2.0.0",
  464. "string-width": "^4.2.0",
  465. "which-module": "^2.0.0",
  466. "y18n": "^4.0.0",
  467. "yargs-parser": "^18.1.2"
  468. },
  469. "engines": {
  470. "node": ">=8"
  471. }
  472. },
  473. "node_modules/yargs-parser": {
  474. "version": "18.1.3",
  475. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz",
  476. "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  477. "license": "ISC",
  478. "dependencies": {
  479. "camelcase": "^5.0.0",
  480. "decamelize": "^1.2.0"
  481. },
  482. "engines": {
  483. "node": ">=6"
  484. }
  485. }
  486. }
  487. }