@opendesign-plus/components 0.0.1-rc.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -0
  2. package/dist/chunk-OElCookieNotice.es.js +281 -0
  3. package/dist/components/OBanner.vue.d.ts +2 -0
  4. package/dist/components/OCookieNotice.vue.d.ts +16 -0
  5. package/dist/components/OFooter.vue.d.ts +25 -0
  6. package/dist/components/OHeader.vue.d.ts +23 -0
  7. package/dist/components/OHeaderMoblie.vue.d.ts +33 -0
  8. package/dist/components/OHeaderSearch.vue.d.ts +692 -0
  9. package/dist/components/OHeaderUser.vue.d.ts +40 -0
  10. package/dist/components/OPlusConfigProvider.vue.d.ts +23 -0
  11. package/dist/components/OSection.vue.d.ts +37 -0
  12. package/dist/components/OSourceCode.vue.d.ts +20 -0
  13. package/dist/components/OThemeSwitcher.vue.d.ts +28 -0
  14. package/dist/components/element-plus/OElCookieNotice.vue.d.ts +31 -0
  15. package/dist/components/element-plus/index.d.ts +2 -0
  16. package/dist/components/events/OEventsApply.vue.d.ts +16 -0
  17. package/dist/components/events/OEventsCalendar.vue.d.ts +5 -0
  18. package/dist/components/events/OEventsList.vue.d.ts +26 -0
  19. package/dist/components/events/config.d.ts +26 -0
  20. package/dist/components/events/index.d.ts +78 -0
  21. package/dist/components/events/types.d.ts +66 -0
  22. package/dist/components/events/utils.d.ts +7 -0
  23. package/dist/components.cjs.js +3 -0
  24. package/dist/components.css +1 -0
  25. package/dist/components.element.cjs.js +1 -0
  26. package/dist/components.element.es.js +4 -0
  27. package/dist/components.es.js +3509 -0
  28. package/dist/index.d.ts +18 -0
  29. package/docs/design.md +27 -0
  30. package/docs/design_banner.md +41 -0
  31. package/docs/design_section.md +27 -0
  32. package/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
  33. package/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
  34. package/npmcachae/_logs/2026-03-17T09_38_12_009Z-debug-0.log +157 -0
  35. package/npmcachae/_logs/2026-03-17T09_38_14_370Z-debug-0.log +157 -0
  36. package/npmcachae/_logs/2026-03-17T09_38_16_516Z-debug-0.log +157 -0
  37. package/npmcachae/_logs/2026-03-17T09_38_18_616Z-debug-0.log +157 -0
  38. package/npmcachae/_logs/2026-03-17T09_38_20_859Z-debug-0.log +157 -0
  39. package/npmcachae/_logs/2026-03-17T09_38_23_182Z-debug-0.log +157 -0
  40. package/npmcachae/_logs/2026-03-17T09_38_25_452Z-debug-0.log +157 -0
  41. package/npmcachae/_logs/2026-03-17T09_38_27_865Z-debug-0.log +157 -0
  42. package/npmcachae/_logs/2026-03-17T09_38_30_082Z-debug-0.log +157 -0
  43. package/npmcachae/_logs/2026-03-17T09_38_32_219Z-debug-0.log +157 -0
  44. package/npmcachae/_logs/2026-03-17T09_38_34_308Z-debug-0.log +157 -0
  45. package/npmcachae/_update-notifier-last-checked +0 -0
  46. package/package.json +53 -0
  47. package/scripts/generate-components-index.js +100 -0
  48. package/src/assets/events/city/default-cover.png +0 -0
  49. package/src/assets/events/city//344/270/212/346/265/267.png +0 -0
  50. package/src/assets/events/city//345/214/227/344/272/254.png +0 -0
  51. package/src/assets/events/city//345/215/227/344/272/254.png +0 -0
  52. package/src/assets/events/city//345/244/251/346/264/245.png +0 -0
  53. package/src/assets/events/city//345/271/277/345/267/236.png +0 -0
  54. package/src/assets/events/city//346/210/220/351/203/275.png +0 -0
  55. package/src/assets/events/city//346/227/240/351/224/241.png +0 -0
  56. package/src/assets/events/city//346/235/255/345/267/236.png +0 -0
  57. package/src/assets/events/city//346/255/246/346/261/211.png +0 -0
  58. package/src/assets/events/city//346/267/261/345/234/2631.png +0 -0
  59. package/src/assets/events/city//346/267/261/345/234/2632.png +0 -0
  60. package/src/assets/events/city//350/213/217/345/267/236.png +0 -0
  61. package/src/assets/events/city//350/245/277/345/256/211.png +0 -0
  62. package/src/assets/events/city//351/203/221/345/267/236.png +0 -0
  63. package/src/assets/events/svg-icons/icon-checked.svg +3 -0
  64. package/src/assets/events/svg-icons/icon-competition.svg +7 -0
  65. package/src/assets/events/svg-icons/icon-events.svg +4 -0
  66. package/src/assets/events/svg-icons/icon-release.svg +4 -0
  67. package/src/assets/events/svg-icons/icon-summit.svg +4 -0
  68. package/src/assets/svg-icons/icon-arrow-left.svg +3 -0
  69. package/src/assets/svg-icons/icon-avatar-line.svg +3 -0
  70. package/src/assets/svg-icons/icon-caret-left.svg +3 -0
  71. package/src/assets/svg-icons/icon-caret-right.svg +3 -0
  72. package/src/assets/svg-icons/icon-chevron-down.svg +3 -0
  73. package/src/assets/svg-icons/icon-chevron-right.svg +3 -0
  74. package/src/assets/svg-icons/icon-close.svg +3 -0
  75. package/src/assets/svg-icons/icon-delete.svg +3 -0
  76. package/src/assets/svg-icons/icon-header-back.svg +3 -0
  77. package/src/assets/svg-icons/icon-header-delete.svg +3 -0
  78. package/src/assets/svg-icons/icon-header-menu.svg +3 -0
  79. package/src/assets/svg-icons/icon-header-person.svg +3 -0
  80. package/src/assets/svg-icons/icon-header-search.svg +4 -0
  81. package/src/assets/svg-icons/icon-locale.svg +3 -0
  82. package/src/assets/svg-icons/icon-log-off.svg +3 -0
  83. package/src/assets/svg-icons/icon-message.svg +3 -0
  84. package/src/assets/svg-icons/icon-moon.svg +3 -0
  85. package/src/assets/svg-icons/icon-outlink.svg +3 -0
  86. package/src/assets/svg-icons/icon-overview.svg +3 -0
  87. package/src/assets/svg-icons/icon-setting.svg +3 -0
  88. package/src/assets/svg-icons/icon-sun.svg +3 -0
  89. package/src/components/OBanner.vue +390 -0
  90. package/src/components/OCookieNotice.vue +423 -0
  91. package/src/components/OFooter.vue +566 -0
  92. package/src/components/OHeader.vue +97 -0
  93. package/src/components/OHeaderMoblie.vue +149 -0
  94. package/src/components/OHeaderSearch.vue +601 -0
  95. package/src/components/OHeaderUser.vue +304 -0
  96. package/src/components/OPlusConfigProvider.vue +32 -0
  97. package/src/components/OSection.vue +178 -0
  98. package/src/components/OSourceCode.vue +153 -0
  99. package/src/components/OThemeSwitcher.vue +108 -0
  100. package/src/components/common/AppAvatar.vue +83 -0
  101. package/src/components/common/ClientOnlyWrapper.ts +21 -0
  102. package/src/components/common/ContentWrapper.vue +85 -0
  103. package/src/components/common/HeaderEulerNav.vue +1118 -0
  104. package/src/components/common/HeaderNavMoblie.vue +344 -0
  105. package/src/components/common/HeaderUbmcNav.vue +597 -0
  106. package/src/components/element-plus/OElCookieNotice.vue +412 -0
  107. package/src/components/element-plus/index.ts +3 -0
  108. package/src/components/events/OEventsApply.vue +487 -0
  109. package/src/components/events/OEventsCalendar.vue +611 -0
  110. package/src/components/events/OEventsList.vue +402 -0
  111. package/src/components/events/config.ts +47 -0
  112. package/src/components/events/index.ts +23 -0
  113. package/src/components/events/npmcachae/_cacache/content-v2/sha512/2c/4f/a4140bfbf374a43f7dfe71880c051f79149cd259fb1a154fb692802c7489ef2317b737e7e690a627714ba19317971f29051b3798c246297b425a626a5b7a +1 -0
  114. package/src/components/events/npmcachae/_cacache/index-v5/8e/86/70dc69f1b1592fe14da10d2516ddfaa609af0cd9054a6ebde664acc6ab12 +2 -0
  115. package/src/components/events/npmcachae/_logs/2026-03-25T09_58_33_134Z-debug-0.log +105 -0
  116. package/src/components/events/npmcachae/_update-notifier-last-checked +0 -0
  117. package/src/components/events/types.ts +80 -0
  118. package/src/components/events/utils.ts +9 -0
  119. package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/3e/17/1865217b9acb9f4921c53a09b5c76587cd2ab748beb2699ff6cfb1341d73b1aa56ed91ffc5ab2c9c9b3fbe626103b35d9a79ff29ff6b8cbb8d89755fe1a2 +1 -0
  120. package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/a6/15/47bb7552ec9248079e839a5feecc1742d4de19524fdf041cf581701cf4760a5025106036145e279ba193b07c8fa5b07ae3d75f1b6032f0cb2219115b6167 +1 -0
  121. package/src/components/meeting/npmcachae/_cacache/content-v2/sha512/d1/4c/133b32e09c97101a27a07cc4432f94e470cff02d120d21babcea77c3f5cd436793516dc1a8e282ee1a568f923c148b1a48f4a43233462a530d35e8b41c67 +1 -0
  122. package/src/components/meeting/npmcachae/_cacache/index-v5/54/0d/a4909047714a0a7198bb9bd37020992464e47c79a791889919b84d90aab0 +3 -0
  123. package/src/components/meeting/npmcachae/_cacache/index-v5/8e/2b/21a79778e2ac08cf5663baf83cb35f951995a496007eb2e2f7fba54021a4 +3 -0
  124. package/src/components/meeting/npmcachae/_cacache/index-v5/eb/a0/b70c8132e5b57a0f1e129b8cc941796420a9c147c0baa680710083740898 +2 -0
  125. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_54_955Z-debug-0.log +277 -0
  126. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_03_57_842Z-debug-0.log +277 -0
  127. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_00_016Z-debug-0.log +277 -0
  128. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_02_191Z-debug-0.log +277 -0
  129. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_04_425Z-debug-0.log +277 -0
  130. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_06_642Z-debug-0.log +277 -0
  131. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_04_08_826Z-debug-0.log +277 -0
  132. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_36_140Z-debug-0.log +433 -0
  133. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_39_573Z-debug-0.log +433 -0
  134. package/src/components/meeting/npmcachae/_logs/2026-03-20T07_25_42_134Z-debug-0.log +212 -0
  135. package/src/components/meeting/npmcachae/_update-notifier-last-checked +0 -0
  136. package/src/draft/Banner.vue +265 -0
  137. package/src/draft/ButtonCards.vue +106 -0
  138. package/src/draft/Feature.vue +134 -0
  139. package/src/draft/Footer.vue +512 -0
  140. package/src/draft/HorizontalAnchor.vue +165 -0
  141. package/src/draft/ItemSwiper.vue +133 -0
  142. package/src/draft/Logo.vue +141 -0
  143. package/src/draft/LogoCard.vue +75 -0
  144. package/src/draft/LogoV2.vue +19 -0
  145. package/src/draft/MainCard.vue +38 -0
  146. package/src/draft/MultiCard.vue +95 -0
  147. package/src/draft/MultiIconCard.vue +74 -0
  148. package/src/draft/OInfoCard.vue +176 -0
  149. package/src/draft/Process.vue +81 -0
  150. package/src/draft/Section.vue +167 -0
  151. package/src/draft/SingleTabCard.vue +85 -0
  152. package/src/draft/SliderCard.vue +110 -0
  153. package/src/env.d.ts +1 -0
  154. package/src/i18n/en.ts +20 -0
  155. package/src/i18n/index.ts +42 -0
  156. package/src/i18n/zh.ts +14 -0
  157. package/src/index.ts +46 -0
  158. package/src/npmcachae/_cacache/content-v2/sha512/bd/56/25079ffb18446953f88fc063c3d6eaf7191772851b8477c118f113b920a7f357b67b9006181af58c9f68b0059b899ad0f2c86fe0a6490958d138cb063afd +1 -0
  159. package/src/npmcachae/_cacache/index-v5/d8/49/af4c6bb8f580edbd7b6e18db381844403e5f689a9849c5ffcdd2dd95d735 +3 -0
  160. package/src/npmcachae/_logs/2026-03-17T10_53_33_398Z-debug-0.log +156 -0
  161. package/src/npmcachae/_logs/2026-03-17T10_53_35_464Z-debug-0.log +156 -0
  162. package/src/npmcachae/_logs/2026-03-17T10_53_37_852Z-debug-0.log +156 -0
  163. package/src/npmcachae/_update-notifier-last-checked +0 -0
  164. package/src/shared/provide.ts +6 -0
  165. package/src/shims-vue-dompurify-html.d.ts +17 -0
  166. package/src/vue.d.ts +10 -0
  167. package/tsconfig.json +33 -0
  168. package/vite.config.ts +102 -0
@@ -0,0 +1 @@
1
+ {"_attachments":{},"_id":"element-plus","_rev":"1123362-61f2b77dc1998a0e2e14113e","description":"A Component Library for Vue 3","dist-tags":{"latest":"2.13.6"},"license":"MIT","maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},{"name":"iamkun","email":"kunhello@outlook.com"}],"name":"element-plus","readme":"<p align=\"center\">\n <img width=\"300px\" src=\"https://user-images.githubusercontent.com/10731096/95823103-9ce15780-0d5f-11eb-8010-1bd1b5910d4f.png\">\n</p>\n\n<p align=\"center\">\n <a href=\"https://npmx.dev/package/element-plus\">\n <img src=\"https://npmx.dev/api/registry/badge/version/element-plus\" />\n </a>\n <a href=\"https://github.com/element-plus/element-plus\">\n <img src=\"https://img.shields.io/badge/node-%20%3E%3D%2020-47c219\" />\n </a>\n <a href=\"https://npmcharts.com/compare/element-plus?minimal=true\">\n <img src=\"https://img.shields.io/npm/dm/element-plus.svg\" />\n </a>\n <a href=\"https://codecov.io/gh/element-plus/element-plus\">\n <img src=\"https://codecov.io/gh/element-plus/element-plus/branch/dev/graph/badge.svg?token=BKSBO2GLZI\"/>\n </a>\n <br>\n</p>\n\n<p align=\"center\">Element Plus - A Vue.js 3 UI library</p>\n\n- 💪 Vue 3 Composition API\n- 🔥 Written in TypeScript\n\n## Getting Started\n\nAlright, if you're looking to make Element Plus better, keep reading.\nFor developers using Element Plus to build websites, please visit [Getting Started](https://element-plus.org/).\n\n- 中国大陆[加速镜像站点](https://cn.element-plus.org/zh-CN/)\n\n## Breaking Change List\n\nThe first stable release of Element Plus, suitable for production use, was released on February 7, 2022. The API is stable now, and here's a full list on how to upgrade from [Element UI](https://element.eleme.io) to Element Plus.\n\nYou can find the breaking change list here: [Breaking Change List](https://github.com/element-plus/element-plus/discussions/5658).\n\n### Migration Tool :hammer_and_wrench:\n\nWe have made a migration tool for you to migrate your project from [Element UI](https://element.eleme.io) to Element Plus.\n\nYou can find the [gogocode migration tool](https://github.com/thx/gogocode/tree/main/packages/gogocode-plugin-element) here.\n\nWe have tested this on [Vue Element Admin](https://github.com/PanJiaChen/vue-element-admin). You can find the transpiled code [here](https://github.com/gogocodeio/vue-element-admin).\n\n### Playground\n\nYou can also try out Element Plus with its built-in component playground.\n\n#### Try it with our built-in playground\n\n[Playground](https://element-plus.run/)\n\n#### Try it with CodeSandbox\n\n[![Edit element-plus](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/github/element-plus/element-plus-demo/main)\n\n<p align=\"center\">\n <b>Special thanks to our generous sponsors:</b>\n</p>\n<br/>\n<p align=\"center\">\n <b>Platinum Sponsors</b>\n</p>\n<table align=\"center\" cellspacing=\"0\" cellpadding=\"0\">\n <tbody>\n <tr>\n <td align=\"center\" valign=\"middle\">\n <a href=\"https://www.jnpfsoft.com/index.html?from=elementUI\" target=\"_blank\">\n <img width=\"150px\" src=\"https://github.com/element-plus/element-plus/assets/17680888/6a044d82-c393-48ab-90b8-de0d3aad1624\">\n </a>\n </td>\n <td align=\"center\" valign=\"middle\">\n <a href=\"http://github.crmeb.net/u/Element?from=element-plus\" target=\"_blank\">\n <img width=\"150px\" src=\"https://github.com/user-attachments/assets/18079452-986c-4c6e-84ec-fb6175c26567\">\n </a>\n </td>\n </tr>\n </tbody>\n</table>\n<p align=\"center\">\n <b>Gold Sponsors</b>\n</p>\n<table align=\"center\" cellspacing=\"0\" cellpadding=\"0\">\n <tbody>\n <tr>\n <td align=\"center\" valign=\"middle\">\n <a href=\"https://bit.dev/?from=element-ui\" target=\"_blank\">\n <img width=\"130px\" src=\"https://user-images.githubusercontent.com/10095631/41342907-e44e7196-6f2f-11e8-92f2-47702dc8f059.png\">\n </a>\n </td>\n </tr>\n </tbody>\n</table>\n\n---\n\n## Translations\n\nElement Plus has been translated into multiple languages. You can click [here](https://crowdin.com/project/element-plus) to help us update the translations or apply to become a proofreader.\n\nFor now, we are only providing English and Chinese versions due to limited resources, but we are looking forward to translating it into more languages. Please visit the link\nabove and leave a message if you would like to help translate Element Plus into your preferred language.\n\n### How to help translate\n\nSee how to help translate in [Translating Element Plus](https://element-plus.org/en-US/guide/translation.html).\n\n## Stay tuned :eyes:\n\nJoin our [Discord](https://discord.com/invite/gXK9XNzW3X) to start communicating with everybody.\n\n## This thing is broken, I should help improve it!\n\nAwesommmmmmee. Everything you need is down below. You can also refer to\n[CONTRIBUTING](https://github.com/element-plus/element-plus/blob/dev/CONTRIBUTING.md) and\n[Code of Conduct](https://github.com/element-plus/element-plus/blob/dev/CODE_OF_CONDUCT.md)\nwhere you'll find the same information listed below.\n\n## I would like to become a part of the development team!\n\nWelcome :star_struck:! We are looking for talented developers to join us and make Element Plus better! If you're interested in joining the development team, please\nreach out to us -- you're more than welcome to join us! :heart:\n\nWe are now looking for experts in `Testing`, `GitHub Actions` and `PM`. If you feel like you can and are willing to help, please don't hesitate to reach out to us. :pray:\n\n## Contributors\n\nThis project exists thanks to all the people who contribute.\n\nAnd thank you to all our backers! 🙏\n\n<a href=\"https://openomy.app/github/element-plus/element-plus\" target=\"_blank\" style=\"display: block; width: 100%;\" align=\"center\">\n <img src=\"https://openomy.app/svg?repo=element-plus/element-plus&chart=bubble&latestMonth=3\" target=\"_blank\" alt=\"Contribution Leaderboard\" style=\"display: block; width: 100%;\" />\n</a>\n\n<hr />\n\n<a href=\"https://github.com/element-plus/element-plus/graphs/contributors\">\n <img src=\"https://contrib.rocks/image?repo=element-plus/element-plus\" />\n</a>\n\n## License\n\nElement Plus is open source software licensed as\n[MIT](https://github.com/element-plus/element-plus/blob/master/LICENSE).\n","time":{"created":"2022-01-27T15:17:17.641Z","modified":"2026-03-20T06:28:38.999Z","1.3.0-beta.10":"2022-01-31T16:04:17.289Z","1.2.0-beta.6":"2021-12-10T11:45:51.437Z","1.2.0-beta.5":"2021-12-01T08:30:10.073Z","1.2.0-beta.4":"2021-11-27T14:15:28.321Z","1.2.0-beta.3":"2021-11-09T03:58:09.425Z","1.2.0-beta.2":"2021-11-05T15:17:11.950Z","1.2.0-beta.1":"2021-10-31T02:56:54.675Z","1.1.0-beta.24":"2021-10-20T03:16:53.547Z","1.1.0-beta.23":"2021-10-20T02:55:45.603Z","1.1.0-beta.22":"2021-10-20T02:30:21.674Z","1.1.0-beta.21":"2021-10-18T08:56:27.021Z","1.1.0-beta.20":"2021-10-11T07:03:53.368Z","1.1.0-beta.19":"2021-09-30T12:06:39.918Z","1.1.0-beta.18":"2021-09-28T16:27:13.250Z","1.1.0-beta.17":"2021-09-27T04:24:46.650Z","1.1.0-beta.16":"2021-09-24T15:45:01.923Z","1.1.0-beta.15":"2021-09-23T01:09:05.154Z","1.1.0-beta.14":"2021-09-22T15:08:17.418Z","1.1.0-beta.13":"2021-09-22T09:21:52.346Z","1.1.0-beta.12":"2021-09-15T00:48:32.424Z","1.1.0-beta.11":"2021-09-14T18:20:01.715Z","1.1.0-beta.10":"2021-09-13T15:40:36.609Z","1.1.0-beta.9":"2021-09-05T15:41:27.347Z","1.1.0-beta.8":"2021-08-31T10:12:48.425Z","1.1.0-beta.7":"2021-08-26T14:17:24.973Z","1.1.0-beta.6":"2021-08-26T07:29:59.181Z","1.1.0-beta.5":"2021-08-25T10:11:07.688Z","1.1.0-beta.4":"2021-08-25T03:39:39.889Z","1.1.0-beta.3":"2021-08-24T17:36:31.540Z","1.1.0-beta.2":"2021-08-24T16:31:34.684Z","1.1.0-beta.1":"2021-08-24T09:03:52.395Z","1.0.2-beta.71":"2021-08-18T03:47:31.760Z","1.0.2-beta.70":"2021-08-05T14:44:18.429Z","1.0.2-beta.69":"2021-08-04T11:41:47.358Z","1.0.2-beta.68":"2021-08-04T10:57:37.859Z","1.0.2-beta.67":"2021-08-04T03:52:52.157Z","1.0.2-beta.66":"2021-08-03T13:41:04.255Z","1.0.2-beta.65":"2021-07-28T12:37:24.583Z","1.0.2-beta.64":"2021-07-28T04:43:41.961Z","1.0.2-beta.63":"2021-07-27T05:41:50.973Z","1.0.2-beta.62":"2021-07-26T05:00:45.926Z","1.0.2-beta.61":"2021-07-26T04:20:37.693Z","1.0.2-beta.60":"2021-07-26T03:08:01.859Z","1.0.2-beta.59":"2021-07-25T17:11:05.226Z","1.0.2-beta.58":"2021-07-24T04:24:24.159Z","1.0.2-beta.57":"2021-07-23T15:18:50.233Z","1.0.2-beta.56":"2021-07-23T10:02:34.648Z","1.0.2-beta.55":"2021-07-09T09:36:23.698Z","1.0.2-beta.54":"2021-07-02T06:40:29.232Z","1.0.2-beta.53":"2021-06-25T09:44:06.250Z","1.0.2-beta.52":"2021-06-24T04:40:12.481Z","1.0.2-beta.51":"2021-06-23T13:23:51.730Z","1.0.2-beta.50":"2021-06-23T12:13:36.922Z","1.0.2-beta.49":"2021-06-23T07:58:36.824Z","1.0.2-beta.48":"2021-06-12T00:55:20.206Z","1.0.2-beta.47":"2021-06-11T11:03:55.909Z","1.0.2-beta.46":"2021-06-03T06:57:26.875Z","1.0.2-beta.45":"2021-05-28T06:59:00.148Z","1.0.2-beta.44":"2021-05-11T03:25:05.315Z","1.0.2-beta.43":"2021-05-10T15:21:15.292Z","1.0.2-beta.42":"2021-05-09T03:35:04.628Z","1.0.2-beta.41":"2021-04-26T10:39:29.547Z","1.0.2-beta.40":"2021-04-14T03:57:58.731Z","1.0.2-beta.39":"2021-04-09T06:11:13.464Z","1.0.2-beta.38":"2021-04-09T02:29:56.678Z","1.0.2-beta.37":"2021-04-08T09:24:01.460Z","1.0.2-beta.36":"2021-03-28T05:27:26.052Z","1.0.2-beta.35":"2021-03-15T03:47:04.092Z","1.0.2-beta.34":"2021-03-12T13:09:10.567Z","1.0.2-beta.33":"2021-03-03T04:42:23.941Z","1.0.2-beta.32":"2021-02-08T08:57:58.235Z","1.0.2-beta.31":"2021-01-31T11:27:25.134Z","1.0.2-beta.30":"2021-01-25T15:45:05.714Z","1.0.2-beta.29":"2021-01-25T10:19:53.366Z","1.0.2-beta.28":"2021-01-20T08:09:38.125Z","1.0.1-beta.27":"2021-01-15T11:32:57.904Z","1.0.1-beta.26":"2021-01-14T10:06:35.174Z","1.0.1-beta.25":"2021-01-14T09:34:01.116Z","1.0.1-beta.24":"2021-01-11T06:22:56.852Z","1.0.1-beta.23":"2021-01-07T06:51:03.553Z","1.0.1-beta.22":"2021-01-06T15:49:51.642Z","1.0.1-beta.21":"2021-01-05T09:19:16.829Z","1.0.1-beta.20":"2021-01-04T03:57:32.023Z","1.0.1-beta.19":"2021-01-02T10:52:06.550Z","1.0.1-beta.18":"2020-12-31T03:43:47.209Z","1.0.1-beta.17":"2020-12-27T16:22:48.058Z","1.0.1-beta.16":"2020-12-27T10:31:22.582Z","1.0.1-beta.15":"2020-12-27T07:11:19.868Z","1.0.1-beta.14":"2020-12-23T17:29:36.679Z","1.0.1-beta.13":"2020-12-23T16:45:58.660Z","1.0.2-beta.12":"2020-12-23T15:42:05.063Z","1.0.1-beta.11":"2020-12-21T14:46:58.563Z","1.0.1-beta.10":"2020-12-18T03:44:37.514Z","1.0.1-beta.9":"2020-12-16T15:09:20.544Z","1.0.1-beta.8":"2020-12-12T07:14:43.774Z","1.0.1-beta.7":"2020-12-10T06:18:41.986Z","1.0.1-beta.6":"2020-12-09T05:06:12.301Z","1.0.1-beta.5":"2020-12-07T05:34:50.555Z","1.0.1-beta.4":"2020-12-05T05:21:53.639Z","1.0.1-beta.3":"2020-12-03T13:39:10.312Z","1.0.1-beta.2":"2020-12-02T03:50:43.073Z","1.0.1-beta.1":"2020-12-01T14:04:56.211Z","1.0.1-beta.0":"2020-11-29T11:06:50.260Z","1.0.1-alpha.23":"2020-11-27T04:25:43.589Z","1.0.1-alpha.22":"2020-11-26T15:35:24.876Z","1.0.1-alpha.21":"2020-11-24T07:21:09.326Z","1.0.1-alpha.20":"2020-11-23T07:14:59.308Z","1.0.1-alpha.19":"2020-11-23T06:44:21.211Z","1.0.1-alpha.18":"2020-11-22T14:45:04.350Z","1.0.1-alpha.17":"2020-11-22T13:50:36.002Z","1.0.1-alpha.16":"2020-11-20T02:54:43.767Z","1.0.1-alpha.15":"2020-11-16T03:35:07.712Z","1.0.1-alpha.14":"2020-11-04T09:05:05.370Z","1.0.1-alpha.13":"2020-11-04T06:51:23.144Z","1.0.1-alpha.12":"2020-11-02T15:28:03.903Z","1.0.1-alpha.11":"2020-10-28T06:38:56.743Z","1.0.1-alpha.10":"2020-10-23T07:02:55.941Z","1.0.1-alpha.9":"2020-10-21T09:13:10.704Z","1.0.1-alpha.8":"2020-10-20T06:15:56.888Z","1.0.1-alpha.7":"2020-10-20T05:51:03.025Z","1.0.1-alpha.6":"2020-10-16T06:36:54.144Z","1.0.1-alpha.5":"2020-10-15T02:31:16.816Z","1.0.1-alpha.4":"2020-10-04T09:25:48.549Z","1.0.1-alpha.3":"2020-09-27T05:33:11.903Z","1.0.1-alpha.2":"2020-09-16T07:08:58.518Z","1.0.1-alpha.1":"2020-09-15T09:23:59.902Z","1.0.1-alpha.0":"2020-09-15T09:13:12.490Z","1.0.0":"2019-06-12T09:50:42.587Z","1.3.0-beta.1":"2021-12-31T04:06:13.070Z","1.3.0-beta.2":"2022-01-08T12:28:29.159Z","1.3.0-beta.3":"2022-01-09T10:46:12.626Z","1.3.0-beta.4":"2022-01-11T12:53:14.539Z","1.3.0-beta.5":"2022-01-12T03:07:55.791Z","1.3.0-beta.6":"2022-01-22T03:40:24.204Z","1.3.0-beta.7":"2022-01-22T11:46:08.126Z","1.3.0-beta.8":"2022-01-24T16:05:32.775Z","1.3.0-beta.9":"2022-01-25T14:11:27.806Z","2.0.0":"2022-02-07T03:15:01.092Z","2.0.1":"2022-02-07T09:28:39.958Z","2.0.2":"2022-02-14T08:10:20.527Z","2.0.3":"2022-02-25T08:40:32.105Z","2.0.4":"2022-02-28T17:09:52.874Z","2.0.5":"2022-03-06T11:53:17.065Z","2.0.6":"2022-03-11T12:12:13.048Z","2.1.0":"2022-03-12T12:18:34.107Z","2.1.1":"2022-03-13T15:48:31.979Z","2.1.2":"2022-03-14T12:44:26.540Z","2.1.3":"2022-03-15T12:38:06.378Z","2.1.4":"2022-03-16T14:47:19.770Z","2.1.5":"2022-03-26T01:43:00.762Z","2.1.6":"2022-03-27T08:06:49.868Z","2.1.7":"2022-03-28T14:50:02.828Z","2.1.8":"2022-04-03T13:28:25.498Z","2.1.9":"2022-04-11T03:29:30.000Z","2.1.10":"2022-04-18T15:52:23.307Z","2.1.11":"2022-04-25T15:52:30.494Z","2.2.0":"2022-05-09T03:57:23.720Z","2.2.1":"2022-05-20T15:06:38.194Z","2.2.2":"2022-05-23T10:49:47.832Z","2.2.3":"2022-06-04T15:11:51.986Z","2.2.4":"2022-06-05T06:11:54.455Z","2.2.5":"2022-06-08T09:04:33.030Z","2.2.6":"2022-06-17T09:21:19.015Z","2.2.7":"2022-07-01T05:27:42.407Z","2.2.8":"2022-07-01T12:57:01.899Z","2.2.9":"2022-07-08T03:57:22.130Z","2.2.10":"2022-07-22T08:19:50.529Z","2.2.11":"2022-07-27T07:03:32.149Z","2.2.12":"2022-08-01T05:28:10.121Z","2.2.13":"2022-08-12T08:07:02.143Z","2.2.14":"2022-08-19T11:52:19.563Z","2.2.15":"2022-08-26T05:45:32.231Z","2.2.16":"2022-09-02T10:40:42.138Z","2.2.17":"2022-09-16T05:34:40.413Z","2.2.18":"2022-10-13T07:39:30.309Z","2.2.19":"2022-10-21T10:01:17.128Z","2.2.20":"2022-11-06T02:50:44.986Z","2.2.21":"2022-11-11T16:17:03.871Z","2.2.22":"2022-11-18T07:29:41.730Z","2.2.23":"2022-11-25T08:43:11.286Z","2.2.24":"2022-11-25T14:31:21.326Z","2.2.25":"2022-11-25T15:38:01.355Z","2.2.26":"2022-12-02T08:16:17.815Z","2.2.27":"2022-12-16T16:01:18.344Z","2.2.28":"2022-12-30T12:03:42.465Z","2.2.29":"2023-02-03T07:21:01.289Z","2.2.30":"2023-02-10T08:43:01.972Z","2.2.31":"2023-02-17T14:50:16.098Z","2.2.32":"2023-02-19T12:56:57.055Z","2.2.33":"2023-03-03T12:34:39.687Z","2.2.34":"2023-03-06T15:52:13.194Z","2.2.35":"2023-03-07T15:15:25.581Z","2.2.36":"2023-03-08T15:57:01.297Z","2.3.0":"2023-03-13T01:33:40.761Z","2.3.1":"2023-03-19T04:04:31.159Z","2.3.2":"2023-03-31T11:16:29.745Z","2.3.3":"2023-04-07T12:19:09.383Z","2.3.4":"2023-04-23T13:08:43.591Z","2.3.5":"2023-05-19T12:23:47.985Z","2.3.6":"2023-06-02T05:32:04.918Z","2.3.7":"2023-06-21T06:12:15.634Z","2.3.8":"2023-07-14T03:30:54.243Z","2.3.9":"2023-08-04T09:08:18.535Z","2.3.10":"2023-08-25T05:12:10.709Z","2.3.12":"2023-08-26T09:32:35.558Z","2.3.14":"2023-09-14T11:19:30.009Z","2.4.0":"2023-10-13T07:53:11.374Z","2.4.1":"2023-10-18T05:12:55.290Z","2.4.2":"2023-11-03T09:34:53.876Z","2.4.3":"2023-11-27T09:34:00.946Z","2.4.4":"2023-12-15T12:52:17.949Z","2.5.0":"2024-01-10T12:17:26.309Z","2.5.1":"2024-01-11T09:03:36.511Z","2.5.2":"2024-01-19T07:59:08.333Z","2.5.3":"2024-01-22T14:54:40.617Z","2.5.4":"2024-02-02T08:01:59.960Z","2.5.5":"2024-02-03T04:48:47.935Z","2.5.6":"2024-02-18T08:34:18.698Z","2.6.0":"2024-03-01T08:08:33.771Z","2.6.1":"2024-03-08T07:50:11.714Z","2.6.2":"2024-03-22T15:12:35.249Z","2.6.3":"2024-03-29T11:37:59.333Z","2.7.0":"2024-04-12T07:34:52.433Z","2.7.1":"2024-04-20T08:24:12.513Z","2.7.2":"2024-04-26T08:16:35.289Z","2.7.3":"2024-05-13T11:41:42.675Z","2.7.4":"2024-05-31T13:03:16.912Z","2.7.5":"2024-06-07T11:59:07.973Z","2.7.6":"2024-06-21T15:19:34.090Z","2.7.7":"2024-07-12T07:57:30.104Z","2.7.8":"2024-07-26T10:02:13.903Z","2.8.0":"2024-08-09T06:54:27.811Z","2.8.1":"2024-08-23T14:38:23.842Z","2.8.2":"2024-09-06T10:57:30.852Z","2.8.3":"2024-09-13T08:29:58.425Z","2.8.4":"2024-09-27T11:09:32.472Z","2.8.5":"2024-10-11T11:39:48.214Z","2.8.6":"2024-10-18T11:44:10.314Z","2.8.7":"2024-11-01T15:16:38.793Z","2.8.8":"2024-11-15T10:37:57.779Z","2.9.0":"2024-11-29T15:13:08.779Z","2.9.1":"2024-12-13T10:25:16.501Z","2.9.2":"2025-01-03T13:24:33.756Z","2.9.3":"2025-01-10T14:28:25.590Z","2.9.4":"2025-02-07T11:28:39.202Z","2.9.5":"2025-02-21T05:41:05.284Z","2.9.6":"2025-03-07T11:41:16.698Z","2.9.7":"2025-03-21T05:41:40.651Z","2.9.8":"2025-04-18T15:48:26.558Z","2.9.9":"2025-04-27T11:27:21.988Z","2.9.10":"2025-05-09T07:23:35.304Z","2.9.11":"2025-05-23T12:14:07.864Z","2.10.0":"2025-06-06T11:11:43.566Z","2.10.1":"2025-06-07T05:19:22.202Z","2.10.2":"2025-06-13T14:34:33.892Z","2.10.3":"2025-07-04T12:11:25.922Z","2.10.4":"2025-07-11T12:48:40.307Z","2.10.5":"2025-08-01T18:20:48.609Z","2.10.6":"2025-08-08T05:31:39.363Z","2.10.7":"2025-08-12T10:39:24.161Z","2.11.0":"2025-08-22T12:03:52.032Z","2.11.1":"2025-08-23T01:21:41.980Z","2.11.2":"2025-09-05T11:28:41.066Z","2.11.3":"2025-09-19T04:41:16.609Z","2.11.4":"2025-09-26T04:11:56.033Z","2.11.5":"2025-10-17T05:27:56.637Z","2.11.7":"2025-11-01T07:10:58.527Z","2.11.8":"2025-11-15T03:17:26.505Z","2.11.9":"2025-11-28T17:01:12.621Z","2.12.0":"2025-12-05T04:57:38.552Z","2.13.0":"2025-12-19T08:04:53.943Z","2.13.1":"2026-01-09T08:56:12.309Z","2.13.2":"2026-01-30T13:08:19.876Z","2.13.3":"2026-02-28T13:15:37.818Z","2.13.4":"2026-03-06T11:44:57.784Z","2.13.5":"2026-03-07T15:21:10.050Z","2.13.6":"2026-03-20T06:25:47.911Z"},"versions":{"1.3.0-beta.10":{"name":"element-plus","version":"1.3.0-beta.10","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.6","@popperjs/core":"^2.11.2","@vueuse/core":"^7.5.5","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"41a3422bd2d571feb5df21fa92588bad0336b91b","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.10","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-uPcre5liDfYvGbfaBDN2K7K5x6egBFdDQz0sv2cupcqzepUQoTMpq+mdTnHXzHChHhVwcLGp95kLYLL9yMkT8g==","shasum":"10dd01586074c147df1b7902fd4d76b50f16e3cc","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.10.tgz","fileCount":5056,"unpackedSize":29196127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+AiBCRA9TVsSAnZWagAAuNEP/0C12XipD0UD2J0joaf/\n0cqs5H/nWwebZ1WG8gk3VgJk+XUnabUKdFDT+Yn97fWlYnpYNM0FVXsDe0Mz\nGg2LiPncrd+cojp9fEwKfW+Ily/re6q1y59xPM5yFefKOvxHqwZf/DBiF3rj\nZE+kltFSZBL5oWsuD/PeZq6ytpgRx3LAgjUzqo4chFyNGbCFwYQ7iJp/tqwJ\n/6911fCmMmF60vBevxuvW26b39O2kAZV5bJOAMx99EZMT7N2eEjm9DTBm6QM\nAnBOBE0D0lvyXeZzbFGWthJDuibUqYLFgUwCuOkmOSI2lDJOAxEZiObCr+qx\nRbAkoslUIOmbPDY/TuqfeBeNh0VICCxc8AKMNtpOZBuNMUTty3MSUzf+ptWa\nzCATA6girYaL0yOvOlegdNHPzPfQWqEcU6NLBC3FzqreEu+rFwkk1DB7hctu\n/bfqhAxYx2irLtykSv+NQRuqEHfENPeqt2rGZwztfrZIzhiJE/TuF0Ylqd9L\nN95q8WpfZulpys643qtsAVyyJ4p5IDry9H5xB3zRSzA6sOAvmXK/+3zYN0CD\n7eJyqjKdIFrlS4cRyOSKmAmN8Q9g3YD9UbNCdcmE+NkAnr9BuZ6Zgm0rtYEl\nz32j3cVjNZgohLgPhNVQcXtNEt0vH0vtCardq+r3CY7UJdA73KIpvnZ1HOiM\nOeo1\r\n=3SsT\r\n-----END PGP SIGNATURE-----\r\n","size":4552541},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.10_1643645056988_0.018923239096731992"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T16:07:21.147Z"},"1.2.0-beta.6":{"name":"element-plus","version":"1.2.0-beta.6","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons-vue":"^0.2.2","@popperjs/core":"^2.10.2","@vueuse/core":"^7.0.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"9fc869de527919a4ae091189835733940ece5b6f","types":"./lib/index.d.ts","_id":"element-plus@1.2.0-beta.6","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-8EdSIR/5/FHcSB8w1diAh+gJMHgxIvxuZoayY99k6taAR1QyEFHuPTgFccZLopJ1+iP4UEsZFz49l57qS08Utw==","shasum":"9fa01a06950eb0380f0454cb75aefaaf5b81b043","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.2.0-beta.6.tgz","fileCount":5521,"unpackedSize":27223749,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsz3vCRA9TVsSAnZWagAAZ5MP/RBPl44hf8OMQZRmPwMC\noDvV1iGJ8nu7Tu5WY31pj9waUGcdr7X6p6adaLmNTU1mEOSWnSqFXbdUm5X9\nyrTYp4ZRyHxQIkdaiT8qUQbFErBkX2MoQpa0ae04CJNw32/UJOZqTnKBi8qG\nOO8Z5YAIJrCI5SluoMoDrA4TfCGS87C9zlMUf2iYC09q40oZQHFFjPU850Vh\nZQvvg2a0Q6cXCjJIbHWOpeenB2opoGm2NWAYJh9aRZbrSzgVzFDmMlSqELNK\n3HV1ldoMshzkci0lgsCHEt10+ZmHmhvte7JmhX7+rfarmXVEqZ7O+6OpaH4J\naj2R9SCogzLhsvFsthOvKsUwkBjZXm5M/ULIvNB5q3iNSi+CqJJOFLbnvxdR\nVQWW0q6N1JsJCe2myV8oOBsYT91E0rEYIEazjZpVh4sMKHAGeHMJ97w1BoTL\nxMU0y0ac8eKZ688dY9BQAZuEC6uQGm9F2yHxxgzJXg1kBkDMvGjI8kP1MxRq\nuZ6AoaSZuqIlu8rtafVPlQWmWxH5v9vkmYTVlPGvLSjW4FW2c+HDbW+cKsdw\n4d681fjUqNOaDlmoNvszYmAjl8iUO8b2UTHKrADqAWD7xVHn+H/6/L/0896E\n9HVEflCEvGnObnLqoshpVe/RIdBBija31RjkXH70m1+OixTMHliO1RV8RyMh\neqai\r\n=m1T0\r\n-----END PGP SIGNATURE-----\r\n","size":4366027,"noattachment":false},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.2.0-beta.6_1639136751092_0.31129364174909213"},"_hasShrinkwrap":false,"publish_time":1639136751437,"_cnpm_publish_time":1639136751437,"_cnpmcore_publish_time":"2021-12-16T13:30:31.626Z"},"1.2.0-beta.5":{"name":"element-plus","version":"1.2.0-beta.5","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.2","@vueuse/core":"^7.0.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"05e6b8288eb184b87228a513ac3d52e6e3fe85e9","types":"./lib/index.d.ts","_id":"element-plus@1.2.0-beta.5","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-8KNGsNZ6RjVJ7kmxq/WLeTBMhVxSjfaGdW2QdcdXz4km1MgxbyBfdiNGVQG4XH/n+hbtLFldCPw0mVT4vkncuA==","shasum":"ef4498c2d051a122cf5898189f4215129bb368bb","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.2.0-beta.5.tgz","fileCount":5451,"unpackedSize":23931844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpzKSCRA9TVsSAnZWagAAFzIP/2a3+wR5upo0+LqNoaO7\nAmAsG4TyZkaXGd8oA1UYRSmWVf3vfGAyx1JU+teZN12lppimH9OgRJ5ZQTaC\nRuPdBIGIEDqma/QmmrTgwiNM22BG6Ziq0J44vDVYkiMRhQPAf/wMZG2w23CO\nD0tudMzfjS+7eCId/a6jB1NJKcfa0F/HTv8miXXymc96joQa9lKVlcpy78qf\nVKTgxWj8k01NafKr7Q6X3TiOO6zRZ1gSJv3J2ghtMwS92nDkqJJ9Dz+TVwbd\n+WbsYCxyPahI5DlHSiqNQBGRr8yQ2R5MoWrw49zbWZ3LWE6arsfMVfOLul4X\nUmccGROrdaPVAvuKgTzFZE4YW2c7Cg3KY3syMS8DsHQuWhxZmhIHByUOZJBB\n5aypxqWYSjTp2bBNDe9PrHRKH7i9bTQ7m+vguraTNjcSss6/soCR8cSUUvkS\nlB4+i2YV7R8hXS+dEDBNRUXOiBgLT3iykVrgrAKV1R2l6hgzXtYcRBFhCFob\nEzuVgVejSCtLBt9k3sshgS3mIM8H2fDh8+hPityxWT902G49faEp+xxbtLkx\nhAsuvVcdJRU6vy3xMJgfphuhEUuV4ha7/IF/DaTlyoX82aPrJdSQpK5wAX54\nGDSDKx/GsQHR/Pyv88YBby4mp1DwMyw8zTSNgkao6LT3lheljH69iNKEEd6T\nyuQM\r\n=vp7v\r\n-----END PGP SIGNATURE-----\r\n","size":4050958,"noattachment":false},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.2.0-beta.5_1638347409745_0.17246105577160686"},"_hasShrinkwrap":false,"publish_time":1638347410073,"_cnpm_publish_time":1638347410073,"_cnpmcore_publish_time":"2021-12-16T13:30:38.597Z"},"1.2.0-beta.4":{"name":"element-plus","version":"1.2.0-beta.4","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.2","@vueuse/core":"^7.0.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"44149e804f4579216968e50d50f4e3c3c5ee651b","types":"./lib/index.d.ts","_id":"element-plus@1.2.0-beta.4","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-wYOwa/Zop5xMqhqkS7jOd32FF0Y2IpquIu8JLMbmvwlWvRUVetE5RO5lvxiF6etZgq8urRVttisXnOzJ9YOItQ==","shasum":"970c7c6307ef7433a84691720cdd4c979116677b","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.2.0-beta.4.tgz","fileCount":5483,"unpackedSize":27078741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoj2ACRA9TVsSAnZWagAA6/oQAKS45+/GAXgqvgM+pK4d\nHeoMW9vTXUzvJWRRV7qdqUEvRWbewvKDTn23q1uoYK951BCG69TLGEVN1DQG\nmfTSqjNHzhoY4NH6c3Gh15SlMYTE/9BUBE06HAP0DiD3zdxZ21ymDPYTTXQg\nTJJj6g6jrmh7iDzBh7wNs5EEHAx1z4O78J33KQfxdq6ZbzMn2YQkeWWsXTe3\nWibxSE1v39U1YeV95t2YVMypxqd7XNziTxcuxCfCm26oSKdMKJqxIFllORnR\nZFsiIVFavTQeYHqtcovc1w3u1CjFa7aRYD5UexXOQLZEDrCnv5gI9cKT1RfK\n0E+M6Hs7COMHn4ncQyGTX9hFmdI4GbD0AhHnwRmDJ/28yr3OA9b1XD+IdV1O\ny58DFMvwaybtR/1eTb6u6Wqz0ygIHiSKkY9F6SDUHyE5aMf23/LhGHVckHIA\n+Wse2GccvJrxWPNVpZW9A5Sly4MLOeSpYBEybFAxXX3Zd5KZcF6PvguHog6v\n7lmVJwpzOHwjf+w+8NgiDZwN2b26ax1tUjjcxacBrDowfpys+6/PKrHh/bMT\n+uvf0c9QMnC/qm+riUR5BNAExjrCUgacScfVc1aohllZMy4FIyMJOpRpBDga\nELDMke8XeErp/e1sOR57JaBLhZ8zoqLlhi/e/bPKZ4Ou0aMWc30FQ+pgresr\n5gpm\r\n=o75w\r\n-----END PGP SIGNATURE-----\r\n","size":4365793,"noattachment":false},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.2.0-beta.4_1638022528075_0.8574905035259148"},"_hasShrinkwrap":false,"publish_time":1638022528321,"_cnpm_publish_time":1638022528321,"_cnpmcore_publish_time":"2021-12-16T13:30:47.662Z"},"1.2.0-beta.3":{"name":"element-plus","version":"1.2.0-beta.3","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.2","@vueuse/core":"^6.7.3","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"e6e933b2a2756f2b67c30e78c529211d22f3ce16","types":"./lib/index.d.ts","_id":"element-plus@1.2.0-beta.3","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"0ded059e6c8ddc6f5d9dcdf32e1b7ed44ac38099","size":4364467,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.2.0-beta.3.tgz","integrity":"sha512-vvUxR3uL2k9K+WCWz/98hq4uPQ6jvfGf0hfzWvao7pySJkNQq9DtRPC6/4/zUceA/J6Y2Yo3xSbR19JRCwurRw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.2.0-beta.3_1636430289071_0.09478184739809747"},"_hasShrinkwrap":false,"publish_time":1636430289425,"_cnpm_publish_time":1636430289425,"_cnpmcore_publish_time":"2021-12-16T13:30:54.041Z"},"1.2.0-beta.2":{"name":"element-plus","version":"1.2.0-beta.2","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/*/src/**","es/components/*/src/**"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.2","@vueuse/core":"^6.7.3","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"a524f27017e2ee70b217607019999ea3c35a0385","types":"./lib/index.d.ts","_id":"element-plus@1.2.0-beta.2","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"f6c6093405cce55fad45f08d15b8a92dfa72e9c3","size":4364034,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.2.0-beta.2.tgz","integrity":"sha512-A5HpcpgcpoZZgVpAm1fy7sLb5zQj/tafhcJqD7avc4v3NgWDqSa58CNp5B7fpvVhXihRGWssqQjnTh2VczGGfw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.2.0-beta.2_1636125431629_0.7818828638345274"},"_hasShrinkwrap":false,"publish_time":1636125431950,"_cnpm_publish_time":1636125431950,"_cnpmcore_publish_time":"2021-12-16T13:31:03.349Z"},"1.2.0-beta.1":{"name":"element-plus","version":"1.2.0-beta.1","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/*/src/**","es/components/*/src/**"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.2","@vueuse/core":"^6.7.3","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"24506d7b0efa513aaf7cc2a5de9df59437720975","types":"./lib/index.d.ts","_id":"element-plus@1.2.0-beta.1","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"77bfd993741be1731540dd997dbde0d03d065b5e","size":4165702,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.2.0-beta.1.tgz","integrity":"sha512-TvO2NPoCcG0PDph2SHz3xZ+wnTNJvlKHfb1P6uJsYMUhUCWtSaWGXE1kPQVnyi/tWYlQJG05CT4iO3B4+uEj9w=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.2.0-beta.1_1635649014353_0.04252583917542241"},"_hasShrinkwrap":false,"publish_time":1635649014675,"_cnpm_publish_time":1635649014675,"_cnpmcore_publish_time":"2021-12-16T13:31:13.727Z"},"1.1.0-beta.24":{"name":"element-plus","version":"1.1.0-beta.24","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.2","@vueuse/core":"~6.1.0","async-validator":"^4.0.3","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel-es":"^1.1.0","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"2c01c77fed76094592a8265f840fcaac80ca3e7c","types":"./lib/index.d.ts","_id":"element-plus@1.1.0-beta.24","_nodeVersion":"16.11.1","_npmVersion":"8.0.0","dist":{"shasum":"858b05932ebc0be15419d3974d15be2a4f4b696c","size":3932621,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.24.tgz","integrity":"sha512-dmo61e/D6mwJVacMhxOMSPb5sZPt/FPsuQQfsOs1kJWkhGDmTlny/sZvgIQr1z0zh3pjlJadGAlNS+0nySPMmw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.24_1634699813118_0.7406975366866169"},"_hasShrinkwrap":false,"publish_time":1634699813547,"_cnpm_publish_time":1634699813547,"_cnpmcore_publish_time":"2021-12-16T13:31:24.033Z","deprecated":"Version no longer supported. Please upgrade to @latest"},"1.1.0-beta.23":{"name":"element-plus","version":"1.1.0-beta.23","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.js"},"./es":"./es/index.js","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.2","@vueuse/core":"~6.1.0","async-validator":"^4.0.3","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel-es":"^1.1.0","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"361b67d2d8bafbc81bf30d0bc12fb858b57d1689","types":"./lib/index.d.ts","_id":"element-plus@1.1.0-beta.23","_nodeVersion":"16.11.1","_npmVersion":"8.0.0","dist":{"shasum":"d6b7bcf599c9a3ebabc81894ce77f370d5a27903","size":3932699,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.23.tgz","integrity":"sha512-D0RIluahSsZCH4jJwMSlePQQacz/QecU5JTxvDGuU+p7OP2fpNOlfBqcOu+1YTqwn7qUskWaCHo68FAtxABsvw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.23_1634698545256_0.5625611173315712"},"_hasShrinkwrap":false,"publish_time":1634698545603,"_cnpm_publish_time":1634698545603,"_cnpmcore_publish_time":"2021-12-16T13:31:32.974Z"},"1.1.0-beta.22":{"name":"element-plus","version":"1.1.0-beta.22","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.2","@vueuse/core":"~6.1.0","async-validator":"^4.0.3","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel-es":"^1.1.0","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"0f533f9d2280d5aee2120962fc7637429e547970","types":"./lib/index.d.ts","_id":"element-plus@1.1.0-beta.22","_nodeVersion":"16.11.1","_npmVersion":"8.0.0","dist":{"shasum":"489cdd418975f710a730279cdf8bd61dc29b1688","size":3932700,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.22.tgz","integrity":"sha512-s3eAgSCUdq/eHKCqFx4S8drTtk0xPlDx8F9dxfMaWM6Bs/+vB6zy+3ksNDvdvssA9uyhyzbAZyJShgJhCw4TDQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.22_1634697021357_0.5962088595845807"},"_hasShrinkwrap":false,"publish_time":1634697021674,"_cnpm_publish_time":1634697021674,"_cnpmcore_publish_time":"2021-12-16T13:31:38.034Z"},"1.1.0-beta.21":{"name":"element-plus","version":"1.1.0-beta.21","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^4.0.3","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel-es":"^1.1.0","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"0ce1da803ee5d294d0a4490c54fd38553f641556","types":"./lib/index.d.ts","_id":"element-plus@1.1.0-beta.21","_nodeVersion":"16.11.1","_npmVersion":"8.0.0","dist":{"shasum":"4b0232b908d1defee81ef94913c9479342d9d7e6","size":4286571,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.21.tgz","integrity":"sha512-QaAX909KgFufXkIKAwXrdHRmv1e+jIyc1SlN90mg9HBE09MnInGUXy0qdYZhVoMgBFyStMkiSIz7XLG8m0ac8A=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.21_1634547386729_0.8732654386261562"},"_hasShrinkwrap":false,"publish_time":1634547387021,"deprecated":"bundle error, please use other releases","_cnpm_publish_time":1634547387021,"_cnpmcore_publish_time":"2021-12-16T13:31:47.334Z"},"1.1.0-beta.20":{"name":"element-plus","version":"1.1.0-beta.20","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^4.0.3","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel-es":"^1.1.0","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"8a0cb4a1e79e56076b5179ffc6500488f4c1390b","types":"./lib/index.d.ts","_id":"element-plus@1.1.0-beta.20","_nodeVersion":"16.11.0","_npmVersion":"8.0.0","dist":{"shasum":"59523c99a88ca4881d899ba8bb81c4a9273ed822","size":3950557,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.20.tgz","integrity":"sha512-5rBrLzfKGz4urSxqKi1tihylyotSswMCKdXpCAJAfRggMjtS1NfqVtrCYEPdjphmP2JHsj8TisDvbRTScRKF0Q=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.20_1633935833056_0.9713378674192128"},"_hasShrinkwrap":false,"publish_time":1633935833368,"_cnpm_publish_time":1633935833368,"_cnpmcore_publish_time":"2021-12-16T13:31:56.030Z"},"1.1.0-beta.19":{"name":"element-plus","version":"1.1.0-beta.19","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^4.0.3","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel-es":"^1.1.0","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5f776fdfe61fea7d09300930edadd6465df8bc3e","types":"./lib/index.d.ts","_id":"element-plus@1.1.0-beta.19","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"shasum":"234f3bc3f1d822a7102045e7ee1239b675f27acc","size":3908134,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.19.tgz","integrity":"sha512-eKJId8un12eoaL88lfLMBtDxRUJfrAQP3bav9p2QG2agOXu3cvYDGBtT773P0ZEm3/97t+itRbxYIYYLV4iNeQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.19_1633003599379_0.9518940165945138"},"_hasShrinkwrap":false,"publish_time":1633003599918,"_cnpm_publish_time":1633003599918,"_cnpmcore_publish_time":"2021-12-16T13:32:05.632Z"},"1.1.0-beta.18":{"name":"element-plus","version":"1.1.0-beta.18","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^4.0.3","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel-es":"^1.1.0","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"2f34abc9004696b62cf22feecd53e0c835f88c72","types":"./lib/index.d.ts","_id":"element-plus@1.1.0-beta.18","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"shasum":"eb16d091004a618002c75ed87299208f6dbf662e","size":3849560,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.18.tgz","integrity":"sha512-Q2cscYlpcbq/enuU/vlPLBP5K4bHkPakF6IkCiDrSgOkAr7XQYMem6QUOCRZ/8PFV0UnJRMyPJ7Xt0PKTFi8mg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.18_1632846432885_0.3290893181989416"},"_hasShrinkwrap":false,"publish_time":1632846433250,"_cnpm_publish_time":1632846433250,"_cnpmcore_publish_time":"2021-12-16T13:32:16.975Z"},"1.1.0-beta.17":{"name":"element-plus","version":"1.1.0-beta.17","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^3.4.0","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel-es":"^1.1.0","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d4dde9df9640da8e40e2230b16ee668d2c0b05ed","types":"./lib/index.d.ts","_id":"element-plus@1.1.0-beta.17","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"shasum":"580177916236f8bddf649db7f901b1aca175f98b","size":2067396,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.17.tgz","integrity":"sha512-xUJME+lWYqujGmu8dIcyo4FT5SxqLI8WmqBLL1EdvH/QiFHI8UXx7StB4bFpq8+ooIEHU3a0CccVzMSPEF3obQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.17_1632716686479_0.04383960023814715"},"_hasShrinkwrap":false,"publish_time":1632716686650,"_cnpm_publish_time":1632716686650,"_cnpmcore_publish_time":"2021-12-16T13:32:20.938Z"},"1.1.0-beta.16":{"name":"element-plus","version":"1.1.0-beta.16","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^3.4.0","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^5.2.1","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"61cd81201976d7a15b1c55a2d3e82c3784df554e","_id":"element-plus@1.1.0-beta.16","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"4409d9e33d005693f6039f5ed1fe05e301b3170d","size":2428267,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.16.tgz","integrity":"sha512-4BZEldnIfFZs5A/saRqaWE4PwTot4p3YZU7qsDr3ev2zp35pcCL9TtpWMLIvNTMxvxKew0HTDPTk9fAWIZFQrQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.16_1632498301567_0.479937824674171"},"_hasShrinkwrap":false,"publish_time":1632498301923,"_cnpm_publish_time":1632498301923,"_cnpmcore_publish_time":"2021-12-16T13:32:26.423Z"},"1.1.0-beta.15":{"name":"element-plus","version":"1.1.0-beta.15","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.21","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1","memoize-one":"^5.2.1"},"devDependencies":{},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"139e79b29dc2b9acc8562a8fda4fbe66bc12ff54","_id":"element-plus@1.1.0-beta.15","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"842568ac39e4765ec2118dc2fbd472d94d37b7f3","size":2056876,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.15.tgz","integrity":"sha512-VK0gFtMqeGdR3/Y/Jm49X15oo8QZbmWOwPVEgWYgrWgUk3NeRo4GYed3BXQdZW5EOOlaGMuho9scgefX+Ys+oA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.15_1632359344534_0.4865253873529729"},"_hasShrinkwrap":false,"publish_time":1632359345154,"_cnpm_publish_time":1632359345154,"_cnpmcore_publish_time":"2021-12-16T13:32:30.250Z"},"1.1.0-beta.14":{"name":"element-plus","version":"1.1.0-beta.14","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.21","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"da1eef4cad66bb93a7406e088612860fb4c744d1","_id":"element-plus@1.1.0-beta.14","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"e10d2696300c0edc180868065f67b4cbc169914c","size":2053418,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.14.tgz","integrity":"sha512-LtAKw33mGhKfLhEhhDvY2rCwFvhc/fBusFetwxh/fuDIHwkA7gR9J+ygcMUX+OLcCUc8IZDhVH6umUaM7fK1Hw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.14_1632323297110_0.901152411129339"},"_hasShrinkwrap":false,"publish_time":1632323297418,"_cnpm_publish_time":1632323297418,"_cnpmcore_publish_time":"2021-12-16T13:32:35.770Z"},"1.1.0-beta.13":{"name":"element-plus","version":"1.1.0-beta.13","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.21","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"be2ba6a2a33d703ea385c62db5dac9f10dc80269","_id":"element-plus@1.1.0-beta.13","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"4eb5f766ec103befef09de162193258e24d576a5","size":2051406,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.13.tgz","integrity":"sha512-Ze3nBnlLF4dIxal/pJ8QzpeivGp+I1qeVwoXYtwOL5ie6qNW0Avrg5IcQviJsFMxkzU6HVxqsa1F07sthVf8fw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.13_1632302512048_0.5194150358123271"},"_hasShrinkwrap":false,"publish_time":1632302512346,"_cnpm_publish_time":1632302512346,"_cnpmcore_publish_time":"2021-12-16T13:32:40.718Z"},"1.1.0-beta.12":{"name":"element-plus","version":"1.1.0-beta.12","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.21","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"9d142ae129bf639253d2eceb8ba9001a0e89f948","_id":"element-plus@1.1.0-beta.12","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"2fd646f3c2f787dfb282d091ec6aa6945d1bec6a","size":2034721,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.12.tgz","integrity":"sha512-IkFHcYWGDzHqeL2LpDM5ZQnuviqkNj8Bu9zg/Q6KImGk8xo4rqMf+e4rBHinIpeKzKdVag0c2TDABNBfKvjaPA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.12_1631666912154_0.7440121134630111"},"_hasShrinkwrap":false,"publish_time":1631666912424,"_cnpm_publish_time":1631666912424,"_cnpmcore_publish_time":"2021-12-16T13:32:45.796Z"},"1.1.0-beta.11":{"name":"element-plus","version":"1.1.0-beta.11","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.1","@vueuse/core":"~6.1.0","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.21","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"0b7b6c8462da9681118a6110811e3cce01a81df6","_id":"element-plus@1.1.0-beta.11","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"ff269c442b79643884746e934ab88a4c553a04f1","size":2060048,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.11.tgz","integrity":"sha512-80/FxJnYBkPZbbuLACWavtlAoMKJ/3SKEYABGidGbqfEbHRNfBMpo8bcezAy9f1rSF12ckIodbYXkHWUgTlF3w=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.11_1631643601120_0.9831891164828321"},"_hasShrinkwrap":false,"publish_time":1631643601715,"_cnpm_publish_time":1631643601715,"_cnpmcore_publish_time":"2021-12-16T13:32:49.592Z"},"1.1.0-beta.10":{"name":"element-plus","version":"1.1.0-beta.10","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.1","@vueuse/core":"^6.2.0","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.21","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"df6b479acaee0d8dd21f74e307cc5bf1359195cb","_id":"element-plus@1.1.0-beta.10","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"6336d95d2ec9560cde026ded09676c59aff9b3bf","size":1961165,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.10.tgz","integrity":"sha512-vaqdF5JlCtJ63Asqy3tV8iMHR/KlyoGRLL1YGRuoW4zIvyyBRpjvpZAqU6sqIur09rdGR0NHztT8IR2GesWCoA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.10_1631547636309_0.11200510145420295"},"_hasShrinkwrap":false,"publish_time":1631547636609,"_cnpm_publish_time":1631547636609,"_cnpmcore_publish_time":"2021-12-16T13:32:53.905Z"},"1.1.0-beta.9":{"name":"element-plus","version":"1.1.0-beta.9","description":"A Component Library for Vue 3","homepage":"https://github.com/element-plus/element-plus#readme","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.10.1","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.21","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"eadeb51fa503949f60d789f1dbc28caf5ec1228a","_id":"element-plus@1.1.0-beta.9","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"e193cc956dfc9b731ed5cb32e2df0eddafd95dcd","size":2091067,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.9.tgz","integrity":"sha512-QA5jOHDGSDJqVGAgzNrv5TTd/bLW+zICWy1ZQuvShzfrrIX8W+xL3RZdHJWANHhbBetLBHPFMvEzLSPvPmUosw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.9_1630856486933_0.3580133293800303"},"_hasShrinkwrap":false,"publish_time":1630856487347,"_cnpm_publish_time":1630856487347,"_cnpmcore_publish_time":"2021-12-16T13:32:57.961Z"},"1.1.0-beta.8":{"name":"element-plus","version":"1.1.0-beta.8","description":"> TODO: description","author":{"name":"Herrington Darkholme","email":"2883231+HerringtonDarkholme@users.noreply.github.com"},"homepage":"https://github.com/element-plus/element-plus#readme","license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdevlivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"601aa3a0e1552e5cc919a7e7798d165a800cc0f8","_id":"element-plus@1.1.0-beta.8","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"e40a2b4767ccbee1ff9aa6d4ed284863ad246e1c","size":5355184,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.8.tgz","integrity":"sha512-L0z4UoaazLgvimU+Eb8KHwBdX6ND2sSOO/ja70FMJl7Y3T+PxP95OZAkpr1sNiBzMaVVdMef4lQLBwPqTO6PKw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.8_1630404767938_0.4465725495842472"},"_hasShrinkwrap":false,"publish_time":1630404768425,"_cnpm_publish_time":1630404768425,"_cnpmcore_publish_time":"2021-12-16T13:33:06.079Z"},"1.1.0-beta.7":{"name":"element-plus","version":"1.1.0-beta.7","description":"> TODO: description","author":{"name":"Herrington Darkholme","email":"2883231+HerringtonDarkholme@users.noreply.github.com"},"homepage":"https://github.com/element-plus/element-plus#readme","license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdevlivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"6c1945b649d5bdfaf3470d93aa45056efcc29f9d","_id":"element-plus@1.1.0-beta.7","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"9a877bc2d72f5c3ab6f78a3c45fa6f458ea87fb0","size":5671743,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.7.tgz","integrity":"sha512-+HcIwJsd0/kXl5roqgPhWhpbxL+s8cWMVD6+Lg0HS1gI9dnBZ3dN238UMYmerk+fCpN7l4V0ShuqM1gq1a7nNw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.7_1629987444654_0.8683104461161377"},"_hasShrinkwrap":false,"publish_time":1629987444973,"_cnpm_publish_time":1629987444973,"_cnpmcore_publish_time":"2021-12-16T13:33:14.306Z"},"1.1.0-beta.6":{"name":"element-plus","version":"1.1.0-beta.6","description":"> TODO: description","author":{"name":"Herrington Darkholme","email":"2883231+HerringtonDarkholme@users.noreply.github.com"},"homepage":"https://github.com/element-plus/element-plus#readme","license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdevlivr":"dist/index.full.js","sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"bb48c89a40044429de4de151cf98a11450355926","_id":"element-plus@1.1.0-beta.6","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"ba47b09b3ca434b17c6e21cc88934657d6b42ff8","size":5671632,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.6.tgz","integrity":"sha512-tcDveAyOxWuombFrR3F5TlqLB0nU1XsULPWNs2ja0hGjDWJNx/Vc06JGeMfHpoXLFZV2VNroJtMjCjTALjWxxg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.6_1629962998649_0.31766864254256566"},"_hasShrinkwrap":false,"publish_time":1629962999181,"_cnpm_publish_time":1629962999181,"_cnpmcore_publish_time":"2021-12-16T13:33:23.533Z"},"1.1.0-beta.5":{"name":"element-plus","version":"1.1.0-beta.5","description":"> TODO: description","author":{"name":"Herrington Darkholme","email":"2883231+HerringtonDarkholme@users.noreply.github.com"},"homepage":"https://github.com/element-plus/element-plus#readme","license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdevlivr":"dist/index.full.js","sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ec7dddf62cd87b30eb2b453731b19a8ef5662259","_id":"element-plus@1.1.0-beta.5","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"43ac9908857f88e220f91ce6afcd332fe2b04dcc","size":5670857,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.5.tgz","integrity":"sha512-RWdBie7FtAw/IOfbiD4DQ4O2W7+SQBHkCJt7ZVipJIUzvCQF4hbD4NjkBXpCtYRylPLDt7afAO/pC0DRV6FIgA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.5_1629886267287_0.040466977176483176"},"_hasShrinkwrap":false,"publish_time":1629886267688,"_cnpm_publish_time":1629886267688,"_cnpmcore_publish_time":"2021-12-16T13:33:32.728Z"},"1.1.0-beta.4":{"name":"element-plus","version":"1.1.0-beta.4","description":"> TODO: description","author":{"name":"Herrington Darkholme","email":"2883231+HerringtonDarkholme@users.noreply.github.com"},"homepage":"https://github.com/element-plus/element-plus#readme","license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdevlivr":"dist/index.full.js","sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"3.2.x"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"aa8e007c8fb0d35a720333b09addafe2e9b096d3","_id":"element-plus@1.1.0-beta.4","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"c82afb73ad5e35fc0ee99274783c1bbcfd8493f1","size":5624515,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.4.tgz","integrity":"sha512-wtef1yfLX4IKysspX18s5bsGU3IG6YbkueBorsXi0L/5ykFANoui8QTverAKMQ5ulBcE/jcR7wegfmXGnK9iOA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.4_1629862779093_0.2554855397623419"},"_hasShrinkwrap":false,"publish_time":1629862779889,"_cnpm_publish_time":1629862779889,"_cnpmcore_publish_time":"2021-12-16T13:33:43.311Z"},"1.1.0-beta.3":{"name":"element-plus","version":"1.1.0-beta.3","description":"> TODO: description","author":{"name":"Herrington Darkholme","email":"2883231+HerringtonDarkholme@users.noreply.github.com"},"homepage":"https://github.com/element-plus/element-plus#readme","license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdevlivr":"dist/index.full.js","sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"3.2.x"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"0bd84453976d2dc1fb0999437321d65c07c404a1","_id":"element-plus@1.1.0-beta.3","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"8c577214560a94472ef06cafd4193f53f3c8b0bf","size":5919795,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.3.tgz","integrity":"sha512-kvTOkbIGDDstCA5vtMmbXHSfxOIFwBaP56RESIvvdSMdOL0yUWwWkaHQxGjFTizK1p9s9ZbeXEAoUcXLCU+Baw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.3_1629826591057_0.5720457817014879"},"_hasShrinkwrap":false,"publish_time":1629826591540,"_cnpm_publish_time":1629826591540,"_cnpmcore_publish_time":"2021-12-16T13:33:57.327Z"},"1.1.0-beta.2":{"name":"element-plus","version":"1.1.0-beta.2","description":"> TODO: description","author":{"name":"Herrington Darkholme","email":"2883231+HerringtonDarkholme@users.noreply.github.com"},"homepage":"https://github.com/element-plus/element-plus#readme","license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdevlivr":"dist/index.full.js","sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"3.2.x"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"9f776c504b4f6db383ce839e93e735deb23c178c","_id":"element-plus@1.1.0-beta.2","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"e211bcfd7e8d7376cbbe9ff538d9d0f70af4f364","size":5925967,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.2.tgz","integrity":"sha512-Yagc9828QadE/YCweByXGLNId6H7yR9isKpSUeDWRqA/62m1mTs+g0XoPHIWMPcSTSJ7JqQJGu9DzxcQj8Yb5A=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.2_1629822694407_0.37914619741189304"},"_hasShrinkwrap":false,"publish_time":1629822694684,"_cnpm_publish_time":1629822694684,"_cnpmcore_publish_time":"2021-12-16T13:34:08.709Z"},"1.1.0-beta.1":{"name":"element-plus","version":"1.1.0-beta.1","description":"> TODO: description","author":{"name":"Herrington Darkholme","email":"2883231+HerringtonDarkholme@users.noreply.github.com"},"homepage":"https://github.com/element-plus/element-plus#readme","license":"MIT","main":"lib/index.js","module":"es/index.js","style":"dist/index.css","unpkg":"dist/index.full.js","jsdevlivr":"dist/index.full.js","sideEffects":false,"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"devDependencies":{"@element-plus/test-utils":"^0.0.5"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"d1b375905477c641d7c030af7a1900269e335c92","_id":"element-plus@1.1.0-beta.1","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"6dbe7a56750e22f0bc7df70fb79c939d14fe7cab","size":5914051,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.1.0-beta.1.tgz","integrity":"sha512-UdvrvFbybq4SQeTwwOZp5WzAxGMEKl6XMBjEIi+p8j+7tN0nSnbNqZgKtHbakWf4gvTafBngNEtp5dS5A488fA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.1.0-beta.1_1629795831909_0.797114986124349"},"_hasShrinkwrap":false,"publish_time":1629795832395,"_cnpm_publish_time":1629795832395,"_cnpmcore_publish_time":"2021-12-16T13:34:20.247Z"},"1.0.2-beta.71":{"name":"element-plus","version":"1.0.2-beta.71","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"cd packages/theme-chalk && yarn clean && yarn build","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","progress-bar-webpack-plugin":"^2.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.36.0","sass-loader":"10.1.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","ts-node":"^10.1.0","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"3b48b2870b440d3001f4ccd27a010f9366ead151","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.71","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"148f16d5a0a800549989f7869bbf4d656c652d36","size":1899371,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.71.tgz","integrity":"sha512-tlfbRORIav8gJcIpjZI5F6aJIVHIaDuGO6/vKu43lgYq4JS2JPNRTjvrSE2p4f5xLfaFNfOWjCS3sybXLfMg8g=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.71_1629258451520_0.18162667770096208"},"_hasShrinkwrap":false,"publish_time":1629258451760,"_cnpm_publish_time":1629258451760,"_cnpmcore_publish_time":"2021-12-16T13:34:24.476Z"},"1.0.2-beta.70":{"name":"element-plus","version":"1.0.2-beta.70","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"cd packages/theme-chalk && yarn clean && yarn build","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","progress-bar-webpack-plugin":"^2.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.36.0","sass-loader":"10.1.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","ts-node":"^10.1.0","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"2c8a02f54ffaaa5ca364a78b17f76ded247ac992","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.70","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"13058f4e78c5e73b19a915404d71076a13a2616e","size":1900516,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.70.tgz","integrity":"sha512-q9nqxELedLTFMCff5M5CsFbjWQYa6FvcLr1p7QZI64stZ7oEx1EcFnLEeP7dTg0g6iZf1fnaL5df1fVKWY0Dcg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.70_1628174658123_0.6253867613467166"},"_hasShrinkwrap":false,"publish_time":1628174658429,"_cnpm_publish_time":1628174658429,"_cnpmcore_publish_time":"2021-12-16T13:34:29.513Z"},"1.0.2-beta.69":{"name":"element-plus","version":"1.0.2-beta.69","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"cd packages/theme-chalk && yarn clean && yarn build","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","progress-bar-webpack-plugin":"^2.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.36.0","sass-loader":"10.1.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","ts-node":"^10.1.0","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"b05b9c1433f11d0e8c05519da90aa72ba02752f9","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.69","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"afd426005e4d5774db60a726ac5c9e3b68ce5808","size":1900015,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.69.tgz","integrity":"sha512-LXHbwI4V3Sdr6VvG22IcMZXmChiNsTmrJ93kDTkGNMto6CXDm2cd6+6d3qAJF5Gq+pS0+5YbQ9kr2imE4HHtgg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.69_1628077307113_0.9239278232823556"},"_hasShrinkwrap":false,"publish_time":1628077307358,"_cnpm_publish_time":1628077307358,"_cnpmcore_publish_time":"2021-12-16T13:34:33.857Z"},"1.0.2-beta.68":{"name":"element-plus","version":"1.0.2-beta.68","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"cd packages/theme-chalk && yarn clean && yarn build","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","progress-bar-webpack-plugin":"^2.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.36.0","sass-loader":"10.1.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","ts-node":"^10.1.0","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"d459ad083fd0d201129683c166b38b058df91043","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.68","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"99070654847bbe27c7cb920a61b86936aa569e5d","size":1617985,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.68.tgz","integrity":"sha512-w5K1DrUHYZi739D8TyiWuxNlIQs3NUMmt908YYr7dXeLwxOWxoHk4My1SRK8YluwmPua8kXAdi0yRJ8Pma3DRA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.68_1628074657569_0.8949683964557062"},"_hasShrinkwrap":false,"publish_time":1628074657859,"_cnpm_publish_time":1628074657859,"_cnpmcore_publish_time":"2021-12-16T13:34:37.054Z"},"1.0.2-beta.67":{"name":"element-plus","version":"1.0.2-beta.67","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"cd packages/theme-chalk && yarn clean && yarn build","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","progress-bar-webpack-plugin":"^2.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.36.0","sass-loader":"10.1.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","ts-node":"^10.1.0","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"d067c9e88119864df3139113ead362fe9da18b3d","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.67","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"6e8efd51c17c6557716c1b2da12b249812b7893c","size":1896332,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.67.tgz","integrity":"sha512-EYzKIedcAagoxUuhrMNtTPIHMFmhlEHrIkuzcpO2XlBM9ORkfewMzFddmrknBSaJgZwVxiCccrpvePgdoFlMvQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.67_1628049171902_0.3089168305774477"},"_hasShrinkwrap":false,"publish_time":1628049172157,"_cnpm_publish_time":1628049172157,"_cnpmcore_publish_time":"2021-12-16T13:34:40.929Z"},"1.0.2-beta.66":{"name":"element-plus","version":"1.0.2-beta.66","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"cd packages/theme-chalk && yarn clean && yarn build","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","progress-bar-webpack-plugin":"^2.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.36.0","sass-loader":"10.1.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","ts-node":"^10.1.0","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@element-plus/icons":"^0.0.11","@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"eef1ab0522debe158f7923bf5bbc0a2052906325","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.66","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"a3ca2915881946cde3fbed98eac143b48178987f","size":1844851,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.66.tgz","integrity":"sha512-+pcaNjjO2b8lGnLZqyYJCveUpf1D1y1qugCWJr5JdriRcf6Y1CZNRGqB5GsdMdOMstRXtJBXiP+NfWY6mMDWdQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.66_1627998064000_0.30250235069252174"},"_hasShrinkwrap":false,"publish_time":1627998064255,"_cnpm_publish_time":1627998064255,"_cnpmcore_publish_time":"2021-12-16T13:34:45.528Z"},"1.0.2-beta.65":{"name":"element-plus","version":"1.0.2-beta.65","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"8ccbf7b82e588a8dfc9c71ab1c1151705a955267","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.65","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"e1ff997fe395dd2e31a16517970058bc4d45fb3c","size":1690071,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.65.tgz","integrity":"sha512-qQLubUvseYlz5xIatDh4M1wd9mQ3ceEjE/cDtzJ4Y8/63fip96H/JCl39za7wEXiwhqglnu3Ag48MmMbqwgBdw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.65_1627475844276_0.7522561824459855"},"_hasShrinkwrap":false,"publish_time":1627475844583,"_cnpm_publish_time":1627475844583,"_cnpmcore_publish_time":"2021-12-16T13:34:49.950Z"},"1.0.2-beta.64":{"name":"element-plus","version":"1.0.2-beta.64","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"0047885b7ff3bbc6ed503247f02fdce6285eb143","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.64","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"2ffcc000ebe1fe35113666ed642a1d6d17a5ad20","size":1688502,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.64.tgz","integrity":"sha512-ZH6bhHgyWwVRFgAW9UbC0MfwzItMMpguEZopw1RL4OdWSPlxFwjkKAXFqWSLjYxxJ/mJKiTGIrgzFtWXfeb2Lg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.64_1627447421695_0.8276195247358065"},"_hasShrinkwrap":false,"publish_time":1627447421961,"_cnpm_publish_time":1627447421961,"_cnpmcore_publish_time":"2021-12-16T13:34:54.687Z"},"1.0.2-beta.63":{"name":"element-plus","version":"1.0.2-beta.63","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"90c7c05f116bcb064deeee9b26cc30d5e5ef7461","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.63","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"f2faf1456d8b597e1f9b88daaea2fb412d2fe675","size":1691629,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.63.tgz","integrity":"sha512-z47wZwLxtxWNl6o/E5te+AnrQZw6pPLrz8lVCFdnMcdseconldiCmfDxacUtVzMFAvC5G89fC9/PYHt28Vz2BA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.63_1627364510665_0.7327468797227135"},"_hasShrinkwrap":false,"publish_time":1627364510973,"_cnpm_publish_time":1627364510973,"_cnpmcore_publish_time":"2021-12-16T13:34:58.830Z"},"1.0.2-beta.62":{"name":"element-plus","version":"1.0.2-beta.62","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"426bbf2afe4fff40827f4fe2385cdd3c57c29155","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.62","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"7c95a091c33de797a7a85d284fbc2f10dd8308ba","size":1689070,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.62.tgz","integrity":"sha512-v4rMbL6p4z8PgsoYt8KtYf8Buw1exMeyVNpioouxH28dt/Cb9xVYbIUcJYWuKG+6IDkS+55RIsaNtUTLK7PZHg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.62_1627275645558_0.8801825950239712"},"_hasShrinkwrap":false,"publish_time":1627275645926,"_cnpm_publish_time":1627275645926,"_cnpmcore_publish_time":"2021-12-16T13:35:02.118Z"},"1.0.2-beta.61":{"name":"element-plus","version":"1.0.2-beta.61","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"a846c08a562d137e7ca9eec61321b9aed07c9b53","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.61","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"dd25da8dbc01d9b6347e3a051795007b71e67f61","size":1504556,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.61.tgz","integrity":"sha512-WO+IYnzBvcsglXtRbZiv3RyQ0rODK5iqnqbaWLgFRPTIau24vnvI3PMY6YbzRSyc1UnWLaDMK3aAXpboHFzpfQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.61_1627273237444_0.2770704184684818"},"_hasShrinkwrap":false,"publish_time":1627273237693,"_cnpm_publish_time":1627273237693,"_cnpmcore_publish_time":"2021-12-16T13:35:06.312Z"},"1.0.2-beta.60":{"name":"element-plus","version":"1.0.2-beta.60","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"07106da33ac2f56f1f4b5fdf48195dc4750c44b8","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.60","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"276c17e9cbfcd4ed409276a9310076f21a84fe16","size":1504513,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.60.tgz","integrity":"sha512-B1gc5BXgaXu3R9xytks0OAiOL4d0R/SorObN2TNoqi81ir/LZ0plWjRhxC3sc/E9TsftSbiJjEukUYzM3V79GA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.60_1627268881636_0.7253614149227119"},"_hasShrinkwrap":false,"publish_time":1627268881859,"_cnpm_publish_time":1627268881859,"_cnpmcore_publish_time":"2021-12-16T13:35:09.837Z"},"1.0.2-beta.59":{"name":"element-plus","version":"1.0.2-beta.59","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"8f20b35785cc598e3d244e1a02fd523c584bd4db","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.59","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"e1075a84d51c23314316d440c7ef3eafcaff888e","size":1503874,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.59.tgz","integrity":"sha512-anhpptY0YHRpWxgglmB7nkh56wCranIrpBT8lK/dNchuNCxPP77eBZFHoKpA3oRPV03jqiNyo2a14CmPtL0yqQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.59_1627233065009_0.7553387655101322"},"_hasShrinkwrap":false,"publish_time":1627233065226,"_cnpm_publish_time":1627233065226,"_cnpmcore_publish_time":"2021-12-16T13:35:13.002Z"},"1.0.2-beta.58":{"name":"element-plus","version":"1.0.2-beta.58","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"d6fecf9b324c4c7ba4b7fd9da7babde57c60aa3d","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.58","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"be56a98b5b8dfb08cf164bc61e5ab8194517212f","size":1488590,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.58.tgz","integrity":"sha512-56AxrfDmF8AMfHm3PuBvrDU2SXfArZSBi/rIqrLngxV3kTd5mqtOLklFZgVOD3oDs3BiNhnQMEQuc2qyI+F+TQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.58_1627100664017_0.4731972890945191"},"_hasShrinkwrap":false,"publish_time":1627100664159,"_cnpm_publish_time":1627100664159,"_cnpmcore_publish_time":"2021-12-16T13:35:15.068Z"},"1.0.2-beta.57":{"name":"element-plus","version":"1.0.2-beta.57","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"2bba6d570f46251fff729365450a03f99abbd636","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.57","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"b25a61ef363ddc0c656e51549632864989745480","size":1486166,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.57.tgz","integrity":"sha512-LWeEkG+2AzO930x14yB9fmvDGg155V4f9hQgVmJaDER3YPrh1Cka0TDI9jWzA03sQ64GrtHBuePzNJLadGp+vw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.57_1627053529998_0.49981240516860437"},"_hasShrinkwrap":false,"publish_time":1627053530233,"_cnpm_publish_time":1627053530233,"_cnpmcore_publish_time":"2021-12-16T13:35:17.134Z"},"1.0.2-beta.56":{"name":"element-plus","version":"1.0.2-beta.56","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es && rimraf dist","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-dts.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","format":"yarn format:scss","format:scss":"prettier --write **/*.scss","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","klaw-sync":"^6.0.0","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.4.1","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","ts-morph":"^11.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix","*.{scss}":"prettier --write"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"es/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"8952a1732d92888cac1c7e5f632ec59e7e79e5b6","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.56","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"ef7e000bc137638e059136b2c956f214ca493be9","size":1486398,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.56.tgz","integrity":"sha512-ZMpONNWeDEkV3eJF09sAXreAnkO9ygIz1hs4PUMNTXvHme2dP6/h7T6xz6uHiXg8wm10DJ0XjonN65ENg1ZpEw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.56_1627034554456_0.14296341978468963"},"_hasShrinkwrap":false,"publish_time":1627034554648,"_cnpm_publish_time":1627034554648,"_cnpmcore_publish_time":"2021-12-16T13:35:19.326Z"},"1.0.2-beta.55":{"name":"element-plus","version":"1.0.2-beta.55","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.35.1","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"10d83ea631e1f891972033475e6312585f25b170","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.55","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"d95886649560c4edf21568e6d4a822e4c74fcdd0","size":1784808,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.55.tgz","integrity":"sha512-I9EYxOA5H9KQ58SpFE0yejGPoAd3ui12wRLLtoS2bHdF9mrep5c6v+2cJwyc9abXGBf2RzZ8tqAp/OCCfdzjlQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.55_1625823383241_0.3383559573931918"},"_hasShrinkwrap":false,"publish_time":1625823383698,"_cnpm_publish_time":1625823383698,"_cnpmcore_publish_time":"2021-12-16T13:35:22.109Z"},"1.0.2-beta.54":{"name":"element-plus","version":"1.0.2-beta.54","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","build:indices":"node build/build-indices.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.x"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"854403e61ae6a6d0a4c8f0bd6866d8af235c1fa5","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.54","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"70eda3fc0ef4c28a1cdc6bffec8f9c34ef83cc16","size":1770332,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.54.tgz","integrity":"sha512-XXgZMnVt2ECtLyxJLVMq+faTxcYKNy9ZTaQ4cgbITgR/iGF5iXPHHjn1J1DWNLIKJ0XQRo8atAM1fyOpJsyJzw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.54_1625208028943_0.7810300225742426"},"_hasShrinkwrap":false,"publish_time":1625208029232,"_cnpm_publish_time":1625208029232,"_cnpmcore_publish_time":"2021-12-16T13:35:26.227Z"},"1.0.2-beta.53":{"name":"element-plus","version":"1.0.2-beta.53","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.1"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"c6ccdbec8fdf7b3869977ee2940c8f9d172bd95b","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.53","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"52208eccce487f452ffc5de8722cb718d6e02953","size":1770050,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.53.tgz","integrity":"sha512-PhhOBy1BWSVGWpCcu8fkmjcXvnAlc5dvith9vbNo1hPjm1cqf3AZbbt955VUTyFKWOLUOV9oD76HrNEG5ZTlxg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.53_1624614245812_0.4273879607321436"},"_hasShrinkwrap":false,"publish_time":1624614246250,"_cnpm_publish_time":1624614246250,"_cnpmcore_publish_time":"2021-12-16T13:35:29.991Z"},"1.0.2-beta.52":{"name":"element-plus","version":"1.0.2-beta.52","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.1"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"cd11befc9e1691d894f1fa347bda9e66e0ce40ed","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.52","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"c7ed94d498e390658478aa2438bc35247325b2d0","size":1767731,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.52.tgz","integrity":"sha512-oAuJHwXyvM4dsuOz7HSDPIBVPqRJ1KEzFzGqYdqbBjQ/aw79uCJxvS9Q4q9/XrPMfPire09+bPTypiIaHkNBhA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.52_1624509612233_0.9189855438005468"},"_hasShrinkwrap":false,"publish_time":1624509612481,"_cnpm_publish_time":1624509612481,"_cnpmcore_publish_time":"2021-12-16T13:35:33.972Z"},"1.0.2-beta.51":{"name":"element-plus","version":"1.0.2-beta.51","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.1"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e9ea4b4ee2e87ba4337e742329d53caa6df608e7","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.51","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"5f27a7fcfef313fd1344f6ef2433ff2fe9335cc8","size":1767509,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.51.tgz","integrity":"sha512-DLBXIt3gRleo769GV6rHHPUhDubWcwWZdvZIwH0CYrpNQW0Jqs8lXFvG+u0dgr+lnul6GZU31ZDoe3Ffq6NLBg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.51_1624454631478_0.6582902159879076"},"_hasShrinkwrap":false,"publish_time":1624454631730,"_cnpm_publish_time":1624454631730,"_cnpmcore_publish_time":"2021-12-16T13:35:38.371Z"},"1.0.2-beta.50":{"name":"element-plus","version":"1.0.2-beta.50","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.1"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"7d39b37f008b1af9beb40472098c3d83afabc9bf","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.50","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"b2af01bdaf57da1645837a704f8e8ff4795ee79d","size":1769991,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.50.tgz","integrity":"sha512-Y91l2MyNsyzet+/G82X6tAjhb+ECGkpv9QgUWT7pcAJAUZ8Z7evOx9rdkJ4Ej52Pig2kMmJ+go2aGw1hPnoJzA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.50_1624450416617_0.08935698662527702"},"_hasShrinkwrap":false,"publish_time":1624450416922,"_cnpm_publish_time":1624450416922,"_cnpmcore_publish_time":"2021-12-16T13:35:41.707Z"},"1.0.2-beta.49":{"name":"element-plus","version":"1.0.2-beta.49","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.1"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"d754934ebdca6bdfbb79b2d74737c289734857ce","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.49","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"7a16533be5c557db93c09175c60aa6d00fdcc51d","size":1486140,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.49.tgz","integrity":"sha512-fIlM9S9DR+OqIj3Is1uMVY7exu7zlGzeaS5MUVmlCrl0RIHVxzsDMQ6GlZ0sfZBysOust8E273fF7MCEZK2wSA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.49_1624435116558_0.6026177685005973"},"_hasShrinkwrap":false,"publish_time":1624435116824,"_cnpm_publish_time":1624435116824,"_cnpmcore_publish_time":"2021-12-16T13:35:45.085Z"},"1.0.2-beta.48":{"name":"element-plus","version":"1.0.2-beta.48","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.1"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"6182fd3b96a972ddace3be86f18151ce74b97e2d","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.48","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"8da99decd397b9975cd894d389096d2ed58c699e","size":1766852,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.48.tgz","integrity":"sha512-BKLjkZqZCJIYxUgwEj4ojaU0iEXHf6LPma100rMQPXZ/AUEVx3yjuo3fmTV54CTsIG+V2W1VCEnD7jF2iw+qrQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.48_1623459319952_0.9034524715172261"},"_hasShrinkwrap":false,"publish_time":1623459320206,"_cnpm_publish_time":1623459320206,"_cnpmcore_publish_time":"2021-12-16T13:35:48.913Z"},"1.0.2-beta.47":{"name":"element-plus","version":"1.0.2-beta.47","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"3.1.1"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.1.1","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"3.1.1","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"a8722d920868c0494a0b2b3991db5a796568307c","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.47","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"3594d2cee3404e1f51ccfac8b301d7f2c1816806","size":1766938,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.47.tgz","integrity":"sha512-nSWa3rwDvj4Xxs407A3fyx8t64WeZlV+XphWMENGbeyBO/ltkA6q7h2BjWUL/KEu70x1OSGRsEdvsR1a0UYJ2A=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.47_1623409435695_0.8625838636496477"},"_hasShrinkwrap":false,"publish_time":1623409435909,"_cnpm_publish_time":1623409435909,"_cnpmcore_publish_time":"2021-12-16T13:35:53.177Z"},"1.0.2-beta.46":{"name":"element-plus","version":"1.0.2-beta.46","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:components":"rollup --config ./build/rollup.config.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","esbuild":"^0.12.5","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-esbuild":"^4.2.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0","sass":"^1.34.0","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"b60e4f3befc83ecc1c81876a7f8a2e126d974cdf","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.46","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"2423dcc56ce4285d7f2365ebd5622b8b3c7d053b","size":1693650,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.46.tgz","integrity":"sha512-GevU3xNiIp+p9ZGnGRtFaJPnofsMXKwqV+cTXC266vUWw08Hbt1ronTsss/eJJ1OIHLoaFq4febv1MMTBSSjlQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.46_1622703446537_0.5892371081160299"},"_hasShrinkwrap":false,"publish_time":1622703446875,"_cnpm_publish_time":1622703446875,"_cnpmcore_publish_time":"2021-12-16T13:35:55.242Z"},"1.0.2-beta.45":{"name":"element-plus","version":"1.0.2-beta.45","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.34.0","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"26980e1a94391bf8ad60c8b673b5f2af127e0a1c","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.45","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"d7d84d284ead4f9de5aa7289b9a2af4b7f109a1e","size":1776590,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.45.tgz","integrity":"sha512-F5U+fx3Lg7fvUPVSxrDQ02HKQbD9Az0fd7SYoqUOZhTuC9PPYlLezs7Pzpme0893cki18Dh7BS1mBcWcUg9ZWQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.45_1622185139877_0.7039443548700055"},"_hasShrinkwrap":false,"publish_time":1622185140148,"_cnpm_publish_time":1622185140148,"_cnpmcore_publish_time":"2021-12-16T13:35:58.345Z"},"1.0.2-beta.44":{"name":"element-plus","version":"1.0.2-beta.44","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"962772ffe17b5bab9b465d816d39542390a348ac","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.44","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"7aff122e6181088223027adb65a4a8321e1ef4e9","size":1692658,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.44.tgz","integrity":"sha512-PmGfOnV/66LPGSsSbaesiTnmrcQ5PnoZLr2eKRv2/lJ06xUc0AiSBiktGrds0mETgC1O/mRHswXk/Se6aJtpKQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.44_1620703505023_0.5476624615455994"},"_hasShrinkwrap":false,"publish_time":1620703505315,"_cnpm_publish_time":1620703505315,"_cnpmcore_publish_time":"2021-12-16T13:36:01.380Z"},"1.0.2-beta.43":{"name":"element-plus","version":"1.0.2-beta.43","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"05c17b9b5290134cae8c0319ab39b2bf9a50ebe4","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.43","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"4dc5e9a9b96837ffc57347e47b87a144e1a1d3ca","size":1692318,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.43.tgz","integrity":"sha512-QyiJ7ceeS90tYyi0OmUxG3spE3CVrycNT2vwRRnLElKOGJMZ3WL4i20gw8fuYQ56iU64cDuRkGld51BVmFijKQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.43_1620660075010_0.401053949313801"},"_hasShrinkwrap":false,"publish_time":1620660075292,"_cnpm_publish_time":1620660075292,"_cnpmcore_publish_time":"2021-12-16T13:36:03.576Z"},"1.0.2-beta.42":{"name":"element-plus","version":"1.0.2-beta.42","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"09902a75beefa967e5c3715dce1b6cf2e4180b67","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.42","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"f2e4ca612e7757cd4b3bbb22b223540f37389ce9","size":1691746,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.42.tgz","integrity":"sha512-6BS8hC2Bs3bggHQ7CdY+pQ+AJmZhQm3UGqA3Bh2mSNC+f2Fk5IELBvi/J1zRdz69LCCW5f9XEWf5B7OrOIfcKQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.42_1620531304341_0.3960785138216065"},"_hasShrinkwrap":false,"publish_time":1620531304628,"_cnpm_publish_time":1620531304628,"_cnpmcore_publish_time":"2021-12-16T13:36:06.870Z"},"1.0.2-beta.41":{"name":"element-plus","version":"1.0.2-beta.41","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"fbb3feaea8abe1fb3dafd18c3006fb5549b30933","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.41","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"9c234b536b3401d042505c003e579bd65081f0f0","size":1691075,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.41.tgz","integrity":"sha512-GikmQdajaKB5oLxfHxhKXGXtiNoaN1wYiLr9aRx+yxwLx3nPDfoBx60+nrZoN6BOCk2M0HjBVj9TtA214WLRYw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.41_1619433569315_0.04339341283733744"},"_hasShrinkwrap":false,"publish_time":1619433569547,"_cnpm_publish_time":1619433569547,"_cnpmcore_publish_time":"2021-12-16T13:36:10.408Z"},"1.0.2-beta.40":{"name":"element-plus","version":"1.0.2-beta.40","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"cc988f9ac1f099dc06af2226688001f429ea72f0","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.40","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"30fc9b161496ae587fab86235c80b728ea43d909","size":1651967,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.40.tgz","integrity":"sha512-8S7JbBpJLUa3ggexuKuKeyrTo451gMDHa/BKJVFiHSyexcHPgnHQwHf2nIoZvY1w6FzmZPdBdZ3NoDLXu51SIw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.40_1618372678543_0.9273571400865084"},"_hasShrinkwrap":false,"publish_time":1618372678731,"_cnpm_publish_time":1618372678731,"_cnpmcore_publish_time":"2021-12-16T13:36:13.989Z"},"1.0.2-beta.39":{"name":"element-plus","version":"1.0.2-beta.39","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"fa109bb5a728cbf8a3c042c3e65f179ef707dc4a","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.39","_nodeVersion":"12.22.0","_npmVersion":"6.14.11","dist":{"shasum":"0a60524060b84cc8c69243afa3db671fbab5c012","size":1587295,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.39.tgz","integrity":"sha512-rGcBydB5zJhZL0VvPm5GJ2ZMk84cxKEYwh6uilCwyNVROtDIa1y+NqGBEEP57Y1eXS4GfHSxLLKiFAIBCIHL+g=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.39_1617948673204_0.8996904492904398"},"_hasShrinkwrap":false,"publish_time":1617948673464,"_cnpm_publish_time":1617948673464,"_cnpmcore_publish_time":"2021-12-16T13:36:17.829Z"},"1.0.2-beta.38":{"name":"element-plus","version":"1.0.2-beta.38","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"06731d8e70beafd7a1f9a87d01d80d841642ea31","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.38","_nodeVersion":"12.22.0","_npmVersion":"6.14.11","dist":{"shasum":"ada3b9de3d0c213b0de3df8bfff8b0e80cbc3776","size":1587061,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.38.tgz","integrity":"sha512-HdQJiJ0gVXOOQFW9JL5Ko4mnecEtzhgu44e3ZmzGEda9rl9Nejs7vmaS1fI9RweCzRhpeN7IrR6s16ATMLTWzw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.38_1617935396454_0.6218880131589593"},"_hasShrinkwrap":false,"publish_time":1617935396678,"_cnpm_publish_time":1617935396678,"_cnpmcore_publish_time":"2021-12-16T13:36:20.919Z"},"1.0.2-beta.37":{"name":"element-plus","version":"1.0.2-beta.37","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme && yarn build:helper","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","build:helper":"node build/build-helper.js","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","components-helper":"^1.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","@types/lodash":"^4.14.161","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"lib/tags.json","attributes":"lib/attributes.json"},"web-types":"lib/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"94024079a9f615095b27f4438b90c94b3e97d319","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.37","_nodeVersion":"12.22.0","_npmVersion":"6.14.11","dist":{"shasum":"48cf0e1f69da653a85beae758b5d8db3ac672019","size":1597041,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.37.tgz","integrity":"sha512-uoAub6wnIF+dgDskBLlqKyIMlo2+pOJARZhpepyIhk3XIbp17JUo1AtKgYvq0R0hIcJGfq5h1z4YLJYcbDDdyA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.37_1617873841169_0.9386942087879844"},"_hasShrinkwrap":false,"publish_time":1617873841460,"_cnpm_publish_time":1617873841460,"_cnpmcore_publish_time":"2021-12-16T13:36:24.824Z"},"1.0.2-beta.36":{"name":"element-plus","version":"1.0.2-beta.36","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.9"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/component-compiler-utils":"^3.2.0","@vue/compiler-sfc":"^3.0.9","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.9","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"web-types":"./vetur/web-types.json","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"ac0612965f2cd7889fdc305dbf651be7df2e7cdf","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.36","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"shasum":"78a7e1be10b9622c4fc342fdce0801650f30bb01","size":1635217,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.36.tgz","integrity":"sha512-5Qc54rH0GGtFRXpfA4ilpcOzdAw6t2m4mBXMXYjs9c5RSYP+EV+gJyfhyolXqZoOtYZ35ovBcqljlIJJD6Nz7g=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.36_1616909245804_0.5147051437767578"},"_hasShrinkwrap":false,"publish_time":1616909246052,"_cnpm_publish_time":1616909246052,"_cnpmcore_publish_time":"2021-12-16T13:36:28.820Z"},"1.0.2-beta.35":{"name":"element-plus","version":"1.0.2-beta.35","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.7"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.7","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.7","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"ea9aa0df24de162115351d0531f4c894106bf864","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.35","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"shasum":"158890bddf28f8495f261d02789bf394c5c97123","size":1609828,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.35.tgz","integrity":"sha512-T12EfxbWoNOrWE2bzXFPJdOU3cl4YWuLwxE5QKM40oPw1VYPMRrRB8Uy5TwF8h3itxzsJQ5iFj2rdDO+q3Jcdg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.35_1615780023848_0.4889031996737714"},"_hasShrinkwrap":false,"publish_time":1615780024092,"_cnpm_publish_time":1615780024092,"_cnpmcore_publish_time":"2021-12-16T13:36:31.368Z"},"1.0.2-beta.34":{"name":"element-plus","version":"1.0.2-beta.34","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.7"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.7","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.7","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"f2091973c191aad66e62ff2d890b8239dab7163f","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.34","_nodeVersion":"12.21.0","_npmVersion":"6.14.11","dist":{"shasum":"19b1fb8adb2408a852dd11e2d409e20195f09d4f","size":1323720,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.34.tgz","integrity":"sha512-StYHJha8W98JQLOSHnfmbAHOpIBEgpjdwTc/ng2GjXlEE/oPc6bDbO8d3FmCalg0y9otvGqE1ufLFNTi3WjaVA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.34_1615554550237_0.4093932670405489"},"_hasShrinkwrap":false,"publish_time":1615554550567,"_cnpm_publish_time":1615554550567,"_cnpmcore_publish_time":"2021-12-16T13:36:34.031Z"},"1.0.2-beta.33":{"name":"element-plus","version":"1.0.2-beta.33","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.7"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.7","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.7","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"66d522b310fb70d1f6572efebdbd028c28f9593b","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.33","_nodeVersion":"12.20.2","_npmVersion":"6.14.11","dist":{"shasum":"0e924c8872dbc14e916ed5d6452d9799b04d4c60","size":1605996,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.33.tgz","integrity":"sha512-CHm+KO/d1rJ8R+0S3Hi0xwHhia5KSGChp/w1M8rWZNDQsjHJv/8CEpGSet8htXzgpl4amIFEOb7+uKP38Hu2Xw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.33_1614746543703_0.5432914514811762"},"_hasShrinkwrap":false,"publish_time":1614746543941,"_cnpm_publish_time":1614746543941,"_cnpmcore_publish_time":"2021-12-16T13:36:37.042Z"},"1.0.2-beta.32":{"name":"element-plus","version":"1.0.2-beta.32","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"67ea05eb2cc19a0aeb3b3b6e7192ccd8bf5a2ce1","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.32","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"shasum":"228975cfc2255993ef7ccd90238cea9a707f0742","size":1602351,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.32.tgz","integrity":"sha512-UzRHAELlnz6aqAi5y4OyNspQvrgspAcK4dxSR3chJXmzXZIvG2tqAwu2Whgte+Cd9fptpFYPIdrfVdznwK7zCA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.32_1612774677950_0.4034784255051729"},"_hasShrinkwrap":false,"publish_time":1612774678235,"_cnpm_publish_time":1612774678235,"_cnpmcore_publish_time":"2021-12-16T13:36:40.415Z"},"1.0.2-beta.31":{"name":"element-plus","version":"1.0.2-beta.31","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","clipboard-copy":"^4.0.1","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"c8d1f8ad10cc3127503357642c90ffaf010e5335","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.31","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"shasum":"61a96111d9e9dc9d1ea511e213946db681471321","size":1601691,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.31.tgz","integrity":"sha512-ujM/vLqh3LViUbWcACpmQb60FT4o/nE1nRmPTeMcVhcgML1+BA51woPG5FOmAF8AWFB1m73VGzfex3hCoC6vJA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.31_1612092444921_0.6584382026257236"},"_hasShrinkwrap":false,"publish_time":1612092445134,"_cnpm_publish_time":1612092445134,"_cnpmcore_publish_time":"2021-12-16T13:36:44.051Z"},"1.0.2-beta.30":{"name":"element-plus","version":"1.0.2-beta.30","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"dc43e7e44e59793bff90d1b249fb94c2c82490e5","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.30","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"9b16882b97169df0b832c8b35c46cf44b256dbcd","size":1599792,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.30.tgz","integrity":"sha512-eNjdeN4PLBxHlYh7msm5KBNvAOmFMwhtMESveg+H2KhTtTp5beUcaBWZHFHiMmD5eP5IQsgD7Vw4XTFBvg3hNA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.30_1611589505332_0.49634407635467226"},"_hasShrinkwrap":false,"publish_time":1611589505714,"_cnpm_publish_time":1611589505714,"_cnpmcore_publish_time":"2021-12-16T13:36:46.759Z"},"1.0.2-beta.29":{"name":"element-plus","version":"1.0.2-beta.29","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"40eedd9460d47f81534a33026dab7efe1c77fe4f","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.29","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"0ce640e07a1fdfd89a75bfacb2006a0899a6b316","size":1599501,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.29.tgz","integrity":"sha512-wJKXQS58OXOBzOViQ44LfvauitlSx7HSZ3DAAgShZL3tUTnXX0AQE6w+UISAwql3lp2g93M3Yd+JMNnt8VpAag=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.29_1611569993140_0.02639112748394279"},"_hasShrinkwrap":false,"publish_time":1611569993366,"_cnpm_publish_time":1611569993366,"_cnpmcore_publish_time":"2021-12-16T13:36:50.280Z"},"1.0.2-beta.28":{"name":"element-plus","version":"1.0.2-beta.28","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","vetur":{"tags":"./vetur/tags.json","attributes":"./vetur/attributes.json"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"bdc0f6693c430a8a54e0573598d10ca573820f7d","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.28","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"shasum":"58b337204e9448d8e59c3bb02140e6dadfca11b7","size":1598293,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.28.tgz","integrity":"sha512-JlScFjSIdVGvzTLiJewLBMQvMVCGcSePCcbu2QsqXiVn47G4Qtq6Om8cm2Uq/gP/R6HH5OptjEAS78livWF3Bw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.28_1611130177858_0.2026994770995192"},"_hasShrinkwrap":false,"publish_time":1611130178125,"_cnpm_publish_time":1611130178125,"_cnpmcore_publish_time":"2021-12-16T13:36:53.679Z"},"1.0.1-beta.27":{"name":"element-plus","version":"1.0.1-beta.27","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"a043dd820f3373e5985813d0809bc782bd3c5bb4","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.27","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"shasum":"f7ea863e2a85f40d0bfccd9a3f778c883a844802","size":1576016,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.27.tgz","integrity":"sha512-/73TA3lTiRCBPBTlcXivHEjxhrdJB8jVHUxtfgrnBui3gSGeWhE+7gqEsmCmMWqZHXjE4FeLpGcnqCV55xl1fQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.27_1610710377450_0.910272267660365"},"_hasShrinkwrap":false,"publish_time":1610710377904,"_cnpm_publish_time":1610710377904,"_cnpmcore_publish_time":"2021-12-16T13:36:56.226Z"},"1.0.1-beta.26":{"name":"element-plus","version":"1.0.1-beta.26","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"bacfb74b726dabd86eb6d128372624ed600203e0","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.26","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"shasum":"f24181aab2569b62ca01e63541209b70d524b8ab","size":1575829,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.26.tgz","integrity":"sha512-nFzkn31AlZ+bXjnAAeXRoewesC57fI6yaUbxZaE+f1maj9ll5dbtiwk6petJhYvjQ3si4fN3A9P/qZA3ZPeyMg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.26_1610618794927_0.0007507163455147126"},"_hasShrinkwrap":false,"publish_time":1610618795174,"_cnpm_publish_time":1610618795174,"_cnpmcore_publish_time":"2021-12-16T13:37:01.110Z"},"1.0.1-beta.25":{"name":"element-plus","version":"1.0.1-beta.25","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"addf5c6184957e98d9c084158782ef68e3e51ffd","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.25","_nodeVersion":"12.20.1","_npmVersion":"6.14.10","dist":{"shasum":"298d489c77f126deee1b89486754ba760b7cff89","size":483197,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.25.tgz","integrity":"sha512-DCv1/GfaBOcdRqhHguLtbhTTaWbiA8FDmv9dB6+z9tCgU06+HPN3SxJtL215aoa6K2cx6FaUPKJYE0h98bQC0Q=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.25_1610616840607_0.32127529921858256"},"_hasShrinkwrap":false,"publish_time":1610616841116,"_cnpm_publish_time":1610616841116,"_cnpmcore_publish_time":"2021-12-16T13:37:02.569Z"},"1.0.1-beta.24":{"name":"element-plus","version":"1.0.1-beta.24","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"070e434994804b4acd783877fb0a64caebba716a","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.24","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"304b17e23fe1cdc5d90fc0c51dd16b34b237e341","size":1571981,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.24.tgz","integrity":"sha512-IIBvKrPRa4hmL7ATDvfDvsXEEyegtrPCE+DnIuVqrh9lSVpOtiizrKi8rcoyiZhzoLjrVYslv30BHPLQiHI3TQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.24_1610346176653_0.7134205987645308"},"_hasShrinkwrap":false,"publish_time":1610346176852,"_cnpm_publish_time":1610346176852,"_cnpmcore_publish_time":"2021-12-16T13:37:05.734Z"},"1.0.1-beta.23":{"name":"element-plus","version":"1.0.1-beta.23","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.4.1","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.6.3","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e844ede9ce45a5c15357bcd3ebcf82afe3f07d67","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.23","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"41e7defbe6c8d470e85e1e79810f945d3a785d7b","size":1569881,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.23.tgz","integrity":"sha512-ASCiliUSf97N+BXzgEY1PSpS6P98gTRTYsCFmA9Ssc/YyWqUSHg6OM5R+oTRoQSoGH2rNzml+wmcPL8CrbjbnQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.23_1610002263379_0.1913031706576025"},"_hasShrinkwrap":false,"publish_time":1610002263553,"_cnpm_publish_time":1610002263553,"_cnpmcore_publish_time":"2021-12-16T13:37:08.314Z"},"1.0.1-beta.22":{"name":"element-plus","version":"1.0.1-beta.22","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"ade9a18010f052d4b3556486cc1be878c8f8b6ef","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.22","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"5022fa5828f81af4bce1612aa30e09dd9c281a20","size":1560256,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.22.tgz","integrity":"sha512-Ufp6KZ89rZtB3rG91BqqtEvBmJpeweOhfILoOyUP61BEZh09PvNn9MhZf78arKG5g8KpZ0udTrOp8Hy4Z9FQ3A=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.22_1609948191371_0.8192478942786294"},"_hasShrinkwrap":false,"publish_time":1609948191642,"_cnpm_publish_time":1609948191642,"_cnpmcore_publish_time":"2021-12-16T13:37:10.462Z"},"1.0.1-beta.21":{"name":"element-plus","version":"1.0.1-beta.21","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"43f9113de01f7b89621d8c726d5f71543bb2ee47","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.21","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"1e952a0ffb22ccf003c1c4e7030d9ae3c6dd67c5","size":1560094,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.21.tgz","integrity":"sha512-NZmx+jCJlAKeP38M/6xGpPLoNF97bW07gC62juMw1fTrc69vLd3zF+PYnt09IHZBeY/yo4j7upA5FGOWJ5O9Xw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.21_1609838356433_0.00531049168623543"},"_hasShrinkwrap":false,"publish_time":1609838356829,"_cnpm_publish_time":1609838356829,"_cnpmcore_publish_time":"2021-12-16T13:37:12.847Z"},"1.0.1-beta.20":{"name":"element-plus","version":"1.0.1-beta.20","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"c5f6ec3386a8c3102a9d577a415142429509234f","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.20","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"3d5db7801fc4ffad371f3851d5769543a0bb74d1","size":1558049,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.20.tgz","integrity":"sha512-ZVHRANBkPF9AY2EJeNrWNCRZ/z+sM/lBmZdVhFGcvOI3hI8QB3ScjV8F48idpQqMTi+AnuDV+Kl18RF4pKdsrg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.20_1609732651767_0.0007870124410258583"},"_hasShrinkwrap":false,"publish_time":1609732652023,"_cnpm_publish_time":1609732652023,"_cnpmcore_publish_time":"2021-12-16T13:37:15.420Z"},"1.0.1-beta.19":{"name":"element-plus","version":"1.0.1-beta.19","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"cb382ef26ba944bb87d4c4b437a6ee404db83f70","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.19","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"fb3d6b057bd7c5014c1086713fbf77a6986a06c2","size":1559338,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.19.tgz","integrity":"sha512-bgtoHdr9t9OSDfjnM71VGOlno1V/umFghhWhYiHT1g/dtqpC7Du8fDzzoAO6QP5XrDuinTf7WjGjKjp2w1MKtg=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.19_1609584726227_0.5703322559785768"},"_hasShrinkwrap":false,"publish_time":1609584726550,"_cnpm_publish_time":1609584726550,"_cnpmcore_publish_time":"2021-12-16T13:37:19.248Z"},"1.0.1-beta.18":{"name":"element-plus","version":"1.0.1-beta.18","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.5"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0","@vue/compiler-sfc":"^3.0.5","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue":"^3.0.5","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.2","vue-router":"^4.0.2","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"f15d61ddbcf3f6c4768bad5f57936fc277953f12","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.18","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"3ba59fc464fea0ff8fabf9afe07e432f11a88f07","size":1558242,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.18.tgz","integrity":"sha512-0TOPPwT+6/fLpEnboZQHUyspubIAdRQ47qLvkXfCQZxBPhWZlov7/JmYweraTI/ct+1ngqBnbHjYoUBqH2k9WQ=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.18_1609386226915_0.7267054019698294"},"_hasShrinkwrap":false,"publish_time":1609386227209,"_cnpm_publish_time":1609386227209,"_cnpmcore_publish_time":"2021-12-16T13:37:22.161Z"},"1.0.1-beta.17":{"name":"element-plus","version":"1.0.1-beta.17","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"a3a1c3508e418cdda9826e49940404cbc54c02ec","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.17","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"0347343f48c4af293a89a3bef470dcaeb4c486db","size":1553167,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.17.tgz","integrity":"sha512-YsZVmER6Z82b7d/0OGYkodAzswCeTVS/LfeK9SS0beu/L9pcMo2DoyyxocIeQgIPeHkvp9H6txXwN+lJvqWTbA=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.17_1609086167863_0.7061896988662733"},"_hasShrinkwrap":false,"publish_time":1609086168058,"_cnpm_publish_time":1609086168058,"_cnpmcore_publish_time":"2021-12-16T13:37:25.613Z"},"1.0.1-beta.16":{"name":"element-plus","version":"1.0.1-beta.16","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"70c31d0bec5319bc623d86525721d6ac8e27c9b1","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.16","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"0ae2b83645042f849c3c9f9d25e99b8cf03671e9","size":1109131,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.16.tgz","integrity":"sha512-AHhjcTMBq07ia2BqlYbJSpVB1lzAaiNvktljNVaeOcQMS7+PA4tOSjGsA8IiRkdYB0itEAugA/XXcvVVgwvH3w=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.16_1609065082398_0.22508939665359096"},"_hasShrinkwrap":false,"publish_time":1609065082582,"_cnpm_publish_time":1609065082582,"_cnpmcore_publish_time":"2021-12-16T13:37:27.824Z"},"1.0.1-beta.15":{"name":"element-plus","version":"1.0.1-beta.15","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib && rimraf es","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh","fast-build":"sh ./scripts/build.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"691ecf5354e3796f90274e902cccf62bda321540","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.15","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"3abfa4e26a522aac1d908486f0afeb9096c01370","size":1091050,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.15.tgz","integrity":"sha512-CnnH5u6ApwMG3401DBepAhxOmw6K3cb6f58nZ55MR09A4Bl9/iCHkcHaf9maPjpuWVZ20R0h4x/icmsoziVFuw=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.15_1609053079633_0.7693898962993353"},"_hasShrinkwrap":false,"publish_time":1609053079868,"_cnpm_publish_time":1609053079868,"_cnpmcore_publish_time":"2021-12-16T13:37:29.449Z"},"1.0.1-beta.14":{"name":"element-plus","version":"1.0.1-beta.14","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"56c73bfc3017545c66e2f29e7f3c9c1fbafb1428","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.14","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"67e6742ef0a380156d306d519d474220f8c3e03e","size":1415534,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.14.tgz","integrity":"sha512-iqc8lAmj4yYTVQFlxwm5IWj3vxufgmF8FVwKgEKJfy1qQQVqA34R81IgywQpYh3jO/d+ofmHXhsm+z3ojXVp0A=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.14_1608744576396_0.4598120409508284"},"_hasShrinkwrap":false,"publish_time":1608744576679,"_cnpm_publish_time":1608744576679,"_cnpmcore_publish_time":"2021-12-16T13:37:32.194Z"},"1.0.1-beta.13":{"name":"element-plus","version":"1.0.1-beta.13","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"3cc62c7398787c9b41b75501ffa16dc1d03955cc","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.13","_nodeVersion":"15.3.0","_npmVersion":"7.0.14","dist":{"shasum":"8a79e6d07594c0eb1c1f52fde81bdc7c50bd4d52","size":1415819,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.13.tgz","integrity":"sha512-p61z2stLaIj//CaSu3KZUVzTlKh/CYcM1gl64eWpOBRh4wqb/7ojMZicolYHRgnMXm+35Tha2Oj3+/JIBO280Q=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.13_1608741958465_0.019045825355342272"},"_hasShrinkwrap":false,"publish_time":1608741958660,"_cnpm_publish_time":1608741958660,"_cnpmcore_publish_time":"2021-12-16T13:37:35.953Z"},"1.0.2-beta.12":{"name":"element-plus","version":"1.0.2-beta.12","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"eac5e573ae96eae9690e5c78a895742a0577bc88","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.2-beta.12","_nodeVersion":"15.3.0","_npmVersion":"7.0.14","dist":{"shasum":"b9042f93a7690a4ca17ed15faef27ff2a66183e3","size":672206,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.2-beta.12.tgz","integrity":"sha512-fXSpxkjDhylLF4zmalCHCNcGXqif8bKMkvfhLZxmesEUT/4bgn7cqC30salBBn0bgRAlzzszffjnKOXkKVRh9Q=="},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.2-beta.12_1608738124831_0.3502171070874516"},"_hasShrinkwrap":false,"publish_time":1608738125063,"deprecated":"this is an error release and 1.0.2-beta.12 package has been deprecated","_cnpm_publish_time":1608738125063,"_cnpmcore_publish_time":"2021-12-16T13:37:37.866Z"},"1.0.1-beta.11":{"name":"element-plus","version":"1.0.1-beta.11","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"4955140376da81b9a1d9232edee672f4a3578c04","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.11","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"bcced187b44748b8d597c2681923c5097ee95fbe","size":1409654,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.11.tgz","integrity":"sha512-qmael6DKlhJsOaEi/n7Zpw10qOCRO1irCXJ1LO8eqtl/7UCPZQNiOIIu6Gd1SgsJWbiW55NrFbHiRpfx37ZLIg=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.11_1608562018354_0.6187844232493447"},"_hasShrinkwrap":false,"publish_time":1608562018563,"_cnpm_publish_time":1608562018563,"_cnpmcore_publish_time":"2021-12-16T13:37:39.997Z"},"1.0.1-beta.10":{"name":"element-plus","version":"1.0.1-beta.10","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"b11cac4ebd92a35da5fdd9f0347b6689cbc4cbd0","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.10","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"3fdc914c4a888b899d701642e13d1904ccae01f0","size":1402686,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.10.tgz","integrity":"sha512-yjiU9Nnt8VyKJR6L2JoSa59W9pMX4A/Q6csXbd3OJ2ZcakalCP1iDGhAWmp6WQOkgmJFhhhyLENDd5HH1d5Zdw=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.10_1608263077279_0.5791268855661813"},"_hasShrinkwrap":false,"publish_time":1608263077514,"_cnpm_publish_time":1608263077514,"_cnpmcore_publish_time":"2021-12-16T13:37:42.741Z"},"1.0.1-beta.9":{"name":"element-plus","version":"1.0.1-beta.9","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"ed2d2de032fdfd5ae88fb85fd2ec3243c875c715","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.9","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"5e09a8ce5d3bce9ccdda52b8fe1fd1e017999ef4","size":1392421,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.9.tgz","integrity":"sha512-BgQtuH//pQJgoaAd5JoLRtT88qyC2n61XBbNPK/yf490mdX7GGFh+SYO1ThoHTo6hYVMBk0p5elpLKOa+IIZaA=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.9_1608131360339_0.12694105441517634"},"_hasShrinkwrap":false,"publish_time":1608131360544,"_cnpm_publish_time":1608131360544,"_cnpmcore_publish_time":"2021-12-16T13:37:44.991Z"},"1.0.1-beta.8":{"name":"element-plus","version":"1.0.1-beta.8","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.1","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"36f676cf371fe591a90ae02cd2e1d34c1837acfb","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.8","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"d64ead88cff37274262bfd9196fe4657f55149ed","size":1379629,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.8.tgz","integrity":"sha512-D1u65HYMnT44U3cmll66W4mEhxLPZTqcziJtaWwdtl6VIEjrUwnrkCScnH5mVw3w/3NwRHW6XiqZCFxqafUvhw=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.8_1607757283569_0.8864922095517418"},"_hasShrinkwrap":false,"publish_time":1607757283774,"_cnpm_publish_time":1607757283774,"_cnpmcore_publish_time":"2021-12-16T13:37:47.062Z"},"1.0.1-beta.7":{"name":"element-plus","version":"1.0.1-beta.7","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.0","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"3effc34a9d04cf6686400db66c9f7ec960fa4a6d","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.7","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"080d3754ead09a71cdf1dda371fc34b55e8fc8ef","size":1378776,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.7.tgz","integrity":"sha512-4U72sryKD/wO9oqJrB9xC4m00ARBZ14Kjcx4RVEBYP+Fl7V43SzPy0AW3ndso0byRz+gH76BkG0fzm9APcN0og=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.7_1607581121786_0.8982135049356224"},"_hasShrinkwrap":false,"publish_time":1607581121986,"_cnpm_publish_time":1607581121986,"_cnpmcore_publish_time":"2021-12-16T13:37:50.026Z"},"1.0.1-beta.6":{"name":"element-plus","version":"1.0.1-beta.6","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.0","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"79b8273fa027e6835dee16b44835fcf446d1a1fb","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.6","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"2a9c8dd7a888860e9e49e321120745ec052b51c1","size":1376953,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.6.tgz","integrity":"sha512-bVi2t7CPa+m9s7Nuv7eHtAezD6EWPSezCdTegs7BjR4Y1vU/jAMib91puZIvtD8QWhIvfzq0ZiULyPWIEO+rpA=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.6_1607490372012_0.9521757030729336"},"_hasShrinkwrap":false,"publish_time":1607490372301,"_cnpm_publish_time":1607490372301,"_cnpmcore_publish_time":"2021-12-16T13:37:52.458Z"},"1.0.1-beta.5":{"name":"element-plus","version":"1.0.1-beta.5","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.0","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"f5d4f5d25cf2749f069c6abd9f896c614d2c31bf","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.5","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"3382ad1387ac10f198a530972c983534caf4d9cf","size":1376727,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.5.tgz","integrity":"sha512-fBn39F0Tiv5Wl87BR5zji2raUZBYi/cte82iqRK4qg0G3JohJq4azHrpBsom6K2MsdWB3F3Z6LWU54YtvbGIQw=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.5_1607319290230_0.928355712645901"},"_hasShrinkwrap":false,"publish_time":1607319290555,"_cnpm_publish_time":1607319290555,"_cnpmcore_publish_time":"2021-12-16T13:37:55.210Z"},"1.0.1-beta.4":{"name":"element-plus","version":"1.0.1-beta.4","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.0","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"4519575f73e42bb9d84c52db5f9e069252032e6f","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.4","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"a548f54e4753c9a883b48ab5152a11ab4e7fe044","size":1369506,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.4.tgz","integrity":"sha512-1Ce8+oJbATpPjpe7iwO4K1RB+rlBB1BfIK2LsHZSOwfjaGAfbKUnj0vWKa4zbRJF9x7hv1t2mEd8J7/ENte43Q=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.4_1607145713251_0.6752704559663063"},"_hasShrinkwrap":false,"publish_time":1607145713639,"_cnpm_publish_time":1607145713639,"_cnpmcore_publish_time":"2021-12-16T13:37:58.071Z"},"1.0.1-beta.3":{"name":"element-plus","version":"1.0.1-beta.3","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.0","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"24470ffb9ec1429ea85929d418bea14cc3437f8b","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.3","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"945d5787823e8a44751b901b1b1a94ad2d487f5f","size":1367466,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.3.tgz","integrity":"sha512-ihqnUjhR4g3CCuoA84kzscaDrFMwPiQfKtD/EBqUOKUi7nLDk7NqHfRia0ccTAq+RkqsEAn5tZ1ih4atM+2TCA=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.3_1607002750083_0.8188287240874892"},"_hasShrinkwrap":false,"publish_time":1607002750312,"_cnpm_publish_time":1607002750312,"_cnpmcore_publish_time":"2021-12-16T13:38:00.520Z"},"1.0.1-beta.2":{"name":"element-plus","version":"1.0.1-beta.2","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.0","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"56b259e44e9a50d7a49e6441fce1647c9aaa4c02","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.2","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"0a6a10dc153ee4a4ec54775bad22a6853eae6337","size":1366454,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.2.tgz","integrity":"sha512-/E1qMMi2uWX/gtqICNLZw/Q4v2lvtBaH6uiE4tAM/9Dcr1jDBiXHPNMGBe6b98qWdVgVIHjRRtOuW9ZEScZ2zg=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.2_1606881042789_0.9530462448450059"},"_hasShrinkwrap":false,"publish_time":1606881043073,"_cnpm_publish_time":1606881043073,"_cnpmcore_publish_time":"2021-12-16T13:38:02.925Z"},"1.0.1-beta.1":{"name":"element-plus","version":"1.0.1-beta.1","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.3"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.3","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.5","vue-loader":"^16.1.0","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"2b234fb4fbbfe4cf469016361ace733d7a719b3a","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.1","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"96fab8e7da0b316fa2ea7f7f42dda3e6cde1afa7","size":1459433,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.1.tgz","integrity":"sha512-Qo6uqxp6IY59jvWwBo4IsrjEwrSJPdz6ORP714CMy29pLMdhJlx6GfrwI6QaSMChblq3R4jv2lO6YdkGft3/Hw=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.1_1606831496009_0.9583158599947703"},"_hasShrinkwrap":false,"publish_time":1606831496211,"_cnpm_publish_time":1606831496211,"_cnpmcore_publish_time":"2021-12-16T13:38:05.161Z"},"1.0.1-beta.0":{"name":"element-plus","version":"1.0.1-beta.0","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"0bc7f6d999bd5a70536df4b3609bacee7a9c7ee6","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-beta.0","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"33321316427a4a99c2a5a034acece1fdbff994ad","size":1489747,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-beta.0.tgz","integrity":"sha512-uJELOCKjY5xaMRLQy1nwgBsPEsTxYJQ3RtBIDbjU0EJ7yqKaohoGF5NyHmhjpTUEddo1dKOmfWSjUoYkCJK9HA=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-beta.0_1606648010047_0.295597557559655"},"_hasShrinkwrap":false,"publish_time":1606648010260,"_cnpm_publish_time":1606648010260,"_cnpmcore_publish_time":"2021-12-16T13:38:08.530Z"},"1.0.1-alpha.23":{"name":"element-plus","version":"1.0.1-alpha.23","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e4610e0febddeb49eab6dab14043fef254e2b9c1","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.23","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"1186c76e8a59f2d252943770e2c347e2088b82f7","size":1490533,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.23.tgz","integrity":"sha512-8lSBR6JhNBOpZSxvWS295fJ/wpFzH00uuyA+glU1nfgBkXvPqwRbXKGWtIZQMZOUe8S/PZKJ33QP+9uSD5NL+A=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.23_1606451143280_0.14882808284955584"},"_hasShrinkwrap":false,"publish_time":1606451143589,"_cnpm_publish_time":1606451143589,"_cnpmcore_publish_time":"2021-12-16T13:38:10.161Z"},"1.0.1-alpha.22":{"name":"element-plus","version":"1.0.1-alpha.22","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js && yarn build:type","build:type":"node build/gen-type.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","typings":"lib/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"53dfce0903dba7620bb6d77a9d1c770beabb9ed0","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.22","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"700453fe8468c6aadd0f934c0ca9cde1ec945f72","size":1491603,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.22.tgz","integrity":"sha512-Uez5iJAlmNghIguyYOHLo15+TUOuqbSVntB+O56sCwjw9aNcqO+69jMvy8ZywnMcPQYhOBZGo38B4LVTjGJS3Q=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.22_1606404924671_0.39442532776970407"},"_hasShrinkwrap":false,"publish_time":1606404924876,"_cnpm_publish_time":1606404924876,"_cnpmcore_publish_time":"2021-12-16T13:38:12.093Z"},"1.0.1-alpha.21":{"name":"element-plus","version":"1.0.1-alpha.21","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn clean:lib && yarn build:lib && yarn build:lib-full && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd","clean:lib":"rimraf lib","build:lib":"cross-env LIBMODE=core webpack --config ./build/webpack.config.js","build:lib-full":"cross-env LIBMODE=full webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev","upgrade:vue":"bash ./scripts/update-versions.sh"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e024c050b20a6a80398cd495ec8c91024c8851c7","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.21","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"c4af5dba0d90875190d29dc03eb3434ddb73bee1","size":1406793,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.21.tgz","integrity":"sha512-aMUioRQt/t+5Ce0CrNiT1xWC2R9RwahVVjfVzrfSoGSaLJLkm0iKQoN2s42LrB28xtlgr9JkxS+5KWLqh1QutA=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.21_1606202469092_0.21217569796897884"},"_hasShrinkwrap":false,"publish_time":1606202469326,"_cnpm_publish_time":1606202469326,"_cnpmcore_publish_time":"2021-12-16T13:38:15.080Z"},"1.0.1-alpha.20":{"name":"element-plus","version":"1.0.1-alpha.20","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"7dce7e2012cfc78229ed8faf8d14e8a06b456fe6","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.20","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"030dff0e3ede4de21c99d6b9d514ad540cd2b22c","size":1497823,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.20.tgz","integrity":"sha512-yGVE31cQIQGWv+7UgyUUnkXWba2w2P3W3UQ1jhHxcdffIvQf+fAm02J0+81gV27VFp9bvyqn0QwkRbUlY5MCLw=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.20_1606115699105_0.09335881106049393"},"_hasShrinkwrap":false,"publish_time":1606115699308,"_cnpm_publish_time":1606115699308,"_cnpmcore_publish_time":"2021-12-16T13:38:18.269Z"},"1.0.1-alpha.19":{"name":"element-plus","version":"1.0.1-alpha.19","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","sinon":"^9.0.3","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","async-validator":"^3.4.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","resize-observer-polyfill":"^1.5.1"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"777dd4ca30ba77c616b0ec0ace19c0876b74352b","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.19","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"c9b77f378807dace8e8464ff5d24fa6b1cff9559","size":1497971,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.19.tgz","integrity":"sha512-YFPCKH099cnK8ys6u+jg5KdX8/0wOkb2LHLS/t4evo3Bm+oQRvNsapkd7CBfOvUdshtlAOUJ4VUaPKWQKHH8eg=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.19_1606113860968_0.5754952082194946"},"_hasShrinkwrap":false,"publish_time":1606113861211,"_cnpm_publish_time":1606113861211,"_cnpmcore_publish_time":"2021-12-16T13:38:21.511Z"},"1.0.1-alpha.18":{"name":"element-plus","version":"1.0.1-alpha.18","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn gen:version && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"55d52a21646dc019ea9904d84528a127e6854170","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.18","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"c0f5eafa5a57d7cfb6047f55017703f525f612e2","size":1593680,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.18.tgz","integrity":"sha512-/uH01ig1kB3C49psqLRvrhZXmTCM5dQDGfxTo5BeljjjCMIeYp6ogkGusipF1WovmqZHSMrlxck3iUqVXNeDHA=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.18_1606056304123_0.3037390009212073"},"_hasShrinkwrap":false,"publish_time":1606056304350,"_cnpm_publish_time":1606056304350,"_cnpmcore_publish_time":"2021-12-16T13:38:24.829Z"},"1.0.1-alpha.17":{"name":"element-plus","version":"1.0.1-alpha.17","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","gen:version":"node build/gen-version.js","build":"yarn bootstrap && yarn gen:version && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"d8238448c19e464eef1932b411fd942d44351827","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.17","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"bea650e1b7581c6e3fae6035b9472c4909c056a6","size":1593635,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.17.tgz","integrity":"sha512-BkZAAPJTcT/ZoRkKTs3QdyJri1oILPkn1Ftzyu01V2TGek+QRg4fvybMEK6GSLx9+dSpPNwH30p+jf75/VotNQ=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.17_1606053035770_0.7586269147109659"},"_hasShrinkwrap":false,"publish_time":1606053036002,"_cnpm_publish_time":1606053036002,"_cnpmcore_publish_time":"2021-12-16T13:38:28.263Z"},"1.0.1-alpha.16":{"name":"element-plus","version":"1.0.1-alpha.16","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"58f33bd8d83fed8ac71111f6fa112c88bea82a79","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.16","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"9b4c977da0312b268dcff89e3a9c4d5ed296a3dc","size":1585205,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.16.tgz","integrity":"sha512-RqgAc78RHtIfmoEhLVhUflwFTf/nZAaCR3ZpuClhT6V936Zm3OPCd2copz4Wc+tIQcR4dLSbsN32N8YT1FaVyQ=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.16_1605840883389_0.2062413016569642"},"_hasShrinkwrap":false,"publish_time":1605840883767,"_cnpm_publish_time":1605840883767,"_cnpmcore_publish_time":"2021-12-16T13:38:31.786Z"},"1.0.1-alpha.15":{"name":"element-plus","version":"1.0.1-alpha.15","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils","build:locale":"cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale","build:locale-umd":"node ./build/build-locale.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/plugin-transform-runtime":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-plugin-lodash":"^3.3.4","babel-plugin-module-resolver":"^4.0.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","css-minimizer-webpack-plugin":"^1.1.5","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","file-save":"^0.2.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.11","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-bundle-analyzer":"^3.9.0","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"3c1fda6fbb07452c495c5cc634f7e9058177b58b","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.15","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"6e8293fca8dbb125d511b768d0b7c86b262ba186","size":1682353,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.15.tgz","integrity":"sha512-b0WT/k2Qts82fqu1Jkgw6jgumbDFlWi5ztwzyZ+QFn2PLNsQ5gCYu4/OcMlYDWnahkLQAHx8MXbRLN5REN9R3A=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.15_1605497707461_0.3704832070232531"},"_hasShrinkwrap":false,"publish_time":1605497707712,"_cnpm_publish_time":1605497707712,"_cnpmcore_publish_time":"2021-12-16T13:38:35.985Z"},"1.0.1-alpha.14":{"name":"element-plus","version":"1.0.1-alpha.14","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"npx tsc -p packages/utils","build:locale":"npx tsc -p packages/locale","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"4c65c4b6e712c6651f87738ffa310d1a4fbdb62b","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.14","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"42b89103534e4edbe11032ab7c1cd07784a76054","size":1369099,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.14.tgz","integrity":"sha512-3TPpqFrNCgCFRpS7Z4KlgfCNNI1H/p4EnDqxSKK6ZPBiDLsWA+aRbpP0pfUP8eYWM7PGkfM7u/SjVFPuFsIouw=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.14_1604480705150_0.6912510194420478"},"_hasShrinkwrap":false,"publish_time":1604480705370,"_cnpm_publish_time":1604480705370,"_cnpmcore_publish_time":"2021-12-16T13:38:39.051Z"},"1.0.1-alpha.13":{"name":"element-plus","version":"1.0.1-alpha.13","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"npx tsc -p packages/utils","build:locale":"npx tsc -p packages/locale","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"homepage":"https://element-plus.org/","license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"0109b468f114d9f98ad10bcb6ece0e40c6e8eb9b","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"_id":"element-plus@1.0.1-alpha.13","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"de80c52ac8e93c95f65564677c566e9ef5903c42","size":1369087,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.13.tgz","integrity":"sha512-MHeEbB42vrC77PtRKKbxIijtssVm2M3+AP8NPJA6YVAWOtxNvXxA1z/eCjy2gdriTMvHDw+Rc9ytKbslnuMgFw=="},"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.13_1604472682911_0.24458697587092582"},"_hasShrinkwrap":false,"publish_time":1604472683144,"_cnpm_publish_time":1604472683144,"_cnpmcore_publish_time":"2021-12-16T13:38:41.816Z"},"1.0.1-alpha.12":{"name":"element-plus","version":"1.0.1-alpha.12","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node ./build/bincomp.js","build:utils":"cd ./packages/utils && npx tsc && cd ../","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","chalk":"^4.1.0","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","ora":"^5.1.0","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"72bb569ce9ab2b1a5ec6f2672611e06b4cc3b38c","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.12","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"a832318af3574af410a94185af8bbc1f606601c5","size":1322920,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.12.tgz","integrity":"sha512-M/4jx3yHpKh4FUFFeH80Ti3G+E97VoHxeqFcaEp2IY1njsl+2oxnMSjf4Ji54Vg0C5dnywEYT6g8T2ZM+q63+w=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.12_1604330883666_0.08469152229036747"},"_hasShrinkwrap":false,"publish_time":1604330883903,"_cnpm_publish_time":1604330883903,"_cnpmcore_publish_time":"2021-12-16T13:38:44.322Z"},"1.0.1-alpha.11":{"name":"element-plus","version":"1.0.1-alpha.11","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node --max-old-space-size=8192 node_modules/rollup/dist/bin/rollup -c ./build/rollup.config.js","build:utils":"cd ./packages/utils && npx tsc && cd ../","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"9cb4aeac32c02e4489262150864b2b7df1c0493d","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.11","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"93831d1c9fe8ada069bf96e36ee07116a5882914","size":866271,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.11.tgz","integrity":"sha512-cTp3Aputz3qkkVuwmphM7tbbE7C+VADWL7Si9fftT1YAJ6V1wpxlegt68ymy8czrc4vPmj9/L6MPM2LjSsrvpg=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.11_1603867136499_0.9363777555469575"},"_hasShrinkwrap":false,"publish_time":1603867136743,"_cnpm_publish_time":1603867136743,"_cnpmcore_publish_time":"2021-12-16T13:38:46.442Z"},"1.0.1-alpha.10":{"name":"element-plus","version":"1.0.1-alpha.10","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node --max-old-space-size=8192 node_modules/rollup/dist/bin/rollup -c ./build/rollup.config.js","build:utils":"cd ./packages/utils && npx tsc && cd ../","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"bfa7a9941935552fb94cec23a6e4ab46e8e5d047","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.10","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"7d272daf03de0385f9dad9da9d94d247aa0312bc","size":867226,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.10.tgz","integrity":"sha512-8UmiwtsIMKz/+u/CUvrh4THRQSEvRp5dcT+PJUkIbpSfY7i1IsdMwHGRYk7L52BDo6slFl99O97ekdt8ZRGoIA=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.10_1603436575722_0.26154884839586723"},"_hasShrinkwrap":false,"publish_time":1603436575941,"_cnpm_publish_time":1603436575941,"_cnpmcore_publish_time":"2021-12-16T13:38:48.578Z"},"1.0.1-alpha.9":{"name":"element-plus","version":"1.0.1-alpha.9","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm && yarn build:esm-bundle && yarn build:utils","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node --max-old-space-size=8192 node_modules/rollup/dist/bin/rollup -c ./build/rollup.config.js","build:utils":"cd ./packages/utils && npx tsc && cd ../","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"1788cc4733430df55421fc002658e83e7aadfa44","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.9","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"e15586b7d34eb47ec512c07fa1ba0b5da50b7bb3","size":1496571,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.9.tgz","integrity":"sha512-yjqznmG0MJSSG5O74Urv8U7XjUX2JRmm/eCz4l7ycxb6CoM8fFA0pwQiH8XMn8EqJHImdtvIh6gFxl3ehnKvlQ=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.9_1603271590504_0.21762564919721528"},"_hasShrinkwrap":false,"publish_time":1603271590704,"_cnpm_publish_time":1603271590704,"_cnpmcore_publish_time":"2021-12-16T13:38:53.295Z"},"1.0.1-alpha.8":{"name":"element-plus","version":"1.0.1-alpha.8","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:esm && yarn build:esm-bundle && yarn build:utils && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node --max-old-space-size=8192 node_modules/rollup/dist/bin/rollup -c ./build/rollup.config.js","build:utils":"cd ./packages/utils && npx tsc && cd ../","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"b66c7494545008b624f2d25f3b6a42b4e1bd2b6a","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.8","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"e958ed4a3692ef2d3d7997b8ec991373e679e6f1","size":1496598,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.8.tgz","integrity":"sha512-8xw1EVmeqH9eCcP1fHoLrBslFewJ6Mun22tc3PdPbHnSIxxwu5lTdj6Qh13191dOJ+4RS1iD8e06xxm5yA9hQg=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.8_1603174556725_0.4149687002832916"},"_hasShrinkwrap":false,"publish_time":1603174556888,"_cnpm_publish_time":1603174556888,"_cnpmcore_publish_time":"2021-12-16T13:38:58.115Z"},"1.0.1-alpha.7":{"name":"element-plus","version":"1.0.1-alpha.7","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:esm && yarn build:esm-bundle && yarn build:utils && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm-bundle":"rollup --config ./build/rollup.config.bundle.js","build:esm":"node --max-old-space-size=8192 node_modules/rollup/dist/bin/rollup -c ./build/rollup.config.js","build:utils":"cd ./packages/utils && npx tsc && cd ../","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","lint-fix":"eslint --fix ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/plugin-proposal-class-properties":"^7.12.1","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0","normalize-wheel":"^1.0.1","sinon":"^9.0.3"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"0454d3482591c1726ff54a53b8472583a8cedf24","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.7","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"a24ee62c1655101c34481f12cc8a9e8e64c8df0f","size":1364509,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.7.tgz","integrity":"sha512-Ou4QJd18/gxSUuFm6sRl3IzQjZq5+u+7GgFaV1xVcUUth6EOhkJpgoSHlmqIMpowLoYGs+qgUEQcX1xZ9sm9Kg=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.7_1603173062864_0.466395905972508"},"_hasShrinkwrap":false,"publish_time":1603173063025,"_cnpm_publish_time":1603173063025,"_cnpmcore_publish_time":"2021-12-16T13:39:01.242Z"},"1.0.1-alpha.6":{"name":"element-plus","version":"1.0.1-alpha.6","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:esm && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm":"rollup --config ./build/rollup.config.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0"},"main":"lib/index.js","module":"lib/index.esm.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"72d3311abd0930988d169e7e2ce6f01b21758a67","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.6","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"5a3cfd2c661e28a313f35de6c98852e61f2fa188","size":1005025,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.6.tgz","integrity":"sha512-izLA920vBmalpU6KOtBrf5hLzVzoXalXRWktffE/0KuRvDSNtA9NM9oU1yXU1OQ5pOWVgTpwtIjQXEZXJvJPWg=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.6_1602830213913_0.5663378575396143"},"_hasShrinkwrap":false,"publish_time":1602830214144,"_cnpm_publish_time":1602830214144,"_cnpmcore_publish_time":"2021-12-16T13:39:03.175Z"},"1.0.1-alpha.5":{"name":"element-plus","version":"1.0.1-alpha.5","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:esm && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:esm":"rollup --config ./build/rollup.config.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib","lint":"eslint ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@rollup/plugin-commonjs":"^15.1.0","@rollup/plugin-node-resolve":"^9.0.0","@rollup/plugin-typescript":"^6.0.0","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","rollup":"^2.28.2","rollup-plugin-css-only":"^2.1.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-typescript2":"^0.27.3","rollup-plugin-vue":"^6.0.0-beta.10","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"8786faf73fcc2e5928cc6125e6711c5eb889a0ad","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.5","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"71dcbe5a1b42bce452a33b9aa96e54de9d981004","size":998338,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.5.tgz","integrity":"sha512-SZ3aM4aaqOBbo0tovtqC3qLPCZUKZwrSJFWVx4Py0JrFtd6n2YH7d+seLg5HjM3iOfDtJPDJasqOy5aDZe1www=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.5_1602729076646_0.9595087517645204"},"_hasShrinkwrap":false,"publish_time":1602729076816,"_cnpm_publish_time":1602729076816,"_cnpmcore_publish_time":"2021-12-16T13:39:06.088Z"},"1.0.1-alpha.4":{"name":"element-plus","version":"1.0.1-alpha.4","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk","lint":"eslint ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"62fe4c14f7c149a1f77ea496e1d234bd4cd9e6cf","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.4","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"6904c950df2ccb42963c3aed909c6565447a32b8","size":383888,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.4.tgz","integrity":"sha512-tj/fTChQjk8sCgR3Ag+UTcfvuxSUTF6Y+BR5wx0exoP5Zrc0QnSY1d9RVKZhnae4QGXnY9E4oojPQRxzAPtq0g=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.4_1601803548299_0.9988866969670234"},"_hasShrinkwrap":false,"publish_time":1601803548549,"_cnpm_publish_time":1601803548549,"_cnpmcore_publish_time":"2021-12-16T13:39:07.144Z"},"1.0.1-alpha.3":{"name":"element-plus","version":"1.0.1-alpha.3","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk","lint":"eslint ./packages --ext .vue,.js,.ts","website-build":"rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"cross-env PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0"},"devDependencies":{"@babel/core":"^7.11.4","@babel/preset-env":"^7.11.5","@babel/preset-typescript":"^7.10.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-jest":"^26.3.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cp-cli":"^2.0.0","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","import-from":"^3.0.0","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","mini-css-extract-plugin":"^0.11.2","rimraf":"^3.0.2","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"3b7369473c8697e155d38aabc7bcbded3834e3bd","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.3","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"4b105be42e7cea3d6ce6478627fb0f5ccf5f4a37","size":383803,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.3.tgz","integrity":"sha512-Z6k2tOTSHMkLu7tipBe4u9jQTD2QNb7dZNPSUWOU+6Eavaqb6xouxX3+nRpBvRAgF2DDx37mWc+Vv50FTkguEA=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.3_1601184791676_0.8663500821971757"},"_hasShrinkwrap":false,"publish_time":1601184791903,"_cnpm_publish_time":1601184791903,"_cnpmcore_publish_time":"2021-12-16T13:39:08.030Z"},"1.0.1-alpha.2":{"name":"element-plus","version":"1.0.1-alpha.2","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","storybook":"start-storybook","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk","lint":"eslint ./packages --ext .vue,.js,.ts","website-build":"webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0-rc.9"},"devDependencies":{"@babel/core":"^7.11.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@storybook/addon-storysource":"^6.0.20","@storybook/html":"^6.0.20","@swc-node/jest":"^0.3.4","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0-rc.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","rimraf":"^3.0.2","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vite":"^1.0.0-rc.4","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","cp-cli":"^2.0.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"d631c7b8f07c3119290ffa5dbda7c9d44dc885ed","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.2","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"6593fff0dd88e3cf708334d6a637150af9c08827","size":357579,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.2.tgz","integrity":"sha512-H2I/fH8FPY5yRdLzCtYJjOVwZwABvysS8y+XfIxWVwz2gugsRnVhU/LGq1ZEi/MfFVIDHDKo7v2L06e3PWoOTA=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.2_1600240138355_0.7198601617968465"},"_hasShrinkwrap":false,"publish_time":1600240138518,"_cnpm_publish_time":1600240138518,"_cnpmcore_publish_time":"2021-12-16T13:39:09.010Z"},"1.0.1-alpha.1":{"name":"element-plus","version":"1.0.1-alpha.1","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","storybook":"start-storybook","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk","lint":"eslint ./packages --ext .vue,.js,.ts","website-build":"webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0-rc.9"},"devDependencies":{"@babel/core":"^7.11.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@storybook/addon-storysource":"^6.0.20","@storybook/html":"^6.0.20","@swc-node/jest":"^0.3.4","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0-rc.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","rimraf":"^3.0.2","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vite":"^1.0.0-rc.4","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","cp-cli":"^2.0.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0"},"main":"lib/index.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"readmeFilename":"README.md","gitHead":"708732238a869c0af77aef1b774b19509f8b24f7","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.1","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"b9f2af4c2696c5c0319fbd5f030c552da45736ec","size":342384,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.1.tgz","integrity":"sha512-fxJaiwcTT+hFpItfmZ6khhR01Pre1p8JZ4aLKkHUXscMezmWphHl3vELDnUfz/6VoJRJe+SBXWYgPu/XFz59JQ=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.1_1600161839642_0.09640172603083896"},"_hasShrinkwrap":false,"publish_time":1600161839902,"_cnpm_publish_time":1600161839902,"_cnpmcore_publish_time":"2021-12-16T13:39:09.979Z"},"1.0.1-alpha.0":{"name":"element-plus","version":"1.0.1-alpha.0","scripts":{"cz":"npx git-cz","test":"jest","gen":"bash ./scripts/gc.sh","storybook":"start-storybook","bootstrap":"yarn && npx lerna bootstrap","build":"yarn bootstrap && yarn build:lib && yarn build:theme","build:lib":"rimraf lib && webpack --config ./build/webpack.config.js","build:theme":"rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk","lint":"eslint ./packages --ext .vue,.js,.ts","website-build":"webpack --config ./website/webpack.config.js","website-dev":"webpack-dev-server --config ./website/webpack.config.js","website-dev:play":"PLAY_ENV=true yarn website-dev"},"peerDependencies":{"vue":"^3.0.0-rc.9"},"devDependencies":{"@babel/core":"^7.11.4","@commitlint/cli":"^9.1.2","@commitlint/config-conventional":"^9.1.2","@storybook/addon-storysource":"^6.0.20","@storybook/html":"^6.0.20","@swc-node/jest":"^0.3.4","@types/jest":"^26.0.10","@types/lodash":"^4.14.161","@typescript-eslint/eslint-plugin":"^3.10.1","@typescript-eslint/parser":"^3.10.1","@vue/babel-plugin-jsx":"^1.0.0-rc.3","@vue/compiler-sfc":"^3.0.0-rc.9","@vue/component-compiler-utils":"^3.2.0","algoliasearch":"^4.4.0","babel-loader":"^8.1.0","babel-preset-vue":"^2.0.2","cross-env":"^7.0.2","css-loader":"^4.2.2","cz-conventional-changelog":"^3.3.0","eslint":"^7.7.0","eslint-plugin-vue":"^7.0.0-beta.0","file-loader":"^6.0.0","highlight.js":"^10.1.2","html-webpack-plugin":"^4.3.0","husky":"^4.2.5","jest":"^26.4.2","lerna":"^3.22.1","lint-staged":"^10.2.13","markdown-it":"^11.0.0","markdown-it-anchor":"^5.3.0","markdown-it-chain":"^1.3.0","markdown-it-container":"^3.0.0","rimraf":"^3.0.2","sass":"^1.26.10","sass-loader":"^10.0.1","style-loader":"^1.2.1","throttle-debounce":"2.3.0","transliteration":"^2.1.11","ts-loader":"^8.0.3","typescript":"^4.0.2","url-loader":"^4.1.0","vite":"^1.0.0-rc.4","vue-jest":"5.0.0-alpha.1","vue-loader":"16.0.0-beta.7","vue-router":"^4.0.0-beta.4","vue-template-compiler":"^2.6.12","webpack":"^4.44.1","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"husky":{"hooks":{"pre-commit":"lint-staged","pre-push-todo-open":"npm run test","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"lint-staged":{"*.{js,ts,vue}":"eslint --fix"},"workspaces":["packages/*"],"description":"A Component Library for Vue3.0","repository":{"type":"git","url":"git+ssh://git@github.com/element-plus/element-plus.git"},"license":"MIT","dependencies":{"@popperjs/core":"^2.4.4","cp-cli":"^2.0.0","dayjs":"1.x","lodash":"^4.17.20","mitt":"^2.1.0"},"main":"lib/index.js.js","typings":"types/index.d.ts","unpkg":"lib/index.js","style":"lib/theme-chalk/index.css","browserslist":["last 2 version"],"gitHead":"7b31f9fd67bd43a0a898e201bdd3fc87bdbd12e6","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://github.com/element-plus/element-plus#readme","_id":"element-plus@1.0.1-alpha.0","_nodeVersion":"12.18.2","_npmVersion":"6.14.5","dist":{"shasum":"d2a917311d52b7c8e8edecc7773f4b600c12c123","size":184614,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.1-alpha.0.tgz","integrity":"sha512-bhlO5ZlNWA7CnqgfSf6gwmHPGxX5JndvkUOyXz+hMk/MsGN8U3laFF6NiAhGYxvKKhdLPFZWtjXIqL60vkyC5g=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.1-alpha.0_1600161192352_0.9917728954204135"},"_hasShrinkwrap":false,"publish_time":1600161192490,"_cnpm_publish_time":1600161192490,"_cnpmcore_publish_time":"2021-12-16T13:39:10.539Z"},"1.0.0":{"name":"element-plus","version":"1.0.0","description":"","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","_id":"element-plus@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"iamkun","email":"kunhello@outlook.com"},"dist":{"shasum":"eabae451d2d79eba7aa088a8d948386654f59101","size":243,"noattachment":false,"tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.0.0.tgz","integrity":"sha512-1FFYxn9RSMMdUxym//XyrdqPyppD15fE9T3+QccVcB0yKxhDfGVMfZiDrLeqJvO1YLO9qkz1jzhRZ1I+ot9ZZw=="},"maintainers":[{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.0.0_1560333042428_0.08437709271374616"},"_hasShrinkwrap":false,"publish_time":1560333042587,"_cnpm_publish_time":1560333042587,"_cnpmcore_publish_time":"2021-12-16T13:39:10.758Z"},"1.3.0-beta.1":{"name":"element-plus","version":"1.3.0-beta.1","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.4","@popperjs/core":"^2.10.2","@vueuse/core":"^7.3.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"cd9296920f0d39b1345c25447c1b1d46dd5b7ea1","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.1","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-q3vMaKElPpuSTeIF7kuDmMOE+N1YVCCIG3fshXpz6qgjnxPbgZumVM0qGfhr8DTu9JxRbBoDok49dqtX/BWn3w==","shasum":"4df67fcedb0c13d14c9f54eea7b739109f5df49f","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.1.tgz","fileCount":5494,"unpackedSize":29184255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzoG1CRA9TVsSAnZWagAANDEP/jwADd1hPhem8WlvJwHx\nahggnnBw9AhZrNmK2Ay1e01hE4Ha53V2DSoqdIeGQOioefffoN8k9HajGehI\npILjHqEULLsVgEis3Hs9qCHfvOeXt1Wu1w2wyo7mLEUrEC1SP1w1/0XLXyqc\nUXIA/ZIs5NyjeVSFZPY83bP/EhUPoB+85c7q3DCR2riGbvBUidSrofEPLXuh\nw0oUrksIsVqn7UnJAjhtio8h0eQMUurz6Mc45m1dOxIJ4zTxD4MhloO6tl2v\ngsQ/95AMsWSzA/0JUqTJMSMGi1pSfrC1xCNrwNHEKaXstJqX23OqpTukQaPH\nNUQrKogKc4LhWHYdt31AOzawRF8ganQxXd/dtObRMp5ouQ8yiXQrTKjfzycj\nwJj8QaAtjq+h4G7byyDonuoyiZBLyI0qjntdxXLENYwxhuuF2fsWdhac64QR\nlZMb68Zp5KgqfDc9kkPjd6Vd2raC2gbDTpyGG4qeqwqVYz+v06WQDlZALZim\nSDQKeODA95f2PyJRxAmC8/LBHmO2tsDr/1ogI6KQXNfiqSb6k9RmIY9oeFiO\noQju2dNU1tKUm0jLOA4ByHfBeLDgKKQq9RsPT/XlweiXwcJp3lTZNcnoRNzz\nlBVzIDaZfG+sqwO7OA7vpfhtm1aryEVpjqXP5+yLLwLnBOASyzsC7vppsK1X\n1sM0\r\n=FJsC\r\n-----END PGP SIGNATURE-----\r\n","size":4503941},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.1_1640923572789_0.14228776642180785"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-31T04:08:20.804Z"},"1.3.0-beta.2":{"name":"element-plus","version":"1.3.0-beta.2","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.4","@popperjs/core":"^2.10.2","@vueuse/core":"^7.3.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"bf954348d304b3617b2640d8bb4bff61d12411ce","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.2","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-8FWS8soDPCUHNIid60gzvLCbb9NC3rXAPgaRik73OQ0wO6M1KcdO/Lc7zQY76JHxWsZWo7ne9Jfz6dXQJooDuQ==","shasum":"18770ee73a47f35f99834306377017bfd70d3884","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.2.tgz","fileCount":5788,"unpackedSize":28995229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2YNtCRA9TVsSAnZWagAAoN0P/2mrSCI2g7JomY9uFcVW\n9vZiSz8U1Q0W+SUPmlHo6uipq3uRoev3N7YfbeMOU8vAxrCAY8a2nxG34kUa\n92w8N36elZ9MAyPw+UPmuQA/TQg9Slf+GYTVmgPY7/JvrYWGP3256Z63O8QJ\ndoIzqWsPZHGdUyqmT1uBG5efp4MQ6qNZQGonSWBBFVYaO4x7dPt4BeOLzutZ\nZg6LfzrgYkAkuEAeL5wzvmV9hIG/Inl/t8qtAlOqeF8K5AeT6nh+NvMLY6sz\ngZR5RnDqE0m7Zc0sMbVTAN8IqCrasFkj8FgsgNW7PC9ZTL6U889nrJ6khOZ1\nUrnvkWiglAWF9FtNtr5Gtrogi1Va7Vf1wUloP6NKIL0oIid//VNWqVMoqNFP\naGtUZ/UOjr/RStc4UW+ueyFM9hYxAT1LesU6y52/KByrUvomMiQTa+QVS3NB\n0P6jWseoXx9vrhH1a33rD0FQe6W463o5QIE6Lvg9t2zrchkEEUt32h5gjH7y\nmY14VaPzFCDxfyQNKJiZfmwBTTbgYWikjBYLiozU3blnl0sbiBnJh9QbSfE5\nCIo7GsnTDpOmzCB2B9jqOKpmUQaZPOJhMVPR0C5XdV6FXgB/cxvDhtB2ZQQl\nHn0gMh0rcqVo7vPec9rWvBct7pMy2j310VriF9KQAxcOgwHK/yurBq3h6XO7\nurN7\r\n=E1hF\r\n-----END PGP SIGNATURE-----\r\n","size":4440963},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.2_1641644908814_0.47010160533168577"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-08T12:38:35.350Z"},"1.3.0-beta.3":{"name":"element-plus","version":"1.3.0-beta.3","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.4","@popperjs/core":"^2.10.2","@vueuse/core":"^7.3.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"55bb5a7bf2ed008914dd357874ba01ce2d721b35","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.3","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-OeSAfuXpZJAdakC9hsQkcBrQEib+uVzzTZ52EiZZxQ1ArktxdfONkQyZ/KTR20pfr+3gla2guhWseg60md1sLA==","shasum":"db98a4483098d2e9889eab27cb1146413cbf14cb","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.3.tgz","fileCount":5788,"unpackedSize":28998359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2rz0CRA9TVsSAnZWagAA1g8P/19y0obtx0VtczDOM5Bf\ntc4lJddUy/v+N+T4+04Bul0rT1m7zHJn0EhIFTk3Y1oMSezWdq1p88x4PAYs\nhgZRPfQS2mrSo8gUr8VOOsAd5eOZZXdS6I5VENa903I3GPf6owe2VqLNVAaZ\nNBViYtEqLL4Vqs7ClngJM1VUMHX2OFHEdXIa/cq6kRUFvCrtgM6m+vsEKCl4\nolczkK/fJt6ayrROrZgkNWQO1bGCeCu6n4B/qRiy1vxGQoLMb8sSP227otFm\n9les3sMCAf1nzxVyN8m6hNhyflN9A/wA/SFro0W51WabIlSFiT3gvFVBCH94\np1tNg3//a5sFXIsT4bpdutbbYfUE7yL1tECFGR3t/yFY4aam6rtFL7An51kI\nfVtNXgmtJ9natPz36uTQfQezM/mt49/NcdN/+Pu+BJVTGrdI6m6UkVH79bws\nFxvvKmq5tzcrXauEg4hJUNNLw4d+WLTRVsjBYJAI2moqHKIqiGS6XGQnFFMp\n9i44kX389J+cMhB84IpKcOQ4d3hSM26DIBKYAvQHvGB0gNcBJ0GQQFWqS3R6\nDHn6On1LUO9pd6tfxEkiB/8s9/nyi41ESYYCdE3cxI9S/M6nQ3dcedI5Zr7x\nbtFHYU8QFc25+/+99h0Bfdy5pSnMlzzgySThjJEZLNXZj80HMUvZLASB2mP+\nul8O\r\n=ghdR\r\n-----END PGP SIGNATURE-----\r\n","size":4442094},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.3_1641725172353_0.35999314146718464"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-09T10:46:21.418Z"},"1.3.0-beta.4":{"name":"element-plus","version":"1.3.0-beta.4","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.4","@popperjs/core":"^2.10.2","@vueuse/core":"^7.3.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"82568552d1ef3413b1ab8c7cbc6945904ef7477b","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.4","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-iCJuNJBCWUQFiK6YVPkoxRkNppPqMTeFGajdHYVLWC+pbshmHaRIBriYOF8ytFW8fPyEC77b8JlSBG/tHiLsyQ==","shasum":"20928ca5537de7b7c3590d8780fdcc5e71b1e772","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.4.tgz","fileCount":7244,"unpackedSize":33955080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3X26CRA9TVsSAnZWagAACPwQAJzyuFyZR/4rzoAkoWA3\nSbl894xjZT7S3Ovn68fGyCyHPbxxGmnCy9hezi9BT9+O3EIfCGd3ktgaOkPi\nOLb5FyeYWm2n1wzQdbadiXjbACnoKel3ZUoNyo+EzE+mXymINpoqAT/a/jKU\ncTzOgLuwyzo7hxCF82KhQ7mriNQtwCOZoGJvTRZurWXHoZlOekQ7fUG+/Adv\nvDikP0JnPTm7t/gjNIHWq84KAidlXIMkJAkhwe3iL6/hnR1ysSRUjiZTRYzb\ntHylPnZd/hShABiRgQprdV01IRcwBn93n2JwU/kMYyT9rQPScTNKXAKmJwbD\nvEmejxK6Ha7gH/41v46FeL3VDeVVRKsKOmZWfC4q6fgAQ8QdBM8yMh+KteM8\nQse4hk/7MFefSGZVSmu61DxbcXH+m9O3fr8SmyQqQUInHjORNEH946m59of+\nGa/uzUhw/X+iok4PmBT4WIchS5Oi6JqGEDKH0Hl96ihKAo1lUmASm5+r8GO/\nA/g1eAywHmHEO3MK3IIauw6XGiv+Hel9mhVbeqiNgvA78EIJgxUqtUBOUOBw\nwl9l2eCPG95+nL7fIG2X9mL8IQ6dsFY+vKXTvDbzX1La1aAxZ/4/IqpB3E2h\n42kUmlu1mhLrYDWVUFV2c9Ds7ZFPK6leSPS3I2CcHe367RnbbBgbYh4pA9vO\nMibG\r\n=uDOm\r\n-----END PGP SIGNATURE-----\r\n","size":4713204},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.4_1641905594074_0.899512821593573"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T12:57:12.903Z"},"1.3.0-beta.5":{"name":"element-plus","version":"1.3.0-beta.5","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*","lib/components/**/*","es/components/**/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.4","@popperjs/core":"^2.10.2","@vueuse/core":"^7.3.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.0","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"520ac9da855763f31f98b793fff7683cff8d31f2","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.5","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-su0sHN4ZkR5ISyP1McyiqY5wqrgZgKq0El0lSohjvjEWR3ODlgdmMfQolV0ZqTXKlO2mS16hO7nTFwX9PvZNTQ==","shasum":"cb753d03da1df81c67bf59fa0b83fa127a853622","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.5.tgz","fileCount":5788,"unpackedSize":29019891,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3kYLCRA9TVsSAnZWagAAcoEP/RMePT8gL4dD6rzh9Paa\nmqPIYKo3UnKTkiFK7hPDOHcONTbQamr+6KyAsoZCu/MLxyIzEln5vMPDMN4D\n3rVB7SCV4CtqVpyG9j6DX/r3JZUI4hmtYf6C5/JlXQEDZ1NmwBiqpwDYFhRA\n6oezJqNWY2W6qvxqxznwsu33uMfiAwSsUBU0mJEtTTFiFiUCd3tIf4XSc7YK\nA//CDEYxLFIm8KlhdvLqGJLkexa2A9TorArHOUGposGUyZ2eGqvD3LgD33pQ\nkLsxem+43Uu3YMXJEDugI1g6gbL7RFGK5cXOR6kA0r7P7H1L/Q2IKhdOvml+\nTD67+9cw78H9rWvEsmJPExDIlt7AIb4uYP3ohOCjVLQPvPOmaPEOvgjtKclX\nR9wUnU2fqD6t+XT6Ir9/cZgsbHPbJhf0gvulzYF9xrprTCKbSQZn/adUQzby\noDBwAeEjAsK6G3aydNdUTYGfMFfDx/Cu+FCC5drOAZd2M4JokpF7YJjKLYby\nnWpiTGDxK4lrWtoVdsx/YalrleDwIzF0v5qoRKOYRPx1Vn8nDS0mPRF7unGf\nqcX3hDs5q/9Cjh53SJ9YE34sjnT/2nHidAs9aNJUtB4RrdiGAHk49x8XMdu6\nzUIAI4aWRi+w+48G1dpIsYV1vOHFitKoXydQmoJEk5KDJdXJhVcvyjvx0mah\nRVTh\r\n=066D\r\n-----END PGP SIGNATURE-----\r\n","size":4441703},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.5_1641956875493_0.9020571971350093"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-12T03:18:06.308Z"},"1.3.0-beta.6":{"name":"element-plus","version":"1.3.0-beta.6","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.6","@popperjs/core":"^2.11.2","@vueuse/core":"^7.5.4","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"cfa6b42f5dd4106d33eae149c0427cfc51124080","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.6","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-PB4h0VTo+dxUgP5loMrewUMO92jxKaMqI4LmN/9xrFUKKm6FNrQSZVHEPPb8S1xhECTLthTh/SciEJOh3rXDeg==","shasum":"4d7e4fe7593fded46fad31c8537b8b85055de127","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.6.tgz","fileCount":5044,"unpackedSize":29211190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh63yoCRA9TVsSAnZWagAAI5UP/jvODlJ/FcZWDjl7iAuR\nkqoQQmG7LPONRoJ5H1iW3JxTAfp+xL3PdQjEWyLlWVs1nDqH5lHGK6x35Dvt\nw27rslY5HgpEdxbff0X9hCNsBsDyvquKG6QRjbebCYGFwsUfXF2tFFd+ycHF\nDm9VaUaslFX0E+9JBdGTUD2x4e+JQ001lLkNbI4VtHLboFbwcFYbLmep3/TK\nFcL3HLjoRJqhsWS5C0OI0P2Li4C4Tdiau2H+Ji4SFwBhECx0/NxKcF/leBXs\nqOimPgtyMRGGCChR1cKxCBRwmdA+dvPYS6Req3ERooRNpZCtEf4jFD75fWgC\n3qGKaJovBDhGPNnJ492Gpif2iTcZDMNY9+UhldqiCAnUg6tYCfNML1lI0tpn\n1cCLKx5c/6gfXVP9aZXVFHzydvbL78nh86Ytbqt6qD+nGwfivAEms5sTtiH5\nG5el+J0972xLS+Kiw5uU0T5cuk7HZQgKRDelnlqk4ac5PTxJADqP4M6gk+kx\nPtBUx3MkPdCniCFIRc77SYSYiKL/l1/GgkfOD5yzx6oftsbxuhq5O3/x9MYn\nu25wjNE0K18YgSjMi6BTknMq8IFTrwf7OUmPgLj2X2AW4G66Zambdj/LhvNl\n3PfGmUxAMai+Jnjk1PAzAun15RMt/kxM8q+ueddhVbl3snNqJzUWXTD/CSa0\n60Sc\r\n=5jYR\r\n-----END PGP SIGNATURE-----\r\n","size":4579738},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.6_1642822823711_0.818090753268687"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-22T04:00:04.610Z"},"1.3.0-beta.7":{"name":"element-plus","version":"1.3.0-beta.7","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.6","@popperjs/core":"^2.11.2","@vueuse/core":"^7.5.4","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"4e95e80f594665d53933cb87243c2042526a1525","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.7","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-zrkw0OqhJG70oA+O796HK0IU1KSHboQbHcSeQVqhWLxmv/rEHOzEAcRKKeOACQFoJY/EU7CKJVjlV+Gaww1ccA==","shasum":"8c589d5f6e945dc36181571cacd617f93d93f8f5","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.7.tgz","fileCount":5044,"unpackedSize":29188101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6+6ACRA9TVsSAnZWagAAvHUP/2+7IrmzLqBRA67LWAAV\n3gWH3g1gpS9UZ+EKZ+G5+54SaRYlPXDoe0riRkozlj5XSRfPHMx3qA1dZ5JE\nGqYTqWxn4a+ls7arakzMpk2kkfr9You4kKB2P+XCqAbwUMxMtRwnApEF7qLr\naDpBOlRwIppIPALesuI7sJjm1wcv9RkCLikxRoqzRl7iBnVMqOHUMmS906l3\nJYuqBEZcasUgOO6HvWTFPjEJvWWddK7Xij26cmB0kCINgA/IN82alz/DZzEy\nwzJIaVJrtKMGSeeiENDUkVJT91WDea7qLAx+o5luORv8N6CrCIs4rUWpxtQ1\np589zujFRB6kqhnWcrJRN7+f9TyAEoNmUCQxGpNPuibAtnVIT3poVUpWRwfy\nMD96IVuPR6cHeJiFoWJ6B0AcQqdBehYTE8dN0MDLRPcRcroooC6BGeUepQAM\n9YBC3M5GkdUbOdhHZH1U5H//h28V/YkFJCa8fkNkQ9f3NxFsy5EXcEmQz44B\nvZSZa2rX0aCLu9YFSTpjnr2YsMP35nyH5LDkGyKavrsWGbsp0Ty5MiEOXqd6\nPVoNPJPKzOZFrNehO6kpt5ygpLgX2dJQ/eU1RQ1ZRZhCXSIGKPGWLhkwX/U8\nRJJYqwGNLoaUNfpWrQIE4xJRRBSJjniKPw0ApmAz1BdyOObRvrErnqBlTZYS\npeea\r\n=Ds2f\r\n-----END PGP SIGNATURE-----\r\n","size":4576702},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.7_1642851967746_0.7130735693251913"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-22T11:46:25.028Z"},"1.3.0-beta.8":{"name":"element-plus","version":"1.3.0-beta.8","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.6","@popperjs/core":"^2.11.2","@vueuse/core":"^7.5.4","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ef3148a0b05c1f20d7b9991176f22f52ace9e1fb","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.8","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-PRYzCKKqHoQ5IWpNj0hxPyjjRhaKlQvN0WNPeVrIe4OK7SxsV2Q8lfwIwn0GDYg8uYANTytxkg0Bky8Y+SALOQ==","shasum":"1305b1b9bd6ca7e029a85c9173c848f7ebe29260","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.8.tgz","fileCount":5044,"unpackedSize":29034997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7s5MCRA9TVsSAnZWagAA9cgQAJ26D1lTexu5uMMeoG0B\n8X4VO5MWvQOkRV6uaA2QkMplN4nSbg4Qs/M3f1nJARfqxH27Yxsy+RziaY2v\nIEKsgi7HyeQi4oYqzKhFLTA+7LZei5rGjp9yvb84jg6AioaOMbgutOwHhU9R\ng4A/gw53FCy8cQdtZpuxHUrXSnkiHyZrsQ2cwPmhoKcTBK+ncsqPNTazlRZQ\nfi3ho0zbhmxhR9dwtk6RVOcEuojEd9SoPHddN3xq6UPZ2FlNGIdXLe6O8QJV\n3Qlkgs9ZbhrMt35gYoGj79FsZCAN2LzDsGdfg+Z4c582w6a8Glrru/X/ba2M\naxIERIw1dUS16lKCCs9KkxWG9NBESFR1H9+rvRZiFOZiHEHu0Sp6BWSAE2JH\nk3fhD2FjDBYekjCxEuwXN8fWMurezMxSwTGUIxFjphKMylWa1x0ojRQjFuzW\nhPyv5NCYThZbWm1tEwlsLcuXFpJlv3bDY++XFUiol4QNf/+R7vODb7Lw/6q8\n4FK7rgvVWQHwR2SyFtkK8pcMgMin9KEkFxwl7wR1dVqnXa/hATaxV3qLWYKl\neCIF/rhwRpjNjS1wDf/YBaTifqOvJ6a/VqqMSR1LQVjEfzL/Y66FQYShZ4jh\nL0jxIqtisc3XcJbvs9UVb3gouv5OV+Adf4549LJt+D4m+BhxC2Yw/N2zbKE2\n/o9X\r\n=yCSz\r\n-----END PGP SIGNATURE-----\r\n","size":4540570},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.8_1643040332503_0.5432202604317709"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-24T16:05:47.731Z"},"1.3.0-beta.9":{"name":"element-plus","version":"1.3.0-beta.9","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.6","@popperjs/core":"^2.11.2","@vueuse/core":"^7.5.4","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d68e27c1d90f34997a3f23521c42cc1d3f257680","types":"./lib/index.d.ts","_id":"element-plus@1.3.0-beta.9","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-h+I6VVtJNwjVkNhfhXp2oCYjgBN7kWQ2Y6nWzwc0wiphAlQDhGuBXAGj9eYpf1uOrMgIpFFwbRhvK7C6sOJsWg==","shasum":"eb182f30b56003b5b89b2174e6f78b603e246364","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-1.3.0-beta.9.tgz","fileCount":5044,"unpackedSize":29117073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8AUPCRA9TVsSAnZWagAApVQP+wT0FdalwBFh6PXC+Eon\n4WkuCCE6dmkP0Z2MzzCZ1Hlgzq1SfTG2OzyZO0xinTz1jkSnGM8/oIi4s4jR\nYg3y0hwaJw0Heb7p/YgkLDLLjVZ+96TjVQWRiBFKU9kWE1+qLtFgmbWwov+4\nFX7kj4fvoOfaAZsy31girSYhs3suZWXfCiVVXsdkgwhsZs8mHPXdKevru49Y\nnN05z1rkb4v7YNnacSmcQjM4ec7GrpouhieVqZ92SF10rbqREIIrrXOzWwWc\n77R3ChEGSnEMAPkwRwTIOkQpRPtzZiambgltK8xWE/uWSZgHSA3tMaDQeien\n8jIXBw+H8XpriwvKgT0Yy1aI8wtlezVBNlA1jEie3jnR3bPz0u6zubdW3XMy\n1nxD/CsUqzQEmWU0/DW0oUvL2zsJ7jWPzxxWmciEK+JrYTtdG3JOn8bpF5d9\nBb9gtJ2MfV63gPssEFRcup2Bv56kVxwKPPP7IjvDZcULyMLJQloQcCRL/Qwf\nAC4jHahcRd8ZC8o2lUr8Ae6jFPM+dp6tSm0qjO7iRBPcV68M3Kink7NV1+sH\nIVfN8l44k0pWBiBoGIREbhkf5Q7KSc5e+Q6xu2gPuh24QXXWpFG3yAapDyaQ\nruMQjE/ueTMW5xLmcTvw9i+u8YVzw9CLiJwiZ+1CglXX0Wvo/jGkW0/tjOvR\naMKx\r\n=uhfP\r\n-----END PGP SIGNATURE-----\r\n","size":4542885},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_1.3.0-beta.9_1643119887456_0.09872567676612465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T14:13:24.755Z"},"2.0.0":{"name":"element-plus","version":"2.0.0","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.6","@popperjs/core":"^2.11.2","@vueuse/core":"^7.5.5","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"1c8df2c930a48e9fbdf7b2101555e1a525ade683","types":"./lib/index.d.ts","_id":"element-plus@2.0.0","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-bLt/Ahn0ejOKuYA4HR3iuGLHTt4pRzQZwCx1G2BLHEJLZi7CfLiFnjZMhGhYNkk49ir4JHtnBJTgLhNNaKALcA==","shasum":"4ca935c29ad862a86b02e0462ee4c27a8b6331e8","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.0.0.tgz","fileCount":5074,"unpackedSize":29307449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAI61CRA9TVsSAnZWagAAxlYP/24TQ9s0I0CIjGermQSZ\nz5Dw99i39kUR7s+zyzOoXYl0TIQAJAD9HwUPIATU7s1HvoDOJVQF8R4MrA2i\nwf48fm/mPnthOCcCHXRrR3jFkPZ+TMSLyl//txAPdUTiqJkqh6w3jEf1LIez\nicIvNX+6ZAjts1wVoNUbX23xgb0fw3BZ4PUBUsqX8Qky6Se7/1scHrE3o2WV\nwz1PIzCcrJqP7sbu++7x2h7TQeTfYkJHRYqPzzi1gCaVYklB78V6eykVElHZ\nWPQWFZuX/YfRliMc18DpdPm8TMjOxgHlXGvIZqQZSE8v6yNhoCVaT98iHIJ7\nIOdXZCKgj1+2+AGn1vqI6JVyvhrq+NgVAXrzCs3M033JgScBBUIfT5raNwI7\nJoG0Qghp7piP87Ok6KiVHKjXQr1OUtIBRQATRHF0sB89W4ajfctv0T+csQo/\nWekoIWSU0gK11M9B6jdhjLBIEkFQ2jmRvZN2olA7EofhN8krfq+bQbHExbCo\nfCXlcSs7Yp6thyZttQ9zPnJDNXowciCfer24FmGreV5f1GOZVP5A7dS7eiUA\nhiqJFWXimejxStAWQ3v0B9Gg/IBdzMH88dp4Ik33Y0er1g7L3skg4V7gx8C8\nyePLl3ebc7QrGI39hO1VRvfMG3NgevaFac0DTuaG8kbRvXD6jiIjWqhPQnj4\nZR9T\r\n=L8ed\r\n-----END PGP SIGNATURE-----\r\n","size":4575485},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.0.0_1644203700817_0.21285812492564493"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-07T03:15:10.690Z"},"2.0.1":{"name":"element-plus","version":"2.0.1","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.6","@popperjs/core":"^2.11.2","@vueuse/core":"^7.5.5","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"cdebd9bbb979aeca55001564528da4bb4b702889","types":"./lib/index.d.ts","_id":"element-plus@2.0.1","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-Cdx3JhbMNGwVsU12DUewIltJ1hUYVSgx2iBB8AuNzzOxAqcxSA9e7p2lfNp8oCBQeh4ThRSaOkdLnJyO4mS3qQ==","shasum":"0ac58a45454bc17558f66b477e0233bddc18b7be","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.0.1.tgz","fileCount":5074,"unpackedSize":29309401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAOZHCRA9TVsSAnZWagAA4kQP/1bBf+BvVjkwRplf/NUg\nXjIul6gMQbsveYsR8eappbYbN5giqxkerJ7Qs0i7Pp96zx+1j8RSDEOdqZY2\nkEBKrRryTk3L8MT7yz8I9yVrQgJTSzTbACdt5kxaW84CK+KAHOZEZhywewr/\nAfweNL/sYki+PlUjFKreIagyvrf68GDQkl49KWSNB7HZ4lW0mWw+TFE3SdSy\nsVCTtk3bJlM0Q0o9s8I7Mb5t9UwKGJyfJqth6rWplMzn/hNg1qiOmj2n0aCr\nKVhQVZe/Rk87pKL8DmN17KW5K8o7nnRzrqSyVlcaYf1/tlzExTOnTCz2fq0F\nasLPwEOf3ei7kCySrNeXTrfbJbiIAXcFwD1RyWwNLkjegzeGXwBzq7zoNjYa\nfzkMy9/f1CoGx8vTF1bOfxPsGXluHDv/vn4eyTghkXiENNSHpjBCOYNZr1BJ\n6K4dybmp6wN+2IRow7UySfhkmNvmtIyQV1hMKGEM2YQagJLOOZAuJmM2nfxL\neCOQsL0mJTh/xUvN15v1veQoJcvkHEOM4hYUBgtQSzxQgt3AgJp32IoD4UOz\nhXAT98sItATIVc3E6R9xL3ScwLzMKN+3wLF0u+YK9qkTqsWBBymj0GPGgIgH\nWF0QEDT48g619BObLM17qWoy3a8b230wTkwWUeXCMpR/w7wx0UuNNS0fz40K\nsGKG\r\n=UW16\r\n-----END PGP SIGNATURE-----\r\n","size":4575546},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.0.1_1644226119713_0.009657018114483051"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-07T09:28:52.392Z"},"2.0.2":{"name":"element-plus","version":"2.0.2","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.6","@popperjs/core":"^2.11.2","@vueuse/core":"^7.6.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.1","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.178","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.0"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"6d5c24309e60f1fbfab5420b1e30654f1a5e72fc","types":"./lib/index.d.ts","_id":"element-plus@2.0.2","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-URjC0HwwiqtlLxqTmHXQ31WXrdAq4ChWyyn52OcQs3PRsnMPfahGVq2AWnfzzlzlhVeI5lY3HQiuB1zDathS+g==","shasum":"1e4a29fbc6629255b96845a99202773e774223a1","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.0.2.tgz","fileCount":5188,"unpackedSize":29074155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCg5sCRA9TVsSAnZWagAATp8P/3IuhPktySKcbw7VZM46\nnqyTzBNVCq8Eomu/PcCvfsUUSkCRVVlEZlCvEJuZ6pdZurzTiB9leOy2MhnJ\n4t3dvpvaapl66fjSjoinfLCZ5Uswd2f1hN7z3g2Z1BoaZprKwQ/Y8Fmzofy+\niRsyre6dp6xFOwMkS2JOE9K7CeO5rM9+XMUQ6AU0QL1uD6O2sCAQHfvRfm+T\nQBRRls55m2KUPmiuLHR/jAoime/MDgU0cw+61mV6aV+9a8sGng0VLWVUNTR/\n2XH/XrZoaymctjv0nvZcTG1XY+8Y+1FCNXdYKiHvQ05ni2LgaEvCbt0hNeYE\nR5w3Kdu0R5tW7i4nAgtVunGJiZh9dytU8UZ5YHRTZV7YgiAws3KQPf+ZmVCj\ndBsPE8aKhtA1jVQzODEWWEpwgeky4hJ/T5+vTag7+nAysd4PSfg6DLL0D2rc\nm7JcI8PtukmLpYNmIw3arv9JRDO6C99HGuvGl31LjR7skBKFO73xGeV0Z0/x\nDy6KY3KfD0oEfvCSCErlooey8cYZ3CqOATe5lBIN5ARpyTWbgTQK0pIwS+Yj\nxjPY/ybVAGQQzoVPkPXOX1foJqqCM/qCpxQoBJc7Rlr6HWGpI1zzA3Pg76A8\nQygBKI5vSE1nnI2wqAHU4buAE6IIEk82Yyuje5BibbO6qE7PrRLJnxc0PlXl\nd7OA\r\n=7X7Y\r\n-----END PGP SIGNATURE-----\r\n","size":4542014},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.0.2_1644826219996_0.44811148637258036"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-14T08:13:01.907Z"},"2.0.3":{"name":"element-plus","version":"2.0.3","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^0.2.7","@popperjs/core":"^2.11.2","@vueuse/core":"^7.6.2","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.178","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.12"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5593e3399660ed68e39744700c195cfc948f5396","types":"./lib/index.d.ts","_id":"element-plus@2.0.3","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-k+b4V4sGmgOpOYjrAWyp0k+N1mVaIZQ9LpbXWvmJNzE+j21DYOe9m1zGn5mFDPgeLOZcUS7QzzwYAommhwFj0g==","shasum":"e84d113ed8a1604b2656dfb30637c1ce0f9da7d2","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.0.3.tgz","fileCount":5207,"unpackedSize":29127281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGJYAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpo+w/9Ee3+0Cvs6qsIjtH7Ad7987ZuXqoNIaikKhIy0lRijc9IeE0P\r\ngozKIe3hDlhnPs1URtOpP57vWj8Hd4kgUc5smLJl644t+s3YJIi+XoyMenEH\r\nk2VWxHiflTI2WGIHo5pJF6S1wX0F3M7+kDNDjTOqGcXYfYcjxB6CkEA3g5k6\r\ndshoQn5bxeayMA0OthvR91ULIk2QkheT2EiJG7cEU0ITgdo4ux5m162SM1oT\r\nnd67EsbtuVkqBt6X/qh+L8ivbboIEgByna3xD8Uo+FeRkXIcU0vswXnbKPQU\r\n9VDfXLD/gLDc4MNGql+kw5/TL2K1VV/E12dEfRowglrRHOjCtLlEB2mx0xuW\r\nYIdSFHUGFPTjzebAMGq2mCtHGqmu65hYQo/GC5CUxwpwwgOn6DJYACLK2JA7\r\neAx6pY6w1ohW5hItsnfhZdbS8uSEplwQ0gUFA6Fb8W/Xvpn/p/2+RPXymn6C\r\nwDYHa2lID5TaVrF4KVOlIvpXk/eFPYKKAhBuflPajlHqIGijzMmwh0zVpQG8\r\n+CC6I7IyFhBL+fpzxBeLqn9FTuMe7aGh4kJRJhDdYDUcZR5ZnylZtGOOMvIm\r\n8wDSVHljltWjWrhK4FdAEXIIJm8njkUXCk59ZCXeHBVWuqMICOaKzmFiDnj2\r\nE7tqattIQwTwR0oqFN8BpuMeZB2FKJJSMQU=\r\n=m76h\r\n-----END PGP SIGNATURE-----\r\n","size":4538432},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.0.3_1645778431714_0.5735512384470185"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-25T08:43:48.734Z"},"2.0.4":{"name":"element-plus","version":"2.0.4","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.0.0","@popperjs/core":"^2.11.2","@vueuse/core":"^7.7.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.179","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.12"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"f374e6440500c4cfcafec15bad270c63e121886f","types":"./lib/index.d.ts","_id":"element-plus@2.0.4","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-g/YT/uY6zbNTAl9jL4zT8WRSf/4KG6GB3Y89MCO/lbglHsps5sdDFohcuOb8699BtIXkXsbOzdwmbk9kDHqHxA==","shasum":"2f67dd153d61764f703663fadd1754cd6d548ae6","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.0.4.tgz","fileCount":5207,"unpackedSize":29134014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHQHgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxnA/9GWeCa6Gev+GHPPsFNIci9q2peIZU41dIUnYDb+pgKjLnwjaJ\r\nz+Rqgsw9tbp8AtVsmaLWxdw4JKp51e3nZJGz2SpAtVfG6DKz/EpLFTtFwUGX\r\nRga4dcPkJIngj40uNHDIJahzxYdVEm1z5XaB2Yd3PFGKxic2WL627FqpJ9zb\r\nqRrJPG+hn83hvQYX51Qz1pGa3ORKZzGnu40Ghsln+Q/yQgoTIFey4qwWEts8\r\nvWnfVCTAhj2SdZL+wTYzLxG0Gh/U4ZBCMeobBBlM7veobj476q+Em0H3Ye4p\r\nDrI4/FnpYYjRwHetuc8c2LEvvr4ICgkqxkOGvtN+zgZWXDUhpetERqAqhVUW\r\ndISXNyI2qgNlCEDEImuRBb2SL2OV5jgGF8dIlFhrQwCWULYCzEHlhBTpAkk0\r\n/9z67pdQnfO2jaed7sdx8VNIcSU2MUOiZKvq89vzMTFc8It2UILVCtKtiqxZ\r\n8PWWEC9EjXBb+ABifVczEdMulw3FgVB13K8tet9qXNBPwoVUQ/Ohwj47u+VE\r\nQ0YQnsbrODl2jhKCpKx1VwuKi7NKXdgxZkjCOwq/6EjdieEQxJ84bw/jFWLL\r\nfyWtN5DYy/sBdHxVzHfV0ztCGU6qPnWFM9tl8Au2JwWMWQ8tpS/0PJNc+JSo\r\nthYpqs8JU9ObCwl0ikb4MUn8tZ7otV0ITmc=\r\n=1quo\r\n-----END PGP SIGNATURE-----\r\n","size":4537795},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.0.4_1646068192572_0.978450279373648"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-28T17:12:53.315Z"},"2.0.5":{"name":"element-plus","version":"2.0.5","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.0.0","@popperjs/core":"^2.11.2","@vueuse/core":"^7.7.0","async-validator":"^4.0.7","dayjs":"^1.10.7","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.179","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.12"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"531188ca1031e0ec6c326034e37dc2e42cbc6f7a","types":"./lib/index.d.ts","_id":"element-plus@2.0.5","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-zeyICvdDHSs7nwOGPAfI0B3y1HfH8o6IcKI5OA5JnHxildoQHqMycB0PPdEXAewzrsuCNigo6ihrwD9OuhDLHA==","shasum":"325e2ac98a79312564846830467d4b6e1153137c","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.0.5.tgz","fileCount":5249,"unpackedSize":29775801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJKCtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4aQ/5AVhkCJD7YVe72ZcUHjNZnsdB4jRksHCHv1OnrcjqbW9ls8jW\r\nVhI9rPmPHddATgPUmcWGdPi1QkPYjSVuBe62AAz2Mx0OoSsyS0TmMmt9RrYZ\r\nzqctiI8S7mDKDCHueFu5QQ101hMI9OwODVZ0RkJxYHT4PdiHP6Up1Mh+XgTi\r\nHHgp66gkveQcVrkcoD/SFntiSoOmKDiElrd8u8iew4aaUu1IJAfHfSZW4fqu\r\nYvI9mWQz6Td+tniX+DUVK8rbz/QTVQlCdVMt9Z0u2IstGiNM1jb+TRWNkzK7\r\nDUa6pyOVjzPfBcW5KheM4nGydWHigHYlCAJykbD8vSVipdCBUl+NCKhgKCQy\r\nz5+WGe2ADRUiFdSAikGOJHls+XvcdGh1blRQ17i6aUVNR0mPFDqMrYJYZ6zx\r\nDrxW/oYKtHT0Kf41TSbZd/+oaYUkVdUtI17Z53SA8ZT31fB/vyKUpAX3/ej4\r\njJr2UJe6I98QBS7ibku2EZLqd4wwj2kz0vq0A4jW7AKpdheePlkQnKztMz2S\r\nTwWZo5gJ/FUWT/ubEIKevbbDAcJ99GPxPfiyypYGJ9uYwZQhmKS3hPUqJJ2v\r\nd7BvvBNc2XIabldKkqyMVj0kbXtUgFtZ84t1T2CyTLnttYZ4EZRxooY9HnEd\r\n1V1Xq3c5O0HOtxHs4UanxQM2sZ71XrnolyI=\r\n=ZvR5\r\n-----END PGP SIGNATURE-----\r\n","size":4551576},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.0.5_1646567596817_0.6529675145772789"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-06T11:53:24.049Z"},"2.0.6":{"name":"element-plus","version":"2.0.6","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.0.1","@popperjs/core":"^2.11.2","@vueuse/core":"^7.7.1","async-validator":"^4.0.7","dayjs":"^1.10.8","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.179","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.13"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"2d50c88dbb75031cddc33e83b7791dee8395d0b4","types":"./lib/index.d.ts","_id":"element-plus@2.0.6","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-bh9LTFGLhhm7jJPfhzbwzO7y7t5uJ6dDFf/u3qNQYWEqkZRKvNe1uE1ugq3tQFNWs+MXMKG4tkqzfFO01O8znQ==","shasum":"c996e2804e9c4710c3bce94faa31f5b2a7ac2883","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.0.6.tgz","fileCount":5295,"unpackedSize":32223132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKzydACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAhA//blVQ1j9D1hNMVgH7BnACy/ZEczN5/IYdLvbuk4+ViqrJkJ2h\r\nkDBTBqsdNlVNwlmrWNNFymgXoJoZQ6gTGJ5B2cmReui18A9qqlZlpcN+ju3G\r\n2TyUMSfyW6PCCkyO3TfNzw9xDS3CLmlAXReT41l9j2TOUwYTh7Qke5ROkbFk\r\n28kQ/NxNgkUAze2JIoYO00OwWqFzz4rcTVSTiQ5fxCdyGE70Bocys+XUXPG4\r\nljOgaw2wwgLM+pyW4VAwG7LqhAlA4nTkO+mp/+p2EfaEkzvL53oueWKPClMe\r\ncyXsyc5OrRO29GZbV/aaOWofkhkZRl8WYkd98PROe6RMGGIjUxF2a/qC0SzE\r\nvONhcmtoDwHiiVqirVppy4Q5aNvvRmUk9lNRxWNmi2qGIcD7zIxj5IAuMzRF\r\nAESI+RQyNeZ3KdB+n4s1Ic/ROsVrSvBIceTPFxuSD4CzHa8Uu+X30qHWHjMa\r\nc6L8VxGHjppIcPvFguII/p8tlFf8UnXtvcqu7G/0GwUn9HTsezvCDXw/U50J\r\nB+CSyh5n0324VA4n5NKCEBQt3URf7CeR8VE4kd7+Etb07qWYSJWAnaMgcqhP\r\n/k5jNnfdBJkPwhQXierlNcEFw9rC/6BYePhs1ktoycfi7cxYg44OwI5bbkal\r\nJIWNPLnSZnC7Zpb7GPCdCH9haJbtBrGF96g=\r\n=ZIwt\r\n-----END PGP SIGNATURE-----\r\n","size":4899525},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.0.6_1647000732713_0.8686468264281864"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-11T12:12:23.654Z","deprecated":"Wrong build outputs"},"2.1.0":{"name":"element-plus","version":"2.1.0","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.0.1","@popperjs/core":"^2.11.2","@vueuse/core":"^7.7.1","async-validator":"^4.0.7","dayjs":"^1.10.8","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.179","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.13"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d6690f8d1a4dd95ffaea75e0d69a71a70217dc50","types":"./lib/index.d.ts","_id":"element-plus@2.1.0","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-PQM3LMv5qKf0sS/k+PXuBcmKl1Eb3b7fxKPyFHZ6eodZcNykbEMcpLZefQkvmDr6calVnuQ7TUnTm7Tm9LJXvg==","shasum":"ac46b4e0f92c9f028b43bd561b7f0f03e61c81cf","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.0.tgz","fileCount":5273,"unpackedSize":32022093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLI+aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmowmw//dR63rHCiSKqw2UuT89FxZ1Q0Y3qDfH8VkIuc2gFOSh9vCsCU\r\nAeNKWv8fYpHHxro8yS3PJCEzl+5+9QURO9SdFo3b+yWPpV5Y7cfWXJwU+JUa\r\nRL8OL3d67P49BKYXd612zdqQIU0kglNcaSXhXVoTmvU/5Kcsu3Egpvm0LMsH\r\npDAU2hes2ZktHAS99HTsG3LJPb/aVvkgDULXsJBSX+E7Md7dob69pA8H/Xum\r\nCSL5SxohnAEAV1AntCosvAZ9L49fuZ9OxSTo7sK838++UOvM4zSl46GJxLq2\r\nVF/PUVFvBUd/WbJ0qZJetMHMb6tIFbyIo3LaTZXqnUEZHQIQemt9EPZ8G6ji\r\nedqVVrd2jtduRiaUx76/pLNehuj1QHFaizJZQnh7aMUFFRsU2HpKurpGZfpX\r\n7SfnTTdAZNIshtgtL2dE0Yd9orXj+2Hut34dYwoe4JqPtB6hozUkzbyi9zOQ\r\n5yxumm9s6iGcWZK5uDh4Pl5oPlNYmzpIJmi2fO4Nb4gLcnMEPud3ABN8EJJl\r\nTMBeT2tvIokuCcTw8caaLpG1uwnXrj1/BqhKIMVX0AK3LftcT3mNLwNFSyF+\r\n7dgurghW1VJ+B9WmpU3yOnvpNVkcEwbacy4iL9lQ0i9sJ/Trqw/KvSju+Csx\r\ntt2oUGs2YMy34bkD8Y1bYP+0i7QW3RoIVT0=\r\n=DD2+\r\n-----END PGP SIGNATURE-----\r\n","size":4864630},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.0_1647087513714_0.8719145333806222"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-12T12:18:43.115Z"},"2.1.1":{"name":"element-plus","version":"2.1.1","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.0.1","@popperjs/core":"^2.11.2","@vueuse/core":"^7.7.1","async-validator":"^4.0.7","dayjs":"^1.10.8","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.179","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.13"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"094cbef4225100b1cb7ef93d45cc0f94bb99b7d5","types":"./lib/index.d.ts","_id":"element-plus@2.1.1","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-XG6XBo9tLYzfW1MNTgGoBOoPGnfMAkFWJSsCaS5M7ekOCszC4HKCj4OqIkusGemLvzR8O96S06swzQwzNBe2uA==","shasum":"b06581e3e506d63a4c536341ed45a2813dd300a1","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.1.tgz","fileCount":5274,"unpackedSize":32434812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLhJPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUjQ/7BG9xdhGUSu20fQyfriUbepWhMcDdcVWPJ5Ai+G9bHJPbVfy6\r\nZ/S6RED8Nilck+or02FMC403YBgcT4z6vP3/2Ddzq+MI8IiJU3aU4CrP7Ves\r\nmsWEmWw4QjfzInWW1ZOvYk6fZwhA/3IocQaMn7EOyASQNk3m8cfYt+lOaFAG\r\nDpn1IxTY2y7PV309fD17Ef1hI1Z7BlDCfLdeLNvoxeRLYdO7bT5MOleqV6cG\r\nvyKyZmeDfwTaJncyQTBNyO7ZW4LrTxrx22wv1H/jk52UAjJo9w2waft+Ag2K\r\nZMXifdsJUHC9kiro8IJIcIDGA2aMIErgUjTtYMfDp8dMnz/bpxs8dRJXc8B5\r\nvHgq8CleLzhINz0jMudTouTvkXKHFdW90FcTShSpVjDnG2Rz7XE/JwQiSZrP\r\nwIQdwP9rVF5gqVh5lfaBSxN2jL12Ixi1ThXICiXXstiMGRtZ6/5rbkzO5EAo\r\nGOkM5jCBK6WxDOAKOYcNzjW6DnHMFpTMjuCwkbaZ4NWTxjbFyzU9TuW6EROi\r\n/2+dhRldEXKnJQh179XxR7qBsioyF3Kg/+UqGZvUBxfxSS0ymORHyJLmMZzg\r\n9QxnNfKhHK2SKRI9EZgEL9JHu0oNqDuIEcxZqpH0aBYsJwQQZe1RquWLcRN6\r\n8YYeeP7pA6tBKsFo2eBKND6rJGtzSI/TeZ4=\r\n=/f3R\r\n-----END PGP SIGNATURE-----\r\n","size":4880525},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.1_1647186511466_0.992785562606811"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-13T15:48:38.496Z"},"2.1.2":{"name":"element-plus","version":"2.1.2","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.1.1","@popperjs/core":"^2.11.3","@vueuse/core":"^7.7.1","async-validator":"^4.0.7","dayjs":"^1.10.8","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.179","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5cfdcf225e0e5d6098e2e733b392a81812f3b6b1","types":"./lib/index.d.ts","_id":"element-plus@2.1.2","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-aG6IDgfEEUTBNbgvtvzOvmM3yo09/E0EDq3l/kDjCUec74q5rnVKvLvKjAVE0CDxVjNZzXd3BghRaBly9HJ6aw==","shasum":"96c4f2ce50491a7a70f9cc16c70a4e2635de3d75","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.2.tgz","fileCount":5274,"unpackedSize":32429346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLziqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofEA/+IL/QMkmlkwM0xI4OGkUGzOnmrv1rSxTepzrnOljIp5GzTRjg\r\nmuSFoW5Xv+yNrrCL6z+TW9wtYvKm14hxZnCdBRNeG6Jj8M1yFhYOL6Y2tbwy\r\nrClbygyD/2BFr7I+b7GEjS58BnYufVKNw2Ptp1Iz6gGPModFlRS/BV74S240\r\nx6FZodwib6nZ0Opt0bWFMkELsooXMqeYHG+sj56yyKxJ4uAQMWPMpDzJoglO\r\nDPF3Hb8GY0z7bsD7+AlNIquV/vysb/etwd2PpvQHFwALHYSQ8r8MLJeeHtMB\r\nue/9NKGf4AiTQIQNt/VI5xdgr9HGxmJxs1dON1e9ajFUgTHE9TDIPj9WV+j4\r\nOPkTQbwuRvpaJ2zlHRHrWsnTo+w+MYdCHPmoU4jSy94d+nW6eMNXkAHpYmZY\r\nfLA2aCIkK3kh00oo0ycCMriYLxV/E0r+hVXdXh+AG6Z+QqT9uPK015i0ywjH\r\ng2ieAVNHJL8aEVDNeQ0MpgxxLywvYB1D4/E2xg5ambI0O4yQgER2U2Ij7h1c\r\nMp2g7ZsugjcX1dK9tjW834x1mdWgCavPBPHcElHv8Y5/LI18zNqikyiLeAGv\r\nWetREQZ0guOmzYUXrVdwllRbAN3JPLg7ydL8Byt4hZHjSW4zZTkGoQuzfmOt\r\nzcw/QhMUTs6v7hOFcDGeodxLwRdy8iZ/PNs=\r\n=Pbkw\r\n-----END PGP SIGNATURE-----\r\n","size":4881851},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.2_1647261866231_0.7510827637991859"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-14T12:44:32.734Z"},"2.1.3":{"name":"element-plus","version":"2.1.3","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.1.1","@popperjs/core":"^2.11.3","@vueuse/core":"^8.0.1","async-validator":"^4.0.7","dayjs":"^1.10.8","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.179","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"41a40006f3245d0eb9160643d8aef48de222d83f","types":"./lib/index.d.ts","_id":"element-plus@2.1.3","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-DnkuOEo0qAoeXftkV1tlIPbEf4oF7oGKpOwEpi7aCI7SOI9i3OcYws+A/6HV0VFTmz65hqxpiskgWKMa50S1FQ==","shasum":"8fd05e8e4ade911c749c79cd4e76ab21631ef707","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.3.tgz","fileCount":5274,"unpackedSize":32446777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMIiuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSSBAAjFGqT1/j/ndqcj8cRCGOT6eejUgd9ESkixX18TcGxY7o23/w\r\nOOg6YyPs9JsRP7WP0K7BzNwfgeWKtP2nOrkQE7jnCJuch+5CPLKwRCj0G/tV\r\nnoM1n6+23bPTWDYTl9fjMqQkEaM07DRkQwMIQhNAskgCxsqTa7EDjLOEVZ0F\r\nE3DD7rEdTv08kUaZRmqMTmoNY3k67NuSeFI69TnxJvvDn5QhBIoapAwooLXE\r\n33IuI71FcHgWw9gJFpUxt+sIKrtF5bm9jRCe7WSTgDysneR2SWtQX5OdmdMK\r\n6Hn7mYTbFpytnhKDYObnzvhYTOjUGCRsqj7ALeLuQJ5EUrcr4yAmbrGp+/FG\r\nZBO/sqlbX0ohEVa9Wm/B0Qxh8ZU5FEsdfd8/Pd93UW4GyiSfLyw7vZh+Ak8M\r\n/CAUovgAu8ucnntaf1RP7PEmJHuNs+UQKOOkwec7ZZ+66sIOzrSW05DaZvyQ\r\nugmOEWfBstFbUcuLsYGFggSSks/bGDeHcbowmFnY1r7Zvv0qt4/q7t3WEdhG\r\nLdbKGR3Fd1i2CecvUJB5LqAP287Q8nU3U5+QjfQt6cB/Ep6FAaSE5OOKk+NO\r\njXmjU9CR5pyAhIhEw7KGwWCuoxm2jysfJVnHH/IEZbPorTTikbe+JKEqwP/7\r\nFnxyH9uM1LfqtMZG2NWItGIExTnz+FOUm+k=\r\n=DDs8\r\n-----END PGP SIGNATURE-----\r\n","size":4888074},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.3_1647347885983_0.9751577858900238"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-15T12:38:12.883Z"},"2.1.4":{"name":"element-plus","version":"2.1.4","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.1.1","@popperjs/core":"^2.11.3","@vueuse/core":"^8.0.1","async-validator":"^4.0.7","dayjs":"^1.10.8","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.179","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"41119bd4ea63e5da0631bd80145672fcb5afdb83","types":"./lib/index.d.ts","_id":"element-plus@2.1.4","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-pcwgDbKUrzyWbixYB/zIbLPLBQ/NPGPJnGXJ+jYozUSthPW4SuriaUGJKgbAE6PDBAtw3IodiT2E2GbiaZLxww==","shasum":"52ad532d5c7c321822244bd12ff5c03ba6e22632","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.4.tgz","fileCount":5274,"unpackedSize":32459940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMfh3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2/g/+MR/DC6oYqHYCvOgfyYyIs6J3bop43psimdyfCDbjipRmd1hS\r\nGA0jEVB7OEIdSFcSusvMsEBDAemOSDIOjMrA7Jg1aU3xpJNLtW4DbiOg+VMP\r\noRBY0jbhlI7RissGSDOCJNDow/yEoOYUEuuL/BXnwAPZ5pv6xOpHbpjnKPQc\r\nQVbWnaHSSWTUWo605jHwJnXU+hDJNr+iJOUV3LUSoAgFksJ+9gGOoP3cvS+u\r\nJWbXDx+yOixjvf7QLTBxk5Q3wVMn0ZN0OHjl9xjjyFljO1zSjlYRl+Owa9Hh\r\nqSpYdEW+bIYX7n4QUOyeEm+MVs4TVKoc59fiaV6TkYVoZRjDki6lWLwJLTUU\r\nUBaYD8+a36y5elHtRMXkvjqjMpOfy9gi4XpcuFrCVL9BPTT5v4RpEX4FP4xL\r\nGLxujG+boQc2OhTu69bsc8JEwZGjjImVcRbc1gBhKGZ+6KbCSWLEfjdbOhXC\r\nNp73vrqJv2obf5kwLtHaUdWrTjoIaK2dr+61RaCw5TY3DyBDRlkBRTCLn2q2\r\nc9qoUCUCZlBEWN9UGSwgtnFtxyy3jDlqGU+5TzsdCcL9dGXKXrpb4pxi+v7n\r\nh6H9uqO3UO7hK0xBlUOq+p42DFM+nI/rHOYhS8hQrWVy3Xb+HatJMyq0Hx7V\r\nUpfEYYHRhu7ai2ZuaAGydJEGgE0WiqoJ1w0=\r\n=HHrx\r\n-----END PGP SIGNATURE-----\r\n","size":4889572},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.4_1647442039478_0.23380821805245033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T14:49:15.348Z"},"2.1.5":{"name":"element-plus","version":"2.1.5","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.4.1","@popperjs/core":"^2.11.4","@vueuse/core":"^8.1.2","async-validator":"^4.0.7","dayjs":"^1.11.0","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.180","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"f99b93cf396e72847cce64df7ad8bafff5aba992","types":"./lib/index.d.ts","_id":"element-plus@2.1.5","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-QHssDDY2uIJVmfXHkPU7DOxDMqlb2UCsfpJaYRrAYpZC4YIrbtQCcw26A7uRZogDu+ampAaZzGQqioDLdKNkiA==","shasum":"7bd8e9a3f7be0ab41cb5d836f03271606e05a2db","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.5.tgz","fileCount":5316,"unpackedSize":32951626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPm+kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpzcg/6A+dClCCSERV/NqTmW/eBcpfiCexbRj/EsSYcttnFhCMP1V8S\r\nk5SE2fzw5AsX1+Su1qqq8zcDd4E2FhHwv8xDiBDe00KF9YTWNj0eWIk8HgPu\r\nNLMhm2gR9ht+nJ0wpIXdi9Wpx6Bdj6Rq1NgShqOe7FDlVUQoAO7oks8chl/4\r\n9PMIDLvoB7NqyZgsXY894rBx8yBmGy6xeYTCaVltvoSb4uuGJzcAKHqoi4zi\r\n+FGobUh6CwfXajWNNiZONn76C7K8Sa/PYtplmz+pL+kYASMy6vS1GQt0hg9V\r\nm2lFT+uC2RV96jf/yI3zFGeHctP7ALatwgFcH/+GIaOZOmhcv3HSI35Ayksw\r\n4YQ7aBdlP6078dfv0x/sNHFG8kSXrCLY1bLT21wjhOPRS9g5i4YqZ08ckiey\r\nwyjeZtX+R9GXL/1FE4r9fynhOYp4xzuZdWmbGSHiOUx62Ey4v2odlklacGGT\r\nc6Z4AHXtmJakbguIinVdp2y1XFnYM3I3nRNEnyiamdxevoqwc0Esh69xlxaS\r\nh/QuWGUk1lObFINMSotqczA0iDBWwTHAPU5viY1Yt0tS45/JIXyx//DphDS5\r\nlH+gyEcmeo2Y5isKInhn5BAqhp5r0/gIpXd1yb4CDmn/d+JYXQtXKM6WMxkR\r\nNCQcGR71+4UQkQBdDhRXc0RVlPuZp50RKDw=\r\n=P6FB\r\n-----END PGP SIGNATURE-----\r\n","size":4960415},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.5_1648258980347_0.31462275499326675"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-26T01:43:09.914Z"},"2.1.6":{"name":"element-plus","version":"2.1.6","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.4.1","@popperjs/core":"^2.11.4","@vueuse/core":"^8.1.2","async-validator":"^4.0.7","dayjs":"^1.11.0","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.180","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"312a07f39537bf6768a8b7b88b6f4759ede659f5","types":"./lib/index.d.ts","_id":"element-plus@2.1.6","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-IqZoD7xtdfZZsPMfDDVfv/lxeHL58o/eOoaGE4T3bc+asWrOlLnG1ppRHFVyh+hVIgyhDoBlol2NOL4+h9Jfkg==","shasum":"e2cecbd8132ba0845f59e5225cefa77d2f29f876","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.6.tgz","fileCount":5400,"unpackedSize":33187064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQBsZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJWQ//QHgaaDv58JR0anyr+FDqnRSaDdm7OQqwaLe77QIBySloLRqw\r\nhL+GLsCDFljKnw+rzq6eVo6o+rFQSZ2lpUeS0NK7alyoUXK1fDYZoavsbKgJ\r\njCaFu5bGECUiztWe6u/phxl5OgMM4gJS6jnNafKu7HemWrOpECjoS1VAhj/q\r\nkqAM9tIKtzFLp4BMqotooZg2G9shrApux24AR4GM2Fnzu+RWedNkeyIexPyU\r\nuDzo0y8h4V5OkOvSiGtRPjAcAVUWRBt5xUkNH5XYzAt/bXr4Nqe5VatBENR1\r\negZalYysrUXRUGUfCCHlCwDnp2sY6JjmIHEsN9IUocdf3iZq9gIC7OLhp1eT\r\n3k494S58SEjwZEjCCruYq4G3LlNvOlJHHYCTXNu29Mhqo6V180XCAsA/xSfM\r\n9tbmgPSfBXT8bpO+C7xA6adtYF8uZfqVDpN9Kfyq4UUf9udIGcnr7x1P4jUz\r\n7O0vlkwz8eV1iXB5C4zzUtf12fpgnI+WS5708/cX8or0dt7oeRWgODu6JbNy\r\nkrWZJpmnMSUtbFH3bXF0tkBB+R5OLaE0xcSVCWsis4t0ezWPTsqcJaJJdN4X\r\n6GnI5Lmq3kUxs/2Aa8Y3SygGf2SGJR7Kd1rQwU4pQxJVNCVSLgvXGC7c4Gr8\r\nwv5EgZuwq6l8TmLTGhNMZF0rs5L8OlIsnKM=\r\n=NkXu\r\n-----END PGP SIGNATURE-----\r\n","size":4986200},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.6_1648368409497_0.536431107083092"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-27T08:07:09.121Z"},"2.1.7":{"name":"element-plus","version":"2.1.7","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.4.1","@popperjs/core":"^2.11.4","@vueuse/core":"^8.1.2","async-validator":"^4.0.7","dayjs":"^1.11.0","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.1"},"devDependencies":{"@types/lodash":"^4.14.180","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.19","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"fc3514f667e8a9f3938c2045a910e50679a43d83","types":"./lib/index.d.ts","_id":"element-plus@2.1.7","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-jamE9F/a2rfAQJwf3kLaDfWXxhjXuAJAvrto76SLJsJfr3iIUAzC849RHdn6h7tNJy9Yanq8GlQAsdBe5lJmrA==","shasum":"329226c5de5f0407c60e732f447bd96a1052d1ec","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.7.tgz","fileCount":5400,"unpackedSize":33188735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQcsaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSdg/+P6i1M+Vr9Nxhchc3790OSD4cQXRcpQSY3QSwglsTRy+oJnL4\r\n0R+J3BLZEVVwRmrcgvtwzwzyvzgPtg5UWTew25rgFYCifTrvNfT7oVhTMAI4\r\nyLHFlNGSnwhjxjFeGlzvPJd1j2k5phjdyv7Jnaa9eKQP1eLH06O8pFQ/LJ4+\r\nNioiYpZiUeDflklWqIL9Jtc60/z9saJ6qS0cKtKLgAqHpHg+VHBIqCw3fKgh\r\nx/dhSiuhjoGTvfF+udF8AgLOgSEbhKahnNNOvsWS1GXBHdfUbIJnUV8ZEUoa\r\nXZjipmADvoNzEvnOtESgt/H5UEGS/haSux/vIUL1jLIehQQBbso0IXj+uZ6e\r\nEw/x0iVBhNtJsZfH9uKcpgdtLpDd2CbxOHg/zirKw+8dvTSVb1h5meKeKZHf\r\nORLbGvS/zBaAV1o1Y7+ivjt79cn46bZmkaWH27HgKoLji1DSQE+eS+VilUK/\r\n8sCSfjBb3eiUBWriISQ6W5/2ilNM6ljlLYH3LEXCweJN/siJ5emkpd+XNPLl\r\nSSfKOxdRxVF9fehwRrXyOyy4pv3O/GAfRcKDZ0XLBlTPIEIcqrRQ6ZQYHUhe\r\nPcWhDbQLucXizD5DNFgpyW8WjQ54CJqIpEBDzRkvBa7z+SHh+/Ax5w7afszE\r\nRGp+ryBKoTSbum0m+K0jPZBCRB8G0psBOZ8=\r\n=GQ0B\r\n-----END PGP SIGNATURE-----\r\n","size":4985981},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.7_1648479002447_0.6806755484150635"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-28T14:51:02.305Z"},"2.1.8":{"name":"element-plus","version":"2.1.8","description":"A Component Library for Vue 3","homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"main":"lib/index.js","module":"es/index.mjs","style":"dist/index.css","unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.4.2","@popperjs/core":"^2.11.4","@vueuse/core":"^8.2.3","async-validator":"^4.0.7","dayjs":"^1.11.0","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/lodash":"^4.14.181","@types/lodash-es":"^4.17.6","@types/node":"*","csstype":"^2.6.20","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"abbf308b822d2437670af7ccf47d6d22450dde6b","types":"./lib/index.d.ts","_id":"element-plus@2.1.8","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-hwFtzw0R5lKMhWf3oVvSU/ucfN8RiY8DRaRWo6LktX4RlWWA2QjKfDXtISBi5Rb303Ny4I0Sgz0CA1Fd4Z2GGg==","shasum":"4480e47ae6e7c86763cc0cf383e86f749f748526","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.8.tgz","fileCount":5458,"unpackedSize":33893805,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCi3sSV9P+DjtVTyTsBns3zqG1JGoies3LmG9litl/WkwIhAPSKkgCKhaSFnzJFk5h6Qhy2JGTi0Ek15mCwAuY+xmMz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSaD5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohBw/7B5PXYEAzQ52R4gdb0HFEtid0W1cg16LqANJdSC087xIa8ZW5\r\nEf8LHxv93r8Z7aH/8wBqSL/ProCPYaTLRESCEm/+ZJwJMKm7DPgIj3a6t7im\r\nkqzmL6un5u8haADQuvHPIsDBAEQ0R8V03aOBZb1T3nSsyGwnr8hQbz7FPU7e\r\nWTZApldo7ta8UAWWPIp8L1zURWtyu8vKR6XhMt2qUO0IAYKHgE1tCXLDOIz1\r\nkOvLeoajd5KejYOexQZIeGMSMyGCMYwwdhMMXeBdEt9KsFUTiKXrdusZ91Tz\r\nrjJ2LzlrKCcReJDrNNEm74V7qEiTZVYDKRkUnzk29Kw76MyhQrYdzIxqJi5o\r\nTcMajRpkBAe6GRdKfjzxKm+68MsnmGUzMGHPtqFwxJKZ8pRiM73I9CFG3Yjl\r\n/+J2yi2/fFTWDKLBIc18/SerpXzfuyuKS43KxbKxyAN2TqFxEUq9D4b1/+UD\r\n54JQJBJm5cJjuLahbnskX2eH0haW10mVVrgWcJj0A+5YFzxoQQWmVv8ZE1wl\r\nE0nNC1a4otuiWJfRuSlUnqgmrWd/ezhQIbbAgb3fmn+4xfKw01detf10w1UL\r\nkkpUFwOQc0dgCg3hb4gXPrBQmqqIoTduube25OMgQU/Kejgw6kmvBV9Xseqj\r\n41njfDjVxYYZ2LCF3Hik5VBhinFzAneTp7Q=\r\n=N6kc\r\n-----END PGP SIGNATURE-----\r\n","size":5083602},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.8_1648992505223_0.5029948993222828"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-03T13:29:31.798Z"},"2.1.9":{"name":"element-plus","version":"2.1.9","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.0","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.4.2","@popperjs/core":"^2.11.4","@types/lodash":"^4.14.181","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.2.4","async-validator":"^4.0.7","dayjs":"^1.11.0","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5e3749a0443b55f2f7a7e2f6f02a29998a16f98d","types":"./lib/index.d.ts","_id":"element-plus@2.1.9","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-6mWqS3YrmJPnouWP4otzL8+MehfOnDFqDbcIdnmC07p+Z0JkWe/CVKc4Wky8AYC8nyDMUQyiZYvooCbqGuM7pg==","shasum":"8779b041f32f871eef2f903ee4c0da16dfb13024","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.9.tgz","fileCount":5560,"unpackedSize":38528588,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD87ngwlcy+iy6T1Mhc/UCS69BCsnTcp5UnP2KCdk4kvQIhAKwOzMEINbpNcG3EZX88LZT+ttRkHo/i4Zw8iUAWdwot"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiU6CaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmroRg//XjtnoaIF1Lxl1synI987t5J/jDY17FVkhtaNF5cTBOZRZP3k\r\nRwopudYBilWHgp3dSpLFxcRU7JhQp8sqCIwfUGQI0/dXHFwriH5h/IQB+CNn\r\nsZIEVqA33LzMQwAJJ82vGui47KfRSwA4G797BsNXy0G4ix34qw0tYNQp2PRF\r\nr5YOvugpsQBiUMKM0I9yW7zzeGbfTC6ifm17PwkeGdSTG9F4pTb30aQ0CMLx\r\nW+HQQO6AzYqqiPbMeTgztk+wmSIeM07+nxW17mGtAEwGFTvQuyIaP/+1WKt/\r\nX2XYPhGlsKq8R7OX3Wgj1rITWT7fCHi2Hs2Iupq6O4f75vqK7Zp/jB/oUUsS\r\n08EkWn035A0wh5wSetUP5ZtlqTyd2t3cbJYx6GsbM5Q7m21uzQ30H0uCMXoa\r\nFm/5LGrBncxtAxDCsqHJYbENFHgFUmU5BB2Z6ZE+s2TuoH0oA8t7Ks5e4heb\r\nc5M0DfgTL+Py9ebeXde4eSwaalXRhLOa5VGLbp07ZwwJXixAF6tED6BGL1o5\r\nUNzRBF8AYNu10i7EEZGP9BtII/UwCt7LKH9i+5cfDqIQmlAxmuff4ctUylBG\r\nxsLwKSWYL15hSZX3nI6tDy3at/nKQWjCf+REB5m0DJbJ1DbdzAwW68YrJytI\r\nuELpnBlw2ClLExMHMsTZXsfYlh165XF/P3c=\r\n=e886\r\n-----END PGP SIGNATURE-----\r\n","size":5588695},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.9_1649647769657_0.010552650195370328"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-11T03:29:39.586Z"},"2.1.10":{"name":"element-plus","version":"2.1.10","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.4.4","@popperjs/core":"^2.11.5","@types/lodash":"^4.14.181","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.2.5","async-validator":"^4.0.7","dayjs":"^1.11.0","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"48f93de5653d3a3c43368c2c44f5caeb83c4dccf","types":"./lib/index.d.ts","_id":"element-plus@2.1.10","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-sS9OMgP20dlYipmzHlEEgCJU+ID7+03YpRpoJWNQEH736C6ArmDMLnGFe8DUjPvwbUEXRA2d0Eo5d0apFgkSqg==","shasum":"3251745714416a3184d78c3d93474a8abc97c6b8","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.10.tgz","fileCount":5608,"unpackedSize":33201031,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDInEQoJDtP+eD8ofCPx53s69DTslgCCUd9IEUxdXUV5wIgIqKopnp7c5Qep6DUBfa8htUweTq0I7LjleQ1NqcryHc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXYk3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3zw//fA+6z4tyrxYVkDYLA0k1qENneZHxC4dqb7PqHVMajsQNtsYK\r\nXwmFsEgUAdNO+T0Z5qOfkWpgf3ugGhdaUMp9XHGsnJHa85raUwmS0K9QkpFD\r\nWsbXnKwOrb7kufP8MXgxaDyZZen7deTv5YfWVn0J/XO9El69lWLloDAneuby\r\ngYs5CruFWKdSHdSvWapVQvF8i11lCRyLVDPNQO6UMHaCF9IkHx++Ye9ZKoKL\r\nMQsE5KXBZ3lT8eFwSXiRYqVMO+cHL01T/B/3LO/EgIHXmFkGD6SPX8TQ5VJn\r\n/yJX+whXhjChu3L/qcBGQJRSh9EZ7Wi9p338NtzyBZ5OO6H9NzVuwRPqD0jd\r\nXXdhf7OYDcpDtbCalpmcbZ/vb0+878iSESD2mcoRnUFvw88tbiN47LrOJ4PE\r\nOdYBq1Vf/tleVw7wxIBE9CD9VTfFiKjthT+a4tT+mfgXsEln+B9Xs57Oka0Z\r\nIInqh8HewpNVMBgvhLwXMpOYyYD59JaD4hIdskAAOwmZ43OFsd+rOOYlKTaO\r\nci+uu6vTb/7gBLBwQ3Kcds87DGqssIsw0IZyqcCro5ZdlmK0y65pS67a/wIF\r\nXFQJ8k9uTeHEl9G7miteeMQpdh0fDlZNjc+R0WB4rl+DRbwOPZEgE08R/k2h\r\nBDm+s217dBXWSzuTq5GDGhmhptQ2ht6AAhk=\r\n=Y8y3\r\n-----END PGP SIGNATURE-----\r\n","size":4773302},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.10_1650297142966_0.49571986010873514"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-18T15:52:50.334Z"},"2.1.11":{"name":"element-plus","version":"2.1.11","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.4.5","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.6","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.2.6","async-validator":"^4.0.7","dayjs":"^1.11.1","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"44b6f7e5c5067f16ad8c2d02436c3ed32f8d0ea0","types":"./lib/index.d.ts","_id":"element-plus@2.1.11","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-s4X0I8s787tv+9UdekBC1g7v42Fj4bucPAmu03EjbgrGrV7BJvkoBGuK52lNfu4yC76bl6Uyjesd5Fu8CMakSw==","shasum":"6c1be29f5d78ea78720e0dda519960fd0c7d8fde","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.1.11.tgz","fileCount":5730,"unpackedSize":33376365,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNlMpIe1EexX61VJI9+lvdTsTFjg2wGy+1dGzvyK1NzAIgOHM8xWnLmA+1ZZLblrTFzOhO7RJhcBQi/+wL/yRgKzY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZsO+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmosaA/9HbTRLPRpJtq1pfBuLsv4DECExUcQvQYZWI0zAp887PlULtmR\r\nbw79xMU2mFGtEPpwCme6bZmH/3DBCkyEXaIPkBmoRw4y8hW2pLR7atGStKn7\r\nDWh3NZXeHxCk8cktDmhzEE2Q4Bbi8s3XssywRf79L+11yU+YO3paH7COw5bu\r\nS1kepz3qevBy5SBOIgFLG7yCBLPm8sCXiOv0GArELJtrMrs6/WDdppAE13qQ\r\nZoClQQdm+oVHPqd9CFMH9x+NlAN7FdTadZgqO+sTilcm3ScG1ou+v53DMBt1\r\nNXS1FOTN8kBAonKfoPeNyzGHi0FI8f/op5UYZGBeh4f29opI82Tb6fVC+1k4\r\n0YJEMbjxJ0c+wCeXmvwSBWxwxHzFECxKomwnneBChLHdg1mKU2djUvmQxH86\r\nbRR3b8g1kF8D2FXTtrJlwgp6nUvCssQQsh7w59Aty47nTe2ngU4r0bkoQZfV\r\nCl6pHjbnlJktU9RwTGfy9sPUlwFaWcA86urisfaA9Tqy6+dmYIhXsYrgZ/0N\r\n7I/SobSpZTnmbzRM8dnISLt7NNvkWZRLZFrBY9fM8cMWrYgRCFUE9/QUoz8c\r\nOup2O8BUhhHKR9D0jRr7kIMjD3Z+pUPsW/lpbh5x9UxkvRXrKL0SzGyBFiYv\r\n5CG6dkxC/pGC0gxbHWJ7ftpvatM4+UbEgPc=\r\n=A7nX\r\n-----END PGP SIGNATURE-----\r\n","size":4810683},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.1.11_1650901950194_0.9457281791935466"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T15:54:52.253Z"},"2.2.0":{"name":"element-plus","version":"2.2.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.4.5","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.6","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.2.6","async-validator":"^4.0.7","dayjs":"^1.11.1","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue-router":"^4.0.14"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"a983d8286de26dff71e28d2214bb7736fdebc6d7","types":"./lib/index.d.ts","_id":"element-plus@2.2.0","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-zxmAFEAa1T/n09rR+NozXcWl5CjaFtqoaxhFSafag0dgc90tgEHitDXfegdFAl4ahugdNTqu9aLzngx3VhDAtA==","shasum":"58467d1efde071c2bc12caa9fb451e515667fc78","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.0.tgz","fileCount":9088,"unpackedSize":37526346,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHypgRjnpKuvMCJD7SFenNOMn2zWC98OzLTyw6Am33jcAiEAoLNlknFCtdOsFlWN0f95ECDibWLwjHgFuZisxtLxD3s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieJEjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmop+xAAlyOjn+V6wmpfdPf6VWaaFAHeKqyXyEtNJV7SHb1oG5qgs28c\r\n9aQWMTR8ZPcXBk9xECAFus0bH8iYitqII9xoGFnDxAHbH3Jw6RtPaw/P/sUF\r\nrHijy5qtEeTTRBdjRmcHl4F6KN9wFEoe2uZ6mOXVbW0oUxWx47XZXGP4R1HG\r\nBI3NAEur4dMRLWpJpGrYNLSXpzImOzL9K3IVlQtWD04Ha3oCKm1jy+32niqo\r\n0fJrCOdQbEaPYsAEPTo4Se3G78quZnb4KXeBgmsnE+2Su3ekKT6jGbfQfhar\r\nJDYz6Oo7hq13qJnOSi7ncEc+a7aLHaieVTcdFz7WXuoRxEJWGcmV40tFqoFt\r\nrd53qE0KJf+eRJSCxdpSOI9AdjAf3xT//yj6+6TttcvdUTYlwTx5P6MRpeHl\r\n5zuTqulPJTiSiK784fEb6W613gxpI8aHXJ2b6VIF2IBRolPMz6TSA+jABURX\r\nsOOTVXGYu9HNRckG7Wses4P0tSXwwfXqqSFVk93UKxBWJvGe11m2ZlQnNVrG\r\nME0JbdQCDeLL7fP84eWIfTZBTTPu277pnJsM+fSm8WVMq88ZsOL2qwWJ6j3H\r\n3QWJVZXwI5Io2oxaV+PnrC/CgCF4tA7k3W517MSsxNaPQos1XO0FdZlyN3sH\r\nCwOdIuxfZWCBn1bed6aaqwBp6IRqiIcoa90=\r\n=z7ww\r\n-----END PGP SIGNATURE-----\r\n","size":5456271},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.0_1652068643413_0.7440751963736718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T03:57:35.212Z"},"2.2.1":{"name":"element-plus","version":"2.2.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.5.0","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.5.0","async-validator":"^4.1.1","dayjs":"^1.11.2","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.33","vue-router":"^4.0.15"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"3e0fb5bb3acb190881c401e62d3ac67507ef0815","types":"./lib/index.d.ts","_id":"element-plus@2.2.1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-+U3Rq6S2lrzgFWlO1IvqBRtWuOGfyA84OSJOTDC8DHG6XkbNE507Thueb+9Ghk8eIqjGtpvje5hEQRWOJ85+pA==","shasum":"885f587612a023384a3ab8b2d95c5d55269e1f9c","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.1.tgz","fileCount":9158,"unpackedSize":52599337,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHMZDshxM/5W9pZpYbGs2PGfPoUEonZ0/o26uAVCQtNwIgK9opy/pFN+NtrW60NNQkpUiFqPZgLfK7a5AjTN8my0g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJih65+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrcQ/8DVlmzLOfshGqireLz59Ek9CYOMsERTKUcqo0Q3Gc+O9T6yQb\r\ni83TVb3WDyubdZ23KitvdWWcrD3uatEe3vwl+AS5TgnPOxTZDwUPfekvl1Uz\r\nSmRYbQLsVpOMdlUz04vWYrelTVQ/3AIyX0MFYjv9HXlIvPloIyuYVcXFGdPX\r\ngoStQHvnjXPiBkZzw2gb/Gde+SMjzHNmZ1H/A7M75kHUnrzq7IC9Uo3xwcau\r\n1MAG+QbJSaznFxQd7wlYKsd5dP01c2KHdANGriPGDjbC99ysGAQy33FijXkl\r\n0Q3Zcvd9tzojW4CTxwdNHwlyuBCHOjseQ0T3x9wd1ReCahckyf7g+8FNN8Zb\r\n50IkiCyx7mW5D+nal4MRE2ZY+0GmicNn0Z9YOLkbVgIiDgTBuj4mO+YCwyAz\r\niJVL2i0sdX1X+CA+LhRd/1/ilg6pFNkG85WUnt0zlZXCUeEQKGBFAVe0q41B\r\niHxwl9T/IUk0jCSZO9x3pAUN5BNEa39ife0z9+zRpQMPS9v6/1L414MWUOE8\r\nHHnWkubblYyrT0XQqVNMpQhtWt8iSSgfiNtw3osFXRedo5sJODwahvQbQ8BK\r\n1IWr3HAPk86imzhf0aJgP/qEoGS4/5P/f8NaLvRZdILjY9BMptjTrggPgsbX\r\nDsu33LA1kP2NA4ldI8esJ3vazHPoK1V3ox0=\r\n=Ttv9\r\n-----END PGP SIGNATURE-----\r\n","size":6125841},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.1_1653059197720_0.14176014246629998"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T15:08:01.551Z"},"2.2.2":{"name":"element-plus","version":"2.2.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/*.css","theme-chalk/src/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^1.1.4","@floating-ui/dom":"^0.5.0","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.5.0","async-validator":"^4.1.1","dayjs":"^1.11.2","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.33","vue-router":"^4.0.15"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d5b7c439043b8fd49604fd483bc44e2512140bd5","types":"./lib/index.d.ts","_id":"element-plus@2.2.2","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-yGcj2Ayb0jZO1WbI51tHJ4efhlfWKlBqqGtWbzhq+tcpfaKzJZN+IHRouuFasqn0ZV3tWCDu1jggDR1+9y7XfQ==","shasum":"464ae28a0bd904aae3dc53e84eace94866acbb27","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.2.tgz","fileCount":9158,"unpackedSize":52600499,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHy9Rs56Rv1jXO13OCb1+kaSML10aM1xQipdeSJyQQY3AiAenlwlBZ24p4YmNcpdEj/Q/Gf/nL6VzdLRiXMzbytP7Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii2bLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqF+Q//XteOJw+EP5DnfR/5pjiMksWYQwRK0vwJf+Injb6Jr78Q5mjG\r\n7zz5DKpbWGc/sgVqNoPblJKZJlf78odXUipRtS6fEfuVANeuM3Cm80tq5mNB\r\niB6WAQ0oykrRlxzvM+Fy/qKOFsve2of7a3XnozYxJ5GiCk0zz5eX+VP8mrAM\r\nmbD7FWRjA5qarOlwxO3btYD5nPsR7+urvw1+LTKwklSIDVi1kJp+cbYFKMCn\r\nxuoHffisWbKd5QCMjK71HtSonC7+5WWn5MHhx2klzxCbZHgEFIrdr8urbEkG\r\nj0aIOh4CcZcBld4DuJ/ifbW644PK6DiUfEHXmNPFDXcGuRis9vdMtFnSl/zl\r\nlLDTetJtE7x6J4Vhiq3uOAme6hO8g0GhlimWQF75FEujV0AlHy3Lz+EWiCT5\r\n33pXe5kJUhdwY/6Nqa1R6L3JUtpVftyUe0XIIBsv5IrXnqgIfNvR2mqNMu/f\r\nlEWpp98IoeS67qI85PJ0DcR8+iDbU/t2RTDAFtxDlHMIX+9eamc9otKksA0v\r\nvO8x5HPUpgVh5pDJrGdEfv026fzg5z4S5UgvVnezZgGAjsa/+SlwgSoQnsJ6\r\niQYhdK6PkX7cLgDikaVqUKwIvwkEPrq13/zBj8LAbDwXeY2XzBJvnIWuaU83\r\nI6BMkGz2Q3y7DqhotTdEee72jyQbLt0UNNk=\r\n=fya7\r\n-----END PGP SIGNATURE-----\r\n","size":6125738},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.2_1653302987498_0.8665247525817614"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T12:17:41.174Z"},"2.2.3":{"name":"element-plus","version":"2.2.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.5","@floating-ui/dom":"^0.5.0","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.5.0","async-validator":"^4.1.1","dayjs":"^1.11.2","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.33","vue-router":"^4.0.15"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"b65a772043bb542587a5b08e78f0e6ab76fd5e4f","_id":"element-plus@2.2.3","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-Uy3mhYxzkuCu1kCmndTTaLLaEx4Ji4ow96sKDH2TS7doNgH24eH0ANF5hE/nI+UCTbXYg1VOh97fXa55PuupIw==","shasum":"32f12b92b9382634d1d7fc90ab3db23cdeb50a2d","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.3.tgz","fileCount":9380,"unpackedSize":72495249,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBesO2W0SQhP3c3dmWW5SuGT6pHCfNzsV4YARferMbkQIhAOOBex5oOJOLy76ClDGnOHyO/OoouQR8D9MXLda7nhwC"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJim3Y4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCZQ/+J6pxd/VJ4m2UEQ3rsOifQW8OrQjE62QZocORNRyfAn75UTxV\r\n4W7cBJ1dQtTdGEBrXdGN1epAkCkwA3razRf3VrHyXxvI8BNTLu3b/E60aLFa\r\n5x475gIAl3qTc0Bjdm8+Sn/GuXA92tY2ec2DcmKMpRSbajXeokeBG1q2NdI+\r\nWgasx94gg0fAnvPFRuIrIkH4gZhJByCK15ehpDsqVyojMetEiyGfW5M4apKQ\r\neQFIDoPIrpRAUYwfzHGtVJgXg+liSRjYErQjBr/UnuYJlsa41eifCI2eBCNq\r\nn3lMaKbDmI6EhyWBAn93upQQUpUbJhOo+zVZo/Glf2qH9XJFOqe+iYUX/XLA\r\n8OEC8NULGKFfTxCmQmHe9zDztEfdo8fYxj3LNwzlHqDmZ1Ec6A1i5uDi1Ni1\r\nliPI3EmXysO/NKDsOOipRVJSQ5XJcxnD8HLWv6grzkv92zAKwPAWUH6goCW5\r\nLdKbi1T8JW60obZFhX8z4UdNiFZ/9DqQDyuhmx8FcPWHyyYb9/Qa48Lhi6Fo\r\nFLlBGlMRx81utU8yKh24X9VVY9sblkJNxF3u1a1NyV9l97oWFMdEskBgYlcS\r\ny0h31RhkEXUdmmr6cwFKzWPl7umgRafolk/2UNmMfOKK+bkNBxmMsl6EJNlq\r\nukRrAEFYj7morn6JW/EXuJIXxIPmxtciBlY=\r\n=ZK9Q\r\n-----END PGP SIGNATURE-----\r\n","size":7286607},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.3_1654355511609_0.6319678865055347"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T00:10:11.849Z"},"2.2.4":{"name":"element-plus","version":"2.2.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.5","@floating-ui/dom":"^0.5.0","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.5.0","async-validator":"^4.1.1","dayjs":"^1.11.2","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.33","vue-router":"^4.0.15"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"3c5b9a7e5b551153acb680347f1d769cbcc837d1","types":"./lib/index.d.ts","_id":"element-plus@2.2.4","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-jktZr0o3ARDxWNWPEaJZQm2BN7thTpQl0aIfCUo5eB5m+zEap2DEcojyGKMHSQsCULcPM32NFfu2sHlhbhOiGA==","shasum":"f07f400222a5b0ae93ee9a139155342604746813","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.4.tgz","fileCount":9388,"unpackedSize":72505264,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDZa9FrYeRwVnVjh/zkPdSB1aQ7HVK1e5LS7dtzBvWfGAiBjNvYD2z8UDQ8K0N3tjtHGnQ5E9wI8MZtBNR4+OQwdtw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinEkqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRMw/+MbQCA4OIWvX1ubRUps0Puru21a2Is1bOdtdZ34bR0dsZQEHc\r\nHDMWMGEYla1ZYRT1SUnuRCNja1K3nxMqYNB3XYtOSkREgmDjdKm2INZ/XgBC\r\nhWEcKBCKMOWptLRp2rEVoW/uMyDjleHwPVS6wpwwkM2jrxtbq34J9raFFDuO\r\ndYjhCS20OaunbOozWXswphmgxbNRGKinOYG7+GqCinh5c9/hlZ75qOPYzPMO\r\nJeB6iEWHvU8RhI7bUnBEwL/cjIJfYvHHFqsHS+IZ6q1ti07DTHBBUSMQk8Qq\r\nnUd3ddzI7CjMm/mHJBurSG0tHBo32K1aOOXHXklPSJu67fLYKVhnZMoxPFlY\r\nl+j6fnAlykPoH32guDZ/qFrchNf0+rRd6TKccLOoA4NPS2UJSSCsec8z88c5\r\nwW/eCEjIaGj9lKT6RynOWqqd9nQb9kNR4B/v0VLyPH/rkxB7f6rzQ+40Isyb\r\nhpDTkV5Sqv1EeUq1qIOOKA+sfflLyeiCTv/fTjmN4I+U2fp3+zMlmJiwTHrP\r\neduo/1zf/40i5NzXr+EKjIcmlMepeA9Hv1rGtLRZecN4g3ZuW1vk8BFeg8QO\r\nH7335PWKEeN9pTmPmdwNF00K3VpsKpItvHlNdN1I9dscHQcjtc6OOAQ0l9F9\r\nmQw3N5w/VkuY/CAhiYECyrBmplZVxp5Kqiw=\r\n=sQSh\r\n-----END PGP SIGNATURE-----\r\n","size":7284538},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.4_1654409514100_0.15604046594365717"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T06:47:13.491Z"},"2.2.5":{"name":"element-plus","version":"2.2.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.5","@floating-ui/dom":"^0.5.2","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.6.0","async-validator":"^4.1.1","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.15"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5f9b4e7b1e4b781831bef4a07cab6ff814b37388","types":"./lib/index.d.ts","_id":"element-plus@2.2.5","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-Kl0yn/PQca5YQo3M3NPBP4Xl71NQuMtDx5zNXZGVyl5FjdMujXiFB9SXKYGDUCgFU3d/Rl14vB4Fpmcl2Iz+Hw==","shasum":"2bb889660c9bcb9bb71e18619915b35e0f48d569","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.5.tgz","fileCount":9430,"unpackedSize":78638906,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPxZX/bX/l0+ZL51uhqpRPjxWtjPFXM96/lj6uUV/39wIgQorOR02VDgw9oOQxn1vsgWudb42cbeeEMHYompiyhQA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioGYhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfnBAAmUeYqh+F791G3A6h07sh0BbqF7mlX4tEmJHYveiIljiVR9X0\r\nWeU+r0QOYbw69W72MOmyk2fUCf7fQqYRhMbWgO/UwS/AauVatoGvvEOMswfy\r\nQ9yV4bZtiTVArkfOZoOdjvibBbs/pF/veNaOalqqh8W7qCi6Yn0ECyKmCL+m\r\n8FvICHdrGoKEgO93M7OvRgC2DzgES5LTn7v1Td5N0MeEdZyUZxFswLiFrLfZ\r\nqBiBEaBuWie7We1ZSc2KxHO69duZ76uMmE2NzCELIkQ+Yia7Ay7v0U47mTVG\r\nmvncvG5RMFGhnXZ3NsJ+46+9u5MxVhOA0VR/l3p5l6wHMCoJ9zTtbzk/WCqq\r\nI2+rw0yJ0wuP0+qwZCMJmd28MIVYwY6mBz9so3afoKFitQpY4ytPwyfsBpMC\r\nT+C2/PkN3NmaAHi6zI3hZCwnf4qyqWNpmLSpBGLmA5UrZR4mWQqAmakqnMQu\r\nfy5c1J+sLt65+okPYgbtx1+NkBFh1Dz0TO33u0zXh/hsfhboVc6LCw2MnxiQ\r\n42Z7S3PSsT9oZyji7iilWnA/3TGR30Yzk88ToVQLMhd9VC9u+kmKJem6fI51\r\nzhnXSYwY2wHyAmMEq7+Mipm8AgsndDisMZt4NkVVo1pzZggVS+oAueaKmsI4\r\ndVhgejtM3FQuumMHQutddepTMsCCvdvwqkg=\r\n=HVHM\r\n-----END PGP SIGNATURE-----\r\n","size":7540839},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.5_1654679072444_0.509364799752644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-08T09:29:34.433Z"},"2.2.6":{"name":"element-plus","version":"2.2.6","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.5","@floating-ui/dom":"^0.5.3","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.6.0","async-validator":"^4.1.1","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"29180f77e6c9eaa5accdd5e70417a4a7b98bb176","types":"./lib/index.d.ts","_id":"element-plus@2.2.6","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-N9G4yWSxDt1YtreCJgt7UaSsXKuR4Fzb3ThzlBjbGDYDhcHijsrLL3qkdLZgeoSB13LRyr9pgP1ljNXdaYGa+g==","shasum":"60b9e91a2159526123d1b950263de37947153433","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.6.tgz","fileCount":9510,"unpackedSize":88675561,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzZCTwFL60GBUYhVW6qoaY5v2+duT8eAcbcDiRA4OApAIhAM5DeY9TYx5wXB4e1djTcMuUcuKkf2H1kgB+53Srg9K1"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirEePACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdOA//SMwCtxWLGdPTN7r4xBPMUj+LGnGl1TBTnmADkWp2Fl/HGNHA\r\nnSTUbmbKxcDZClM0tsPvVAmMCxQVAEdCg/nhbS77/9ZfO1NgrOzG+7JfFsHx\r\nnriL0ut34d6vvqPu1GEU+fSzX6Uxa8p1FUe+3XH0mHGFkgNr9gpHkzPS2Bhe\r\nwf6gJv20wy4+oofu+kn8sQFPRfn0onombEFXFS5yAo2jpm4r1G7cJDFETu6q\r\nJcEVrQth7tSUpOhFMUITJtG6fetCt5PK/fzLKxvLvq4VBBR1jgkj/KKxwO5Q\r\nc7RpwEHJjX8CRpikbK3cDnUYwaoCfashhuSDW0kO/xeaVAd5oa5f8oBeB2k5\r\nIVkzS8IrwiOY92mi33S7g8DAHvgizfAie2Lz6DzzMGmPF+hU2ZOT6kwFN4V1\r\nvotHXuOr/pMO5m06EHdv0D9Gc+a15TulxX8BXq999wLo4L30wUBO3s3U9M3h\r\nDs6d1TSyij5Y8VNZGwI08IOTsWcrt8xeOIsyLdFtkYH3EfRo00R5Mxcmaf8K\r\npKcef/NSQZK2TMtRZNDximab5V3udKhLzlN5MtDN07kEPG91zpxpmbjYRhr/\r\n8Wngr00F1KShtAq4HHYIXV0YGhpQG73ETTrMpSPrTxZ0zu4ipvCFWnVrk+DE\r\nIaSy6ptML7s0PeXQPsKzL/cHPVlPCu4K0EI=\r\n=DrN3\r\n-----END PGP SIGNATURE-----\r\n","size":7933643},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.6_1655457678254_0.9884832213535315"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-17T09:54:13.965Z"},"2.2.7":{"name":"element-plus","version":"2.2.7","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.7.5","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"b2823ba5169aa87ac26d60107aed23b094f675bc","types":"./lib/index.d.ts","_id":"element-plus@2.2.7","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-wdfpR1XH+c3NA4Bs6l1DKG6IbBHiJcsZ9SSj30lwmrTKgV1/OtDmlOEH4DocROExq/REaAOAIj0VkR89twU1uA==","shasum":"1acb1670a11a76f83f0415626d393fcf4f8ef0f4","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.7.tgz","fileCount":6038,"unpackedSize":87699333,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQv8i5T9g4g1HT+lHTwYQoArc3jj0RoNFjZjf89QZPeAIhAMoTW2Ky1dM5OaDBi/cpQbMGWtcXz/8FHTxWPOSj15H/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivoXOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo89Q//b1uD/5Ao47Cn+oJo5koBPDjVzsVP2HY13TRbvQv/3Fby8yPM\r\n6MP7VHdCQQgQmWVkRhLvmr/A54cjSy8AQ7bmv/KBSEcbRCK5B4lCru9OSdT5\r\nA5RiRRrg0ZUA6YpKRPV03/qZ/7ghNlTqjFkOgvKOvDDF0dyJyh0UbjhawtLu\r\nkK6M/I+6PD3AVgSBfRPtSvgxIZdKIZkFZddlhBLftHUeBt33Klup4QAVM1Eh\r\nK419A5RapfBMeJ0YFL/8ecjkXIhAep4Fm/eU/qvq2K1dHY6zBY4IeRo0nhTh\r\nwdVB8uiS+fInFBjRADzjlGmQNzrc/cePPE43FA1UsKDb3E9g/iaH+OuNfSbr\r\n2URP+ZHN9puXUVHr55QbHycZLvkgNFI9TL6bTBVgyFWy4190raB8bB7YOycc\r\nFiay2ozBl7enCZMEUZE6lBfMj+9PdfoahhgEcUTTID69LQf2ElMI1zPREQKZ\r\neX0XXoiYYD74LmO9RSmN5U2iG0CBGFbCynIUZnJjqsmsyIvLu+IYh1ew6i4O\r\nWb2E6XkzeKgzL6pp9QcUmY0hzXtWTteVOuZT6XXc94clEdxQZqabLe3COPMJ\r\nzQ+h1+7Ua2gCCnMlKu4AlKPZyZIG95TGNegM6iEhIPyzUAXYRKBaDOwBdE9Y\r\nS1n2LAyuNUFj6dCV32Tm7uCf5SxNVCikl+U=\r\n=s2+v\r\n-----END PGP SIGNATURE-----\r\n","size":7817105},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.7_1656653262031_0.8920132381153578"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-01T05:50:53.012Z"},"2.2.8":{"name":"element-plus","version":"2.2.8","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.7.5","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c5c7f07cfc1d3d39c3473de0ee67cdd0fc64eeb8","types":"./lib/index.d.ts","_id":"element-plus@2.2.8","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-+cubFh1rgeGcc2LeBm7hv/1BKFJre/LIIdRntm9OLaIhysCxigjEwcxk9gbVT4KsbcjmoqZUr4/mwhIhQV6mvw==","shasum":"6bba6285c20d8bea42247977d8f605611fc2da93","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.8.tgz","fileCount":6038,"unpackedSize":87698639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHNmBiZ4RVO0MYMs2mxFq2waT1zGkU4fO1l/TUWGOGWvAiEArGGxfEDmEyjLSskECNy7ixRRB8ipkeJNtI9auynpXcQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivu8dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmps0xAAiU67Ur6v354I/u4dcJSBNySgJEVlUX7a43m3rUgDZ4v1AC4D\r\nlJ+rQE40nhTQit1lZlIncTo0t443HBncy4QbAFvY5P7wz647lNEPMtiD3f3U\r\nXktAGeSsJrQ56tq5S0Kz9ccuE1GO2hM4CaxhmjCrHRgPhDZmcyok26WfAyjF\r\nxbbK3VZhvKQKSwXwJuXd1zmFXTmC9z3dwSNgsLTFQkGo3daihznz2rs2oCAG\r\nUApFNo+5byheVQ2pHIgpuEYC0htr3SBF4vLkDQGOGCUevdNLmHgtjJdon900\r\nRjRVqS9gmUKoJbIZAOQUyomYXntve1hQkgx/FKTNS1DivJWXkWqQKnoD9vLw\r\nh0/skjQDcV1/TR6GOGmvWlevQKSFn1rVfj7z4L7ec5MWUg//N0ZErngheeY9\r\nr38yGz7T31GjKtiZ2AId3C1v/Ln0ABxfQZMyx6DwDIctmgLlJF2gkcrNSbaT\r\nwF5FWVb4U3YS6ZmYFMlYn/mTYcs1Ea1khzDHJBREuoAcsH4y6laBxE6cOib0\r\nP6rj3M9sfIkmFpmCbnvyCAK8+iad9tA3CqhYd3ZNaVm2fZS/pj0y0nB+CrrU\r\nA6H6TcRc/GfK9heQyrq7YRz9l1Y3quV2itwVkoODU2tpAcenFz6E8tg/cYZ0\r\nXjr+u4X2KLEP0DPxz9n9GgyP3PpEpXrY1KQ=\r\n=4BzM\r\n-----END PGP SIGNATURE-----\r\n","size":7816886},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.8_1656680221514_0.112513044392339"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-01T13:04:15.568Z"},"2.2.9":{"name":"element-plus","version":"2.2.9","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.7.5","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"51bd8cf336304e7ee3178216aedb9443af03be24","types":"./lib/index.d.ts","_id":"element-plus@2.2.9","_nodeVersion":"16.15.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-jYbL0JkCdv95rkT6trZJjCAizLPySa0qcd2cgq+57SKQnCZAcNDDq4GbTuFRnNavdoeCJnuM3HIficTIUpsMOQ==","shasum":"f0366dfb2048d614813926274cb443f17e5fdef2","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.9.tgz","fileCount":6044,"unpackedSize":87850937,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDVHuAmRiKSycHe7CRd+QxU/sKYMdfLEXrUKrPfplSGAIhAMFU2iGxec6aS3vrCjIhazyUYu/wfLou2lk7Ia6bn/aH"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix6siACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNUw//S+nbVN1rX8oKbI0qggKnX+2s/DqErqa7/gKuZT5yRxC8rAn7\r\nihyOEkFgjfb6aegaDuhNC9C+rTQlxhZVlfzbTCJHGDXwjs2lBmF7xct5nncb\r\n4wPslVf5J8K/+RNN9+jq4ct0ysomW+bjfZmNQawYIdCZ2yt82JnrtdfYyZ3e\r\nUOsKqUHE1ThlhffnXQN5/ipM5UJUJHJzMTaKlE0i+JZeNwY+bRaQqQO6BIFF\r\n444svwHnsjMXWVUyWh5QAzCjghPSgKL3f77XxoOPD74tOCnefx11RwjeZsbm\r\noKr0T+218FLVYty3aM0CMGhTzWi+arDTdl9csoa3pcPLCZWwXWXvMi+zewLz\r\n/KZrgKfM//sV8YocpkkPXpb+dgZMT8LWGAxY4EOGX9S7cRZgdI1CaIqNqZOc\r\niTJqoqR7hEj12ceHmTdw1FDqPWZowcyVboKQbOyiUnwNXSjYfiwniu/QV2n+\r\n0YpHO0lKuWqvAWHonjlDmdqSc5TUQATQTZGIBFGVa67kIetq7BpGVLgaezGY\r\njg6T2waXu5M6WbFTzUjylhvNpYYs6irQqfOH7Ys15rJmLFzMME9YWPR/UsmT\r\n85vc455wk6Q9YB6NI8MWfb46AEElrE53dKMrtwK8u7nwwRoA0nCUakvG6pFi\r\n1y8VgCqyWi6E21t3dIHmnKVoKlORNCJBz08=\r\n=vSof\r\n-----END PGP SIGNATURE-----\r\n","size":7829788},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.9_1657252641744_0.7768932857501758"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T03:57:32.350Z"},"2.2.10":{"name":"element-plus","version":"2.2.10","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.7.5","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.1.2"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c1091606110a312082e31c93c05e9deda60ce625","types":"./lib/index.d.ts","_id":"element-plus@2.2.10","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-hJ+LlbRN3POu4Idl1LXB+SHSWdi+wwmdsoDXdQT2ynGuwzZsMYiusOooYXyEsPlrizeLibdnNGNDx4TIjXQvUg==","shasum":"0b06a006b67b7ad3d5f071545a910782f9ba471b","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.10.tgz","fileCount":6050,"unpackedSize":87882639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF6xeWioZU2wzeyvsjOZy6QUK3HzeCutVtDDOyXw4hqwAiEAqW02SanyNVHh0fsvBXJw7uHBBVfx0hwqL7mWdW6PzPY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2l2mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUdhAAkTWxr91Hx5ElC1Bgn6xivjRbO/eY6eC6/S51wziLow0pkMnC\r\nLPhZiolCMMr5Pg4htjOm09IjyCA0DupcfmRTnNwCapIxqJOAHht02lA2iSG1\r\nQ55fapr4zhZTqwVylsJTK68u2YbZ1NvS2D121NowmkriOjxHNus9kP+3loyU\r\nyJxJvG9kJrfHEmnC2h0WDVCOCJiMNq7wfyCmr8Tj0H4AEXe14VQ8djLreCWk\r\nbXHsH0+wFUVfTe2gk2ljDezi2Yr3al7JBVsedSB39hFWYHH9Ph+lFRuqQj3l\r\nGytzKgkglw/D1mVsNQQWLSWP3ohxHs47ENLOxTNCEiQ7Dfu86Z6FI9q2NjQz\r\nOuAjqqxqfzhv1Mh0tqSemmKWFJFotWyy+z/iYgFhgT7obhvbFd7RH7fySbEf\r\ngHD/dZwyvBTb20SCuVRGNAkCsw3Qe254qSH+GzxAO7mLx1PA6VU4KvxUIXo8\r\n+3E1FtfKH5J/5ctniH/q4EWZWLH0R1My1UkTj75NcJ5S3w2AMjOpJR58YpZd\r\nCCfdQxAkz54vMHuaKQ2OOr2/jHtcoV9RRZmIa6cans4r3I/RWLkNci5dnBFN\r\nb5rxZ+vfKFvHccYHUan3gYTsDkfLKsVBgYQ2f6S+JCbtjUP/ik4h4bqxJEe1\r\niMMQztz747FJsSxrrgl4jOuO34+kmsIh60U=\r\n=1o25\r\n-----END PGP SIGNATURE-----\r\n","size":7822701},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.10_1658477990098_0.013835730043929129"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T08:20:56.112Z"},"2.2.11":{"name":"element-plus","version":"2.2.11","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.7.5","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"39faa5f39e5120d5f3e55e32e630e6ffb52f3ed6","types":"./lib/index.d.ts","_id":"element-plus@2.2.11","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-JjOvz5DLBc4Jp9OHKXNcK/Cys4NX5/vxpZ+gYmH2V+pLkwJnyIOrNZ3QxfdyG6yE4+NkpoA6koEgUB7T+0Z5vQ==","shasum":"c242bd5ff10aea02cfc70c0b8c54cbc9b732e7ba","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.11.tgz","fileCount":6050,"unpackedSize":88008187,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChFZ+hsBT7+9ehPbA8UDEaeyZIBrQaVgOqlI0edN83TwIhAKkIyjfF8psZyYkzBK8SqmJmONOfWWHrtEcMYIS2wvEj"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4ONEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrywA/9E9VQsPnp8mlI9jXTET1aOvnC5/xQaNSMsx3k416fBHQlhyZ5\r\nda/+wLJuqHbb3PaWQcB1Wxr2fu8crZaAcjRQFLGOy0ygxfWKRpFh6rg3n6Kn\r\n9UTyNDnEnlOAlWiJNf0hcjW00XoP9t8w1PUrISRgKrhSksSJEqRxXFbAvhgg\r\n0BNgSZAvAq8l7xiG0jD6aVi3HRpm4/nNc0lzrnRAv4o6FeN081ANvlkVk/Uc\r\n+DnlmIlsSmzn6yA+l7oNCmKDnz1wmcWFUQ+mYt+IWprFrVLJ5ETJPpVgZQ58\r\nDzZLzJRmMn/6C3TjOLEli7xL45Sw1Tv5zuVV9KfOKJ+RRQt65nuwhsOPNqVc\r\nsqtKhrnku17o1NPkQB9WdTp+gWttH+pp7bPHhegDSUf38ag8PkziRC3X6sBX\r\n+ebeIBp+mrQXU/x50J2JOkCxsHwiyjFqOapb7R/cBjRqo24hG/Y6aB5iWlLn\r\ngTjnbi7A1pF3vuGZ9Vm6ird+6W7dE+5i47+AssQkWmZHxDvO4jC2+e2dENHC\r\nMBr4ltK+Q0KWud+QCs9lfb0P6ARAO+veSDDE86rFoEY5/gCsfPFjBHeiCVdt\r\nQ3bKIBV38g0pDvqKj5GwASJ9gxfJEOLouTkktIYP0eoen/xmFyUbGpFbIxpF\r\nq0UJP4pnE2MoxIPqomKPp66LJSRfLLOZBn0=\r\n=DlMh\r\n-----END PGP SIGNATURE-----\r\n","size":7845924},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.11_1658905411265_0.37675576422873536"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-27T08:09:25.356Z"},"2.2.12":{"name":"element-plus","version":"2.2.12","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.7.5","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"545e7738b728bbdc2ab75bbbd11100be6d058b01","types":"./lib/index.d.ts","_id":"element-plus@2.2.12","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-g/hIHj3b+dND2R3YRvyvCJtJhQvR7lWvXqhJaoxaQmajjNWedoe4rttxG26fOSv9YCC2wN4iFDcJHs70YFNgrA==","shasum":"b6c4e298e02ba9b904d70daa54def27b2de8c43c","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.12.tgz","fileCount":6050,"unpackedSize":88011277,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDn7eFOwuGk0sHu4chgZfKVnvMAM9YsAED46wR2nHAMrQIhAO7x04sUbbS803w8/WxQCIHAwogw3z2iKvTlODD9SBKz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52RqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHQQ//ZdFLQ9wTBxW0Yc0IXnWoMHgcKyBafPdqnaj4lcOSjiDPhZpy\r\n2ktj650WdgCuq04vsRON0cSDVhhAT2TEgdHRjSuI3pJlWMc21/lXVCFrrKdP\r\nuVLa6C8WSmvm+UXdOrf7jh96ghizZQE8o9Hpw+SN4VxFVgZVb0tgaQuwIRN2\r\nmzSvOcDYd5jootYGJS6m++dtYkhVuf8TDT9N7jVLyygBbF/+dEtlO7tDCd5p\r\nhD79L+Xn5KdyF4vo2Rg5vsjiPNbVgERPalBHr5sX6t/qTJ6KdUQUJV3m16e6\r\ndGw1l2OfILWc61paugNI9mnNhSlgFmXon1raiTN8WPbMpqO8uuvzg9D1VI8m\r\nCBA+YGOp1H06pAD0HgFmOE54YPAWKgtJyGBeat7tVy3FfTYMd9fIBAwTMFg8\r\ndJPnpHBO3aSkcuHXqs39IVv2bHIkLojSSk1yrUE1++kY/R+xz9CPudoDBJ1b\r\n1nbzOofhugzr4sz8+ES9DoEiIl09BazVo1DHfRWjNhwjLLddfYdPHWFv0fkB\r\nCX9dmh9gao4HoLYeFjwy09FgTgVbDwi/Vh3IgMa09dKqA5PizP95aQzkHfX8\r\nJcGkdg4ytZ6t44sExs9KCM/dNJajYalsV07fA2sHWYdxblqzWYtKCCQALmvI\r\na840GtMMzsZ3TobJ9r6doKHVs2rCAmxAY0U=\r\n=Qacz\r\n-----END PGP SIGNATURE-----\r\n","size":7847761},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.12_1659331689700_0.59685223532812"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-01T05:28:26.890Z"},"2.2.13":{"name":"element-plus","version":"2.2.13","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^8.7.5","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c254f99d446233cfdcdc7098eb4a3c7d07e0c72c","_id":"element-plus@2.2.13","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-dKQ7BPZC8deUPhv+6s4GgOL0GyGj3KpUarywxm6s1nWnHjH6FqeZlUcxPqBvJd7W/d81POayx3B13GP+rfkG9g==","shasum":"9ec3a9fa6587c93a87bb0d30c200ac8ee4f69c8b","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.13.tgz","fileCount":6044,"unpackedSize":88036516,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFyvhC3hE+zxA+dc56l8GkpKQLfOUU+5LQdPhOHLy0lAAiBZYRbSKH3hN/4cYwJGwcKAOHmvEHPnTKsExq76Bz37XA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9gomACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnTQ//TaJ1Z65n69jFSHsKPL4kRyyuGyq+bCnUepbZgjR06aKWjV/H\r\nnKdruCBR9bjUz19a6PFlYYrotPQKAoOPZIdT2DU9VDLTEkSm+/maqj5NNv8k\r\nn7r6KdX7WsjpQBFQvr/xFjdg8zH9kX/gudLdUtA0y5Jlt5pHby3CDHIeRPr7\r\nHGcOqg3uSyaAmUaCu9HXFOQV4SZZvS1wYrZUswU+xd328/KCnkK1xwSi9HYE\r\nM2ga2G9yUXB/QDtR8NMMykNvjFhygeSI0KwBSPbikLEr5pC2zlHivUHK8XD+\r\nCsTvcM43gv27SKbkvXql8EKOkJUgJbnAFvpRENhvbzOvZ4aA2k2TAoiWqLCP\r\nI6m8eL9SrUEvwrvtdM+C/Wmfkd+h0eAHlp17nUyB76iOlSFpTSADL4Ibd21g\r\nOWdwokUherxlGI1rZ7ZiukSvFiKjcgnmD+DPT5MDgZgTC+H8X4f5H6OV3ewH\r\ndwHWGHwTxmxQWDjk9Fbs39XyTitAWQjjokOAbVYdjsFrwN6ax6yFdFb3dhWW\r\nm4/CfFkzb3ecwaEFmauha3o5CbLgw4+b/9s1V1Cjl0d/f2GdVFuumG8bY5N/\r\nDSeTfZKidMDlcn2eWC9F+PvaLDEZzhs3i7ep6QYF7lwtVhE0OO5K+I4Oruwc\r\n7OAcsy6dMqLcxYekmGG86hOEPqksSkhpp+g=\r\n=kIc4\r\n-----END PGP SIGNATURE-----\r\n","size":7846346},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.13_1660291621625_0.9001614945419523"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-12T08:13:02.172Z"},"2.2.14":{"name":"element-plus","version":"2.2.14","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"83b7d1e2043afe5bbdcc9ca1214d9d27102067d8","_id":"element-plus@2.2.14","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-V5Pis0OHhePg1RgVogZrcefaVl8vjVn4Pn9Qsh/t2CbFgjg9kKOYFqf/tuP3ObSXGm3X89hpe0W+nLVAsaFnpw==","shasum":"161f2cbf2c12608a570af303f8191c7d7eae725b","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.14.tgz","fileCount":6044,"unpackedSize":88151758,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDfM1kioMNU7jOcPVca6xuCMrsrrE5fTIQHFNNzoEPfPAiBIUu3oIyUXeruHwM707QIuA++uXNUZ9m3ppOI7eu5FwQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/3lzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7Mw/9HUIUXvz83iolz49Z+0Eozo4qJ7rNbgDCb8dy+ZwJHGJiCIp3\r\nFMpC+DqvnbnqlH0rDHSwDEzcYZQHeZmJRg6uKerLh6Y8CyYlIfi4QC4jEVfv\r\n1eQ7VUQukLOXl/vV4rTTlEcnV87LgopUj3KP6WpmeMAKXL8VI8bkycESyMda\r\nlZ983QJc3iU+S0C/+EWwgxyQpcBQIFCp+IYj+JSRyJTSBHDGypkshpZk3VbY\r\nO88HcsgeOC3HL4UwiZh7vB+T3RA7huMxHD8Lza1pxxQMclWVmn4eWdRMsR4O\r\nwZhtf5wEQGnpWpMgb/j935xCnhirXCb+BxqHBjNjPFYzmuu3lZ9OGJI0VhJG\r\ntjW5GsnZdP3Km+4+3TLfdjI/Z9UutRp8XzNhXxfUsWTHMRXkTcyQMRYoncBV\r\nDy0DYg12g52F7KhEp1MjSAqjM4FXuUOx3npawDuh3ZUIQ0sdjeucxEtGnoFf\r\nEHMNxcY/wKdZ/CW8ONGmsp/HhcA2AYgCkrMqWMKQQYYwHIWh9e+j7IFwT6lO\r\ne4KXTbaSj1nWM7YAI+KK1LjUS8CGxc3udGIigSfPG3BxnDt8JMubfzCd5r2l\r\nkcWLZ/2g/Px+YtyiGj3YZkmpVfWpLRRxvJktRxlfsLzRSfMSUPZ04PW24e64\r\nQKWwAFH1LyRpN1sgN2OIhAgNWvR7p9oXuvk=\r\n=T8jN\r\n-----END PGP SIGNATURE-----\r\n","size":7867193},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.14_1660909939103_0.528294397516166"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-19T12:44:40.455Z"},"2.2.15":{"name":"element-plus","version":"2.2.15","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^0.5.4","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"30ae268ab0ae3aad062793d6443343cc121c9f3f","_id":"element-plus@2.2.15","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-SMIx8xKB1YawT9JocyFhbs3Av2rXFfxrCVTLMYS0DK0xnW+fKvwjZngLfwF6MyRzXIuzNW17XFtu0iP3tlJHbA==","shasum":"862bb6ecbd15b2d82d79dcf56bbbc30010771132","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.15.tgz","fileCount":6044,"unpackedSize":88275439,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHbvvVFuiXWwL4Ufh7bG8GB5T8ZmFjTr8uVNPeAaJtclAiA3YVWhOVUbxMDDab09ilGJehgRXr/RZ75N1ofaL+w41A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCF38ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5jw/9HGwkpCvsb3lDGQOvdfKXCYCUOaBP+ZkDD3Vwq6xbOWU853LZ\r\nTR52yd75UVUeTzGy4tqn7DWiaC+aLbDYHkqJbS2IH6bPcxosO/pbwDxRMZiG\r\niAVC/2TcA1K8MG1WopycGhm6EQyt6uaxlDEnj80HYE9kb0MmyFfbfn9wgzR2\r\nny/JS5wKRPJ95KCEM5Q+etYiUmdFvY0vzfH8Y97pU9L60CoznjuhliDf40uh\r\nW3p7prsrkk1lc8a8/qJ2z5l0f4NECBiO3cavfPdSqhM6rdra6NNxYm2nu2go\r\nA4jc7U2kQZrbWIzqfcZADBopiMaifxKsjJFqLKt8OB6IkZtEy1zlL1eL55wN\r\nGkgbxCkOKkstTJKbVHEgkdKFN68ElNA3LRSTnqVKxL7+zGeo0Qrh9BW4DghN\r\narkUQFEjW7z3FAKGO0GMaY7FdV3QZ53IZluhB/0/nrcq9IKKjZMFcbR41maR\r\nJQ9wKh9gJYqEQOlMpzJqE461YBQIxeUAu8+IULGq8CLXsncpmivdw/t8u4Kp\r\nX1xvEaEzbHF4STPiR7h1U55HyHmRZzYe6ljdxFgIPlUt6uHlsennf5xiXLjt\r\nU4p4VGVfkm309HYLRc1BlVyIuMfUOOIjySq/4VakLPu3G6AEHte/Lkqv3ujd\r\n03eEABDMlX4Zf9aYjEut33fNXfcrsgLfSrw=\r\n=iaP7\r\n-----END PGP SIGNATURE-----\r\n","size":7875759},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.15_1661492731680_0.31373408041410866"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-26T05:46:06.871Z"},"2.2.16":{"name":"element-plus","version":"2.2.16","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"654533187beffb122887084bfdec9467f593d32e","_id":"element-plus@2.2.16","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-rvaTMFIujec9YDC5lyaiQv2XVUCHuhVDq2k+9vQxP78N8Wd07iEOGa9pvEVOO2uYc75l4rSl2RE/IWPH/6Mdzw==","shasum":"84c00fc4a2d84031ec18d0f28820593c6e451513","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.16.tgz","fileCount":6044,"unpackedSize":87888474,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJcHOcIEKp3QW8bgaWvuTOCzOBM1omiluyuCQ9j2qE/wIhAL2nfFynCKTv4KVDqClOLi6FTC5Jd3O5Uq/YoBc+4bQR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEd2qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprrA//YsU1Cee8VbiWQHpPhLN+Ub0wXxQ6hw0ntr3Js3IorfTvEsIE\r\nw1FgsRHdZFFkGFhrBPZWOtJ1yviGh0YJwx11VHWt5kIkUNG/PsVG5PwnkAHG\r\n3ZO7IiT9m/zv4B33D8JsT6BBnVOgd0i5H0sni4hSSEqUn9rLvkVO9jX2IZwz\r\nMtNuBed0r/N4UnF2xvLtO9r8gBWFC6cyl7HgbfsjQFb3t6WR7IsVPdvD/pxO\r\n78gcWEqg+Sfou9bv5BBXx2TNYOysd68HipmBwSfAvIQhZBql24roKsOUOXH6\r\n5DiU7Guz0H6+THTj4Zhv2Wh7I8iLx4jx8PswrcSZyU0jlPEEs4Mg97m3l65R\r\no1kspHqJFu+01zhuu4D4rpwPucmEEbuMYmV7qvF1DKQUFTDizmCh0hfC4/PZ\r\nVMS94llU3F2iQY1Hzb7bicCqReHKmrePBIhq+BeVTk7Q8xwdtc/uYNVzlJda\r\n4C854fpw0IzBYSuNKRsm90dHuO1q2Zb0/r/VD0uzhj3um/6habBFdwxSEsnW\r\neRo1aR15e2RzRg36CIBDNId8cOcDoo0qG/8aVFHbK5ewtSRomFr41g5igrpz\r\nPHVB3LIy2c7aeWFunr2z9RHnFCTb13mBncY60qzSD3J/dpxmS4R4N8Fzm7pI\r\nnlNkc2Vrrqqg245RWpHuVCUL+GdiL7MvxyM=\r\n=N8zG\r\n-----END PGP SIGNATURE-----\r\n","size":7876841},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.16_1662115241716_0.13768221057324626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T10:53:23.155Z"},"2.2.17":{"name":"element-plus","version":"2.2.17","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"0c4630d7a9263e07cd71b1e50a1f04c0bf8c6e29","_id":"element-plus@2.2.17","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-MGwMIE/q+FFD3kgS23x8HIe5043tmD1cTRwjhIX9o6fim1avFnUkrsfYRvybbz4CkyqSb185EheZS5AUPpXh2g==","shasum":"abbb12c19dc029c95b0271822ea9a0e635704bc2","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.17.tgz","fileCount":6038,"unpackedSize":87927679,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhmtmDnyil9ZKy3zzsw3NM5yL4YL49WXymtTpw5fvjzwIgZsj6ekndxY+tqnTMjfVvKxdGLOOp9kBOMEFGQGpjGPM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJArwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrF8g/7BnhQkD+p3R1OH7U2//kh08SFGlvKau60iGmy8A83uTFgkzrL\r\n/kixy+jjzBtjgslVrexFSt7BmvkpX1Zx1kSwfhFitRBWSOoJprN0P3vgJb/t\r\nWjCFKetbx9BUnkBi76nsBElyg2B80HTNZCboYoCsCl8WQq1FsBuAR32QEboM\r\nMe1TGW3hfkqKI1FLWI8yelw9S1vaMhpkbRS0XDQWq9AH0q5gpHxX7Rf4Ty1l\r\n2MxwWdFjmurjKmqeI+7rccfOYLFsVWIU//YV1/OQyEWV/zBN7i6mflA+cIGl\r\nUu3ShPrAuD7UytRcncMe+577FcfjjiRv4JnDPx5/84UQNC/9fdTPmvrWZcmU\r\nIn2wDUQWFl8Fn+o+Vi9Dq+HOaP4NnGOZeKCZauhGngICAcw3Sn0nuENZHJZ8\r\nQuW4f2VAWza/Zt/kHKajiEgbUgPWXF1yrSrhVCn3hMzBkhPlrLzb4ugYbOZ5\r\nHSJy5w5h52U090PuulZn6Wwgt1gVB1xFOOjXh6UKuT4/z//jwa/TCoDAh4Ni\r\n+5wYi+y5Mt4FEjKk8Q7hz6/bYjsdxFuM1uBIGqjhG29kzUjSSc+xP/jPn6Sf\r\nu4jZjWE2nJ6FkiBDswv5QFrVnI/5LupLiZWIVipQJXzCzsKM3kWXKNAThVqE\r\n8bKSD+ATVFrv5YSDewNr/OhaxqEzdoASbAE=\r\n=uMSO\r\n-----END PGP SIGNATURE-----\r\n","size":7887355},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.17_1663306480066_0.263591461434697"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-16T05:35:16.173Z"},"2.2.18":{"name":"element-plus","version":"2.2.18","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"2599e5f1f87d12e7c5e54d46e2be3f8ca54bd05f","_id":"element-plus@2.2.18","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-2pK2zmVOwP14eFl3rGoR+3BWJwDyO+DZCvzjQ8L6qjUR+hVKwFhgxIcSkKJatbcHFw5Xui6UyN20jV+gQP7mLg==","shasum":"62b388e05587506d2d40bede0729046f7c41f9d9","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.18.tgz","fileCount":6104,"unpackedSize":81434458,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDnyN5szRXqLzRMkSiySA+qm5VEidiU+XhSi4RZLIkBgIgdM06pbenzbVi0I5lEKKYS3box8GdOjNOMP/wdHYxLes="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR8CyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrR2g/+LiVpa4nmyXmTp8ax5KL/G754C4Ed+CQYTAglkFyFqmISWG+h\r\nZxRWeHvFXV4lc0tMM99f2b4PBInh762pfkxwmg9QP+P9t2UQcz4MHJIIZRnJ\r\n8teNOJL2SL8jJFDb3wBDxGN0ocb/Y6Jn5/SA3KYjlUXP8+HI4daEhePhH10P\r\nh9U6Tu+q6onKGB1Ubs7bL59ekxLUKN4PlH+h1oqvBhjIExC8U4HZG5sFHe/2\r\nvXkyQvBRr6LUWVN7GMmicfa6JUq6mUPk64CSTA2E8a+05z3XVwNrwFT1JpJk\r\njVUr3ua+22A+w0yelXJwafStkbk2agASDIdaMuSYzJa6Jp0lWhUNWkM4J7fY\r\nrkpIcd7nf2sqWUPR8s3wc5PS+PHZIQDTEEJ6v5jx+no2o0TX8fime0w7lMsb\r\nNSn9NpGYnnMK+ri5u/I6OV5g5dX5KXHl+JG6k3hZTCoSI8OokeEbOGncqcMd\r\nwXcYZHMflngHroEDk283pAwXKx0LrS+OA7fl3oUBbV0sf6ax0pADMEdjGHY2\r\nn0X/yLWBcZl1Qe71cOg1Hy+cpoiHrhzpNMB16SeBx0Fas1l9IJ/9mC6TcMBt\r\nZhl43urVcdnqk5KMqccvWNcE77Xs23CL9N1k4QEsxx3bQb+k7KPiOI2ZCb07\r\nuXy7A9WzQqexbtqdmIj3SDQYJ3xKzFxfTEc=\r\n=0xv4\r\n-----END PGP SIGNATURE-----\r\n","size":7611427},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.18_1665646769841_0.6622539341132585"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-13T07:51:46.617Z"},"2.2.19":{"name":"element-plus","version":"2.2.19","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"9718804cc52cc8229d3a7049965f310e68659bc8","_id":"element-plus@2.2.19","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-uN0gt9lUus/IHzu5J6vkbYoYJgUtU05osdtFv9RO27bHKOG5GN7dH6uA3OKfkQQ6R2sV8ZxY1rc9PH1X8Dgrow==","shasum":"c11cb84b35b7698b2f5fa7ec0fd98034f6861a9e","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.19.tgz","fileCount":6146,"unpackedSize":81713569,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHpti+u862FSVveBpBTfzINiygJEwerAB3a2kNsAerPgAiBnUN2x7gJaotA9daJQg65hKLDod7fhw6YNk21pmRKiEQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUm3tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+tg/9EkF8QjejxMhb6tFg91SYf2AXhv+fxoqwNXalYNCy2J3yqaKP\r\nMrH1qKAmSM6jQUcoftO34Cn45kGlI1zmvNlA0nLbqsMlEi7zFtLGtMfouVA4\r\nFmEyEH+S/ZhSZpuVdFlAoPFHOBvwwFhYobx3OpmDYjc/o93gQn9dJJvt5Mi2\r\n15cSdwgOsa4SkfOdFw5WQ0u5BRnomLa8SKWib3pnnmAbKMBSp87tWJPmyYSm\r\nj9NkbZ3qGFvOolM7bBCMpKC5U73f2cpHu9hdcp1Gx6W46xjBbTHbGBxh/plX\r\nAousVO+uW8Uh6nA34FwmuTCeBzhykjJogfFLSDtZo52BHJfRP5tKBIOTK0tk\r\nQrrjF0OkTM3ImKV4oFOJazlJ5GT6lq2EX/qtxcWWFkEpk2q+KDKlyZdIMvuP\r\nUp2UIxD/gAT44zz10D2Ztbrq75JTL6d2LJfEMgfsbrzlFCyvxwHk/00KNZC9\r\nqcqSsL5AHeZTjBkW+L3E8AxM+h8djW4ye9vP06qa8e2SdFP24mI1TzW2PIuK\r\ncuTPQ7wgOor6h2Kr2eDzeP9kKs72R5JhhuzWSAesw3x0Hp8bHi7o096Pd8kQ\r\nwiPU1462MwAO/sCQA4FP+n1Hf1RWEg7IaY82HQpaLJDznBMr7GHxtwdLTsXv\r\n7kgHZ2BNMY8boZmx2ag4ay520EcQbG5ZPLI=\r\n=kk/F\r\n-----END PGP SIGNATURE-----\r\n","size":7622912},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.19_1666346476738_0.43063873072665304"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-21T10:02:18.452Z"},"2.2.20":{"name":"element-plus","version":"2.2.20","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"3c4383695bc8cb8733f813b9dc853380d0592ac3","_id":"element-plus@2.2.20","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-ludShd3f5kNRY4FLzeoNitLcwZ4qs2M/zwKeyeE7rUzZJAQ0BZtcT3SvZoEoBLmgxw9jHoonl4WIwon4UzhyRA==","shasum":"f4395c276c0945cc8dbb8e6ed4a8d97f173a1ca2","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.20.tgz","fileCount":6182,"unpackedSize":81525903,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID4GLOlryTTMLfNT1L7a0qZJzJNUhRaWNKsSRq/KSXDJAiEAs0VVr0PliFsymvgzVU3UueqOoynqWfT27/SWTiqoQ5U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZyEFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqD7w//TEhEqb1HKNuofKCjE8gE0Ov7A77dZvxAggCRHxm15HkuS9E8\r\nHLQsSxf/EjpB+sEvyyWD1LrDaVpI0vBnY1cq0Wou/Evh0JgVDVl3TTexcCZ2\r\nj1StFjXsBWFQC8n2l8zPK3wEayElCacPWBlq64Dgk8Re6JNywhSGGZ+otod4\r\nx8Ag2OAcyhKQ3RVXg3FcnAJT3EMCVMaoxepcaN80OLhXF7KwlE8pZ11+RDv0\r\n/Y1FokstY87DNVfS02wBhfAoZ52EtdAhjayVCabQNydRYFiseF2qJ1wkDatv\r\nzP9oqgAYwU5RxBDMkK6CfjTR4FUKbfm9awh0j/ti9aEdqsA9WwVPJCl1J7kc\r\nt9Dzpnd/o0iLqI4mm/BE7dbMLsitbVjTqGgGpBw+necJaylqSrGjl1c+0CE5\r\nQFV/j3BRAZMJkhqsprNTZzsBbUug453swfSLgcMEPSvhUYj0owLjH/akZtig\r\n+HxQR9iasuzfLcp+Co7RgwIe5JK8biWJ1EeC8rcXZre8CR2jyzaEsrIdItAJ\r\nggaLqSN+TL61sCX9tKmcg0ht+XREYyIiMBQXHmyXmBfwKhtOHDkyOB9P+yG4\r\nqjSqxHAEC+x/Aw88VDlbhpNPFJ71lU0aTIKTbapQjpiV2ba76tPrnbosD6W4\r\nZ/BuSdvImZgluuSIeLCPYNidtjhvt/JdSM4=\r\n=3xyr\r\n-----END PGP SIGNATURE-----\r\n","size":7621154},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.20_1667703044525_0.7855227413530603"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-06T02:50:56.292Z"},"2.2.21":{"name":"element-plus","version":"2.2.21","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"6f94f7dcac10e73eee6f3102e1d7cbd32a2506a6","_id":"element-plus@2.2.21","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-wZUePoXZ1zuCkzENK/8mn+mekuLJ9OoGYiudjUujzCf+T8HfOQl+TKQStwOkGBNk93fK8e9YdFIty4jH4AX6dg==","shasum":"ba3902b5e29fcb83b7407a0b7408372a1eed595e","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.21.tgz","fileCount":6182,"unpackedSize":81542963,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHCOPay0KI0UlJZgrgAm90hEhLT1uf3YFr/UGZYmwwZiAiEAm9YKjUW7WxWYP2iKxu/zUYgIvQToS6aeaDpJeg/rks4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbnV/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMHQ//XtH7IXM3vUwHgetfNtSZpsqfLBdz48+OYxOsQpgUxc/fmfxd\r\na5t3Ga1M0tZTd74MG49GvIPgJV9jJzr9y9Z4ONnOjzdVQPwUaLkbmzhtfSAL\r\neSDf9QcZLoLr7G7JbEOx0l68GAzH0z8yaC5aWLZdJ8XvRWBt9gc92Dax8iyl\r\n3SZAOtOS0YMFD3g7IHCJ6ErTE3+8hpF+C28jTzQiIwJWdEBMF37RSca3SkX+\r\nMJ39co2DSTeIuVq9jQZ4SdzINVBOV+Mc081pt3De1y3oALA1/p5gsiws1M3T\r\nBgMY7LHBQxqqMoToQNhQWo5yg4YFoM8i1kfh1nc50skMFMjkF4ADmKgwj5li\r\ngpoZZQDm88sZVUvM76t89my7yrtvfJRULy4AaNOh5gZJhwG3yXnhmNe1UfuK\r\npfG33Gw6NxRAvI6DflMAOQQYQYZd0oTPwDOCjH/pCc7qRDXnWyoEmHENfBIU\r\nn5rx9s43z/Js9GNQ3NHNjuTduVz4veQbLm88olXHHlDsNjog3gwkgZoOWl15\r\nC8TDz4Sr3rn417fdSQiiFPtS+lNWPS4MfhWNUuP7UYN9j0+K4heNbdJ6Wwuf\r\nQQMLNx+nVT36DxDOq+YD2rrO+EmfpAE4XOVupImqSniW3BLn3/w1TI2wwZ5R\r\n+x4/E3yPjmPFSMWn6JBInynEzCPxxLG95UE=\r\n=Mbz5\r\n-----END PGP SIGNATURE-----\r\n","size":7624513},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.21_1668183423413_0.49439853298857495"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-11T16:17:21.242Z"},"2.2.22":{"name":"element-plus","version":"2.2.22","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ea8a0fd5eca35fd340da2911e96bc1a8dfe1801e","_id":"element-plus@2.2.22","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-gg2g2WOMNpWf0wGesymUvTV0VZDF/4khQKroSNeCV/vWJ/cqssPYdtqfGxTiFRt/f+JpyFkV7O1mo0yzMCzrBg==","shasum":"6374a263ecdcf0a820c3d2e926bb28102542e254","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.22.tgz","fileCount":6188,"unpackedSize":81656839,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/yA8xyjcocuWNKuC4tTlfG/ZxDvV/speA1JYaTpwK5AiEAxYr6KEh7DXCsWxqQ1oVRllD9NSV3ibGxdFyYQuvcRnw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdzRlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDSQ/+LlTQjR18bBV+spJWyL0jeXdvj4KhznRqsqT792RVT82Xbjqe\r\nP6oIZVrrgP2RP57yxWMCpKYOoU3A/pD9e/j82968mFInqI2siObxzY6jqdBw\r\ngVAMOpwCEITIQsvF4cVUV8laqbVSW71k9Z1FW8YgfHMgFsC4fJgoD4Razhut\r\nadL3AX9W2ezvp+thw9NNxiO46di5UaMb96e6BA+FZJ7HTVL6QoQjeSyxSCuq\r\n37aDY4it5wSNJ3UOSayGXSnCQLkivoIvHaj+7pDgYM3ymNx9E5EZ/sxK8cbl\r\nw1eRp/+tZl/zWmFPQYEywjpACPbqvYn5r8Ff/d6PVRB/gRj7xleSjecn8gP8\r\n0nkC3uH902w33MxIU8x1vQQ924HQPIuwF0icHhpxaGlUAyHwm8LQHBSFgfWY\r\n1mkjdh6AATug3olIXcwNrKOHat5MnjzQe67LN0RNU8bRtM//upjsCWox2Izy\r\nUsJ+XpeiwiRiHJwISR+2CXdDrBcqglyRsgrxqYPAJfXXISNtT5PPQ4FJVW0q\r\nwW5HRYzD03uDUvDkV1huuEvcmjLTpQV0w0I05zg9Oh2I3tbf+qy/jnTIhUcP\r\nCIl3D3sBkh60FEwq4ssEeC3l+/VoyLgJW5ZEjhUG1qGJpPMNtNwQGxdFeCE/\r\nHfE9Mj04Dr6axb5XqNk/VKHiB0mxEiniBYQ=\r\n=PgGd\r\n-----END PGP SIGNATURE-----\r\n","size":7634259},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.22_1668756581149_0.24462503479493836"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-18T07:38:23.150Z"},"2.2.23":{"name":"element-plus","version":"2.2.23","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"fda0c6137e010d55f2aa8dedc59371a687aa587a","_id":"element-plus@2.2.23","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-/7BtebETiknsW2TpSwt5RIpXxFQ1sbYoRelJqeiB1K9LcL0MwyQJ1rZSuWHBCHduMvfpogNZ66dwp2Giv9lYbg==","shasum":"63f512bcf74e46d6bec6d8882d9dab40c1fbebcb","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.23.tgz","fileCount":6194,"unpackedSize":81883785,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmWdbYdWlS6s+yY9TdS+hM5YdXaYKfxy8YXsbUAjRW5wIhAIZQl+KlZD8e5NkEnJnHBLs5yPHqmfV2PaYYjf/XKunW"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgIAfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoS5A/+IraOOsuIK1TTqWwU1ZsDFdzwGYs6FHUxCo9puB2sWhtG2hhY\r\nmygjHJXKBNmrpyr/i9WtdHNjYkM722nVHFJ21UG4NDTEr0Cskfx7dDBwBqpD\r\nRSuN2nOu46pFym3cy9S7XopnKe2TNAP/dOfXDPji04d/JAL90E9LQxSI8n+P\r\nsfgMB+Q5vEufA4CmmwGSdfpeuvKqw6VC0zR5cdwNIVzOqkYOiiPmMTMKwb5T\r\nCR+YkKoezPT6d9Dx5kGsML7vXRU7L8JQNgKg/iZDvVn5ff522nAjIb0Dh6PY\r\nMgh9sTMPwLqvJCLtIUR2pDzY77xSrjyTlqslrk6UXirdg/eQklaEPZzsR0pZ\r\nrGN2SAnuPn2TJ7ijseCvQpoiVUsFbyeDizchuO5be1fw40gj4FVjwE2PHRa/\r\n5zA7Xi+mOJ3nizlKKXDofNdZ5BLCo/QlmhozafYv1dJpvjmDjV1REPNGKOM+\r\nRzZI9rxIeyySvKTxb77PUKUU1zKkG6klbevk4Y0jWmNWcWRCGfBlIIEeRjlA\r\ng0tQ5b74sNIJOMJX0oe1bEqinPO3NwWw1+4SrjP+Op/yNZS7jcrWlk/7W0Ei\r\nPYeCDmfDu6+hOKw3cB6kBbm77+NhJWNYsa7C7XEJV7pb6ScJy0uBlF2psTx1\r\n77v/lpz05IneK2Y6kqY7qQX24snZd5qQLUA=\r\n=wblF\r\n-----END PGP SIGNATURE-----\r\n","size":7648145},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.23_1669365790863_0.6670945385581228"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-25T08:48:32.298Z"},"2.2.24":{"name":"element-plus","version":"2.2.24","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"1a1877b1ff27dcc3cbfeb68a7172ec13fa2ab250","_id":"element-plus@2.2.24","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-D9T1EfFrsS36DSFVye+le+G7ECKeG7NtoQ2Ws4KeuL8Jc/DXAA2O7qlofkXNisooFTrt7K3xVeiWIElyQOqTIQ==","shasum":"d255ddd1ba6b6d1aca30607165773270960fd09d","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.24.tgz","fileCount":6194,"unpackedSize":81877594,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCN58l2NSFKIaE29y6dduhlnue6oFnfAsztar3NGpKePgIgY/n2BHr2mtJQa+HnKkIxqZyz5ZAi6vqaNlBs8ZcA2xs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgNG5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrbrQ/9HFww7QZWXf2VMFf3A3pzOjOL7E75Z1JieEI+Ne3splt4zmO3\r\nSnOLa6eZo6KhhSQNScrd2yjtNQXOrJF+XWQ2dwwlVjBHxNtOysjDnCksZe8F\r\nsWE3GjK4Ara2M9A4ER0KKlfyNi0BgEPODH++UUNF3tUqVPkB5Uazar/QCi17\r\nwZ+kYnK2Vf4LVtUwfkeKTuTvC1gtd7E+EY/kUv9O1dBWdU06/GcBzTkw9cqf\r\n0pVZvDka80IN8gUr5e0cwRC6R5XIEBlR1yqNsslAYn37zHeV5k3rG2CD+P4n\r\njYs7JTA3WR5L0xSBUogIMncfHxV0SQrzdm3ANwyt3B1kw1GLRI3asNQs01EW\r\nSAs86+yn7D6xTPCW66Rotuxf+JjNrZ/sXSFV7ZSi0GE1h13Q977RL4gm52ih\r\nICzfmCipQY+NIfMJQOfXqeZzIfr74co6fw//jLkOCpUdyMH84Grw95U3TVKq\r\nqEknNYv4I6LNltn5F8dIfngAzXfZ4Q0dEVQYt+W3wXvoE/2mwThZykBae89X\r\nTTxUaTYw6iIogUPUL2zUroeZETFLMdVp0jPTGpsRmEZMajniIAZOx55JjKtZ\r\nwMKy2M8tI9W77xgC9v4Gp/+qKZV1LrOpM60DQFNoz1Eexh1oeoVpcxjUBUsR\r\n7P8NPmMaWk17nhwsYGzXyOYhsa074bp65OA=\r\n=yimm\r\n-----END PGP SIGNATURE-----\r\n","size":7646661},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.24_1669386680701_0.6922580444511262"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-25T14:55:40.647Z"},"2.2.25":{"name":"element-plus","version":"2.2.25","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"require":"./lib/index.js","import":"./es/index.mjs","types":"./es/index.d.ts"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"beda3b4766250724bdeffa8806df64a4e6acc344","_id":"element-plus@2.2.25","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-HC8CWY31e6pPyBpgqI0QnWkBgs0vRzdYnEw3mpdM/NlKfp0PtNFX7NESQLomqoIulH5ftL09hjQmJNvZBQpthQ==","shasum":"ebf1e8a57300eb2d8ed337cf23ee5a566bebc402","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.25.tgz","fileCount":6194,"unpackedSize":81877693,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTm2HjUqJacNFVfTU+wYqKWugKc3e77kYBCfgAFcsMbQIhAK8Tc/P2gWpeiwkHJ3L7oLIB2KjXzsytioR13qhnTNAj"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgOFZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPLw//RfabH8JuTByU5vv4yxPQfqDoNHQpx4Djb8qxLsL1lAjpuhfc\r\nPsXBmVIAuHKzcPLhvygGSRvc8bkKcNVjm3yJ3TYSy8JnxQJKRyqH854++dGl\r\n/gAXyBslImMb5KBeAQU821JL+vR1wlWe6Jl1WdfUGZwqRTWbEl/NqHHwAPGp\r\nEioR/yyx99bdDCKmZ/wXhPWwPW3CvdELfyjZU4leX3c7U2D6H2LwKUIrgkJ/\r\nHXdwdWNYUlkQvLGw/bVBApOW9RpvZmTW849RfuBUrSMS1KIKpowjoVo9QauT\r\nqytS0K8iVsUt4aPGKoUk7zMmaA/tetkyYoOtWnYYdcZtL/SlYv1NOQMQ+yX4\r\nBnVi3LMuUGmPgckX7PzjTwCTz0dE6owaucw747gYbe/VIqBy0vmsnGMv0cnz\r\n3WdnedgIweBX91mJduXQnwBesLTqbo2kOiDDZicFUqfBda/YYLFx3ETyWAW2\r\nSGjVSuEt5/IipnhN7v21PtcXiBklQPEqMps2URibCD35x4UklvTjJjb5xnnY\r\naId/MxbGR+GVWtdlfk09Ew77YqtJObbmlln/Q840wFRdNm3OGCmeaJ7z45Lt\r\nCHGzr+wM3BcNW4e4ASwpoyueuOYRptIGHx3BrcLwxnOFLQKYw0Czn1wOraic\r\nLpY9/caP/KHuV2ukfY4ko0Xlxo7OlKzLIyY=\r\n=uL4t\r\n-----END PGP SIGNATURE-----\r\n","size":7646671},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.25_1669390681000_0.13579429405239796"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-25T15:38:23.270Z"},"2.2.26":{"name":"element-plus","version":"2.2.26","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"49a5fadb29a8951c34984edecad06d9a51357eb9","_id":"element-plus@2.2.26","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-O/rdY5m9DkclpVg8r3GynyqCunm7MxSR142xSsjrZA77bi7bcwA3SIy6SPEDqHi5R4KqgkGYgKSp4Q4e3irbYg==","shasum":"5e46aa5d8127786bb158713957f8a253b35bf019","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.26.tgz","fileCount":6206,"unpackedSize":81928380,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICZwQ+1WkXb7JiI05SG+oiH1a/+UOczOlQsZUac9WTMqAiAqqsJGvP9bBUtWYz9NIgo2Zhdk582tXxkpK3FULDRIKw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjibRRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHJw/9Fj0FiKu8jYXdFi+PFne/LP7vEvOeV7BCT6VQDi90Q2fK+OW0\r\nGDVLwwkqqA/VY9JswUerl4P35NDacOGkOLA+Mb4f81Ts0jxfvVnos3QJGcLv\r\nysZlKoXL0wR1Iui0jbNxi9xRel4w3mSjJkbdsCJju50UqHH5FZBL5kp/CYGA\r\niIjolUwPDVzHb68NjptlklamaxRWgNgAxwQIWsBYi0QVfd2WX7uBUhtrpUBz\r\nvLtR9UIucxd0CgWIt6q/606/VqR2tTSHCzaZNm1//8JHAJ84YGK3lLxdVVzk\r\nZUL6PzOI+zh5Agh8PBvA4hISsfdandEuJlgI1tL6J1h2Kw+3fd1LUXSOrk7V\r\ncZDdR5G5xY8vFkZ6yfcVk/LlD9+2WygRAZ+WLwX7vr+reQkH2aD6seQovRWF\r\n6v09+9ZPx47nYScdrvm7JIcKlt2JEqTQv3PzAou2GA28PxPtcDmuqtPg0b45\r\nLwTZYW9FCg01+znAknp68FBPaWH3KI0fWBgc9fninlf54VBy0oD8juorOkRm\r\nFQqHD7F8ItaSxV77La5BIrszB9GFP0CzCAZm0iom+nt6yB/hfOAvBxMEE9Jo\r\nGp8TdvNaJlqPXOEYo5ZITx39hpQhCQ7hwGfx3LAQ4T1MRXIUBNeq5ETLW7Af\r\nDh7L9U7CoLR6UnKsv1ALU6cfeXVBExghXW8=\r\n=VCnv\r\n-----END PGP SIGNATURE-----\r\n","size":7657686},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.26_1669968977409_0.20710174335777465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-02T08:27:43.288Z"},"2.2.27":{"name":"element-plus","version":"2.2.27","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"2615668013726ae956bf62d0ffa02ac3ac58798e","_id":"element-plus@2.2.27","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-P04HDOZBYDdvlYuleuCZRULzAc5xJVOBfLDK9xWxVo0vyo8ntdaXS5sTU+/76vrNzuO3FhLn9kvrsbiJEVa1jg==","shasum":"a5ddfe018597436e7c4bef6abd2108d72f765ea8","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.27.tgz","fileCount":6298,"unpackedSize":82265065,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHpySDdusJRUZYTRLqOsbYKFyS9VYP8vWQ+m2oqyQGYiAiEA/NZeD5dHa0N4f5+fUMgYvlkhqw8e+OzTPA4jrm4Vd5U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnJZOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLzA//UHZoo1+MP/kXPtfgqguNkD8vdpyn0F4K0h10S9g9OiZPndlP\r\nEwaBDiOG5oKhW+hV73wvYYAezoGMIEhKqLLhNtigPHKNvwtpM3+GjqIFDHEa\r\nehJVAAZuUQmfsnq50eAE+fOUVa5Vpku0VFkMzp/zAIIaKGPSf+fE8xZX2cXf\r\nRWyOQ6PFNxNBzwN3rkJEZlp4CxnKHsU/bdOTmX4EswA0wfexhbVb/QN5WxP/\r\nQY2zX7ipndw2Y2pLjpR6FbJBZJpobCfMOk57KxXDMa9CPDv6WejvD5YxqZOv\r\nxZvTl5RI6nCD7Kk9vK87et5c7wGxHMa6E4L4bnh5DIjGrtQnmzTF6r3GEVM2\r\nZZhNIUS6TPQsxFwx96UY3h6nYBk9SI92BwIimTB9dCpjxoqLOOqns9eMS+cG\r\nD3qkPHkAKdYMZIZQqWPrnf7T1m3HL3aMflXrbmYuiySBD2FH03Ub22ur9hnt\r\nj9deONAemOeFT3c+lrJfCCHDh3KXLIVGbYXqv1EM8tio9MUK2V5UPPiyH74r\r\n4HmGozSbgAniPUeSJBKXFgYf053jfm94SzARywn3wEAWgV0+H5mbgrteZy9y\r\n4IVnBwdaYI35/kUzXMlD4HGo2G7KdjThkowj0PQxxx1r/GE9O0kVTKdUdfiK\r\npS67mZz9W2p6MmGyz8NjCVuZs0z3Ik+kE4M=\r\n=P4U9\r\n-----END PGP SIGNATURE-----\r\n","size":7700144},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.27_1671206478050_0.6039976982272492"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-16T16:01:29.690Z"},"2.2.28":{"name":"element-plus","version":"2.2.28","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"bd6de06348f8bc254b90cc0f87544a1476009470","_id":"element-plus@2.2.28","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-BsxF7iEaBydmRfw1Tt++EO9jRBjbtJr7ZRIrnEwz4J3Cwa1IzHCNCcx3ZwcYTlJq9CYFxv94JnbNr1EbkTou3A==","shasum":"855441976e82da597faecaf6ed74fc4650a970b2","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.28.tgz","fileCount":6316,"unpackedSize":84034480,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFG0UHKfQGoeGAITu040OlGh/5Am5qFEwsKbP4uZnDuzAiBOTWw8ElRYbLZazw9laVvqHrigR/bE5Xx0J1ZkovpxlQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrtOeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRZA//QIVa/0kzyi6GdN68ESZkDNGWL9n4Ijvr8ZmqwSnK1ery5T8c\r\ngp4HAkm4vpK88KcpOeoHcflDSv9RjS7kkZ41YTBBwBfMV72k+Bri5Dr1hKZP\r\n2Y/eYuq94xeG1ziVdcGaYQ358QkWpDxYLXun31VHGTtKrPHf2lhV8hDQQoHy\r\n/qiTJO3b7npJtKX631RZgP9cfvIQUApcDUFNlYYT6A8pH6n+yKrvZnxJ8ouf\r\nJU/0x9iJeuksQgJdbB/7u3Ya1wkA9orksy88zmIgdvdURPCtz5CNa9QbmGBO\r\nzVG5SQtIQYc6XUUIHnRBJ0LG8eW3paYZ21+hwsSDAWsm2VY+W0Psf8hvwNq6\r\n3R5VZoxbph35+t8QaVlAUqiFlrhd3rs3pNgY6O7VxSUP+2X5LETWvez4CRjJ\r\nJf8Apl3KNIpdWUSbT4VR4G3AfqDIneKKWvk2vETFEiE3f+K59XRxmZCF2jUs\r\nJzK3mzBPEEgdM3PPRKB9iA4dlKBOfcEiVaUpy5lrOREPCWV0rm46UHdCKzDG\r\nKMf+Tk3GzL31SkkBAUKD0O0bmwjaH+QzplPN5Qb1f3onDPCRPMiPm69Y4u4E\r\nLcMOleYwn7D3145sxCjU37FfOfqMOpfqoUXvfeSyz9oBI4Y0SeX4rjHiK7zH\r\nViw8f9Sqo04fNcjxwZtFgcpEkT5moey3mzs=\r\n=FPOE\r\n-----END PGP SIGNATURE-----\r\n","size":7786339},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.28_1672401822084_0.6464851320275697"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-30T12:03:54.213Z"},"2.2.29":{"name":"element-plus","version":"2.2.29","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"da0039d1f0b5ff815e5d55ca144959ca51f6cef1","_id":"element-plus@2.2.29","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-g4dcrURrKkR5uUX8n5RVnnqGnimoki9HfqS4yHHG6XwCHBkZGozdq4x+478BzeWUe31h++BO+7dakSx4VnM8RQ==","shasum":"7dd72f9cafdc102ae3f9e4efe612e403ef713a74","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.29.tgz","fileCount":6340,"unpackedSize":83916128,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGdB8SQudE/LkPtoqCNnhZKgo0HElEgWj9KMhViljJfOAiBLLzvk76HIgxwWOnbjFAEGwm8p1Ua9oaw0mJ0vb0KTQg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3LXdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpkcw/7BDzJt3eq7/1H2uKR2JY6HwcWlueZy2RplCI+6XPW9EcH9vX2\r\nmONTQIpxKY3199nj0l1xHiY1Q0u+KJmD+2Kdz3pgeSBVbOy9MypUkKu8S8an\r\n88I60smYMKqjBJ3LwiOKNXuu6WfGf8AThaHgbylg/SWxDQbQGpB6BY/cVgNh\r\nh94vH7npuy+XP+UKWhF0nD1LsdXuiiXIakO5CVN0HdnopxROatz3WDtLTfuT\r\nOKbkpdNciVT2jNPdUGMCBBsvNfQ9xCoEv9r/TYBltox10tCamWe2PkxphUmw\r\n6RpnMP2ihHvjatC7drXy5YduXBYmlg2FZxpwxbMA139jLo68xDhc+jaJqo1z\r\nq7DLSyBWn9X1NEIjDoEMJkowy82MUZVzZZQ9U0hFSvkpdkrt66kcJqX4T3zg\r\nTqZa6OibSDA9q034AqkmSV2bIkh3EXE08mDNR2EhA+XwrSzk4I41MgPTLqX5\r\nyXIClCcNCMHvSbzWp10pDGUx+5Wn7IaeIh0GdgHaX/r/jnkvvZZtI7fBxuVM\r\nkiL3z3yDuAIEDc75sjkZ2lD11soSHZEdFx0EEsPovyxnC+H29Q1ApNy/so63\r\n94rpUM3IWvPuKycoFgaMagVCv9gGAuibSwape4PwZweZ7jIcEhu/COGTMXCW\r\nzjPx7t46buWujJ0G87tP9M+StO8U38ZU7f0=\r\n=FzyZ\r\n-----END PGP SIGNATURE-----\r\n","size":7773422},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.29_1675408860903_0.27142458589371476"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T07:21:01.289Z","publish_time":1675408861289},"2.2.30":{"name":"element-plus","version":"2.2.30","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"31e4fc8f76e9c8ed645814efd6e49075eb3f0a9f","_id":"element-plus@2.2.30","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-HYSnmf2VMGa0gmw03evxevodPy3WimbAd4sfenOAhNs7Wl8IdT+YJjQyGAQjgEjRvhmujN4O/CZqhuEffRyOZg==","shasum":"b594efcbd6969f3f88130aa1edf50c98139d6e73","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.30.tgz","fileCount":6340,"unpackedSize":83919949,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE/b/Vr0URwoO3dsxdegcrz3V42epjNojZOebw2e/1qMAiBOc3eUJSRrtU/z0AiAv8ZWwfzzmtE5rPAxj/osqJuX2Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5gOWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogNA//XOLgY+aqLXxvHEa6+8yP+oyJ7sZc8Kyy5zh+Z6tEwVWtUgDx\r\nBHFaamjpChsrVqY+g4j7CIyuhJOvxifZkSyc9RG1w3OEWHOASMQnA5sVl+8d\r\nl9UAUzQJCRN/Uwq0GLwBRaKk8F3d5yfa4XLG3Q74ftgYF0qnVgCIgD1PIiP6\r\nJzMugediLsd8Rrv28YpKW2Qt8wMXzhNMNR5jsbtNfAy76njTei1EBgwyIfD3\r\nPpdx+TljGVN/VE1aYQ078B2LO+RxDYaHJ5DhwhUTgYM3CfgAL3QfrhltxaUe\r\ndu2L12B1cZQye7Gkrmz1KYd/g0fSL60YPjrh2fa11LAuOKT1R/ocrKpaRkw+\r\nK5vJDM5E0tDJQ6mGm8rboXB9XGsAtjxf4nMYov8GCz4lBGhhkg0CcmLZV1g+\r\ne1476Yoo3wmOjnoWq92gwTfJ7J5s8UJf5QpVJ07D+cgXT8sVCjR7De4by+Z8\r\nmDgP/p2dI6MmR9uHOKKdEvWONKdMQ+R92G6QR4qYP7TXO5S8KCVx1Dos0aEK\r\nDDw/MUd+jnYSALX7UtAWd1Jr0BsWCVPJuJwsVQepRDlKs/uECJpwhZMRVyxm\r\nvuE0tal2COc8hE2ahwCPSn6Hn/i41TNREzXRirqXjLdmVxEZoFO9OmX04ysV\r\nZ2J7ra7GOI1D/7IEULeBprt/ZGU10m94Q5Q=\r\n=zH5S\r\n-----END PGP SIGNATURE-----\r\n","size":7774191},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.30_1676018581498_0.5592280669721561"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T08:43:01.972Z","publish_time":1676018581972},"2.2.31":{"name":"element-plus","version":"2.2.31","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"6c6ad8907803bcb3bd65dffc4a107ebf0a9e6e31","_id":"element-plus@2.2.31","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-YtQWCqLhxR0G1eyQf1uTKG7VW0rRGkH17NdWOpYfxHH214Zvn57/q4N2udG+o+EN5ezHp7PqATH3fFYLGBHImQ==","shasum":"ea987ee2472d4a1da4ef37f580309cae4066f173","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.31.tgz","fileCount":6346,"unpackedSize":84002500,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICj9CwphgDxLaZThVoL7sc9aQ5/3YrFh+Wi3fDPzfxJVAiAnj34s4ArSuEE7imG5goXVURneURMNgpSCZTZMTwIVFw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj75QoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQAQ//Y8G2CIeP3dBMo/P33FEUD1xzcTcENF6GXyMj3MBUQfdRL+lS\r\nsXJK3lmM9sgD1GGPiB2fzJgPQsbYDzvyk4mXQ0n/GdWKybvtE2B1S0buLBJm\r\n7xqqL5CjahjLRqOeqtr3U7ATGaemhQpCY6LNG3KmpJGFdTXc5V7u6LsvO8ET\r\nbHemne+sjmz4Txw4YPukQdTNZ97Rp8T6C+irhWdy3Mkz+qcGEdhg0mQA7L32\r\noy6fUAOgX2xrXAR01r/LpJrTg4FoPgHEmouYEjS8IV6qM9TTaF+1kn6Rh6mv\r\n7aAPVTuzH8oZ0PXbqgEbvvAc95WqAR6BBuDI9LTde0aLYGVMf+PS4p24kZ9i\r\nMWMU1OE9IeKRcVj6RVRK5Oavq2VAF8wVnEGgfVjeE560tJv1zc9625EwfZ3Q\r\n6WJp5az1jV2zWlJm4LvTzWx7i924q+M5dL4H9buLGZntI6HwxisG8kCRfZMd\r\nnw9AnbvTkY2ukMlj4pOFtCT3/pVJhUNp8nEopUtSW2uzttho3GvheYFMY3El\r\nbfsSA7rwbjjPB3AjJw3OXcfKeuJmFR5+tTcMhY+51anbFyHx6qPeCmnbegou\r\nP3llFNOiMfFlUFMEj9xwm1PGbZS/+Bu2n4xhab+qCJWo1z552ikiGbCN09xO\r\nQSagtDI0O8Ws/5lxYK6/cKqKs+6dK093Ri8=\r\n=QxXP\r\n-----END PGP SIGNATURE-----\r\n","size":7789313},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.31_1676645415535_0.30984589656227635"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-17T14:50:16.098Z","publish_time":1676645416098},"2.2.32":{"name":"element-plus","version":"2.2.32","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"7928954772d5dd2ea8c2a622b545d8b1d4a28568","_id":"element-plus@2.2.32","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-DTJMhYOy6MApbmh6z/95hPTK5WrBiNHGzV4IN+uEkup1WoimQ+Qyt8RxKdTe/X1LWEJ8YgWv/Cl8P4ocrt5z5g==","shasum":"e7e6757a66ed158363a86b5c9fc10dfbc0096783","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.32.tgz","fileCount":6346,"unpackedSize":84009525,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKHLqlUf07zTAhlSOrVzHS3e2Bck0oY98GaZ38bxlsXwIhALt45isjmWUz9JBzRLeoOgmV1uENHZkrceKwV3shOENG"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8hyZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoACQ/+LbwYCzNmCctSo8Aj+YlOCFD8Ouov7FBASJxdVv6zImngIpQ7\r\nzLMuUq1tZUqu7R70NkqOjVfoSXDdA007WjFG8VOSyyRtrQp1tmcaux9ERYym\r\nW9udjIhQVOaGY1KjtNCCXUXbhsmHGsSsZK4xH0SzNLvij3/gsvTl3C+vADPA\r\n9zlnHV/15ijwJ8A/TgSRCNlSmXD6JoMEX2bErbCGKDkFkoiZjWpzuMH2Ga7S\r\nEfxwYPjZF6FtIuDvdGtFjho+oplx4QDl8y01kumt0dPJP/Wa9BjKWd9zG7yu\r\nl0BwmV5tFu38kL5WUPqhoMdH1n2HzlSv9/COFeJ4uwleGVSvNAs7B2jYvkU7\r\n6Ez+gbjyQey5uTKaV4fOZO5PzZarvRWW67uIEfBTpLHO4hJIooR4/+etXfCq\r\nHQTKyjyYtLXNBXb4usL3290Rxae8sm+xl33VRpq4+p6I7aIp7pCcamqi2/t+\r\nKBbxY4260kAMsbBdYxdvOr/weP+1pjA2AmprwAA8wasNvw5N3GAPZ5zbUlTu\r\nOD6SyVS9Q/FEV6XOxcq7cfnNKVMHq5GJkNr3MaW7/8DlRDEHw5luXADFtm62\r\nCgSFQSUtq+YIR/4msp2/Vdp7GGJUlE8eE5DPZ234D/AdndHGWAoLu84YHDH3\r\n/hDrf4UCwplmrbRVZFYr+/FQhbJeXg2UdwU=\r\n=Z2S5\r\n-----END PGP SIGNATURE-----\r\n","size":7790352},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.32_1676811416713_0.5152646040588504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-19T12:56:57.055Z","publish_time":1676811417055},"2.2.33":{"name":"element-plus","version":"2.2.33","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"cada1a0c6740c7912389d9bf44157a1164eb7e74","_id":"element-plus@2.2.33","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-E/PmMnv4+4I9Ue0ZDfx2gGgGj4iBlTCWcES3o4jxfYjayFlcQO3UvElJzhaJZ8vDm9yfNN7t2w/xYOhsSYCNNg==","shasum":"30fe0db427dba42eb60a0ad8177f2d5c90435a92","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.33.tgz","fileCount":6364,"unpackedSize":84342264,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDo15yDVKUuWHaOY1+jlTqUTY92e6lfgwTxTJQp8HkOVAiEA52TcWUv/ACJNTW6xJ/i5iQyIAPVYpubp6IXvvjfTmgM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAelfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoF9BAAhH+NOkE/sW74CleZfLLz45rAUzZxyvpG2R64h/hPtdqqBfPk\r\nHHvz7sdrq0O5mLH/5e50ecN6UhoyfYK9Byg2nTJXLheZzaeXBF/4XubSyzAS\r\nWyhmcqvHj5SdMGgr98m8JiouJ5e2rcF0zP4wUoXy5x/iFSQAcuw0G+0CEGgF\r\nW9qHH6I1v5yj0MTXZ3ObxigVlIKXbNmZFjsvyKpWfeGXyKTz/6tYRfGDVPPX\r\nQgKUnw6k3Z3ZTFOenFszLlMJn95M7v4nUfZ53Rpcw0L81I+2YwC6uydFOysb\r\n2TufxCZhtDV96q8Bl0UDsEVOsJ9a35tEALX9EUQ5PJi//yMsJqaC5sv345M4\r\nkYMRcD8hofqHWuJyqfUKcW899w1vplV2Uf6DVpzHht7n/dRr1DI0sGhfpxo7\r\nXDlhv6NUSwOmRJcDfmESKYbECXmBCtiXBj/XT0KPIU0b25/uFI/iIjSgdbDW\r\nW5PfHDnxFBCniwdGoxfinKpRTwPuGLKzIOaa/72G5UgqrFeefUKtLKJ6v5Gd\r\nlFgdIMnXyDxHfFcpvWHLMHB8sghoMSbJBsoS6cwtTyWY/4D4+FD9jGG3hpPs\r\nVTOo7DSrRUR15QRZbzmCJIvFB2dkRtFVSyMGo77Lz2kvOR33zN1vKyC20gTQ\r\nRZZFH98Z9KonC5DBsAflvV4b7sHvoOj0L3w=\r\n=MPo7\r\n-----END PGP SIGNATURE-----\r\n","size":7829441},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.33_1677846879296_0.38339698574654824"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-03T12:34:39.687Z","publish_time":1677846879687},"2.2.34":{"name":"element-plus","version":"2.2.34","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c75ba99a3d8337b9b7a757107c023d535a6a1fe9","_id":"element-plus@2.2.34","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-StHCEKC5+B4aa4yTHPnqamqtDMNngbZ3Vz+w3K7u20JVBaZF/Uj0T3Uz4LNOCAY8gWUyrTS0t4Ig5L0KXZDr0A==","shasum":"83267c3581aebb95d460aafd0096d79d0597335f","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.34.tgz","fileCount":6364,"unpackedSize":84106378,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICgjC2aK42ljVC7MEWKzWdjX7qjXkkWaNRT4ZdkHyvi2AiEA5Z1F7aNFwAY46vH92BzrU+qLk88L591hn5+NHYzmgYs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBgwtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLXQ/9EVztJx9gbVjgbwylEpMvfFMgrn83al+ILewVFjLzixI6z+Ob\r\ntGkcNQYulSdo1pPglpkAhCZwH87waLCiiKHmBA/MFpLzvSbTsSe673QV9Ia8\r\nTDCHHk+vLX2VfkfsmZQNR36x5PZ6voUGAaUyP0wqUYlGD8vk0LwG3Xw5cWaN\r\nb38DPlFj5+1p86Yd+iYqjXudL59SMnoyUXGi47w4SPsXZxaY0KwwSvXByA17\r\nSCTnytI8AqoLkgfFAnspf71C1Gs8fAxJ0qW1p2lOXaOexXrdxk6jfsY+bx/4\r\nEv+Pgv2LjFEdGin0hlaBL+b5kFY63HJKTR9G2yiCpvtCFFRoqri02fDrNrUY\r\na7xtRijj0j4rzw0TNaRtJKa8lbfDqX4M5yFfPhAszwV8uQB3ODVI6pCCbImT\r\njOgn40YORTRP/s2acJ5KGwoBphlOY6LhWPgY6dag0GAFv6SLvLKNwYmO+T83\r\nRqad0WZP+KoLUi80Ot6oPWVkxPJB2dxm3BoeeEplo4DZOl2c2jqOLLyGXoEf\r\n4RgfaicIRLIh9oMXD7FUccVC3gAtrNXEMZZKI/t4kdQWhlwzqqdevkSp/7zK\r\nZwD8RQ5NcxjH4R8NSdSONmgmMAIXEtnjyvNzHQSgpOuKWAI/MgNeBdvUjZnv\r\nI7Q2s4+TF7VMzSzkD/QFjGjhfc2yvUapbuE=\r\n=MA/z\r\n-----END PGP SIGNATURE-----\r\n","size":7803934},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.34_1678117932702_0.7168136806710088"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-06T15:52:13.194Z","publish_time":1678117933194},"2.2.35":{"name":"element-plus","version":"2.2.35","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c6e4f4d594e308a82bc352538d977d012f9bd386","_id":"element-plus@2.2.35","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-if5QW41hQwVltekRS+avXYtqjRNra/fSgGstXKPR1lSJ81PWQccy+oztw/OP+USqZP/OejFs7rjLPk5MHgT40w==","shasum":"d18787c8050e7b888b229324a561b1694f506f59","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.35.tgz","fileCount":6370,"unpackedSize":84132102,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHUbfxHQT3UVy2XMF5H9CQiDFL4A4yiV8cpGJNQ8PxvpAiEAmK8Q8XD1ToLQxsTy2ctE9F/vWu798zjbRCzS3B8ZsJA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB1UNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLPw/+I64jUUtryUK8jxgIqp0xkPfWx1ZEfMdCL6tAc/V5daUFOlv/\r\nc6Pg1EbAN3A4zQav60bWf3ebpS2p5H+fhX6hBE5KEFwrZl2KUhpDMARCZ0ik\r\n8Y8E8x8og/rOsBcEDC7PuJy3B7H6RlyEmNcNhWH8KrZXj7/jRCA3nbplw7Tf\r\nQ75sbNLC/A0+rLhO5ZI5uQwASdr+GlyHRNsZksh2/hp6LJJlggTjeHC9NnP7\r\nAMumN0vQggPvqZ4RhBGb7YZuZBt5dCCwgBRwwKD7w/aTvuj3CYOLnjqyZeKx\r\ny0+Lwdh1aYKXpxJgLn/KXJb594zsHgnJzLzQBuiAmxNnKXdloBXHSTZagSp+\r\nmFvaEqR1rthozsf4xzUYStsPlwOIvbN5onvwH18IraThpc69ha9j2DOQgab1\r\nKaIbd7JXy4gIBF1g+ppW//BG++4VnEKbzvSWfP0S5pwOnQBHaIA6vskf7fPY\r\nsR2lCAJZyQTp0aildNsqhKID3xq6xndr1RR22qF+VJgc4xkFs2h4rixFF1Sy\r\nm2gdFYjB6yZ4KwEHSBO0cWEjuJ6Wasf8rpNUACy9cmBeCypVdTmIG8ansPuY\r\nKIL9bqSgETuYFarnKpiqwnN9fttvTPRHZvZeC5uiAnokIQDl4oIfGf+wpL/t\r\nWJoghx8sECRqaON/BaLlMdA+fKGYaYNl5/0=\r\n=CZ4C\r\n-----END PGP SIGNATURE-----\r\n","size":7808541},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.35_1678202125132_0.29125937716457995"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-07T15:15:25.581Z","publish_time":1678202125581},"2.2.36":{"name":"element-plus","version":"2.2.36","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"1969eaa052d086481f9284fce6a442fecd5bdb31","_id":"element-plus@2.2.36","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-9DzLqOVuw8P5Ck8Uqd9XdnDYVg2Z3iosZ1gtk2xDCWNqeoACpldP5gxa/Hbfgp4QeA3xC+f3g+UeoKKu79l28g==","shasum":"a343204bbf7a0783074d57eec51edec3df6b8b57","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.2.36.tgz","fileCount":6370,"unpackedSize":84140688,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHNBj+IA7JYUluJbzWznz2ebylElw89pCoCKqGp2QcWAIgKi5j3b4eh11sTcd0KR4NSnCtlhXdcpit789h/FhctoA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCLBNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq27A//ZtuYuJJcuAk+bpub6mUtjsihIwTHWcjIG66NdwkBImMX1qXs\r\n39mQZEvrZnWIyXCe0vjHfi6hbRQKC0b+5HasA77yE+k80UFdB8j1EYJ8gykR\r\nKsZn1OBzu4nYdC1vIFpmpRgQQojc9W33lS1IifomHtcdolBO2+yOIceGhASL\r\nXsVvHW1qjcjBqWMvhnd0JDMH7lR04dDwJQ0MrjIjPJ9ghoOFz7sNz01QBgC+\r\n0HdLjsZlrdiawrWbHyEhoU/PYMsz4sgXas3360ehAfpgj7uCV2wUD1urTQus\r\nZQeqykbbUkm0mQWkx+7l5oUbEnc0N41rjymY1p4mS2KeZA/HQu0nEEob2gKF\r\npyXdNRLDnu32zsoKZ5wa0R2U0NLhEt4hfdo9F7nQ+YGemjIcW1afsp0tys39\r\nOPmK3A/ozMcWyeoAoyAzm7kKN/HJMnXslJ9rtm/EyZ7h8Kpz3PwKH4OQCws2\r\ndcNAP0tH2t4eAMBsQCuvPfEX85Ys9LRYEyJ7T0riD47/PwjvNsz3q5Y/IP6s\r\nrFXHQaTAemwBWKcfLLVOlZ/Wk2pNsmxF/7xLCulUU7CED2AWfvEhVgoHrHkq\r\nLtepmumCskNqFXUGkG9v3aQ9EV3oIQxvZsPqNDgceKoowWtC5QQaS0blHMJ+\r\n89xyZB25bbI9tMjgEhUdY996EYiC17hMWig=\r\n=BSie\r\n-----END PGP SIGNATURE-----\r\n","size":7811455},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.2.36_1678291020831_0.7002185309136435"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-08T15:57:01.297Z","publish_time":1678291021297},"2.3.0":{"name":"element-plus","version":"2.3.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"df7acd8df503833a37008984384087f308a54bbe","_id":"element-plus@2.3.0","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-3s3JO4+LHLi61tFwF2emIHx6nxwKKdj5YWcj3GUBoXKhbuRjhq6xqaxWpBlPk7jySr/8Eci5++T2THbvrpGn7A==","shasum":"c7492fe7b604eef60163d4e900ab074ae22bc553","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.0.tgz","fileCount":6408,"unpackedSize":85511065,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEoT4iSOqS18NPaAad2lzNgRoXpBu5BWdzAdjpTZmcRrAiB2V4ThGEF3Ch0bgRTA8N43oQvH7mTFh8Y0PPMiPn3SAQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkDn10ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0qQ//R98roy0pZ17fBOpQsj28TKVzCK5Rbqaz+MING4Fw3I6jF6Xl\r\nYVZSINim9lf6zRBvTRYFnwUuk7N+HYyow++aUnFxJKHgH9/yjEZ3B2lpjUNa\r\nUvsStQYDowUIkrmEYxI1ej4WdUIXOTUTOw7Bxrvc4uDr2brqcIhxbG+7+Yo2\r\nOuND92f6QbQuVVJDsW/7EI138BbfRSnlGn/8EugFxkhSyqYMdSpZ/BaJ1Ek5\r\nmAXl6H7gDIjVjdZF2O1Y0ju9WhWcBeJPjOnQAGP1hMo+nCg2bKmaMOyEBSsZ\r\nbfcr+YO2dBHwBaRaMtkiLjE5A+WWoz9nVR1W9JiG/YJaVZc/FWWQ790k3Wd8\r\nTs2djZr/6oKXHUItmXeFkIJ0ueILWz9BsZogrfwhiDv3YVnFc70ig7aFr8hx\r\nWu15nXBQlvTvXfmCw4n2UFZhNWA4ab9L9fIqi36iZ26Tgr9Ju1rz7+Un4T1v\r\nNVcmOoVeDcKCjfs9BYOCsGpYfDnimv/xZ6oZO49eTmrloHI2Fh1lbHDqio6i\r\nmD8gHrqFVY/NdPCTGmezilt5MOnpaGO3bLDlh1rrzhj5FpoPPps63f7jIsSI\r\nqqPjrLGpqEKLrV0pHp4ZlUmYmFayjja2oiRWnFo0AErDEzf9o4jvJN1m/QbW\r\n9v6C3VUnRx6CsbyumpKhruwvu+ggUNRiT28=\r\n=Rtv8\r\n-----END PGP SIGNATURE-----\r\n","size":7928901},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.0_1678671220343_0.9171625041740581"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-13T01:33:40.761Z","publish_time":1678671220761},"2.3.1":{"name":"element-plus","version":"2.3.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"54c4e153613a4cab2421b4953fd13a5627f3ce6a","_id":"element-plus@2.3.1","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-IBS7ic1mRyDXpOreRkredV4ByZSuax5HPb0zNOHm4qwKC4wm927yQv+Is0JbzxPzCW5zWaV4PLy9/Gl3E3v59w==","shasum":"e4e13c28702709583ab978041145bc1367844842","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.1.tgz","fileCount":6408,"unpackedSize":85531025,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVxJhHUIjvvFgs1bRR8++McH2UdViMvNPOHaKwXx2kmwIhAJg45trJs4kexVYf85713tjojoTLYUYPP912VgxSmBv/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFonPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp20g//VM0gd39KWNcMbceByB1WV4EsqGy/qBt4koRBT/kJmDNBO5Sa\r\naDRJUuh0jBAgveKlCNZ36BKKfLDROFzEJE8HxQmPh8TiVJsAiSAufpfYjxlr\r\nwDHAD/ljzisaA57NX1C8Ki7zwI/ZmDRLD+HhQygXRD4d/dBUayDY22OvG3BY\r\nLJ2PGdeEcVrrDUMkxwM2wNifiZccG+H9wxQR/zvLYF+bYcS5pzv00gXdbn+Y\r\nX/5o7ULLCRgQbF6rF9o0oAzEyBWY7PQKb/e4Vuar7arV8HHduinkHTYGffhc\r\nrXswbtAeiXVNmEqcK6pW8+AXzeIw65wVht+QafPW0yGoMWCJEz5GsQCzOax9\r\nRsT02Qh97aicRuYWEUZ94Or4RiioSFnGoLEgNh3vt8NGf/Y7t0y80SeXV+6N\r\nwJoKx/c017MfSg1rFN1vjN7dDabgHGNd5DRRyiZuW/N/iudkdFbyJg9U6Q+7\r\nxrUpnfsrIFSwuewscoLh7wGHQPlZtnDrSU0O4BO+jWS5ZdESIda1W5dgNNRm\r\nROwJg7CBpaE3/7HB33O8vM7u0H75RBW31yOWqHfGBNBngUA+IwPjLasobQi/\r\nsGFm7xP01SP2gTX501EVeKKt0dHX5TRANGY6jIxT5861nJQZYd3wWZvY8s2T\r\nE0eiBRNUteITfD24YPrPwoEV5auizTLxWPg=\r\n=im1a\r\n-----END PGP SIGNATURE-----\r\n","size":7932832},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.1_1679198670732_0.5797821524999347"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-19T04:04:31.159Z","publish_time":1679198671159},"2.3.2":{"name":"element-plus","version":"2.3.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"44d39ac0248606b1ed087a1e06404c0d3f12bbd6","_id":"element-plus@2.3.2","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-NIK0QckKKagdlMm3eLoVoD4Lkfj5ECzpZAxwrRLdm1Yi5qiTU9Guor33+IbIa52z4gHMuhMxgSVS2xAGmjLHsw==","shasum":"93abe96bcd5d00e96ef281e8d148391d698fb6e3","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.2.tgz","fileCount":6408,"unpackedSize":85569239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHXpLJEFyUmFjom5wEvoEkHJyCEhZV+krfVRlZ5PHaLAIgOZHZBFDjA6rtYdASXNpKVPwKae1Y6vE7NLN5up8HoLI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJsENACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyYRAApKIwsUz4niyqUl4690+zZSn2u535Rd2OhKT169Dk+XWgqNjQ\r\nLjGCF25aXzlBDO1lj3M1b+NrvwBS04kD3lYY/4Nvwba0VXCw9tPWH4JQmGPl\r\ntlXL8kXpCQoBXL/hdZwVLGPtnpviM2dg0X295WkaQeqw3WNv61AHms7QKupt\r\nzF+ZdT+u1vNUdvh4hbEyJ8tK26g+fnLBOJZwKihvSKN+iunwBRCmgbNIPqHy\r\nAFpWTNqnxdNSQtVOJwY+wz2axLw59uR5kx9q6lx0tXLH7ZqDUYueSLfpGyFq\r\nSntV+9LTHEp5X0l2Qiyv8fT9twMC/TLNeAbxuYo+lpJ2XRPm0PxEfuvX6ai/\r\nRBu68n3X3Obn0zLs1Ekgw/o58lVDbuZVWD05CtRIxAUuimXO2NEA9DeXJ67D\r\nSDw9zFbF02AkIcfW3ub2uoGjyU625G6CvvrXx6IxTzGVM+WrXHXwFg+LsO3D\r\ndNB/wV8JsYPo3dKJWIGLtTHFJrHb38Bn/OPm7+VX9YAOkUkvilJnDGWTE4Kn\r\n7jbRo5j0caww7XT0WszyZCuQ6B095RBSdbXxZHY1rT4p5MVnL7jMLNFaMS88\r\nYBAm+960bcbrjxnxS++34ma/DmnaGAARwBaiXAY2XwOUGEi9xZ1ZKPr09lEx\r\nQ/ACx8XY9I01ESWizW2AApPhpgpNyawo3+c=\r\n=41YA\r\n-----END PGP SIGNATURE-----\r\n","size":7940482},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.2_1680261389355_0.5975044311873698"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-31T11:16:29.745Z","publish_time":1680261389745},"2.3.3":{"name":"element-plus","version":"2.3.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5a27b164cc8d3b1d86abc9a203c39a08bc9cc76f","_id":"element-plus@2.3.3","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Zy61OXrG6b4FF3h29A9ZOUkaEQXjCuFwNa7DlpB3Vo+42Tw5zBbHe5a4BY7i56TVJG5xTbS9UQyA726J91pDqg==","shasum":"33173bbbe84ada40f4d796fe5043c44781198ea4","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.3.tgz","fileCount":6408,"unpackedSize":85586672,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBEJQVXUbpsQ8J4XDFrnE9N/jwEcVjnbfvmHi2q//nRAIhAK+LvNWYk+SgsEtPIXBKwTziSXcKsNsTEUFt2/wRD6On"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMAo9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqS6w//QybMhpxTc4i7l7DPNz7ae6aeOtsDQvcZL9zSYjOU+57/Xjut\r\nlWbVjURLz/HM/2B2GTLZ9fflxcOn7vzlWW+NPOzDly3IzI0c8nQQdJKUEAEB\r\nAI6YNzRDMt1R7Z7B+BZExGQE5SP9nwbdBLBJqu94UnFpXitbegBSC9m2pFWK\r\nW6z0SUeG78MdRhRYu2HkhOQAu4L93mYSB6hLeZF/x2/c/zT+a02HaXSXdlgn\r\n8Jeq7+Znn6dFjEQ1Qetm/RD9+UYE7Nfzo2LKVA8MgPlamjShh5VKB5ytHOz/\r\n2eKQ1UfJjtoWq9OK6s9Cz434QcMqFN7i7pLMHMiNcAX31pJEvppmkV+wZjmY\r\n0GUF11uuxx4TXNC2C6N/8doHDCUUb8MLv2XFucb2/tjgra5n05MJFL4f0EKM\r\nlcYJl292PXRIvGTb9wgbC5/hOkkjTAmYyTVU5qM9P3AbqNQJ3UAYIIBaTXiR\r\nTLoFZBwuHsfiPDQsd4O9gnSt/Dmthre1VysI0AdRdlcKJR2/K21+ar6Aw8zh\r\nxQc6bvrqSmHHAQRzAi/4viuSlYoeKEX8+vPerc234ToSGoABeSno7mPAf49F\r\nGGyGu6PHSQ93I8cFe922TayxBwkShy1a926z96KLb/xFKMNx3LzRVlIc0WQp\r\n50+a7zYPOzQeEhn7HNoQzObq5H4DglCkYIM=\r\n=ArTo\r\n-----END PGP SIGNATURE-----\r\n","size":7944549},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.3_1680869948911_0.49447874383971246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-07T12:19:09.383Z","publish_time":1680869949383},"2.3.4":{"name":"element-plus","version":"2.3.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"61e6c416b70545f914c4ac6e21ea4fd0ddb4dc72","_id":"element-plus@2.3.4","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-SQr0J9z7N4z48WYk/l9NE2tizl8Q7j2OhqlpTc42k4pGncry3+rVX6dsmcsglFynn6vt3NzYxWJqmLFyDKQq+g==","shasum":"4319f6b0a1096cfac9c53b69da2fe23ac5aea63e","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.4.tgz","fileCount":6414,"unpackedSize":85721200,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRAR0DkdOHrGLrpxtMejcEixFXzBkPGbAOz3VlfJJrQAIhAL+SQoFwnyz9wIf/362J3deKgg7GCLMsyoVxdSueNlzk"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRS3bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrbQQ//YcmYGaBTX7xqJbR3twSGd2eKG51znURXGcEZM+cRZlY5MfMX\r\nK/8ZkgJ2avhdPLx0bizc3xBxC2firyNrXx7LGZE0uwCwW15RJFO0HkKewEF7\r\ne7Xb43KO6aAqCI2fcLxYxJFJm5SoJtUy5u4Pdtjrko7Q1UUwn+npMSptYvxx\r\nm6iHqJhXGe9YsmqsinXVru3MkLW49IXajdiUR0kOHex62nQpX2zmOnO2ufed\r\n+CtukVVCHJLt411Y7h2Mzd4BmeXYQOFmnIpC0r5MDPwN9v4aj87L1gU5qBQJ\r\ntV9qXsJmoxQN5UMBhlGC3ytK1V+rBUNNDpPYHViyACqeMUyMPlNe1TtyNTzb\r\na6PFvLZwI5+kAps5OiQ3IkVBQ33+8uKX16RsP4ivzNrrplOEtXHyPkpYGbjp\r\nzflbe49mJfCkYsEpfY01h0GqnGaKGQE6qACgZO2AFnHFBwwqWn8wotezpYGP\r\nd/LWbJflXFYe7Of/jN3mOHlE1pZg6VdtClbhht750NpXHAUrqewer8jnFXI1\r\nBKpeBZVDhMYvVAi/hmQS7CcuMGKFcbSlYXMBDXO5X+e6sJTYpKrGuM28iT52\r\ni2vF8fWmZDnmRBFcCGLYul/od9yVTyxuMtOdkMc6YR/tCPatyHUzASyH35wb\r\nU0dK4ktf6hKF1VQjLa1uelzB1DhZg6hILpw=\r\n=/4He\r\n-----END PGP SIGNATURE-----\r\n","size":7952117},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.4_1682255323247_0.24399505764581098"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-23T13:08:43.591Z","publish_time":1682255323591},"2.3.5":{"name":"element-plus","version":"2.3.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"f2890123be5525891d6d77116c4667a193fc67ff","_id":"element-plus@2.3.5","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-g27DHm2C5/tPwte9H6Juu+JOdzT9z1ALHTIvia6MwnBdCrI4kd77o6KcYdodU15/tYiPBoCEmobhl/7GUDb+1Q==","shasum":"5b04de44fd0ee1bd29ad6ed971d9155982cc1295","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.5.tgz","fileCount":6414,"unpackedSize":85797599,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFOIPDxH5cvvBN8d5Ob5ckswFCW7Q6czdBIME3/xz9JfAiBJeoIr0PQHiYJ9VP42ljgG4qNd0ngbPbBosl6IORvuoQ=="}],"size":7963686},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.5_1684499027466_0.5669642137633093"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-19T12:23:47.985Z","publish_time":1684499027985,"_source_registry_name":"default"},"2.3.6":{"name":"element-plus","version":"2.3.6","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"68a75a0d1f97c2b679b3549403f5f9757ab013aa","_id":"element-plus@2.3.6","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-GLz0pXUYI2zRfIgyI6W7SWmHk6dSEikP9yR++hsQUyy63+WjutoiGpA3SZD4cGPSXUzRFeKfVr8CnYhK5LqXZw==","shasum":"848f8834ed70adfbae8f4dec5303a9126d472d28","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.6.tgz","fileCount":6408,"unpackedSize":85784057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDA0rhHBSoXb2lGLRQ1gqLhe/166kJgEZFRmklBtb3fmAIhAMJQnzuLND4qvirW6NKDpI61Ea/gJERik46cA/nN88+W"}],"size":7961475},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.6_1685683924451_0.36793745244016773"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-02T05:32:04.918Z","publish_time":1685683924918,"_source_registry_name":"default"},"2.3.7":{"name":"element-plus","version":"2.3.7","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":"./es/index.mjs","./lib":"./lib/index.js","./es/*.mjs":"./es/*.mjs","./es/*":"./es/*.mjs","./lib/*.js":"./lib/*.js","./lib/*":"./lib/*.js","./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"8bd65257ed67f0aa4c55eed168cd149a7911c80d","_id":"element-plus@2.3.7","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-h6TxclbaLUJxg/Bv5j/ZKsK+K5yadQliw5+R30HWyE69pXlqXTX24oYx+yw3pA4Dy+lqEDi5501FQ0CORk3OSA==","shasum":"544a127f0e65f51715e3b24ec3ebf545c46859cd","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.7.tgz","fileCount":6408,"unpackedSize":85833467,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpzEjC1Hcd6GjDCWQl83cGRgLLTqmTDR+ff51grzVskQIhAK8XBbxCQguqnMJcTQaFvV56vVafkQ+AuJgJkIsPWGNS"}],"size":7971323},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.7_1687327935167_0.9388861599534088"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-21T06:12:15.634Z","publish_time":1687327935634,"_source_registry_name":"default"},"2.3.8":{"name":"element-plus","version":"2.3.8","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ac65e9ef58b96fdb1fcc40d13ad2b126133c1a75","_id":"element-plus@2.3.8","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-yHQR0/tG2LvPkpGUt7Te/hPmP2XW/BytBNUbx+EFO54VnGCOE3upmQcVffNp1PLgwg9sthYDXontUWpnpmLPJw==","shasum":"46032abe1a712abfb65932f146ee19281312a9cf","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.8.tgz","fileCount":6414,"unpackedSize":93610005,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDR/qBTfUnR/6sTE58qy/GpVs7M0+3QkZesEtI0CJMJTAiAK6hCjmzVe5SHwn7q4bzhZeRnQHmImxSubAX3bG8stUw=="}],"size":8262114},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.8_1689305453831_0.5196691987081872"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-14T03:30:54.243Z","publish_time":1689305454243,"_source_registry_name":"default"},"2.3.9":{"name":"element-plus","version":"2.3.9","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"8b083b454e966f4812852992b9c618e0ba68c8f5","_id":"element-plus@2.3.9","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-TIOLnPl4cnoCPXqK3QYh+jpkthUBQnAM21O7o3Lhbse8v9pfrRXRTaBJtoEKnYNa8GZ4lZptUfH0PeZgDCNLUg==","shasum":"4a3363c62e6cc9b0a2f40f4df5aaa7b6feb4e6e4","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.9.tgz","fileCount":6426,"unpackedSize":93657309,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDnDb/kayyFSp5Q34DBRNG59CRikAqLUpmTzxs7Up6MVAiADq+fT2dyeMBS5PnfUuP/Ukz9SKwh9C4Ku0WV2K9UekQ=="}],"size":8272109},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.9_1691140098024_0.8164479522588142"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-04T09:08:18.535Z","publish_time":1691140098535,"_source_registry_name":"default"},"2.3.10":{"name":"element-plus","version":"2.3.10","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"3d79828513b74b26742e8396ffadd850cf665b34","_id":"element-plus@2.3.10","_nodeVersion":"16.20.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-YeBT+AZBTvMbEqxGutGgbdk0XbHF8SBh092SDVROllwDWDeX7uhD441WFs3qA+wfu0PQp8qQHem8e+IZ6yhkNQ==","shasum":"0f185c58a4bde468d90e20ff86925e0ba152b5c1","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.10.tgz","fileCount":6426,"unpackedSize":93725414,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.3.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFcAI6DzCbXwfNilS9V21yeVThgOiN9SricY2BGL6YJFAiEAm30v85Dp2nwEBlJzotDRk6w1ZJ5Y1o5gLBS7lN1Jjrs="}],"size":8290172},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.10_1692940330286_0.0951785568290966"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-25T05:12:10.709Z","publish_time":1692940330709,"_source_registry_name":"default"},"2.3.12":{"name":"element-plus","version":"2.3.12","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"89d4ec863ce55fc3de2f0513631e76f695f8e791","_id":"element-plus@2.3.12","_nodeVersion":"16.20.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-fAWpbKCyt+l1dsqSNPOs/F/dBN4Wp5CGAyxbiS5zqDwI4q3QPM+LxLU2h3GUHMIBtMGCvmsG98j5HPMkTKkvcA==","shasum":"d3c91d0c701b2b3e67d06a351cb0c42dcc46460e","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.12.tgz","fileCount":6426,"unpackedSize":93725211,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.3.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrBbTgzXkkNflFDqAbYKkxiFjphqP4P5trp80uPUiVkQIgTYdMsbPB0S+VLx0FKK+Q9aOhMUjy5K6mTBsXPcmWDmo="}],"size":8290023},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.12_1693042354979_0.8244389949487947"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-26T09:32:35.558Z","publish_time":1693042355558,"_source_registry_name":"default"},"2.3.14":{"name":"element-plus","version":"2.3.14","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"165df8dce699f185a1440ad055964f27c5cec3c5","_id":"element-plus@2.3.14","_nodeVersion":"16.20.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-9yvxUaU4jXf2ZNPdmIxoj/f8BG8CDcGM6oHa9JIqxLjQlfY4bpzR1E5CjNimnOX3rxO93w1TQ0jTVt0RSxh9kA==","shasum":"302a23916b0c3375fcf4b927d7b94483dac13e1b","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.3.14.tgz","fileCount":6432,"unpackedSize":93831868,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.3.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBNEGDu1EaxuG1O3LorXFGEnT6GFdexCm+l9tcQHSEqLAiEAy8TsWc8rRoVQyfXhTwQ+5iHF9IxUzX14j3Bl+mP4ml0="}],"size":8301639},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.3.14_1694690369503_0.436803808785843"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-14T11:19:30.009Z","publish_time":1694690370009,"_source_registry_name":"default"},"2.4.0":{"name":"element-plus","version":"2.4.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"8d0ccbc08d97af3c332ea1f53153fec935cacb13","_id":"element-plus@2.4.0","_nodeVersion":"16.20.2","_npmVersion":"9.9.0","dist":{"integrity":"sha512-yJEa8LXkGOOgkfkeqMMEdeX/Dc8EH9qPcRuX91dlhSXxgCKKbp9tH3QFTOG99ibZsrN/Em62nh7ddvbc7I1frw==","shasum":"e79249ac4c0a606d377c2f31ad553aa992286fe3","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.4.0.tgz","fileCount":6474,"unpackedSize":94443078,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCh3h+8p95QvXRXA4bf0pVWvi4fBOvL45QkICt+TXQmcAIhAKbihB7uGG+mtNEKkBnHOJjpO3kQyedPUE9Atwel8nBu"}],"size":8378446},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.4.0_1697183590586_0.9495596049737158"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-13T07:53:11.374Z","publish_time":1697183591374,"_source_registry_name":"default"},"2.4.1":{"name":"element-plus","version":"2.4.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d6a8fd0ceb91b2b302bdb5022a47ac446ee2c563","_id":"element-plus@2.4.1","_nodeVersion":"16.20.2","_npmVersion":"9.9.0","dist":{"integrity":"sha512-t7nl+vQlkBKVk1Ag6AufSDyFV8YIXxTFsaya4Nz/0tiRlcz65WPN4WMFeNURuFJleu1HLNtP4YyQKMuS7El8uA==","shasum":"8a5faa69e856d82494b94d77fb485d9e727c8bc1","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.4.1.tgz","fileCount":6480,"unpackedSize":94461392,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGttnAELKHTMqJgO3eau0e51mrNsGwCssC869r8DHrkqAiAy8y3w9dUc5Zi+c4zXTNycWHfE38XnEG95fCjSxbvCag=="}],"size":8382494},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.4.1_1697605974783_0.22978131784946187"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-18T05:12:55.290Z","publish_time":1697605975290,"_source_registry_name":"default"},"2.4.2":{"name":"element-plus","version":"2.4.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.0.6","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"6c9da6ab5f7bc2d04a6fa5940d185f69aa916e89","_id":"element-plus@2.4.2","_nodeVersion":"16.20.2","_npmVersion":"9.9.0","dist":{"integrity":"sha512-E/HwXX7JF1LPvQSjs0fZ8WblIoc0quoXsRXQZiL7QDq7xJdNGSUaXtdk7xiEv7axPmLfEFtxE5du9fFspDrmJw==","shasum":"2a24632e0904ccd7bbbd64c269704f6b9969833c","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.4.2.tgz","fileCount":6492,"unpackedSize":94611771,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.4.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICTKpd5zND1Y2LWJH543eLVNfQr1dCwvimITuAPEjtPdAiEAryqnAs1d/JEbZgXUxhIenVUV1cgZiH/MDHFnHYsbjy4="}],"size":8398586},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.4.2_1699004093477_0.1887470182866835"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-03T09:34:53.876Z","publish_time":1699004093876,"_source_registry_name":"default"},"2.4.3":{"name":"element-plus","version":"2.4.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"4f6abb9e5117e87234516f7156aac7559340b252","_id":"element-plus@2.4.3","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-b3q26j+lM4SBqiyzw8HybybGnP2pk4MWgrnzzzYW5qKQUgV6EG1Zg7nMCfgCVccI8tNvZoTiUHb2mFaiB9qT8w==","shasum":"ff21d0207d71752eb6a47a46609bc667f222841f","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.4.3.tgz","fileCount":6492,"unpackedSize":94370100,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.4.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEClS2LqppV2YW288NxuWCCPWVE9dZVgh3sWOaoNY7EuAiA34vr4Sw10w0aYMOTK+uwUsDbkf60zhxm5QHqaznb8rw=="}],"size":8387829},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.4.3_1701077640458_0.7691171366357152"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-27T09:34:00.946Z","publish_time":1701077640946,"_source_registry_name":"default"},"2.4.4":{"name":"element-plus","version":"2.4.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"01b2d5a142021ad8d2d1e606411fcafe04041679","_id":"element-plus@2.4.4","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-TlKubXJgxwhER0dw+8ULn9hr9kZjraV4R6Q/eidwWUwCKxwXYPBGmMKsZ/85tlxlhMYbcLZd/YZh6G3QkHX4fg==","shasum":"962be40b4843381af04b8f799bfc142072184b8b","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.4.4.tgz","fileCount":6492,"unpackedSize":94403870,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.4.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF5agUY78ub5dkEuIuaQpVAero5qS+binWdsQ2mIERagAiBj2ivadN5omhPW2Jyd0hKb9aPJSgZ/hfY5v5NG5wQ2wQ=="}],"size":8396269},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.4.4_1702644737349_0.38496734302431657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T12:52:17.949Z","publish_time":1702644737949,"_source_registry_name":"default"},"2.5.0":{"name":"element-plus","version":"2.5.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"36c686ac860747020545d8d975ed100b669f4a7c","_id":"element-plus@2.5.0","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-NE58a5Exf0/vxgxRRR2Ibs7AjiqB72lMrg7plmSoZwgZy17IQAWgzOe7ZyRtEQM/3q3BAuJDTUUAuhP/mKVPKg==","shasum":"f59a9dccd650e35ef97f640f896ac6c3f0b3fe6e","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.5.0.tgz","fileCount":6611,"unpackedSize":100415947,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPtoNNJMP+h9PDfnxu6zDEnlfJRivyHtmz05X09ClwigIgJMYn5YIFpKA8nq3xBl6l0a2W5miQBTY3U9mZKRW3AUU="}],"size":8764172},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.5.0_1704889045993_0.32476615008381216"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-10T12:17:26.309Z","publish_time":1704889046309,"_source_registry_name":"default"},"2.5.1":{"name":"element-plus","version":"2.5.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"3635bde725d467db64fe4dca216972a4d91f9827","_id":"element-plus@2.5.1","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-ylX9h2U125/nesPlLWgfPkI1rID9EiGROlgf0QkzBUjx+/d4w/YqS+IqZZZC5yvQPhKYu9aMDqEBzOurwn4Cnw==","shasum":"ab54c77321728f82740c1adbce288a129147c64e","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.5.1.tgz","fileCount":6611,"unpackedSize":100423392,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB/1ilVfko0CwljuYlcvI4hTHD8eu5yDKpKFyEaiIkytAiBocJq2G2nHmfNFXXHioaIiocdDcbPW0UXf+Dahay8fsw=="}],"size":8764739},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.5.1_1704963816151_0.0936183816591587"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-11T09:03:36.511Z","publish_time":1704963816511,"_source_registry_name":"default"},"2.5.2":{"name":"element-plus","version":"2.5.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"e08758d7bc2d9cee58434007e81c96a779f1912b","_id":"element-plus@2.5.2","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-0Xbihy5CvpdH+OZeRPnZlfkbZS8uyLvHJiALehvw6n7nvHGrujCmdiw8NXvYhkLpRtwue/N6oBfAvMJvQSPoNA==","shasum":"8523e48e67f84ea434f4026b2a52d08e79230d26","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.5.2.tgz","fileCount":6611,"unpackedSize":100496337,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.5.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGxc8dN+pFm/ZTMUvxY6fHG1FoU1P4k0O69yQHU7NG49AiBrfN1F3IhBKGIq+cLZjRmowm84Z3EIgVHe3ZUFM2IDyQ=="}],"size":8770424},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.5.2_1705651148057_0.757903054881756"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-19T07:59:08.333Z","publish_time":1705651148333,"_source_registry_name":"default"},"2.5.3":{"name":"element-plus","version":"2.5.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"104a712fd35b6ee6ee9421650813df58fbf58926","_id":"element-plus@2.5.3","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-wmtstxaMkD6UinIgD+45CjrhbRh4u0vt+/GgxfPeMLt5pDpIVwZFjkUaVcWqqxcxd5a80HP3XlDF74fW7wim9A==","shasum":"d4f8988ea199ad28ef15a6b0b8f94b7639d262fb","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.5.3.tgz","fileCount":6611,"unpackedSize":100496065,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.5.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA3TaBCGqPKObO5lBsC/8XxuiqPRHjybzhfG5q+8qQCTAiBH9I85OUj+e4+xmC99fUCdobhjBRwBmXiXZ5nMBCDn5g=="}],"size":8770515},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.5.3_1705935280191_0.8215449349682973"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-22T14:54:40.617Z","publish_time":1705935280617,"_source_registry_name":"default"},"2.5.4":{"name":"element-plus","version":"2.5.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"3d9db5d6951ac644de7ac4debda4917e48b4bb69","_id":"element-plus@2.5.4","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-3z2BQ53B93wypOLFq+vmT2XibTGRm3WODVPdAGymqTVGRIeUfFh17ysymn81ZvEVs4b8Dq6Fxr3I1B/9NUwZ0A==","shasum":"c78c44cd6126e65c7f8d58aac664d688cc921e24","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.5.4.tgz","fileCount":6611,"unpackedSize":98792350,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.5.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9tJ4gQ6cCdIV1ZB1fFLcm3xM2kubGpe0kN+HCb9WTWwIgJK2MtK+Ec6jWqZxACd1aJ1mB4ybXOGmxcYEs+Oe4cAw="}],"size":8609391},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.5.4_1706860919627_0.4689157520929381"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-02T08:01:59.960Z","publish_time":1706860919960,"_source_registry_name":"default"},"2.5.5":{"name":"element-plus","version":"2.5.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ea1afa156e903e7f2d0d40ac405ce7f173cc10f2","_id":"element-plus@2.5.5","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-yGU/MruLOWI0ImQPFCyFM4cXtHtILJNAi0hhLImcxjRukjgQLYNkvcvbwqNgBUt808KSeKF9MyxENFyBQLTg+Q==","shasum":"23f13ff5b10f6767481de6e6b5968ee751ba0091","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.5.5.tgz","fileCount":6611,"unpackedSize":98792403,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.5.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXQp/5vTkhAoRaZ+fz33ZmxCZdkz46wWVO+N1KAEnoywIgPEfiFAoSj4aBahuXS56e0vAtyVUhFaAk7/pZXkYnZTo="}],"size":8609479},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.5.5_1706935727542_0.8399464797987075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-03T04:48:47.935Z","publish_time":1706935727935,"_source_registry_name":"default"},"2.5.6":{"name":"element-plus","version":"2.5.6","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"739b418793a158a2fe77d318c626834142a22603","_id":"element-plus@2.5.6","_nodeVersion":"16.20.2","_npmVersion":"9.9.2","dist":{"integrity":"sha512-zctKTiyIDmcnMp3K5WG1hglgraW9EbiCLiIDVtaMCS5mPMl2fRKdS0vOFGnECIq9taFoxnyoDwxHD81nv0B4RA==","shasum":"d63dabc6330c0e2abe6f97cf99013a30140940d1","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.5.6.tgz","fileCount":6611,"unpackedSize":98998466,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.5.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDwAbjE3oT27iXTIBXhnKIfY/loc/O6LvTZn4T1yO7gyAiEAixDuWKbZ65Yobd35XYvxynZjLIgy64dOetr+vL/4sMg="}],"size":8624445},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.5.6_1708245258284_0.4031504244222006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-18T08:34:18.698Z","publish_time":1708245258698,"_source_registry_name":"default"},"2.6.0":{"name":"element-plus","version":"2.6.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"4afdf04687f22247e0cfd8d47c47e3c1b27352da","_id":"element-plus@2.6.0","_nodeVersion":"16.20.2","_npmVersion":"9.9.3","dist":{"integrity":"sha512-MP+N48P+diyndR+GjY+0VOrUmFnajD4U0CkrXIMzmeRmq4+dwi0bdzVo587v4wDo9Hs+ggviyacqm3NS8JYVqw==","shasum":"bba8707780ee4612f8fc05f397e2b8b71510ec62","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.6.0.tgz","fileCount":6693,"unpackedSize":99422796,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDboUKzaTBCQ41U3MkH5p7BW6fHoYQn1h+B9jBxTq4zeAiABnqouUs9KjKBQes31DT9XGhsyCPhhN2B4NwlqOAyutA=="}],"size":8678407},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.6.0_1709280513402_0.25916123453166273"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-01T08:08:33.771Z","publish_time":1709280513771,"_source_registry_name":"default"},"2.6.1":{"name":"element-plus","version":"2.6.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"a9542331cf23114c813cb8a4691b0574a39bb014","_id":"element-plus@2.6.1","_nodeVersion":"16.20.2","_npmVersion":"9.9.3","dist":{"integrity":"sha512-6VRpLjwtIVdtUuITJPPKtpOH1NM6nuAkRE3q5O4Lrx0N1bYMhTkiqb2Jy7zfQuDPbOIkkF2OABTzegpNnzgsnQ==","shasum":"d65a45d2b01cd8566fad6573e995ed40d6d406a4","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.6.1.tgz","fileCount":6693,"unpackedSize":99429707,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.6.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdQMGDhJD9P+RxgFnrrTCTI7y1/kViFUWYx8CVtruyWwIhAJvPXg3ahtbHSXNR4bQwjL0i0smvYf/rLnSzTEALjdr0"}],"size":8679977},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.6.1_1709884211207_0.06851212630906645"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-08T07:50:11.714Z","publish_time":1709884211714,"_source_registry_name":"default"},"2.6.2":{"name":"element-plus","version":"2.6.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c41e9dd949c99a7b25050e55f8d4b7eb87658d71","_id":"element-plus@2.6.2","_nodeVersion":"16.20.2","_npmVersion":"9.9.3","dist":{"integrity":"sha512-WFMv1v83l437Xu+GeeM+ytxd9VUQpR4418BowvTVIPYItsoj6yK0ITIuSv19iCesF405FbAOaCIHXhJch0ilFA==","shasum":"975c8a128f3977788105e64bf270b5200a1c23ea","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.6.2.tgz","fileCount":6693,"unpackedSize":99486566,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.6.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcUEk6igRwAkiG+1rtdTb7OjCiFtFluwVzYzuaT/bbcwIgDTDAeh6g5TsHN2Z/1GYYR7YSaPMhXPXydb2R+Gnr1IE="}],"size":8685408},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.6.2_1711120354852_0.9207243994165404"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-22T15:12:35.249Z","publish_time":1711120355249,"_source_registry_name":"default"},"2.6.3":{"name":"element-plus","version":"2.6.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"9fcd4a3c239b19ae2a79bbbd17d1532f6e2b3650","_id":"element-plus@2.6.3","_nodeVersion":"16.20.2","_npmVersion":"9.9.3","dist":{"integrity":"sha512-U4L/mr+1r+EmAUYUHrs0V/8hHMdBGP07rPymSC72LZCN4jK1UwygQYICegTQ5us4mxeqBvW6wfoEfo003fwCqw==","shasum":"15e82e7dc0646c5d1e01b508d0e577d764829b1c","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.6.3.tgz","fileCount":6693,"unpackedSize":99517580,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.6.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAvQE1A/wbLAeXQ7DSkjCVuwHnvjNU+cnuHrB3nousd0AiEAnWV/Mb9CnVDDIellCZrokAt65dtjXsN9DsQ1Vay6hbg="}],"size":8690010},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.6.3_1711712278842_0.2531751113514513"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-29T11:37:59.333Z","publish_time":1711712279333,"_source_registry_name":"default"},"2.7.0":{"name":"element-plus","version":"2.7.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"02b3617a67767a5370f123d943062ee9f2f1236e","_id":"element-plus@2.7.0","_nodeVersion":"18.20.1","_npmVersion":"9.9.3","dist":{"integrity":"sha512-WAiaFLavuWFxof9qwkC27jvkh9nRcNnB506g1vvJSiVaVqjCBWUFCIyJKeN11M1qcv2cS5VV5PfSLjTIkrw87A==","shasum":"1d72b06946c46a6f18e5315610b7f0147b8efb24","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.0.tgz","fileCount":6737,"unpackedSize":99779493,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOzSzeGIobOfDkIzVYcPQJmP4kEwNuUkM36W6wLlkWtwIhAI7wS5JfASFj2EeY9Ox0C5mRaDwH5HuyV9deN7rzXy8u"}],"size":8713500},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.0_1712907292061_0.8411044741586948"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-12T07:34:52.433Z","publish_time":1712907292433,"_source_registry_name":"default"},"2.7.1":{"name":"element-plus","version":"2.7.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"b0ce448b4dc7c8981ed73bd2554f4dbbe05d1446","_id":"element-plus@2.7.1","_nodeVersion":"18.20.2","_npmVersion":"9.9.3","dist":{"integrity":"sha512-yk/vXFwJp0flMrd2kfcR0XlumhwtPjB19HJvwcf0n3DvRE7UK8LeSK14LVghSzk0TzPsFFElweMnZEEv7+MYuQ==","shasum":"c6d7328e9fa72bbb29751874b6e439b693c1bcd4","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.1.tgz","fileCount":6737,"unpackedSize":99822735,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAXDzR3BYPcgkFo7Iffc8jmEjA2zNQWIk8dC25hx4eGbAiEA0b28GIDkYAhmhxVz14cum1VxJYhQXqbQ2VuC+oD/nIQ="}],"size":8716568},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.1_1713601452115_0.6018781782435425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-20T08:24:12.513Z","publish_time":1713601452513,"_source_registry_name":"default"},"2.7.2":{"name":"element-plus","version":"2.7.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"e5fce0f01b0fbf1ea39261222effb838c6d40c04","_id":"element-plus@2.7.2","_nodeVersion":"18.20.2","_npmVersion":"9.9.3","dist":{"integrity":"sha512-AdEzBU/A68iUleio0MkQ46JeU5SeQvFFd915GJFScJmUEo5AmYg3OQ4pVjcu+p3b3Nupg9MC5Wa4xjAiC51kUg==","shasum":"a5361ab0de49ea1e3c91955e4da3916a358b3bcf","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.2.tgz","fileCount":6743,"unpackedSize":99810153,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIExpRgPMKemudOXolp1DJwwIX35tPh3n4uLrpW9y/bAFAiEA9SXTf/hX1Eku3iu9Fz2v4rP9IDruIKXUGybf9wzf0wQ="}],"size":8727963},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.2_1714119394934_0.7802576866315454"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-26T08:16:35.289Z","publish_time":1714119395289,"_source_registry_name":"default"},"2.7.3":{"name":"element-plus","version":"2.7.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"df8cbd7b1afcfb2abf394e4f8705685cf5bb2974","_id":"element-plus@2.7.3","_nodeVersion":"18.20.2","_npmVersion":"9.9.3","dist":{"integrity":"sha512-OaqY1kQ2xzNyRFyge3fzM7jqMwux+464RBEqd+ybRV9xPiGxtgnj/sVK4iEbnKnzQIa9XK03DOIFzoToUhu1DA==","shasum":"2266af776927110ad0d347211acbd914159eda20","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.3.tgz","fileCount":6743,"unpackedSize":99812042,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCc6nKzJVuoyUJUu+gRAWiPRNiPY8EQkSSlgzzzcYii4gIhAJ/i4CKqNwsKlaUJ9j8DaKugHqB6V/lBfk3AXDFgzNwh"}],"size":8727395},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.3_1715600502385_0.26660146633735127"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T11:41:42.675Z","publish_time":1715600502675,"_source_registry_name":"default"},"2.7.4":{"name":"element-plus","version":"2.7.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"395eef7ca0ffbac5a4bf89500cc6103055beb853","_id":"element-plus@2.7.4","_nodeVersion":"18.20.3","_npmVersion":"9.9.3","dist":{"integrity":"sha512-ADBN3zHdhg8R9m6IXR2B5txSWvCn1+nAD+aA9kaJ4rZHMr37DVX6EOdwUjqAMPKz2xC0tculgkJ5rh5zVNiDNQ==","shasum":"1d649e15f9db7d8ac1eb45198d19f59069fffbc8","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.4.tgz","fileCount":6743,"unpackedSize":99702658,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgiKj1Xn9yXwlAmTHQSDKZrBc6ziPVUKD/Rrytnrws7wIhALxkTs+yykfYNx9DnERlY7J7Djp/hHNdUsXrJikgwGJV"}],"size":8703301},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.4_1717160596418_0.6596420913972323"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-31T13:03:16.912Z","publish_time":1717160596912,"_source_registry_name":"default"},"2.7.5":{"name":"element-plus","version":"2.7.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"333ba213615a4dfd140c766c141c0361ce991ad4","_id":"element-plus@2.7.5","_nodeVersion":"18.20.3","_npmVersion":"9.9.3","dist":{"integrity":"sha512-e4oqhfRGBpdblgsjEBK+tA2+fg1H1KZ2Qinty1SaJl0X49FrMLK0lpXQNheWyBqI4V/pyjVOF9sRjz2hfyoctw==","shasum":"b6b3101f8c2c61b083c78cae2d8728b93a85039e","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.5.tgz","fileCount":6743,"unpackedSize":99702819,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeaYLoXNa3v9FedYsMqOt8Wql/UbOU7zdrQdI/C5HFLwIhAPY4p7I8pk9mbMYdp6WrI+ajJsjkRV5Ixqtai8QOWTJR"}],"size":8703546},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.5_1717761547374_0.05315675747967141"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-07T11:59:07.973Z","publish_time":1717761547973,"_source_registry_name":"default"},"2.7.6":{"name":"element-plus","version":"2.7.6","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"3c420f4429c462c8dbba7b94b1eb134c349cc3d6","_id":"element-plus@2.7.6","_nodeVersion":"18.20.3","_npmVersion":"9.9.3","dist":{"integrity":"sha512-36sw1K23hYjgeooR10U6CiCaCp2wvOqwoFurADZVlekeQ9v5U1FhJCFGEXO6i/kZBBMwsE1c9fxjLs9LENw2Rg==","shasum":"09b2c9c1de46dcc6778d37a29d9c0948ce40d635","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.6.tgz","fileCount":6743,"unpackedSize":99732702,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH4YIRNZq9pLauEZ8kJ8x4qImwA2/dRL7lW769ORifaVAiBTqAB2CtEQutFvKoQeXLs/RW7DMwNls7UCntYNjEYo9g=="}],"size":8710504},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.6_1718983173673_0.4957731205303386"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-21T15:19:34.090Z","publish_time":1718983174090,"_source_registry_name":"default"},"2.7.7":{"name":"element-plus","version":"2.7.7","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"8c0180c37ae4741f40969a26a9704c1068be4d93","_id":"element-plus@2.7.7","_nodeVersion":"18.20.3","_npmVersion":"9.9.3","dist":{"integrity":"sha512-7ucUiDAxevyBE8JbXBTe9ofHhS047VmWMLoksE45zZ08XSnhnyG7WUuk3gmDbAklfVMHedb9sEV3OovPUWt+Sw==","shasum":"317a4b826d577f4572ca040f2568eb751edd891d","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.7.tgz","fileCount":6743,"unpackedSize":99823059,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC8cwlh0za1Q1FCF4BOqrjgJNESP1xaa8BsR5l77I87SAiEA6opgrQ7gZRRnS7HusfI8abEYsYo75GLY8acqLtM8QNQ="}],"size":8718637},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.7_1720771049774_0.7548814041484799"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-12T07:57:30.104Z","publish_time":1720771050104,"_source_registry_name":"default"},"2.7.8":{"name":"element-plus","version":"2.7.8","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"352b41d0e1d86f5ad3a4a1fe301bf9483223540c","_id":"element-plus@2.7.8","_nodeVersion":"18.20.4","_npmVersion":"9.9.3","dist":{"integrity":"sha512-h6dx2XihAbQaud0v+6O7Fy0b0G3YNplNVH7QnK3csTcvQd4y4raiyMRQpf9EKbRbTMdNrFsqAZrs9ok9DMcJHg==","shasum":"5de53bbcb455653a27b43418e3569a22ead59866","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.7.8.tgz","fileCount":6743,"unpackedSize":96715900,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.7.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEsZLGY4al3c9rQPJb0TcJMu13qkGMT0fRIZqkQIVDkAAiB8o47TmXgDeFbhJo4K9WtU0SHNXUSgeXihMk4t36AxkQ=="}],"size":8615332},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.7.8_1721988133320_0.34222354157802815"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-26T10:02:13.903Z","publish_time":1721988133903,"_source_registry_name":"default"},"2.8.0":{"name":"element-plus","version":"2.8.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"fe415dab9c034e1e5a4e40b6ba6d18c545e32592","_id":"element-plus@2.8.0","_nodeVersion":"18.20.4","_npmVersion":"9.9.3","dist":{"integrity":"sha512-7ngapVlVlQAjocVqD4MUKvKXlBneT9DSDk2mmBOSLRFWNm/HLDT15ozmsvUBfy18sajnyUeSIHTtINE8gfrGMg==","shasum":"122685f9f1e01784f511dd4858fe005677ad1b95","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.0.tgz","fileCount":6819,"unpackedSize":39692415,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaThfcsmePCTzKgBdrLDZRuvSY2L1UKh1WpJ560oDcUQIhAIVKHVlwgbzUUWZgy9RyfqwqBEy41xL04lWl7r0fb6RW"}],"size":6332969},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.0_1723186467486_0.9222022467949182"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-09T06:54:27.811Z","publish_time":1723186467811,"_source_registry_name":"default"},"2.8.1":{"name":"element-plus","version":"2.8.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"f9c078ee7b05284c8e2527f49306913537eae80c","_id":"element-plus@2.8.1","_nodeVersion":"18.20.4","_npmVersion":"9.9.3","dist":{"integrity":"sha512-p11/6w/O0+hGvPhiN3jrcgh+XG+eg5jZlLdQVYvcPHZYhhCh3J3YeZWW1JO/REPES1vevkboT6VAi+9wHA8Dsg==","shasum":"e219f6de1e99bd064284811c3c285688939bf8e6","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.1.tgz","fileCount":6831,"unpackedSize":39893208,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFmietVeg9clr/XcdJ5CfyRVeo/WQDJrA9Mey2v+9HvcAiEAjCO7SNSKSLaJ/J97ot9HR3mCQx0PDi2kI3471QfNpuM="}],"size":6360622},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.1_1724423903393_0.5883014492545313"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-23T14:38:23.842Z","publish_time":1724423903842,"_source_registry_name":"default"},"2.8.2":{"name":"element-plus","version":"2.8.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"f47c3aa6dca87d3a659731126088a146394665ff","_id":"element-plus@2.8.2","_nodeVersion":"18.20.4","_npmVersion":"9.9.3","dist":{"integrity":"sha512-pqoQlaUmzUFCjjTHyxGO7Cd0CizsQpIaad1ozV9PCaYjh2T4MIMnjfifqiYs2lWoZ/8GVwrRG1WTCfnZEjwfcg==","shasum":"3d6fc935923fdb06095985a26375bfcfe11b3bb3","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.2.tgz","fileCount":6831,"unpackedSize":39974935,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWo5+8n/mV+wWDczKk43iYs59HlB6A4bE1QR2xnDS2UwIhAImbGAfhRQna5fLJ7/TFa65Nkh9kkwZJZjfHlYc2KSP1"}],"size":6368696},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.2_1725620250570_0.3340602155227659"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-06T10:57:30.852Z","publish_time":1725620250852,"_source_registry_name":"default"},"2.8.3":{"name":"element-plus","version":"2.8.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5dfce82063cac114ea9a7b6322b60df2f2da7dba","_id":"element-plus@2.8.3","_nodeVersion":"18.20.4","_npmVersion":"9.9.3","dist":{"integrity":"sha512-BXQOyDf0s7JHyNEV8iaO+iaOzTZPsBXVKMzMI967vLCodUBDLrtiY5vglAn1YEebQcUOEUMhGcttTpIvEkcBjQ==","shasum":"8697027f8b4a4b39d445eba0b87d6935a1481fe0","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.3.tgz","fileCount":6831,"unpackedSize":40019230,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCHzPbYrakXyzy2qO9isf448KfoM421XlEXB2GtIIJDywCIFWK2sidot0U/moxo3GzZcI/1a2jtx5WRnLIZJbrsDYs"}],"size":6375091},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.3_1726216197951_0.16198177675627012"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-13T08:29:58.425Z","publish_time":1726216198425,"_source_registry_name":"default"},"2.8.4":{"name":"element-plus","version":"2.8.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ab8c762edf4936282bb1b438c77d6937575c27de","_id":"element-plus@2.8.4","_nodeVersion":"18.20.4","_npmVersion":"9.9.3","dist":{"integrity":"sha512-ZlVAdUOoJliv4kW3ntWnnSHMT+u/Os7mXJjk2xzOlqNeHaI2/ozlF+R58ZCEak8ZnDi6+5A2viWEYRsq64IuiA==","shasum":"533cf204f534b8263c9fbe39de6cd3397d971fd2","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.4.tgz","fileCount":6831,"unpackedSize":40123669,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDPhJ8PTtz/rbNqGol0E9rVxFOHkeO/dtxnDBT+cpdHjAiBEL6EHhxNZKANuO2I82eKuQHxgUDrFdEKaqIxgwL1uQw=="}],"size":6386827},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.4_1727435372006_0.8014765826372388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-27T11:09:32.472Z","publish_time":1727435372472,"_source_registry_name":"default"},"2.8.5":{"name":"element-plus","version":"2.8.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"700d1256a5f2d51010efe789c39f5fe76060991f","_id":"element-plus@2.8.5","_nodeVersion":"20.17.0","_npmVersion":"9.9.3","dist":{"integrity":"sha512-Px+kPbRTVvn5oa5+9saa7QEOnUweKXm0JVI7yJHzKF/doQGixwcFMsQEF2+3Fy62EA/7dRRKVuhsNGGZYNk3cw==","shasum":"4db83da805820b6c66f7f12168b76cdca55ffa86","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.5.tgz","fileCount":6831,"unpackedSize":40272017,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDkiK/vdho/2M+YuU3EFdZQyMBvVjdy36tmzmqdNLOtdAiEAo8znbK6Np+HHVbBGdXCqmQtZFT7cbeuzTdl1nYdDiKw="}],"size":6429980},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.5_1728646787864_0.4540723703206444"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-11T11:39:48.214Z","publish_time":1728646788214,"_source_registry_name":"default"},"2.8.6":{"name":"element-plus","version":"2.8.6","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c66d9b73c02c57a03c5c2027a0046d5ee0afed4c","_id":"element-plus@2.8.6","_nodeVersion":"20.17.0","_npmVersion":"9.9.3","dist":{"integrity":"sha512-fk5jB8V3efM02/4roZ5SWOLArgaYXbxEydZLlXSr+KPAwjNyHBlk2+HO5em8YKo5+RLBoHnn6BaThj6IE4nXoQ==","shasum":"af4b106610caa550444a2b318a20792f0e1af8c5","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.6.tgz","fileCount":6837,"unpackedSize":40281056,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9vB2XGmckX/K0OzrP6+rvoCjmjU6JY+ODNek4W/+Q6wIhAJUSOo154ajujY+1E8Vc3lcRBIeB/6zjdVhMog3DxaCc"}],"size":6432029},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.6_1729251849870_0.3063021072382841"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-18T11:44:10.314Z","publish_time":1729251850314,"_source_registry_name":"default"},"2.8.7":{"name":"element-plus","version":"2.8.7","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.3","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"6baa069c4997f9a8af08fbb837aaa393a7cf9cda","_id":"element-plus@2.8.7","_nodeVersion":"20.18.0","_npmVersion":"9.9.3","dist":{"integrity":"sha512-oGQyFRufFOgjd872tZc+T4xQAYLlX4hj6d3ixeY13L4fFNUuc1N49JHAqJGPda0tdx3qCnjceZoh1kqqj2+tXQ==","shasum":"34770466c65ec2089cf1db805b432f479910fb51","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.7.tgz","fileCount":6843,"unpackedSize":40199365,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsgIq6FlN78CGz1TdB9ysfmB4VnTDhaNCWTF0sdel0/AIhALKWhJkEFPwVED0tcgMRLfRb/Y9AzFtJwwZ/cXLLeQoS"}],"size":6436192},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.7_1730474198333_0.6513657882764263"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-01T15:16:38.793Z","publish_time":1730474198793,"_source_registry_name":"default"},"2.8.8":{"name":"element-plus","version":"2.8.8","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ef5730d75a2edd74c3197d4099232da0f12652f8","_id":"element-plus@2.8.8","_nodeVersion":"20.18.0","_npmVersion":"9.9.3","dist":{"integrity":"sha512-MLAH1x2PGTnOT7Iwqh9ASgfZhvgqQqrdbxuJH0w2fGjzE4ZjryyLQj24HXoQO7Zon66U3lrYxbdLI57M6OX0qw==","shasum":"3f32377f40fa8878e81ae34aed035fdedbcbe128","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.8.8.tgz","fileCount":6843,"unpackedSize":40263323,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.8.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8c+35FbasmZDC0MV/+Yh9VYFPvk2F29B5lQMiU+8COAIgCdYi+MazdhR0BDwrz39A60MJE1oXvMcu+nzd1i+pRJM="}],"size":6449911},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.8.8_1731667077253_0.6738170188016388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-15T10:37:57.779Z","publish_time":1731667077779,"_source_registry_name":"default"},"2.9.0":{"name":"element-plus","version":"2.9.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"7b7cd2322300b51f1a2105eb101c74178e011d00","_id":"element-plus@2.9.0","_nodeVersion":"20.18.1","_npmVersion":"9.9.3","dist":{"integrity":"sha512-ccOFXKsauo2dtokAr4OX7gZsb7TuAoVxA2zGRZo5o2yyDDBLBaZxOoFQPoxITSLcHbBfQuNDGK5Iag5hnyKkZA==","shasum":"76a16566ab6dbadb555a40704bde870a02c306bc","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.0.tgz","fileCount":6929,"unpackedSize":49301904,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHr9eGVaQIoflWZyRH3CHa6g+4dhDrGdGjSU0/HqPt01AiAF6RzfyLJb6De9Aiy+rH2Lh33OmWi8gZtrkxDclol4iQ=="}],"size":6764960},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/element-plus_2.9.0_1732893188104_0.7299175460639289"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-29T15:13:08.779Z","publish_time":1732893188779,"_source_registry_name":"default"},"2.9.1":{"name":"element-plus","version":"2.9.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"4ea2be7966d9d8a430fe57edd4646062e7e26c87","_id":"element-plus@2.9.1","_nodeVersion":"20.18.1","_npmVersion":"9.9.4","dist":{"integrity":"sha512-9Agqf/jt4Ugk7EZ6C5LME71sgkvauPCsnvJN12Xid2XVobjufxMGpRE4L7pS4luJMOmFAH3J0NgYEGZT5r+NDg==","shasum":"00cac40abaafe8806fc77b2552050e14a7693680","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.1.tgz","fileCount":6927,"unpackedSize":49464702,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQbwYvmt8ooptoGrDZLgZY2J7W24uWW+wkJHNeJ1VYUAIhAJV3PvtlQLk3+9bvfTPdC6D8dRcWigkiN/U++Xz14n1r"}],"size":6768259},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.1_1734085516168_0.022563930464516657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-13T10:25:16.501Z","publish_time":1734085516501,"_source_registry_name":"default"},"2.9.2":{"name":"element-plus","version":"2.9.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"46abc4f6d169a96d98c0a08997c635e3414d906a","_id":"element-plus@2.9.2","_nodeVersion":"20.18.1","_npmVersion":"9.9.4","dist":{"integrity":"sha512-HS+Cc5mmy70DixJuoN3cMxPPoNWXkjHzUw2PcGmysk6NHQzzUtwi2Vc+dlmbmRxj3eNqgC1xpPQV5Nf9uDtQRg==","shasum":"a6cf457868451249a50efc43369a90a5fdbf7319","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.2.tgz","fileCount":6927,"unpackedSize":39046894,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCb0ctzAqBUzqt4M4V2nfSmoQre7RJosd7gZuQFbH/WgwIhANaofLufwVcdFsStnjXZMADiIkYY5GqYa1aDd3JjJwyr"}],"size":6448712},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.2_1735910673297_0.45773699513569444"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-03T13:24:33.756Z","publish_time":1735910673756,"_source_registry_name":"default"},"2.9.3":{"name":"element-plus","version":"2.9.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c2faa64f5351cfe79f21641ff58bf18938f6a66f","_id":"element-plus@2.9.3","_nodeVersion":"20.18.1","_npmVersion":"9.9.4","dist":{"integrity":"sha512-6tSLp5XytDS4TMZ0P3aGZnr7MXTagfNycepNfIDitd9IgwM9y01+Ssu6mglNi8RiXYhek6LBWNOd/cvpIO12+w==","shasum":"9d44f9aa5a810009490ecb814052aed560d77bb0","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.3.tgz","fileCount":6951,"unpackedSize":39272006,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFIP+smb4B9hPRTRKN3lAvpJePGn2Cx3BMuS/mZ22GvVAiAgOKOWRJ6w2phI842DAhlSoSmApL4M6BgabuK1Rgyzbg=="}],"size":6474034},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.3_1736519304760_0.3684754257006091"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-10T14:28:25.590Z","publish_time":1736519305590,"_source_registry_name":"default"},"2.9.4":{"name":"element-plus","version":"2.9.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"a0d7d492bcbc9d73f9f8952b0000293f6b272b3d","_id":"element-plus@2.9.4","_nodeVersion":"20.18.2","_npmVersion":"9.9.4","dist":{"integrity":"sha512-sGnW0wd9zf6lEGixXV2gfwx3X6VTMkP52qTkX7zbURJ2oariyslrKTBh2txt1sdn1pUvj2l0KY3OfSXoZGmDOw==","shasum":"e4b75055f0f1b1c1f33186321eb3d7a6424051e5","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.4.tgz","fileCount":6987,"unpackedSize":39619196,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGOlzG6y0B/RSLXHIhOuJxnOJeo0m2kHJfzvM7457r1RAiEAkUguww0CzUCPhW6jlY9y+DUDEXNxe5/ZoLVxBuEPtco="}],"size":6500787},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.4_1738927718720_0.5935756875376819"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-07T11:28:39.202Z","publish_time":1738927719202,"_source_registry_name":"default"},"2.9.5":{"name":"element-plus","version":"2.9.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ae9077ba0aac4edef483b602263d913f6f46794f","_id":"element-plus@2.9.5","_nodeVersion":"20.18.2","_npmVersion":"9.9.4","dist":{"integrity":"sha512-r+X79oogLbYq8p9L5f9fHSHhUFNM0AL72aikqiZVxSc2/08mK6m/PotiB9e/D90QmWTIHIaFnFmW65AcXmneig==","shasum":"e7458a48188f0e7b68c6e96ebb6f7b1b98c10c67","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.5.tgz","fileCount":6981,"unpackedSize":39481789,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCJVLMt9SzAllsSeACcMN53stYsWutQgjUuAe2Ay7pj/wIhAOFhwridMS+DGeDp2qJmNz/7viROB/rK51u5gd3gd0i8"}],"size":6485280},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.5_1740116464962_0.912492348831776"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-21T05:41:05.284Z","publish_time":1740116465284,"_source_registry_name":"default"},"2.9.6":{"name":"element-plus","version":"2.9.6","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5be10800a190423b41cde0b0c15dcb63c7527f34","_id":"element-plus@2.9.6","_nodeVersion":"20.18.3","_npmVersion":"9.9.4","dist":{"integrity":"sha512-D9zU28Ce0s/9O/Vp3ewemikxzFVA6gdZyMwmWijHijo+t5/9H3sHRTIm1WlfeNpFW2Yq0y8nHXD0fU5YxU6qlQ==","shasum":"f8a1d6b93ff5eb8889a1089e0358f5a9bd090a59","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.6.tgz","fileCount":6981,"unpackedSize":39632008,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDd6dxpGLLcbvtL+x+z5a3ASarkDnmXgIHw8ocki20NAwIhANkBYj8CGX/vE3HQtH3wR8h6JdYeJ0jry0CG1yXgNfyF"}],"size":6503648},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.6_1741347676304_0.2528821406780388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-07T11:41:16.698Z","publish_time":1741347676698,"_source_registry_name":"default"},"2.9.7":{"name":"element-plus","version":"2.9.7","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"03f170300fc5cbce5c5b842f9f949e404e841e0a","_id":"element-plus@2.9.7","_nodeVersion":"20.19.0","_npmVersion":"9.9.4","dist":{"integrity":"sha512-6vjZh5SXBncLhUwJGTVKS5oDljfgGMh6J4zVTeAZK3YdMUN76FgpvHkwwFXocpJpMbii6rDYU3sgie64FyPerQ==","shasum":"05bcc35de1d98192d25ebfd06fff7d6d2de9f911","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.7.tgz","fileCount":6987,"unpackedSize":39256741,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCW0/ocn1Mo1H5o6cYqzwSclXeKp8VAbX0J3x7mvQ2TigIhAL+W7rXKfeoQ+N1QxFmUMxA4DvM8M9WDjrmAZcMQkOw/"}],"size":6485448},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.7_1742535700237_0.9675218170975004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-21T05:41:40.651Z","publish_time":1742535700651,"_source_registry_name":"default"},"2.9.8":{"name":"element-plus","version":"2.9.8","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"981bcd65c9cd114b0f1135bf6fe78d960d83780f","_id":"element-plus@2.9.8","_nodeVersion":"20.19.0","_npmVersion":"9.9.4","dist":{"integrity":"sha512-srViUaUdfblBKGMeuEPiXxxKlH5aUmKqEwmhb/At9Sj91DbU6od/jYN1955cTnzt3wTSA7GfnZF7UiRX9sdRHg==","shasum":"72aea48dfcd5ef70a1859d2c8a16d189451f4afb","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.8.tgz","fileCount":7011,"unpackedSize":39477746,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAmBvEnb4P9Sz0ouZN2RSObnXTb7JjgWdeVTd+W9mkjFAiAFV9X9W3w9/diVqk/2dojnlgyHsAExpZ+41BAI6+Ssjw=="}],"size":6512260},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.8_1744991306094_0.04186096052010746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-18T15:48:26.558Z","publish_time":1744991306558,"_source_registry_name":"default"},"2.9.9":{"name":"element-plus","version":"2.9.9","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"30db5b8959dc9df9d8b35cbecc7bdbe32bf0d47b","_id":"element-plus@2.9.9","_nodeVersion":"20.19.0","_npmVersion":"9.9.4","dist":{"integrity":"sha512-gN553+xr7ETkhJhH26YG0fERmd2BSCcQKslbtR8fats0Mc0yCtZOXr00bmoPOt5xGzhuRN1TWc9+f1pCaiA0/Q==","shasum":"17679dd2e11d70ed132216a3950d9df327053d04","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.9.tgz","fileCount":7011,"unpackedSize":39541194,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFyCXxwgBttncWWA7hI+pvc1jVIDl9L5Tj5PKVo/2HmTAiB2EHRc2KaeDi5ayJpEtsKDGNpDDbN/8r/ezhEu9ejTDw=="}],"size":6520245},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.9_1745753241653_0.9072395692293398"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-27T11:27:21.988Z","publish_time":1745753241988,"_source_registry_name":"default"},"2.9.10":{"name":"element-plus","version":"2.9.10","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"766e9bdb4cc855fae20fd8f820f5511da2b415ff","_id":"element-plus@2.9.10","_nodeVersion":"20.19.1","_npmVersion":"9.9.4","dist":{"integrity":"sha512-W2v9jWnm1kl/zm4bSvCh8aFCVlxvhG3fmqiDZwyd6WQiWGE595J/mpjcCggEr+49QDgIymhXrpPMOPPSARUbng==","shasum":"bde09d18833ffeb68dc5204462c91c640369c988","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.10.tgz","fileCount":7011,"unpackedSize":42598600,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIQD5GG3QI1q2FTRN/aGMgqhUCGWHwBpaZZWVMJbL6ZMKOgIfUDNRbfIAkYAZ6FXLNpnLVeDyBFGPUOJEEfiBjzA+3w=="}],"size":6778860},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.10_1746775415013_0.7012569240970072"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-09T07:23:35.304Z","publish_time":1746775415304,"_source_registry_name":"default"},"2.9.11":{"name":"element-plus","version":"2.9.11","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"8a3da45f381322e56d3b28104d38c981d6b22308","_id":"element-plus@2.9.11","_nodeVersion":"20.19.1","_npmVersion":"9.9.4","dist":{"integrity":"sha512-x4L/6YC8de4JtuE3vpaEugJdQIeHQaHtIYKyk67IeF6dTIiVax45aX4nWOygnh+xX+0gTvL6xO+9BZhPA3G82w==","shasum":"c939a8d945330f596b7a35aae0e501ea170874a2","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.9.11.tgz","fileCount":7023,"unpackedSize":42489745,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.9.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICy46R9zkbOY7GVwEByu/ullF3IMPEmD3LfnjNRQ0EM6AiEA4jHb0cju1pTab3VE/MAr+OQ3HyUHmsVG+HqGJXGHKUQ="}],"size":6791378},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.9.11_1748002447510_0.8561512149223034"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-23T12:14:07.864Z","publish_time":1748002447864,"_source_registry_name":"default"},"2.10.0":{"name":"element-plus","version":"2.10.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"b3f2a6f56249804a191791dc901c73cff914fd53","_id":"element-plus@2.10.0","_nodeVersion":"20.19.1","_npmVersion":"9.9.4","dist":{"integrity":"sha512-T0+9XPY/Jx7Em1Yug5Ven/DUgTBfGyEoMYSdFoi5patzHNJLB5cpLqcfjbD7cE8bqg5ppvd3MmkLWGFc4rloIA==","shasum":"d17aa71881e2e910a794e4611e6a2bc6165fe9b2","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.10.0.tgz","fileCount":7147,"unpackedSize":42805199,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDAgkUoT4qJvDIfUoKIBZ3mo8wtdVnplAUDUKkzQbwRDAIhALHKOrnp15v9Itom9g3RyukI3kmTmBJCSQHnvOAD2yp5"}],"size":6848785},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.10.0_1749208303162_0.35275610493228515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-06T11:11:43.566Z","publish_time":1749208303566,"_source_registry_name":"default"},"2.10.1":{"name":"element-plus","version":"2.10.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"bd42da1daed3c7c62847b3f5a8d46c4848ad0481","_id":"element-plus@2.10.1","_nodeVersion":"20.19.1","_npmVersion":"9.9.4","dist":{"integrity":"sha512-R+YM8b+s+3aQ3EeY33q0inn3ehRnunP42aDYoJxUtSZPgMPSXzYgmGEhIDP7Xg4NvY8raaSuO0/1fDLEfZ+nlA==","shasum":"66974aa732622d37a02c4cd9324316026ef28d87","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.10.1.tgz","fileCount":7147,"unpackedSize":42805735,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.10.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCADProuBqrt1KLuUg2Vo9B3nPgcI6pRyiqtZAXi1/KDQIgATj7IWz0mgY5t+P2zDbN7wJVgAoEjmeNUDkrOiUW0ys="}],"size":6849122},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.10.1_1749273561791_0.13613205271976603"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-07T05:19:22.202Z","publish_time":1749273562202,"_source_registry_name":"default"},"2.10.2":{"name":"element-plus","version":"2.10.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"ca1cdcdea742c9f235ddd9b18debabfff7f5981c","_id":"element-plus@2.10.2","_nodeVersion":"20.19.2","_npmVersion":"9.9.4","dist":{"integrity":"sha512-p2KiAa0jEGXrzdlTAfpiS7HQFAhla4gvx6H7RuDf+OO0uC3DGpolxvdHjFR8gt7+vaWyxQNcHa1sAdBkmjqlgA==","shasum":"5eb8ea6aa54cfdd88b903d7d65b623bdaeaf899d","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.10.2.tgz","fileCount":7147,"unpackedSize":42824184,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.10.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDIPKj+O5s4CX/hWHWORn4vnvcHP23PlyO/cWEcEANrtAiBTRBu0yltOyfrdyEorjxTsxFwN39nRxilAu1O+kCpZ1w=="}],"size":6857266},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.10.2_1749825273519_0.059383929421139126"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-13T14:34:33.892Z","publish_time":1749825273892,"_source_registry_name":"default"},"2.10.3":{"name":"element-plus","version":"2.10.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d391a0879d5c5fe4c6d8024e472399ef492900d7","_id":"element-plus@2.10.3","_nodeVersion":"20.19.2","_npmVersion":"9.9.4","dist":{"integrity":"sha512-OLpf0iekuvWJrz1+H9ybvem6TYTKSNk6L1QDA3tYq2YWbogKXJnWpHG1UAGKR1B7gx+vUH7M15VIH3EijE9Kgw==","shasum":"82a4454d76b2104f71a46f49b02fba9650d1f33f","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.10.3.tgz","fileCount":7147,"unpackedSize":43520059,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.10.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIB8U1D5s4CJkyeeJiPCcNAGP4Z4TFGhjLUXhZ2F4AmaVAiEAvHmKHBpDyEQd9SRCZYADELPDPR9QR1CogiNlVa8MfMM="}],"size":6916929},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com","actor":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com","type":"user"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.10.3_1751631085541_0.4493576398524497"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-04T12:11:25.922Z","publish_time":1751631085922,"_source_registry_name":"default"},"2.10.4":{"name":"element-plus","version":"2.10.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"3d76b2c6c76256cf38777b15ae77f3f979538fde","_id":"element-plus@2.10.4","_nodeVersion":"20.19.3","_npmVersion":"9.9.4","dist":{"integrity":"sha512-UD4elWHrCnp1xlPhbXmVcaKFLCRaRAY6WWRwemGfGW3ceIjXm9fSYc9RNH3AiOEA6Ds1p9ZvhCs76CR9J8Vd+A==","shasum":"72de60a6074be79f9f1b299f422e7ac96a3b5e9a","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.10.4.tgz","fileCount":7153,"unpackedSize":43407519,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.10.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCxDvClRx/K4W9nWeIhUGXGSkCziZjjbVJseuyF1SoF0QIhAMNPDywE0rJisafIa2tjevfBYNRhcJVO9yYdubi3nefo"}],"size":6921218},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.10.4_1752238119892_0.9750938706393333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-11T12:48:40.307Z","publish_time":1752238120307,"_source_registry_name":"default"},"2.10.5":{"name":"element-plus","version":"2.10.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"752edc9209186e8cf3038510097188b946b29259","_id":"element-plus@2.10.5","_nodeVersion":"20.19.4","_npmVersion":"9.9.4","dist":{"integrity":"sha512-O9wTDu3Tm51ACVByWrThtBhH4Ygefg1HGY5pyAaxnoIrj8uMN0GtZ4IREwR3Yw/6sM2HyxjrsGI/D46iUVP97A==","shasum":"38ba09c9c7e0e5a8cae6c0bd591c17004ea7f9c8","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.10.5.tgz","fileCount":7153,"unpackedSize":43851053,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.10.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD/mfwOQBaiRMdIxsb0QqMM9sRx5i6j58d/fL1RZZGjqgIgOQGLDUQK/yRLep+C5M5tRiHwWhRt541ouC0QpTaRa5M="}],"size":6962337},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.10.5_1754072448320_0.5119088786697381"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-01T18:20:48.609Z","publish_time":1754072448609,"_source_registry_name":"default"},"2.10.6":{"name":"element-plus","version":"2.10.6","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"762eed91e38b1c1f0b6a2449b1c13cab56949a54","_id":"element-plus@2.10.6","_nodeVersion":"20.19.4","_npmVersion":"9.9.4","dist":{"integrity":"sha512-N1XfO+x46p9Df9KNHeRQiHW4ilt4k+Jh6jeA1Ip9WpVzwDW8CRz+NqaLLDEZmnez62bBdCuWGfV7lIRq3+FQyg==","shasum":"fbe5216aa4d31400ec2ed80622e0b3d50e9d0f67","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.10.6.tgz","fileCount":7153,"unpackedSize":43876685,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.10.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEz5giJ/eDKnrcWUQfL0VwcPrATa6lVaviJ2mhBMvhH3AiEAgQsEzu0rH2YfZg87ZY26HPHAwJjPFddzIJvDq4wr5Og="}],"size":6967291},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.10.6_1754631099055_0.23406234102639845"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-08T05:31:39.363Z","publish_time":1754631099363,"_source_registry_name":"default"},"2.10.7":{"name":"element-plus","version":"2.10.7","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5873341fb5d343ee0a19e6af1655f70f14a9f9f8","_id":"element-plus@2.10.7","_nodeVersion":"20.19.4","_npmVersion":"9.9.4","dist":{"integrity":"sha512-bL4yhepL8/0NEQA5+N2Q6ZVKLipIDkiQjK2mqtSmGh6CxJk1yaBMdG5HXfYkbk1htNcT3ULk9g23lzT323JGcA==","shasum":"daf19a50a51166ac08861ebd29497bbf0b6c74ac","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.10.7.tgz","fileCount":7153,"unpackedSize":44356803,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.10.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFem6gDQnjfo/kxla3WgnvCVAgYGTe3B9o+aXWwveiqlAiABO8+HCsAawqfph3Pg7uybI9gQwlmH20Ke99o7fDy5Lw=="}],"size":7062267},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.10.7_1754995163824_0.6065783029867657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-12T10:39:24.161Z","publish_time":1754995164161,"_source_registry_name":"default"},"2.11.0":{"name":"element-plus","version":"2.11.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d8a3eae1a164c0ac67fe64d474b2338d70de7452","_id":"element-plus@2.11.0","_nodeVersion":"20.19.4","_npmVersion":"9.9.4","dist":{"integrity":"sha512-Kdr3knlpEpUTfEDbWIyh+/CvQbeNb+Kig971M+G/QinVcD2BfsUNWo5OCogaF0Nvy/BuBFdZ7KoS+PtpWBzidw==","shasum":"0a3e62cb40beb641bcecb8c980285ae68a2ba8c0","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.0.tgz","fileCount":7248,"unpackedSize":45111944,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHHhwqG/qkeKg9gcF+NWRIRZYV+jKmtDHaj/+f04DrV7AiAhbd8hLkZqaQ4Y8A91AIODtqRvsnZqEil3oXhxmC+4Og=="}],"size":7142638},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.0_1755864231730_0.5978653800118601"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-22T12:03:52.032Z","publish_time":1755864232032,"_source_registry_name":"default"},"2.11.1":{"name":"element-plus","version":"2.11.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"13013e1f739203fb75cbe9da01fa06e742b8b70d","_id":"element-plus@2.11.1","_nodeVersion":"20.19.4","_npmVersion":"9.9.4","dist":{"integrity":"sha512-weYFIniyNXTAe9vJZnmZpYzurh4TDbdKhBsJwhbzuo0SDZ8PLwHVll0qycJUxc6SLtH+7A9F7dvdDh5CnqeIVA==","shasum":"10cb0c149e157d14944d293ea68db114b2303c37","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.1.tgz","fileCount":7248,"unpackedSize":45112020,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCW47gfdwETanVyWYbdAe/D+xJ9dj6kTCdOyADQcSQMcgIhAI8F26pVw4AhXLl4Gfx+lhNNsoLJxpDo8/6vUSl7OPqq"}],"size":7142852},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.1_1755912101602_0.6172043232904558"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-23T01:21:41.980Z","publish_time":1755912101980,"_source_registry_name":"default"},"2.11.2":{"name":"element-plus","version":"2.11.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d49a98c477e5be95a702ccb641c57c701affb1db","_id":"element-plus@2.11.2","_nodeVersion":"20.19.4","_npmVersion":"9.9.4","dist":{"integrity":"sha512-sTMDXtgeqy17TUsBSH/DL3h1/5sqIOVUUgXFoVbdD8lWWYssKrDX50CEYy4k29tYJhPHKZyFSwcLJsIajr+dDA==","shasum":"f1ba573426217ec936401fc4dc2a19bf11f5622e","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.2.tgz","fileCount":7254,"unpackedSize":49405765,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDT5yazylkMYqc1UW7Op2k+1gN/mwuFPbRAVcVRK93grwIgFtMdJ25ja0jy2CKULwoGVdd71SCyl2B+9iIUfhDezUI="}],"size":7553591},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.2_1757071720738_0.6639006305377952"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-05T11:28:41.066Z","publish_time":1757071721066,"_source_registry_name":"default"},"2.11.3":{"name":"element-plus","version":"2.11.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.14.182","@types/lodash-es":"^4.17.6","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.2","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"1e49f1dc2988a969622654b0221872a8d7277838","_id":"element-plus@2.11.3","_nodeVersion":"20.19.5","_npmVersion":"9.9.4","dist":{"integrity":"sha512-769xsjLR4B9Vf9cl5PDXnwTEdmFJvMgAkYtthdJKPhjVjU3hdAwTJ+gXKiO+PUyo2KWFwOYKZd4Ywh6PHfkbJg==","shasum":"97e94e9aa399e240be5591d3f1c008d965cb9ab3","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.3.tgz","fileCount":7254,"unpackedSize":49561302,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIF6NVTWPKyIpcaB9OLGt5fm5bpSMTPzggwWYyz90OLedAiBNLPh0qmDzYbh6EV5hJDr9ITEvKWs6AwlI1dt9vGx7Fg=="}],"size":7588352},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.3_1758256876274_0.6921078043762345"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-19T04:41:16.609Z","publish_time":1758256876609,"_source_registry_name":"default"},"2.11.4":{"name":"element-plus","version":"2.11.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.1","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.13","escape-html":"^1.0.3","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"7668e43a7f0a5809bb95a8c3f2a55288aade5b92","_id":"element-plus@2.11.4","_nodeVersion":"20.19.5","_npmVersion":"9.9.4","dist":{"integrity":"sha512-sLq+Ypd0cIVilv8wGGMEGvzRVBBsRpJjnAS5PsI/1JU1COZXqzH3N1UYMUc/HCdvdjf6dfrBy80Sj7KcACsT7w==","shasum":"00c7cdec627e8f83f9175aa9a55b00846c58803a","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.4.tgz","fileCount":7150,"unpackedSize":49404611,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIB6ii4uBH7RCpKZMXBYDf2bPH8FNPTRI1SWLSpjBKMikAiAcvfkQjeiXA6c9fzSMYjKuaG0hgYmG/70qEdpLm32SxQ=="}],"size":7554193},"_npmUser":{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.4_1758859915661_0.8273643447466295"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-26T04:11:56.033Z","publish_time":1758859916033,"_source_registry_name":"default"},"2.11.5":{"name":"element-plus","version":"2.11.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.18","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"4f328f021ac9d0180de7389a10cc2dea15a9770a","_id":"element-plus@2.11.5","_nodeVersion":"20.19.5","_npmVersion":"11.6.1","dist":{"integrity":"sha512-O+bIVHQCjUDm4GiIznDXRoS8ar2TpWLwfOGnN/Aam0VXf5kbuc4SxdKKJdovWNxmxeqbcwjsSZPKgtXNcqys4A==","shasum":"752c2c4f70e86d615e577686c2f08054860a0902","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.5.tgz","fileCount":7150,"unpackedSize":49483199,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC3t3745UCe2D7ZwSBUjedZ8bIaucglgwKAK0/c9pHfQgIhAPWbpg9hHPD0RWHfdfwu8TCDSymTBhsaC9BUiCIu4Ld0"}],"size":7558714},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.5_1760678876299_0.8096314621414764"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-17T05:27:56.637Z","publish_time":1760678876637,"_source_registry_name":"default"},"2.11.7":{"name":"element-plus","version":"2.11.7","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.18","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"9de23d4ea48882dcfeb21ab52e456a7d98b33c6c","_id":"element-plus@2.11.7","_nodeVersion":"20.19.5","_npmVersion":"11.6.1","dist":{"integrity":"sha512-Bh47wuzsqaNBNDkbtlOlZER1cGcOB8GsXp/+C9b95MOrk0wvoHUV4NKKK7xMkfYNFYdYysQ752oMhnExgAL6+g==","shasum":"ee6270cd84df7aff89fe50bb5a5c5da11e4db15f","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.7.tgz","fileCount":7180,"unpackedSize":45189710,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFBcgkTMgZ7rO7JFzGmUcSWigm8DFPurcMYe/RsftOZGAiB9MOJUDtSxOpl1BJfvqosOgu2kEYQkFU0RY+Xpk2EkjA=="}],"size":7205879},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.7_1761981058150_0.8224167075024096"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-01T07:10:58.527Z","publish_time":1761981058527,"_source_registry_name":"default"},"2.11.8":{"name":"element-plus","version":"2.11.8","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.18","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5e222bbdfb71ec61460c5b3b172cd85135db4f38","_id":"element-plus@2.11.8","_nodeVersion":"20.19.5","_npmVersion":"11.6.1","dist":{"integrity":"sha512-2wzSj2uubFU1f0t/gHkkE1d09mUgV18fSZX5excw3Ar6hyWcxph4E57U8dgYLDt7HwkKYv1BiqPyBdy0WqWlOA==","shasum":"6a06a24bd28a39bf3ee92a9e6a540103740666bb","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.8.tgz","fileCount":7187,"unpackedSize":45326115,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC0VIy5kqFVbV8tPLm8kzYJOT/UGv9/E2LQLGAXToP6hgIgAzTxkq43Co68zyQOQcyq1sLIMwBfdZVtPk47wJ8zQbc="}],"size":7238894},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.8_1763176646102_0.3456620137204154"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-15T03:17:26.505Z","publish_time":1763176646505,"_source_registry_name":"default"},"2.11.9":{"name":"element-plus","version":"2.11.9","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"94c3c537585f3e35bc83d550ca82c1c52443e3f7","_id":"element-plus@2.11.9","_nodeVersion":"20.19.5","_npmVersion":"11.6.1","dist":{"integrity":"sha512-yTckX+fMGDGiBHVL1gpwfmjEc8P8OwuyU5ZX3f4FhMy2OdC2Y+OwQYWUXmuB+jFMukuSdnGYXYgHq6muBjSxTg==","shasum":"2901f2f26300f1b461a1a2c04dd62d1e01cb9037","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.11.9.tgz","fileCount":7193,"unpackedSize":45333175,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.11.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDwwgDvfHN9HXuwiaJEVs34RNRN+rnXWFVFDi/+FXw+DAiEAkJ1rInFbPstWWgzPXWNP1rYVeDqVSo66QfswPx/z2U4="}],"size":7251414},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.11.9_1764349272201_0.9488110319927547"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-28T17:01:12.621Z","publish_time":1764349272621,"_source_registry_name":"default"},"2.12.0":{"name":"element-plus","version":"2.12.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.2.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^9.1.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","csstype":"^2.6.20","vue":"^3.2.37","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"adda1074c89590738921c8a258e2420d75255626","_id":"element-plus@2.12.0","_nodeVersion":"20.19.6","_npmVersion":"11.6.1","dist":{"integrity":"sha512-M9YLSn2np9OnqrSKWsiXvGe3qnF8pd94+TScsHj1aTMCD+nSEvucXermf807qNt6hOP040le0e5Aft7E9ZfHmA==","shasum":"489192aae6e2f08f0c78ac41c0115f8231e8c8c3","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.12.0.tgz","fileCount":7193,"unpackedSize":45763488,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.12.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDEtTqpMTHMp4U1jhalAi7oi4XIllkE9FPJA2KDOpcG2AIgdrfz133gu/hWjybfn1mOGN1zUUmwiv7szKaxaR/yxiM="}],"size":7316589},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.12.0_1764910658172_0.9185051022348625"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-05T04:57:38.552Z","publish_time":1764910658552,"_source_registry_name":"default"},"2.13.0":{"name":"element-plus","version":"2.13.0","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.3.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^10.11.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"21ff9b11658f696cee2ebda404ba785001ed58cb","_id":"element-plus@2.13.0","_integrity":"sha512-qjxS+SBChvqCl6lU6ShiliLMN6WqFHiXQENYbAY3GKNflG+FS3jqn8JmQq0CBZq4koFqsi95NT1M6SL4whZfrA==","_resolved":"/tmp/7f494b0fa4c1cf11140020e24797ae32/element-plus-2.13.0.tgz","_from":"file:element-plus-2.13.0.tgz","_nodeVersion":"20.19.6","_npmVersion":"11.6.1","dist":{"integrity":"sha512-qjxS+SBChvqCl6lU6ShiliLMN6WqFHiXQENYbAY3GKNflG+FS3jqn8JmQq0CBZq4koFqsi95NT1M6SL4whZfrA==","shasum":"e2ae817c1ed4fa9e94456af69a0f88cd824ee0c7","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.13.0.tgz","fileCount":7187,"unpackedSize":45164387,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.13.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGGbc3txzfmUISg4hi5iQqTp+AF2EacnGyfIIYiomvgEAiAwjqMutuE465QhdfT3kf33yByFuoB9LjbjSvAKiVpIDA=="}],"size":7838447},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.13.0_1766131493464_0.0426194304533698"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-19T08:04:53.943Z","publish_time":1766131493943,"_source_registry_name":"default"},"2.13.1":{"name":"element-plus","version":"2.13.1","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.3.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^10.11.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.21","lodash-es":"^4.17.21","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"d8c723219a471c711fa2a798a8b85a1f06e2e63d","_id":"element-plus@2.13.1","_integrity":"sha512-eG4BDBGdAsUGN6URH1PixzZb0ngdapLivIk1meghS1uEueLvQ3aljSKrCt5x6sYb6mUk8eGtzTQFgsPmLavQcA==","_resolved":"/tmp/8f6536ebbf502658bbb3d770b29a5ced/element-plus-2.13.1.tgz","_from":"file:element-plus-2.13.1.tgz","_nodeVersion":"20.19.6","_npmVersion":"11.6.1","dist":{"integrity":"sha512-eG4BDBGdAsUGN6URH1PixzZb0ngdapLivIk1meghS1uEueLvQ3aljSKrCt5x6sYb6mUk8eGtzTQFgsPmLavQcA==","shasum":"2cc6059da0f0f217f27d657f5140a45ecb0fd221","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.13.1.tgz","fileCount":7231,"unpackedSize":45416902,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.13.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQClLsz2+QvoouCtVgGWt1I4WGVBIGlRhgYNgjpkj+2CvwIhAPEOtlcsUfqTJ8bdfpEn8dryfy6I0jevhbOSy40xp8im"}],"size":7881065},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.13.1_1767948971859_0.34368727816096456"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-09T08:56:12.309Z","publish_time":1767948972309,"_source_registry_name":"default"},"2.13.2":{"name":"element-plus","version":"2.13.2","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.3.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^10.11.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.23","lodash-es":"^4.17.23","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"c88e0d807f0da3e73f1dbf0c6bc760555fa0e927","_id":"element-plus@2.13.2","_integrity":"sha512-Zjzm1NnFXGhV4LYZ6Ze9skPlYi2B4KAmN18FL63A3PZcjhDfroHwhtM6RE8BonlOPHXUnPQynH0BgaoEfvhrGw==","_resolved":"/tmp/ab1c1c976c55ad9cdc76a99f5793db3f/element-plus-2.13.2.tgz","_from":"file:element-plus-2.13.2.tgz","_nodeVersion":"20.20.0","_npmVersion":"11.6.1","dist":{"integrity":"sha512-Zjzm1NnFXGhV4LYZ6Ze9skPlYi2B4KAmN18FL63A3PZcjhDfroHwhtM6RE8BonlOPHXUnPQynH0BgaoEfvhrGw==","shasum":"cf42be893b19054eec3d751e287fddb16f7d2058","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.13.2.tgz","fileCount":7875,"unpackedSize":44948339,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.13.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDiJGJBWS7WxyNA9bhl6p3/QJK3wQghOx2yHF4heiC/rAIhALun/GonTZZLL+Je3SjhjUxp3hnjoC9M2aeePBIhbA4p"}],"size":7949273},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.13.2_1769778499419_0.23576007812011102"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-30T13:08:19.876Z","publish_time":1769778499876,"_source_registry_name":"default"},"2.13.3":{"name":"element-plus","version":"2.13.3","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.3.0"},"dependencies":{"@ctrl/tinycolor":"^3.4.1","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^10.11.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.23","lodash-es":"^4.17.23","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"5090c5ec26db81cd5f5a280ddc41c75f02d1e7bf","_id":"element-plus@2.13.3","_integrity":"sha512-RwLVtFpeHjZ4UCtHxVi1/sGR2cr2xOL7hqWa7qJc/+gdO6QavVG8Nw1C647obCb3tIg2ztMhNbIIjZUv+6z1og==","_resolved":"/tmp/d1237135ee38abb4b9118967c4d0281e/element-plus-2.13.3.tgz","_from":"file:element-plus-2.13.3.tgz","_nodeVersion":"20.20.0","_npmVersion":"11.6.1","dist":{"integrity":"sha512-RwLVtFpeHjZ4UCtHxVi1/sGR2cr2xOL7hqWa7qJc/+gdO6QavVG8Nw1C647obCb3tIg2ztMhNbIIjZUv+6z1og==","shasum":"45caaea61ac150694e5a72887f12cc7baf4e1acc","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.13.3.tgz","fileCount":7875,"unpackedSize":45147597,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.13.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIETtI7rjfcnV5TYeaE9TiNEjzlMAH4MkVBTD+TP3IEr3AiBvuqzxLeewVoCZcqzm19GD7JuCCh2B6B1JLZDRrSucSw=="}],"size":7982628},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.13.3_1772284537334_0.9977266016729651"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-28T13:15:37.818Z","publish_time":1772284537818,"_source_registry_name":"default"},"2.13.4":{"name":"element-plus","version":"2.13.4","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.3.0"},"dependencies":{"@ctrl/tinycolor":"^4.2.0","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"^10.11.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.23","lodash-es":"^4.17.23","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"043a6dd459d90db676b63bb2ddaaa00990445298","_id":"element-plus@2.13.4","_integrity":"sha512-RiPWp+lD3cuEqJPHkqGixZcuv+dy7z6FFOTZORIAAoGaOrxA2jsuefY7BmB5aa3VNjKL4pTu8ekfZPSnLx4Z9w==","_resolved":"/tmp/6a2f049ab2c36d7ba8ee15043f24fc98/element-plus-2.13.4.tgz","_from":"file:element-plus-2.13.4.tgz","_nodeVersion":"20.20.0","_npmVersion":"11.6.1","dist":{"integrity":"sha512-RiPWp+lD3cuEqJPHkqGixZcuv+dy7z6FFOTZORIAAoGaOrxA2jsuefY7BmB5aa3VNjKL4pTu8ekfZPSnLx4Z9w==","shasum":"275e08bc58eb96d6b0e3423a1a691affaec619fb","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.13.4.tgz","fileCount":6418,"unpackedSize":39869017,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.13.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDbuA8v/Ki5clGlYQJwz63VoZwqW7Xk00zxACMbb7MjrwIgZfa8UOTzo54nZIo8J/pyHbe/vToTZQ0OVOSxm1MAXuk="}],"size":6730732},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.13.4_1772797497396_0.6071541625292134"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-06T11:44:57.784Z","publish_time":1772797497784,"_source_registry_name":"default"},"2.13.5":{"name":"element-plus","version":"2.13.5","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.3.0"},"dependencies":{"@ctrl/tinycolor":"^4.2.0","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"12.0.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.23","lodash-es":"^4.17.23","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0"},"devDependencies":{"@types/node":"*","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"fb0ee9de048a89e2cb52cd4a86886e368353a7c1","_id":"element-plus@2.13.5","_integrity":"sha512-dmY24fhSREfZN/PuUt0YZigMso7wWzl+B5o+YKNN15kQIn/0hzamsPU+ebj9SES0IbUqsLX1wkrzYmzU8VrVOQ==","_resolved":"/tmp/3fc8895e1b251616d9228564a0b67af4/element-plus-2.13.5.tgz","_from":"file:element-plus-2.13.5.tgz","_nodeVersion":"20.20.0","_npmVersion":"11.6.1","dist":{"integrity":"sha512-dmY24fhSREfZN/PuUt0YZigMso7wWzl+B5o+YKNN15kQIn/0hzamsPU+ebj9SES0IbUqsLX1wkrzYmzU8VrVOQ==","shasum":"8c7d0aacd6dee7dcde9026cca59a4be9e61615b5","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.13.5.tgz","fileCount":6418,"unpackedSize":39873414,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.13.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD6uNdsczP/yklJyz1FGeB1NoIwYPVBXVQ3vEyOVE23CAIgA38onwhzogfn4lylM+BdyvpaPJ+uxg9fyce4jP1IuNE="}],"size":6732339},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.13.5_1772896869608_0.04461978829589608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-07T15:21:10.050Z","publish_time":1772896870050,"_source_registry_name":"default"},"2.13.6":{"name":"element-plus","version":"2.13.6","description":"A Component Library for Vue 3","keywords":["element-plus","element","component library","ui framework","ui","vue"],"homepage":"https://element-plus.org/","bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"license":"MIT","main":"lib/index.js","module":"es/index.mjs","types":"es/index.d.ts","exports":{".":{"types":"./es/index.d.ts","import":"./es/index.mjs","require":"./lib/index.js"},"./global":{"types":"./global.d.ts"},"./es":{"types":"./es/index.d.ts","import":"./es/index.mjs"},"./lib":{"types":"./lib/index.d.ts","require":"./lib/index.js"},"./es/*.mjs":{"types":"./es/*.d.ts","import":"./es/*.mjs"},"./es/*":{"types":["./es/*.d.ts","./es/*/index.d.ts"],"import":"./es/*.mjs"},"./lib/*.js":{"types":"./lib/*.d.ts","require":"./lib/*.js"},"./lib/*":{"types":["./lib/*.d.ts","./lib/*/index.d.ts"],"require":"./lib/*.js"},"./*":"./*"},"unpkg":"dist/index.full.js","jsdelivr":"dist/index.full.js","repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"publishConfig":{"access":"public"},"style":"dist/index.css","sideEffects":["dist/*","theme-chalk/**/*.css","theme-chalk/src/**/*.scss","es/components/*/style/*","lib/components/*/style/*"],"peerDependencies":{"vue":"^3.3.0"},"dependencies":{"@ctrl/tinycolor":"^4.2.0","@element-plus/icons-vue":"^2.3.2","@floating-ui/dom":"^1.0.1","@popperjs/core":"npm:@sxzz/popperjs-es@^2.11.7","@types/lodash":"^4.17.20","@types/lodash-es":"^4.17.12","@vueuse/core":"12.0.0","async-validator":"^4.2.5","dayjs":"^1.11.19","lodash":"^4.17.23","lodash-es":"^4.17.23","lodash-unified":"^1.0.3","memoize-one":"^6.0.0","normalize-wheel-es":"^1.2.0","vue-component-type-helpers":"^3.2.4"},"devDependencies":{"@types/node":"*","vue-router":"^4.0.16"},"vetur":{"tags":"tags.json","attributes":"attributes.json"},"web-types":"web-types.json","browserslist":["> 1%","not ie 11","not op_mini all"],"gitHead":"1b7aedf685bbafe20eb8941014db4e5d8e0e8937","_id":"element-plus@2.13.6","_integrity":"sha512-XHgwXr8Fjz6i+6BaqFhAbae/dJbG7bBAAlHrY3pWL7dpj+JcqcOyKYt4Oy5KP86FQwS1k4uIZDjCx2FyUR5lDg==","_resolved":"/tmp/b50376703480458236edd6f5ee9f3ab7/element-plus-2.13.6.tgz","_from":"file:element-plus-2.13.6.tgz","_nodeVersion":"20.19.0","_npmVersion":"11.6.1","dist":{"integrity":"sha512-XHgwXr8Fjz6i+6BaqFhAbae/dJbG7bBAAlHrY3pWL7dpj+JcqcOyKYt4Oy5KP86FQwS1k4uIZDjCx2FyUR5lDg==","shasum":"965a38dce9638538e6056e1908e184cabe95b9f0","tarball":"https://registry.npmmirror.com/element-plus/-/element-plus-2.13.6.tgz","fileCount":6426,"unpackedSize":40149673,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/element-plus@2.13.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCuXN2NE2h2zoui29QQEphmRSeLVty7/7uYLIYokbHpCgIgWHMF+m/35NJiP0zHzHJ/GlrwGapiy6+E9iNoPuSG3JM="}],"size":6768200},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:72c62799-7023-4e04-8e57-86d5b4ed0ff2"}},"directories":{},"maintainers":[{"name":"iamkun","email":"kunhello@outlook.com"},{"name":"jeremywuuuuu","email":"jeremy577@icloud.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/element-plus_2.13.6_1773987947516_0.697980223480196"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-20T06:25:47.911Z","publish_time":1773987947911,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/element-plus/element-plus/issues"},"homepage":"https://element-plus.org/","keywords":["element-plus","element","component library","ui framework","ui","vue"],"repository":{"type":"git","url":"git+https://github.com/element-plus/element-plus.git"},"_source_registry_name":"default"}