@licklist/design 0.67.5-dev.1 → 0.67.5
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.
- package/.storybook/main.cjs +12 -15
- package/dist/assets/iframe/selectArrow.svg.js +17 -0
- package/dist/auth/Login/LoginComponent.js +1 -2
- package/dist/calendar/Calendar.d.ts +2 -2
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +40 -35
- package/dist/calendar/utils/index.d.ts +2 -2
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +4 -20
- package/dist/date-time-button/DateTimeButton.d.ts +2 -1
- package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
- package/dist/date-time-button/DateTimeButton.js +3 -2
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +1 -2
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +4 -4
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +26 -27
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -3
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -0
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +0 -2
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/layout/DropDown.d.ts +1 -2
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts +1 -3
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +8 -172
- package/dist/product-set/card/ProductSetCard.d.ts +2 -6
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +11 -30
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts +2 -3
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +1 -3
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +2 -2
- package/dist/product-set/control/ProductSetControl.d.ts +3 -3
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +16 -4
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +2 -48
- package/dist/product-set/form/ProductSetForm.d.ts +2 -6
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +5 -65
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +2 -0
- package/dist/product-set/form/SelectCategoryModal.d.ts +0 -12
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +1 -1
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +3 -0
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +3 -0
- package/dist/product-set/form/index.d.ts +0 -1
- package/dist/product-set/form/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.d.ts +0 -7
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +1 -10
- package/dist/provider/location-input/LocationInput.d.ts +1 -4
- package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +2 -41
- package/dist/provider/location-input/LocationInputDescription.d.ts +1 -4
- package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInputDescription.js +12 -27
- package/dist/provider/location-input/index.d.ts +0 -1
- package/dist/provider/location-input/index.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +1 -3
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +3 -7
- package/dist/provider/venue-form/VenueForm.d.ts +1 -3
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +3 -7
- package/dist/provider/working-hours-input/WorkingHoursInput.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.js +2 -2
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +14 -7
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +1 -2
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +13 -7
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +1 -4
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +3 -7
- package/dist/recurring-date-picker-input/utils.d.ts +0 -5
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +3 -83
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +7 -4
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +1 -1
- package/dist/sales/manual-booking/formatDays.js +3 -3
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +3 -3
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +2 -2
- package/dist/sales/notes/NotesTableRow.js +4 -3
- package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +0 -6
- package/dist/sortable-tree/SortableTreeItem.d.ts +1 -2
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +4 -10
- package/dist/styles/auth/AccessDenied.scss +1 -1
- package/dist/styles/back-button/BackButton.scss +24 -25
- package/dist/styles/back-button/_index.scss +1 -1
- package/dist/styles/company-user-form/UserForm.scss +7 -4
- package/dist/styles/company-user-form/_index.scss +1 -1
- package/dist/styles/custom-fields/CreateSortableListItem.scss +1 -2
- package/dist/styles/custom-fields/_index.scss +1 -1
- package/dist/styles/customers/Filter.scss +5 -5
- package/dist/styles/events/EditEventModal.scss +3 -1
- package/dist/styles/events/EventVenueMap.scss +7 -7
- package/dist/styles/form/Input.scss +1 -1
- package/dist/styles/header/Header.scss +1 -1
- package/dist/styles/header/elements/CompanySelector.scss +2 -2
- package/dist/styles/iframe-events/Calendar.scss +1 -0
- package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
- package/dist/styles/iframe-events/CategoryStepsForm.scss +7 -6
- package/dist/styles/iframe-events/Event.scss +4 -2
- package/dist/styles/iframe-events/EventForm.scss +54 -54
- package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -1
- package/dist/styles/iframe-events/TicketDescription.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
- package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/dist/styles/notification/Notification.scss +1 -1
- package/dist/styles/order-items-table/OrderItemsTable.scss +2 -1
- package/dist/styles/product-set/CreateProductSetItem.scss +13 -15
- package/dist/styles/product-set/DateAndRecurrenceInput.scss +8 -6
- package/dist/styles/product-set/EditCategoryModal.scss +4 -4
- package/dist/styles/product-set/EditProductModal.scss +3 -3
- package/dist/styles/product-set/EditStepModal.scss +4 -4
- package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/dist/styles/product-set/ProductSetForm.scss +2 -25
- package/dist/styles/product-set/TutorialGifCard.scss +1 -1
- package/dist/styles/product-set/_index.scss +2 -2
- package/dist/styles/report/ReportCard.scss +0 -1
- package/dist/styles/report/_index.scss +1 -1
- package/dist/styles/resources-blocking/_index.scss +0 -4
- package/dist/styles/sales/BookingFilter.scss +2 -2
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/styles/sales/BookingTabs.scss +5 -7
- package/dist/styles/sales/Filters.scss +4 -5
- package/dist/styles/sales/GuestProfile.scss +175 -170
- package/dist/styles/sales/LifeTimeSales.scss +1 -1
- package/dist/styles/sales/ManualBooking.scss +2 -4
- package/dist/styles/snippet-templates/_snippetVariables.scss +244 -63
- package/dist/styles/sortable-field/SortableField.scss +16 -16
- package/dist/styles/sortable-field/_index.scss +1 -1
- package/dist/styles/sortable-tree/Item.scss +4 -4
- package/dist/styles/table/Table.scss +1 -1
- package/dist/styles/themes/bookedit/_variables.scss +32 -10
- package/dist/styles/themes/licklist/_variables.scss +1 -1
- package/dist/styles/tiptap-editor/TiptapEditor.scss +10 -9
- package/dist/styles/tiptap-editor/_index.scss +1 -1
- package/dist/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
- package/dist/styles/virtualized/_index.scss +1 -1
- package/dist/styles/zones/ZoneForm.scss +0 -1
- package/dist/styles/zones/ZoneRecurrencesControl.scss +8 -6
- package/dist/typeahead/Typeahead.d.ts +1 -5
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +2 -9
- package/dist/zone/form/ZoneForm.d.ts +2 -3
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +2 -4
- package/dist/zone/form/components/ZoneControl.d.ts +2 -3
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneControl.js +2 -5
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +4 -5
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.js +2 -5
- package/dist/zone/form/utils/dates.d.ts.map +1 -1
- package/package.json +10 -10
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -1
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -1
- package/src/calendar/Calendar.stories.tsx +2 -0
- package/src/calendar/Calendar.tsx +4 -1
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +28 -31
- package/src/calendar/utils/index.ts +4 -26
- package/src/date-time-button/DateTimeButton.stories.tsx +1 -0
- package/src/date-time-button/DateTimeButton.tsx +6 -1
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +2 -3
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +37 -35
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +3 -3
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -0
- package/src/header/elements/Elements.stories.tsx +1 -1
- package/src/help/popover/Popover.stories.tsx +1 -1
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -3
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +0 -1
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +0 -1
- package/src/layout/DropDown.tsx +1 -2
- package/src/modals/confirmation/ConfirmModal.tsx +3 -19
- package/src/product-set/card/ProductSetCard.stories.tsx +1 -3
- package/src/product-set/card/ProductSetCard.tsx +8 -47
- package/src/product-set/control/DateAndRecurrenceInput.tsx +4 -6
- package/src/product-set/control/DateInput.tsx +1 -2
- package/src/product-set/control/ProductSetControl.tsx +15 -4
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +2 -2
- package/src/product-set/form/ProductCategoriesControl.tsx +1 -37
- package/src/product-set/form/ProductSetForm.tsx +3 -25
- package/src/product-set/form/ProductZonesControl.tsx +7 -4
- package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
- package/src/product-set/form/SelectCategoryModal.tsx +2 -2
- package/src/product-set/form/SubProductsControl.tsx +3 -0
- package/src/product-set/form/VenueMapsControl.tsx +3 -0
- package/src/product-set/form/index.ts +0 -1
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +5 -5
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
- package/src/product-set/product-zone/ProductZoneControl.tsx +9 -9
- package/src/product-set/utils/index.ts +0 -11
- package/src/provider/location-input/LocationInput.tsx +1 -36
- package/src/provider/location-input/LocationInputDescription.tsx +11 -23
- package/src/provider/location-input/index.ts +0 -1
- package/src/provider/provider-form/ProviderForm.tsx +2 -7
- package/src/provider/venue-form/VenueForm.tsx +2 -5
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +6 -15
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +30 -11
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +22 -8
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +4 -11
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +3 -17
- package/src/recurring-date-picker-input/utils.ts +1 -97
- package/src/sales/booking/results/components/ResultCard.tsx +10 -4
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +1 -1
- package/src/sales/manual-booking/formatDays.ts +3 -3
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +2 -2
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +2 -2
- package/src/sales/notes/NotesTableRow.tsx +3 -3
- package/src/setting/admin/AdminSetting.stories.tsx +0 -1
- package/src/setting/admin/AdminSettingForm.tsx +2 -2
- package/src/setting/system/SystemSetting.stories.tsx +1 -1
- package/src/snippet/snippet-template/preview/Preview.tsx +0 -6
- package/src/sortable-tree/SortableTreeItem.tsx +0 -6
- package/src/styles/auth/AccessDenied.scss +1 -1
- package/src/styles/back-button/BackButton.scss +24 -25
- package/src/styles/back-button/_index.scss +1 -1
- package/src/styles/company-user-form/UserForm.scss +7 -4
- package/src/styles/company-user-form/_index.scss +1 -1
- package/src/styles/custom-fields/CreateSortableListItem.scss +1 -2
- package/src/styles/custom-fields/_index.scss +1 -1
- package/src/styles/customers/Filter.scss +5 -5
- package/src/styles/events/EditEventModal.scss +3 -1
- package/src/styles/events/EventVenueMap.scss +7 -7
- package/src/styles/form/Input.scss +1 -1
- package/src/styles/header/Header.scss +1 -1
- package/src/styles/header/elements/CompanySelector.scss +2 -2
- package/src/styles/iframe-events/Calendar.scss +1 -0
- package/src/styles/iframe-events/CalendarSelect.scss +1 -1
- package/src/styles/iframe-events/CategoryStepsForm.scss +7 -6
- package/src/styles/iframe-events/Event.scss +4 -2
- package/src/styles/iframe-events/EventForm.scss +54 -54
- package/src/styles/iframe-events/EventNavigationFooter.scss +0 -1
- package/src/styles/iframe-events/TicketDescription.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/iframe-payments/PaymentForm.scss +1 -1
- package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/src/styles/notification/Notification.scss +1 -1
- package/src/styles/order-items-table/OrderItemsTable.scss +2 -1
- package/src/styles/product-set/CreateProductSetItem.scss +13 -15
- package/src/styles/product-set/DateAndRecurrenceInput.scss +8 -6
- package/src/styles/product-set/EditCategoryModal.scss +4 -4
- package/src/styles/product-set/EditProductModal.scss +3 -3
- package/src/styles/product-set/EditStepModal.scss +4 -4
- package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/src/styles/product-set/ProductSetForm.scss +2 -25
- package/src/styles/product-set/TutorialGifCard.scss +1 -1
- package/src/styles/product-set/_index.scss +2 -2
- package/src/styles/report/ReportCard.scss +0 -1
- package/src/styles/report/_index.scss +1 -1
- package/src/styles/resources-blocking/_index.scss +0 -4
- package/src/styles/sales/BookingFilter.scss +2 -2
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/styles/sales/BookingTabs.scss +5 -7
- package/src/styles/sales/Filters.scss +4 -5
- package/src/styles/sales/GuestProfile.scss +175 -170
- package/src/styles/sales/LifeTimeSales.scss +1 -1
- package/src/styles/sales/ManualBooking.scss +2 -4
- package/src/styles/snippet-templates/_snippetVariables.scss +244 -63
- package/src/styles/sortable-field/SortableField.scss +16 -16
- package/src/styles/sortable-field/_index.scss +1 -1
- package/src/styles/sortable-tree/Item.scss +4 -4
- package/src/styles/table/Table.scss +1 -1
- package/src/styles/themes/bookedit/_variables.scss +32 -10
- package/src/styles/themes/licklist/_variables.scss +1 -1
- package/src/styles/tiptap-editor/TiptapEditor.scss +10 -9
- package/src/styles/tiptap-editor/_index.scss +1 -1
- package/src/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
- package/src/styles/virtualized/_index.scss +1 -1
- package/src/styles/zones/ZoneForm.scss +0 -1
- package/src/styles/zones/ZoneRecurrencesControl.scss +8 -6
- package/src/tiptap-editor/TipTapEditor.stories.tsx +4 -6
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +2 -5
- package/src/typeahead/Typeahead.tsx +1 -15
- package/src/zone/form/ZoneForm.tsx +2 -9
- package/src/zone/form/components/ZoneControl.tsx +3 -8
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +5 -10
- package/src/zone/form/utils/dates.ts +10 -9
- package/yarn.lock +832 -810
- package/dist/product-set/form/ProductSetNameControl.d.ts +0 -6
- package/dist/product-set/form/ProductSetNameControl.d.ts.map +0 -1
- package/dist/product-set/form/ProductSetNameControl.js +0 -35
- package/src/product-set/form/ProductSetNameControl.tsx +0 -27
package/yarn.lock
CHANGED
|
@@ -33,20 +33,20 @@ __metadata:
|
|
|
33
33
|
languageName: node
|
|
34
34
|
linkType: hard
|
|
35
35
|
|
|
36
|
-
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.
|
|
37
|
-
version: 7.
|
|
38
|
-
resolution: "@babel/code-frame@npm:7.
|
|
36
|
+
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.24.7, @babel/code-frame@npm:^7.5.5, @babel/code-frame@npm:^7.8.3":
|
|
37
|
+
version: 7.24.7
|
|
38
|
+
resolution: "@babel/code-frame@npm:7.24.7"
|
|
39
39
|
dependencies:
|
|
40
|
-
"@babel/highlight": "npm:^7.
|
|
40
|
+
"@babel/highlight": "npm:^7.24.7"
|
|
41
41
|
picocolors: "npm:^1.0.0"
|
|
42
|
-
checksum: 10c0/
|
|
42
|
+
checksum: 10c0/ab0af539473a9f5aeaac7047e377cb4f4edd255a81d84a76058595f8540784cc3fbe8acf73f1e073981104562490aabfb23008cd66dc677a456a4ed5390fdde6
|
|
43
43
|
languageName: node
|
|
44
44
|
linkType: hard
|
|
45
45
|
|
|
46
|
-
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.25.7":
|
|
47
|
-
version: 7.25.
|
|
48
|
-
resolution: "@babel/compat-data@npm:7.25.
|
|
49
|
-
checksum: 10c0/
|
|
46
|
+
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.25.2, @babel/compat-data@npm:^7.25.4":
|
|
47
|
+
version: 7.25.4
|
|
48
|
+
resolution: "@babel/compat-data@npm:7.25.4"
|
|
49
|
+
checksum: 10c0/50d79734d584a28c69d6f5b99adfaa064d0f41609a378aef04eb06accc5b44f8520e68549eba3a082478180957b7d5783f1bfb1672e4ae8574e797ce8bae79fa
|
|
50
50
|
languageName: node
|
|
51
51
|
linkType: hard
|
|
52
52
|
|
|
@@ -75,99 +75,99 @@ __metadata:
|
|
|
75
75
|
linkType: hard
|
|
76
76
|
|
|
77
77
|
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.10, @babel/core@npm:^7.12.3, @babel/core@npm:^7.21.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.7.5":
|
|
78
|
-
version: 7.25.
|
|
79
|
-
resolution: "@babel/core@npm:7.25.
|
|
78
|
+
version: 7.25.2
|
|
79
|
+
resolution: "@babel/core@npm:7.25.2"
|
|
80
80
|
dependencies:
|
|
81
81
|
"@ampproject/remapping": "npm:^2.2.0"
|
|
82
|
-
"@babel/code-frame": "npm:^7.
|
|
83
|
-
"@babel/generator": "npm:^7.25.
|
|
84
|
-
"@babel/helper-compilation-targets": "npm:^7.25.
|
|
85
|
-
"@babel/helper-module-transforms": "npm:^7.25.
|
|
86
|
-
"@babel/helpers": "npm:^7.25.
|
|
87
|
-
"@babel/parser": "npm:^7.25.
|
|
88
|
-
"@babel/template": "npm:^7.25.
|
|
89
|
-
"@babel/traverse": "npm:^7.25.
|
|
90
|
-
"@babel/types": "npm:^7.25.
|
|
82
|
+
"@babel/code-frame": "npm:^7.24.7"
|
|
83
|
+
"@babel/generator": "npm:^7.25.0"
|
|
84
|
+
"@babel/helper-compilation-targets": "npm:^7.25.2"
|
|
85
|
+
"@babel/helper-module-transforms": "npm:^7.25.2"
|
|
86
|
+
"@babel/helpers": "npm:^7.25.0"
|
|
87
|
+
"@babel/parser": "npm:^7.25.0"
|
|
88
|
+
"@babel/template": "npm:^7.25.0"
|
|
89
|
+
"@babel/traverse": "npm:^7.25.2"
|
|
90
|
+
"@babel/types": "npm:^7.25.2"
|
|
91
91
|
convert-source-map: "npm:^2.0.0"
|
|
92
92
|
debug: "npm:^4.1.0"
|
|
93
93
|
gensync: "npm:^1.0.0-beta.2"
|
|
94
94
|
json5: "npm:^2.2.3"
|
|
95
95
|
semver: "npm:^6.3.1"
|
|
96
|
-
checksum: 10c0/
|
|
96
|
+
checksum: 10c0/a425fa40e73cb72b6464063a57c478bc2de9dbcc19c280f1b55a3d88b35d572e87e8594e7d7b4880331addb6faef641bbeb701b91b41b8806cd4deae5d74f401
|
|
97
97
|
languageName: node
|
|
98
98
|
linkType: hard
|
|
99
99
|
|
|
100
|
-
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.25.7":
|
|
101
|
-
version: 7.25.
|
|
102
|
-
resolution: "@babel/generator@npm:7.25.
|
|
100
|
+
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6":
|
|
101
|
+
version: 7.25.6
|
|
102
|
+
resolution: "@babel/generator@npm:7.25.6"
|
|
103
103
|
dependencies:
|
|
104
|
-
"@babel/types": "npm:^7.25.
|
|
104
|
+
"@babel/types": "npm:^7.25.6"
|
|
105
105
|
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
|
106
106
|
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
|
107
|
-
jsesc: "npm:^
|
|
108
|
-
checksum: 10c0/
|
|
107
|
+
jsesc: "npm:^2.5.1"
|
|
108
|
+
checksum: 10c0/f89282cce4ddc63654470b98086994d219407d025497f483eb03ba102086e11e2b685b27122f6ff2e1d93b5b5fa0c3a6b7e974fbf2e4a75b685041a746a4291e
|
|
109
109
|
languageName: node
|
|
110
110
|
linkType: hard
|
|
111
111
|
|
|
112
|
-
"@babel/helper-annotate-as-pure@npm:^7.
|
|
113
|
-
version: 7.
|
|
114
|
-
resolution: "@babel/helper-annotate-as-pure@npm:7.
|
|
112
|
+
"@babel/helper-annotate-as-pure@npm:^7.24.7":
|
|
113
|
+
version: 7.24.7
|
|
114
|
+
resolution: "@babel/helper-annotate-as-pure@npm:7.24.7"
|
|
115
115
|
dependencies:
|
|
116
|
-
"@babel/types": "npm:^7.
|
|
117
|
-
checksum: 10c0/
|
|
116
|
+
"@babel/types": "npm:^7.24.7"
|
|
117
|
+
checksum: 10c0/4679f7df4dffd5b3e26083ae65228116c3da34c3fff2c11ae11b259a61baec440f51e30fd236f7a0435b9d471acd93d0bc5a95df8213cbf02b1e083503d81b9a
|
|
118
118
|
languageName: node
|
|
119
119
|
linkType: hard
|
|
120
120
|
|
|
121
|
-
"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.
|
|
122
|
-
version: 7.
|
|
123
|
-
resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.
|
|
121
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.24.7":
|
|
122
|
+
version: 7.24.7
|
|
123
|
+
resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.24.7"
|
|
124
124
|
dependencies:
|
|
125
|
-
"@babel/traverse": "npm:^7.
|
|
126
|
-
"@babel/types": "npm:^7.
|
|
127
|
-
checksum: 10c0/
|
|
125
|
+
"@babel/traverse": "npm:^7.24.7"
|
|
126
|
+
"@babel/types": "npm:^7.24.7"
|
|
127
|
+
checksum: 10c0/0ed84abf848c79fb1cd4c1ddac12c771d32c1904d87fc3087f33cfdeb0c2e0db4e7892b74b407d9d8d0c000044f3645a7391a781f788da8410c290bb123a1f13
|
|
128
128
|
languageName: node
|
|
129
129
|
linkType: hard
|
|
130
130
|
|
|
131
|
-
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.25.
|
|
132
|
-
version: 7.25.
|
|
133
|
-
resolution: "@babel/helper-compilation-targets@npm:7.25.
|
|
131
|
+
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.24.7, @babel/helper-compilation-targets@npm:^7.24.8, @babel/helper-compilation-targets@npm:^7.25.2":
|
|
132
|
+
version: 7.25.2
|
|
133
|
+
resolution: "@babel/helper-compilation-targets@npm:7.25.2"
|
|
134
134
|
dependencies:
|
|
135
|
-
"@babel/compat-data": "npm:^7.25.
|
|
136
|
-
"@babel/helper-validator-option": "npm:^7.
|
|
137
|
-
browserslist: "npm:^4.
|
|
135
|
+
"@babel/compat-data": "npm:^7.25.2"
|
|
136
|
+
"@babel/helper-validator-option": "npm:^7.24.8"
|
|
137
|
+
browserslist: "npm:^4.23.1"
|
|
138
138
|
lru-cache: "npm:^5.1.1"
|
|
139
139
|
semver: "npm:^6.3.1"
|
|
140
|
-
checksum: 10c0/
|
|
140
|
+
checksum: 10c0/de10e986b5322c9f807350467dc845ec59df9e596a5926a3b5edbb4710d8e3b8009d4396690e70b88c3844fe8ec4042d61436dd4b92d1f5f75655cf43ab07e99
|
|
141
141
|
languageName: node
|
|
142
142
|
linkType: hard
|
|
143
143
|
|
|
144
|
-
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.25.7":
|
|
145
|
-
version: 7.25.
|
|
146
|
-
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.
|
|
144
|
+
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.24.7, @babel/helper-create-class-features-plugin@npm:^7.25.0, @babel/helper-create-class-features-plugin@npm:^7.25.4":
|
|
145
|
+
version: 7.25.4
|
|
146
|
+
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.4"
|
|
147
147
|
dependencies:
|
|
148
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
149
|
-
"@babel/helper-member-expression-to-functions": "npm:^7.
|
|
150
|
-
"@babel/helper-optimise-call-expression": "npm:^7.
|
|
151
|
-
"@babel/helper-replace-supers": "npm:^7.25.
|
|
152
|
-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.
|
|
153
|
-
"@babel/traverse": "npm:^7.25.
|
|
148
|
+
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
|
|
149
|
+
"@babel/helper-member-expression-to-functions": "npm:^7.24.8"
|
|
150
|
+
"@babel/helper-optimise-call-expression": "npm:^7.24.7"
|
|
151
|
+
"@babel/helper-replace-supers": "npm:^7.25.0"
|
|
152
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
|
|
153
|
+
"@babel/traverse": "npm:^7.25.4"
|
|
154
154
|
semver: "npm:^6.3.1"
|
|
155
155
|
peerDependencies:
|
|
156
156
|
"@babel/core": ^7.0.0
|
|
157
|
-
checksum: 10c0/
|
|
157
|
+
checksum: 10c0/a765d9e0482e13cf96642fa8aa28e6f7d4d7d39f37840d6246e5e10a7c47f47c52d52522edd3073f229449d17ec0db6f9b7b5e398bff6bb0b4994d65957a164c
|
|
158
158
|
languageName: node
|
|
159
159
|
linkType: hard
|
|
160
160
|
|
|
161
|
-
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.25.7":
|
|
162
|
-
version: 7.25.
|
|
163
|
-
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.
|
|
161
|
+
"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.24.7, @babel/helper-create-regexp-features-plugin@npm:^7.25.0, @babel/helper-create-regexp-features-plugin@npm:^7.25.2":
|
|
162
|
+
version: 7.25.2
|
|
163
|
+
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.2"
|
|
164
164
|
dependencies:
|
|
165
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
166
|
-
regexpu-core: "npm:^
|
|
165
|
+
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
|
|
166
|
+
regexpu-core: "npm:^5.3.1"
|
|
167
167
|
semver: "npm:^6.3.1"
|
|
168
168
|
peerDependencies:
|
|
169
169
|
"@babel/core": ^7.0.0
|
|
170
|
-
checksum: 10c0/
|
|
170
|
+
checksum: 10c0/85a7e3639c118856fb1113f54fb7e3bf7698171ddfd0cd6fccccd5426b3727bc1434fe7f69090441dcde327feef9de917e00d35e47ab820047057518dd675317
|
|
171
171
|
languageName: node
|
|
172
172
|
linkType: hard
|
|
173
173
|
|
|
@@ -204,46 +204,46 @@ __metadata:
|
|
|
204
204
|
languageName: node
|
|
205
205
|
linkType: hard
|
|
206
206
|
|
|
207
|
-
"@babel/helper-member-expression-to-functions@npm:^7.
|
|
208
|
-
version: 7.
|
|
209
|
-
resolution: "@babel/helper-member-expression-to-functions@npm:7.
|
|
207
|
+
"@babel/helper-member-expression-to-functions@npm:^7.24.8":
|
|
208
|
+
version: 7.24.8
|
|
209
|
+
resolution: "@babel/helper-member-expression-to-functions@npm:7.24.8"
|
|
210
210
|
dependencies:
|
|
211
|
-
"@babel/traverse": "npm:^7.
|
|
212
|
-
"@babel/types": "npm:^7.
|
|
213
|
-
checksum: 10c0/
|
|
211
|
+
"@babel/traverse": "npm:^7.24.8"
|
|
212
|
+
"@babel/types": "npm:^7.24.8"
|
|
213
|
+
checksum: 10c0/7e14a5acc91f6cd26305a4441b82eb6f616bd70b096a4d2099a968f16b26d50207eec0b9ebfc466fefd62bd91587ac3be878117cdfec819b7151911183cb0e5a
|
|
214
214
|
languageName: node
|
|
215
215
|
linkType: hard
|
|
216
216
|
|
|
217
|
-
"@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.12.13, @babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.
|
|
218
|
-
version: 7.
|
|
219
|
-
resolution: "@babel/helper-module-imports@npm:7.
|
|
217
|
+
"@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.12.13, @babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.24.7":
|
|
218
|
+
version: 7.24.7
|
|
219
|
+
resolution: "@babel/helper-module-imports@npm:7.24.7"
|
|
220
220
|
dependencies:
|
|
221
|
-
"@babel/traverse": "npm:^7.
|
|
222
|
-
"@babel/types": "npm:^7.
|
|
223
|
-
checksum: 10c0/
|
|
221
|
+
"@babel/traverse": "npm:^7.24.7"
|
|
222
|
+
"@babel/types": "npm:^7.24.7"
|
|
223
|
+
checksum: 10c0/97c57db6c3eeaea31564286e328a9fb52b0313c5cfcc7eee4bc226aebcf0418ea5b6fe78673c0e4a774512ec6c86e309d0f326e99d2b37bfc16a25a032498af0
|
|
224
224
|
languageName: node
|
|
225
225
|
linkType: hard
|
|
226
226
|
|
|
227
|
-
"@babel/helper-module-transforms@npm:^7.12.1, @babel/helper-module-transforms@npm:^7.25.7":
|
|
228
|
-
version: 7.25.
|
|
229
|
-
resolution: "@babel/helper-module-transforms@npm:7.25.
|
|
227
|
+
"@babel/helper-module-transforms@npm:^7.12.1, @babel/helper-module-transforms@npm:^7.24.7, @babel/helper-module-transforms@npm:^7.24.8, @babel/helper-module-transforms@npm:^7.25.0, @babel/helper-module-transforms@npm:^7.25.2":
|
|
228
|
+
version: 7.25.2
|
|
229
|
+
resolution: "@babel/helper-module-transforms@npm:7.25.2"
|
|
230
230
|
dependencies:
|
|
231
|
-
"@babel/helper-module-imports": "npm:^7.
|
|
232
|
-
"@babel/helper-simple-access": "npm:^7.
|
|
233
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
234
|
-
"@babel/traverse": "npm:^7.25.
|
|
231
|
+
"@babel/helper-module-imports": "npm:^7.24.7"
|
|
232
|
+
"@babel/helper-simple-access": "npm:^7.24.7"
|
|
233
|
+
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
|
234
|
+
"@babel/traverse": "npm:^7.25.2"
|
|
235
235
|
peerDependencies:
|
|
236
236
|
"@babel/core": ^7.0.0
|
|
237
|
-
checksum: 10c0/
|
|
237
|
+
checksum: 10c0/adaa15970ace0aee5934b5a633789b5795b6229c6a9cf3e09a7e80aa33e478675eee807006a862aa9aa517935d81f88a6db8a9f5936e3a2a40ec75f8062bc329
|
|
238
238
|
languageName: node
|
|
239
239
|
linkType: hard
|
|
240
240
|
|
|
241
|
-
"@babel/helper-optimise-call-expression@npm:^7.
|
|
242
|
-
version: 7.
|
|
243
|
-
resolution: "@babel/helper-optimise-call-expression@npm:7.
|
|
241
|
+
"@babel/helper-optimise-call-expression@npm:^7.24.7":
|
|
242
|
+
version: 7.24.7
|
|
243
|
+
resolution: "@babel/helper-optimise-call-expression@npm:7.24.7"
|
|
244
244
|
dependencies:
|
|
245
|
-
"@babel/types": "npm:^7.
|
|
246
|
-
checksum: 10c0/
|
|
245
|
+
"@babel/types": "npm:^7.24.7"
|
|
246
|
+
checksum: 10c0/ca6a9884705dea5c95a8b3ce132d1e3f2ae951ff74987d400d1d9c215dae9c0f9e29924d8f8e131e116533d182675bc261927be72f6a9a2968eaeeaa51eb1d0f
|
|
247
247
|
languageName: node
|
|
248
248
|
linkType: hard
|
|
249
249
|
|
|
@@ -254,180 +254,180 @@ __metadata:
|
|
|
254
254
|
languageName: node
|
|
255
255
|
linkType: hard
|
|
256
256
|
|
|
257
|
-
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.
|
|
258
|
-
version: 7.
|
|
259
|
-
resolution: "@babel/helper-plugin-utils@npm:7.
|
|
260
|
-
checksum: 10c0/
|
|
257
|
+
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.24.8, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
|
|
258
|
+
version: 7.24.8
|
|
259
|
+
resolution: "@babel/helper-plugin-utils@npm:7.24.8"
|
|
260
|
+
checksum: 10c0/0376037f94a3bfe6b820a39f81220ac04f243eaee7193774b983e956c1750883ff236b30785795abbcda43fac3ece74750566830c2daa4d6e3870bb0dff34c2d
|
|
261
261
|
languageName: node
|
|
262
262
|
linkType: hard
|
|
263
263
|
|
|
264
|
-
"@babel/helper-remap-async-to-generator@npm:^7.25.
|
|
265
|
-
version: 7.25.
|
|
266
|
-
resolution: "@babel/helper-remap-async-to-generator@npm:7.25.
|
|
264
|
+
"@babel/helper-remap-async-to-generator@npm:^7.24.7, @babel/helper-remap-async-to-generator@npm:^7.25.0":
|
|
265
|
+
version: 7.25.0
|
|
266
|
+
resolution: "@babel/helper-remap-async-to-generator@npm:7.25.0"
|
|
267
267
|
dependencies:
|
|
268
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
269
|
-
"@babel/helper-wrap-function": "npm:^7.25.
|
|
270
|
-
"@babel/traverse": "npm:^7.25.
|
|
268
|
+
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
|
|
269
|
+
"@babel/helper-wrap-function": "npm:^7.25.0"
|
|
270
|
+
"@babel/traverse": "npm:^7.25.0"
|
|
271
271
|
peerDependencies:
|
|
272
272
|
"@babel/core": ^7.0.0
|
|
273
|
-
checksum: 10c0/
|
|
273
|
+
checksum: 10c0/0d17b5f7bb6a607edc9cc62fff8056dd9f341bf2f919884f97b99170d143022a5e7ae57922c4891e4fc360ad291e708d2f8cd8989f1d3cd7a17600159984f5a6
|
|
274
274
|
languageName: node
|
|
275
275
|
linkType: hard
|
|
276
276
|
|
|
277
|
-
"@babel/helper-replace-supers@npm:^7.25.
|
|
278
|
-
version: 7.25.
|
|
279
|
-
resolution: "@babel/helper-replace-supers@npm:7.25.
|
|
277
|
+
"@babel/helper-replace-supers@npm:^7.24.7, @babel/helper-replace-supers@npm:^7.25.0":
|
|
278
|
+
version: 7.25.0
|
|
279
|
+
resolution: "@babel/helper-replace-supers@npm:7.25.0"
|
|
280
280
|
dependencies:
|
|
281
|
-
"@babel/helper-member-expression-to-functions": "npm:^7.
|
|
282
|
-
"@babel/helper-optimise-call-expression": "npm:^7.
|
|
283
|
-
"@babel/traverse": "npm:^7.25.
|
|
281
|
+
"@babel/helper-member-expression-to-functions": "npm:^7.24.8"
|
|
282
|
+
"@babel/helper-optimise-call-expression": "npm:^7.24.7"
|
|
283
|
+
"@babel/traverse": "npm:^7.25.0"
|
|
284
284
|
peerDependencies:
|
|
285
285
|
"@babel/core": ^7.0.0
|
|
286
|
-
checksum: 10c0/
|
|
286
|
+
checksum: 10c0/b4b6650ab3d56c39a259367cd97f8df2f21c9cebb3716fea7bca40a150f8847bfb82f481e98927c7c6579b48a977b5a8f77318a1c6aeb497f41ecd6dbc3fdfef
|
|
287
287
|
languageName: node
|
|
288
288
|
linkType: hard
|
|
289
289
|
|
|
290
|
-
"@babel/helper-simple-access@npm:^7.
|
|
291
|
-
version: 7.
|
|
292
|
-
resolution: "@babel/helper-simple-access@npm:7.
|
|
290
|
+
"@babel/helper-simple-access@npm:^7.24.7":
|
|
291
|
+
version: 7.24.7
|
|
292
|
+
resolution: "@babel/helper-simple-access@npm:7.24.7"
|
|
293
293
|
dependencies:
|
|
294
|
-
"@babel/traverse": "npm:^7.
|
|
295
|
-
"@babel/types": "npm:^7.
|
|
296
|
-
checksum: 10c0/
|
|
294
|
+
"@babel/traverse": "npm:^7.24.7"
|
|
295
|
+
"@babel/types": "npm:^7.24.7"
|
|
296
|
+
checksum: 10c0/7230e419d59a85f93153415100a5faff23c133d7442c19e0cd070da1784d13cd29096ee6c5a5761065c44e8164f9f80e3a518c41a0256df39e38f7ad6744fed7
|
|
297
297
|
languageName: node
|
|
298
298
|
linkType: hard
|
|
299
299
|
|
|
300
|
-
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.20.0, @babel/helper-skip-transparent-expression-wrappers@npm:^7.
|
|
301
|
-
version: 7.
|
|
302
|
-
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.
|
|
300
|
+
"@babel/helper-skip-transparent-expression-wrappers@npm:^7.20.0, @babel/helper-skip-transparent-expression-wrappers@npm:^7.24.7":
|
|
301
|
+
version: 7.24.7
|
|
302
|
+
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.24.7"
|
|
303
303
|
dependencies:
|
|
304
|
-
"@babel/traverse": "npm:^7.
|
|
305
|
-
"@babel/types": "npm:^7.
|
|
306
|
-
checksum: 10c0/
|
|
304
|
+
"@babel/traverse": "npm:^7.24.7"
|
|
305
|
+
"@babel/types": "npm:^7.24.7"
|
|
306
|
+
checksum: 10c0/e3a9b8ac9c262ac976a1bcb5fe59694db5e6f0b4f9e7bdba5c7693b8b5e28113c23bdaa60fe8d3ec32a337091b67720b2053bcb3d5655f5406536c3d0584242b
|
|
307
307
|
languageName: node
|
|
308
308
|
linkType: hard
|
|
309
309
|
|
|
310
|
-
"@babel/helper-string-parser@npm:^7.
|
|
311
|
-
version: 7.
|
|
312
|
-
resolution: "@babel/helper-string-parser@npm:7.
|
|
313
|
-
checksum: 10c0/
|
|
310
|
+
"@babel/helper-string-parser@npm:^7.24.8":
|
|
311
|
+
version: 7.24.8
|
|
312
|
+
resolution: "@babel/helper-string-parser@npm:7.24.8"
|
|
313
|
+
checksum: 10c0/6361f72076c17fabf305e252bf6d580106429014b3ab3c1f5c4eb3e6d465536ea6b670cc0e9a637a77a9ad40454d3e41361a2909e70e305116a23d68ce094c08
|
|
314
314
|
languageName: node
|
|
315
315
|
linkType: hard
|
|
316
316
|
|
|
317
|
-
"@babel/helper-validator-identifier@npm:^7.
|
|
318
|
-
version: 7.
|
|
319
|
-
resolution: "@babel/helper-validator-identifier@npm:7.
|
|
320
|
-
checksum: 10c0/
|
|
317
|
+
"@babel/helper-validator-identifier@npm:^7.24.7":
|
|
318
|
+
version: 7.24.7
|
|
319
|
+
resolution: "@babel/helper-validator-identifier@npm:7.24.7"
|
|
320
|
+
checksum: 10c0/87ad608694c9477814093ed5b5c080c2e06d44cb1924ae8320474a74415241223cc2a725eea2640dd783ff1e3390e5f95eede978bc540e870053152e58f1d651
|
|
321
321
|
languageName: node
|
|
322
322
|
linkType: hard
|
|
323
323
|
|
|
324
|
-
"@babel/helper-validator-option@npm:^7.
|
|
325
|
-
version: 7.
|
|
326
|
-
resolution: "@babel/helper-validator-option@npm:7.
|
|
327
|
-
checksum: 10c0/
|
|
324
|
+
"@babel/helper-validator-option@npm:^7.24.7, @babel/helper-validator-option@npm:^7.24.8":
|
|
325
|
+
version: 7.24.8
|
|
326
|
+
resolution: "@babel/helper-validator-option@npm:7.24.8"
|
|
327
|
+
checksum: 10c0/73db93a34ae89201351288bee7623eed81a54000779462a986105b54ffe82069e764afd15171a428b82e7c7a9b5fec10b5d5603b216317a414062edf5c67a21f
|
|
328
328
|
languageName: node
|
|
329
329
|
linkType: hard
|
|
330
330
|
|
|
331
|
-
"@babel/helper-wrap-function@npm:^7.25.
|
|
332
|
-
version: 7.25.
|
|
333
|
-
resolution: "@babel/helper-wrap-function@npm:7.25.
|
|
331
|
+
"@babel/helper-wrap-function@npm:^7.25.0":
|
|
332
|
+
version: 7.25.0
|
|
333
|
+
resolution: "@babel/helper-wrap-function@npm:7.25.0"
|
|
334
334
|
dependencies:
|
|
335
|
-
"@babel/template": "npm:^7.25.
|
|
336
|
-
"@babel/traverse": "npm:^7.25.
|
|
337
|
-
"@babel/types": "npm:^7.25.
|
|
338
|
-
checksum: 10c0/
|
|
335
|
+
"@babel/template": "npm:^7.25.0"
|
|
336
|
+
"@babel/traverse": "npm:^7.25.0"
|
|
337
|
+
"@babel/types": "npm:^7.25.0"
|
|
338
|
+
checksum: 10c0/d54601a98384c191cbc1ff07b03a19e288ef8d5c6bfafe270b2a303d96e7304eb296002921ed464cc1b105a547d1db146eb86b0be617924dee1ba1b379cdc216
|
|
339
339
|
languageName: node
|
|
340
340
|
linkType: hard
|
|
341
341
|
|
|
342
|
-
"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.25.
|
|
343
|
-
version: 7.25.
|
|
344
|
-
resolution: "@babel/helpers@npm:7.25.
|
|
342
|
+
"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.25.0":
|
|
343
|
+
version: 7.25.6
|
|
344
|
+
resolution: "@babel/helpers@npm:7.25.6"
|
|
345
345
|
dependencies:
|
|
346
|
-
"@babel/template": "npm:^7.25.
|
|
347
|
-
"@babel/types": "npm:^7.25.
|
|
348
|
-
checksum: 10c0/
|
|
346
|
+
"@babel/template": "npm:^7.25.0"
|
|
347
|
+
"@babel/types": "npm:^7.25.6"
|
|
348
|
+
checksum: 10c0/448c1cdabccca42fd97a252f73f1e4bcd93776dbf24044f3b4f49b756bf2ece73ee6df05177473bb74ea7456dddd18d6f481e4d96d2cc7839d078900d48c696c
|
|
349
349
|
languageName: node
|
|
350
350
|
linkType: hard
|
|
351
351
|
|
|
352
|
-
"@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.
|
|
353
|
-
version: 7.
|
|
354
|
-
resolution: "@babel/highlight@npm:7.
|
|
352
|
+
"@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.24.7":
|
|
353
|
+
version: 7.24.7
|
|
354
|
+
resolution: "@babel/highlight@npm:7.24.7"
|
|
355
355
|
dependencies:
|
|
356
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
356
|
+
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
|
357
357
|
chalk: "npm:^2.4.2"
|
|
358
358
|
js-tokens: "npm:^4.0.0"
|
|
359
359
|
picocolors: "npm:^1.0.0"
|
|
360
|
-
checksum: 10c0/
|
|
360
|
+
checksum: 10c0/674334c571d2bb9d1c89bdd87566383f59231e16bcdcf5bb7835babdf03c9ae585ca0887a7b25bdf78f303984af028df52831c7989fecebb5101cc132da9393a
|
|
361
361
|
languageName: node
|
|
362
362
|
linkType: hard
|
|
363
363
|
|
|
364
|
-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.25.
|
|
365
|
-
version: 7.25.
|
|
366
|
-
resolution: "@babel/parser@npm:7.25.
|
|
364
|
+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.25.6":
|
|
365
|
+
version: 7.25.6
|
|
366
|
+
resolution: "@babel/parser@npm:7.25.6"
|
|
367
367
|
dependencies:
|
|
368
|
-
"@babel/types": "npm:^7.25.
|
|
368
|
+
"@babel/types": "npm:^7.25.6"
|
|
369
369
|
bin:
|
|
370
370
|
parser: ./bin/babel-parser.js
|
|
371
|
-
checksum: 10c0/
|
|
371
|
+
checksum: 10c0/f88a0e895dbb096fd37c4527ea97d12b5fc013720602580a941ac3a339698872f0c911e318c292b184c36b5fbe23b612f05aff9d24071bc847c7b1c21552c41d
|
|
372
372
|
languageName: node
|
|
373
373
|
linkType: hard
|
|
374
374
|
|
|
375
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.
|
|
376
|
-
version: 7.25.
|
|
377
|
-
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.
|
|
375
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.3":
|
|
376
|
+
version: 7.25.3
|
|
377
|
+
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.3"
|
|
378
378
|
dependencies:
|
|
379
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
380
|
-
"@babel/traverse": "npm:^7.25.
|
|
379
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
380
|
+
"@babel/traverse": "npm:^7.25.3"
|
|
381
381
|
peerDependencies:
|
|
382
382
|
"@babel/core": ^7.0.0
|
|
383
|
-
checksum: 10c0/
|
|
383
|
+
checksum: 10c0/814b4d3f102e7556a5053d1acf57ef601cfcff39a2c81b8cdc6a5c842e3cb9838f5925d1466a5f1e6416e74c9c83586a3c07fbd7fb8610a396c2becdf9ae5790
|
|
384
384
|
languageName: node
|
|
385
385
|
linkType: hard
|
|
386
386
|
|
|
387
|
-
"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.
|
|
388
|
-
version: 7.25.
|
|
389
|
-
resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.
|
|
387
|
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.0":
|
|
388
|
+
version: 7.25.0
|
|
389
|
+
resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.0"
|
|
390
390
|
dependencies:
|
|
391
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
391
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
392
392
|
peerDependencies:
|
|
393
393
|
"@babel/core": ^7.0.0
|
|
394
|
-
checksum: 10c0/
|
|
394
|
+
checksum: 10c0/9645a1f47b3750acadb1353c02e71cc712d072aafe5ce115ed3a886bc14c5d9200cfb0b5b5e60e813baa549b800cf798f8714019fd246c699053cf68c428e426
|
|
395
395
|
languageName: node
|
|
396
396
|
linkType: hard
|
|
397
397
|
|
|
398
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.
|
|
399
|
-
version: 7.25.
|
|
400
|
-
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.
|
|
398
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.0":
|
|
399
|
+
version: 7.25.0
|
|
400
|
+
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.0"
|
|
401
401
|
dependencies:
|
|
402
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
402
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
403
403
|
peerDependencies:
|
|
404
404
|
"@babel/core": ^7.0.0
|
|
405
|
-
checksum: 10c0/
|
|
405
|
+
checksum: 10c0/ed1ce1c90cac46c01825339fd0f2a96fa071b016fb819d8dfaf8e96300eae30e74870cb47e4dc80d4ce2fb287869f102878b4f3b35bc927fec8b1d0d76bcf612
|
|
406
406
|
languageName: node
|
|
407
407
|
linkType: hard
|
|
408
408
|
|
|
409
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.
|
|
410
|
-
version: 7.
|
|
411
|
-
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.
|
|
409
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.7":
|
|
410
|
+
version: 7.24.7
|
|
411
|
+
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.24.7"
|
|
412
412
|
dependencies:
|
|
413
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
414
|
-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.
|
|
415
|
-
"@babel/plugin-transform-optional-chaining": "npm:^7.
|
|
413
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
414
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
|
|
415
|
+
"@babel/plugin-transform-optional-chaining": "npm:^7.24.7"
|
|
416
416
|
peerDependencies:
|
|
417
417
|
"@babel/core": ^7.13.0
|
|
418
|
-
checksum: 10c0/
|
|
418
|
+
checksum: 10c0/aeb6e7aa363a47f815cf956ea1053c5dd8b786a17799f065c9688ba4b0051fe7565d258bbe9400bfcbfb3114cb9fda66983e10afe4d750bc70ff75403e15dd36
|
|
419
419
|
languageName: node
|
|
420
420
|
linkType: hard
|
|
421
421
|
|
|
422
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.
|
|
423
|
-
version: 7.25.
|
|
424
|
-
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.
|
|
422
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.0":
|
|
423
|
+
version: 7.25.0
|
|
424
|
+
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.0"
|
|
425
425
|
dependencies:
|
|
426
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
427
|
-
"@babel/traverse": "npm:^7.25.
|
|
426
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
427
|
+
"@babel/traverse": "npm:^7.25.0"
|
|
428
428
|
peerDependencies:
|
|
429
429
|
"@babel/core": ^7.0.0
|
|
430
|
-
checksum: 10c0/
|
|
430
|
+
checksum: 10c0/45988025537a9d4a27b610fd696a18fd9ba9336621a69b4fb40560eeb10c79657f85c92a37f30c7c8fb29c22970eea0b373315795a891f1a05549a6cfe5a6bfe
|
|
431
431
|
languageName: node
|
|
432
432
|
linkType: hard
|
|
433
433
|
|
|
@@ -444,27 +444,27 @@ __metadata:
|
|
|
444
444
|
linkType: hard
|
|
445
445
|
|
|
446
446
|
"@babel/plugin-proposal-decorators@npm:^7.12.12":
|
|
447
|
-
version: 7.
|
|
448
|
-
resolution: "@babel/plugin-proposal-decorators@npm:7.
|
|
447
|
+
version: 7.24.7
|
|
448
|
+
resolution: "@babel/plugin-proposal-decorators@npm:7.24.7"
|
|
449
449
|
dependencies:
|
|
450
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.
|
|
451
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
452
|
-
"@babel/plugin-syntax-decorators": "npm:^7.
|
|
450
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.24.7"
|
|
451
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
452
|
+
"@babel/plugin-syntax-decorators": "npm:^7.24.7"
|
|
453
453
|
peerDependencies:
|
|
454
454
|
"@babel/core": ^7.0.0-0
|
|
455
|
-
checksum: 10c0/
|
|
455
|
+
checksum: 10c0/fb4e4711f90fed63aa4dfe34fc5f5a5d0af175725181678f462ee0df2b78a23ae83b9424403c6b957edbc07d2abc80f82f3b9f91baf568bdaf85e8196a9138d5
|
|
456
456
|
languageName: node
|
|
457
457
|
linkType: hard
|
|
458
458
|
|
|
459
459
|
"@babel/plugin-proposal-export-default-from@npm:^7.12.1":
|
|
460
|
-
version: 7.
|
|
461
|
-
resolution: "@babel/plugin-proposal-export-default-from@npm:7.
|
|
460
|
+
version: 7.24.7
|
|
461
|
+
resolution: "@babel/plugin-proposal-export-default-from@npm:7.24.7"
|
|
462
462
|
dependencies:
|
|
463
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
464
|
-
"@babel/plugin-syntax-export-default-from": "npm:^7.
|
|
463
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
464
|
+
"@babel/plugin-syntax-export-default-from": "npm:^7.24.7"
|
|
465
465
|
peerDependencies:
|
|
466
466
|
"@babel/core": ^7.0.0-0
|
|
467
|
-
checksum: 10c0/
|
|
467
|
+
checksum: 10c0/ebc98b1bc0b9334a82030f8fe93f9a9de546982c5402b936c8cfae3eec63742ceb862d95104ac8976293aa2dd9c1b7a8cbebc44da3d63bbf3896517ad47616a4
|
|
468
468
|
languageName: node
|
|
469
469
|
linkType: hard
|
|
470
470
|
|
|
@@ -575,14 +575,14 @@ __metadata:
|
|
|
575
575
|
languageName: node
|
|
576
576
|
linkType: hard
|
|
577
577
|
|
|
578
|
-
"@babel/plugin-syntax-decorators@npm:^7.
|
|
579
|
-
version: 7.
|
|
580
|
-
resolution: "@babel/plugin-syntax-decorators@npm:7.
|
|
578
|
+
"@babel/plugin-syntax-decorators@npm:^7.24.7":
|
|
579
|
+
version: 7.24.7
|
|
580
|
+
resolution: "@babel/plugin-syntax-decorators@npm:7.24.7"
|
|
581
581
|
dependencies:
|
|
582
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
582
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
583
583
|
peerDependencies:
|
|
584
584
|
"@babel/core": ^7.0.0-0
|
|
585
|
-
checksum: 10c0/
|
|
585
|
+
checksum: 10c0/d1ecc334af7a5418a6e8ad5e711bf5d5a892ba00e04ba05b90077b9da735585ff8d4141e4fc3ae781b854f48eda9f3a9cfa9f1c80f5f4a697dbded01058a8b63
|
|
586
586
|
languageName: node
|
|
587
587
|
linkType: hard
|
|
588
588
|
|
|
@@ -597,14 +597,14 @@ __metadata:
|
|
|
597
597
|
languageName: node
|
|
598
598
|
linkType: hard
|
|
599
599
|
|
|
600
|
-
"@babel/plugin-syntax-export-default-from@npm:^7.
|
|
601
|
-
version: 7.
|
|
602
|
-
resolution: "@babel/plugin-syntax-export-default-from@npm:7.
|
|
600
|
+
"@babel/plugin-syntax-export-default-from@npm:^7.24.7":
|
|
601
|
+
version: 7.24.7
|
|
602
|
+
resolution: "@babel/plugin-syntax-export-default-from@npm:7.24.7"
|
|
603
603
|
dependencies:
|
|
604
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
604
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
605
605
|
peerDependencies:
|
|
606
606
|
"@babel/core": ^7.0.0-0
|
|
607
|
-
checksum: 10c0/
|
|
607
|
+
checksum: 10c0/2748bcd6777d1ef29d568815915df5db043744364a4bc746e8b27f2f461de89a4bdf332764339146ef91b8474440edf04c745e97ef0360effb4ac35e750379a4
|
|
608
608
|
languageName: node
|
|
609
609
|
linkType: hard
|
|
610
610
|
|
|
@@ -619,36 +619,36 @@ __metadata:
|
|
|
619
619
|
languageName: node
|
|
620
620
|
linkType: hard
|
|
621
621
|
|
|
622
|
-
"@babel/plugin-syntax-flow@npm:^7.
|
|
623
|
-
version: 7.
|
|
624
|
-
resolution: "@babel/plugin-syntax-flow@npm:7.
|
|
622
|
+
"@babel/plugin-syntax-flow@npm:^7.24.7":
|
|
623
|
+
version: 7.24.7
|
|
624
|
+
resolution: "@babel/plugin-syntax-flow@npm:7.24.7"
|
|
625
625
|
dependencies:
|
|
626
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
626
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
627
627
|
peerDependencies:
|
|
628
628
|
"@babel/core": ^7.0.0-0
|
|
629
|
-
checksum: 10c0/
|
|
629
|
+
checksum: 10c0/2f0cb7a78379029707e61f6665634a5b758c8b4ccb602a72d798e41d36b0647c2f2de59f90e0c1d522b026962918e54d82f3aee0c194dc87cd340455aa58562a
|
|
630
630
|
languageName: node
|
|
631
631
|
linkType: hard
|
|
632
632
|
|
|
633
|
-
"@babel/plugin-syntax-import-assertions@npm:^7.
|
|
634
|
-
version: 7.25.
|
|
635
|
-
resolution: "@babel/plugin-syntax-import-assertions@npm:7.25.
|
|
633
|
+
"@babel/plugin-syntax-import-assertions@npm:^7.24.7":
|
|
634
|
+
version: 7.25.6
|
|
635
|
+
resolution: "@babel/plugin-syntax-import-assertions@npm:7.25.6"
|
|
636
636
|
dependencies:
|
|
637
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
637
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
638
638
|
peerDependencies:
|
|
639
639
|
"@babel/core": ^7.0.0-0
|
|
640
|
-
checksum: 10c0/
|
|
640
|
+
checksum: 10c0/55afa63b1b1355bcc1d85a9ad9d2c78983e27beee38e232d5c1ab59eac39127ce3c3817d6686e3ab1d0aff5edd8e38a6852885c65d3e518accdd183a445ef411
|
|
641
641
|
languageName: node
|
|
642
642
|
linkType: hard
|
|
643
643
|
|
|
644
|
-
"@babel/plugin-syntax-import-attributes@npm:^7.
|
|
645
|
-
version: 7.25.
|
|
646
|
-
resolution: "@babel/plugin-syntax-import-attributes@npm:7.25.
|
|
644
|
+
"@babel/plugin-syntax-import-attributes@npm:^7.24.7":
|
|
645
|
+
version: 7.25.6
|
|
646
|
+
resolution: "@babel/plugin-syntax-import-attributes@npm:7.25.6"
|
|
647
647
|
dependencies:
|
|
648
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
648
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
649
649
|
peerDependencies:
|
|
650
650
|
"@babel/core": ^7.0.0-0
|
|
651
|
-
checksum: 10c0/
|
|
651
|
+
checksum: 10c0/0e9359cf2d117476310961dfcfd7204ed692e933707da10d6194153d3996cd2ea5b7635fc90d720dce3612083af89966bb862561064a509c350320dc98644751
|
|
652
652
|
languageName: node
|
|
653
653
|
linkType: hard
|
|
654
654
|
|
|
@@ -685,14 +685,14 @@ __metadata:
|
|
|
685
685
|
languageName: node
|
|
686
686
|
linkType: hard
|
|
687
687
|
|
|
688
|
-
"@babel/plugin-syntax-jsx@npm:^7.
|
|
689
|
-
version: 7.
|
|
690
|
-
resolution: "@babel/plugin-syntax-jsx@npm:7.
|
|
688
|
+
"@babel/plugin-syntax-jsx@npm:^7.24.7":
|
|
689
|
+
version: 7.24.7
|
|
690
|
+
resolution: "@babel/plugin-syntax-jsx@npm:7.24.7"
|
|
691
691
|
dependencies:
|
|
692
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
692
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
693
693
|
peerDependencies:
|
|
694
694
|
"@babel/core": ^7.0.0-0
|
|
695
|
-
checksum: 10c0/
|
|
695
|
+
checksum: 10c0/f44d927a9ae8d5ef016ff5b450e1671e56629ddc12e56b938e41fd46e141170d9dfc9a53d6cb2b9a20a7dd266a938885e6a3981c60c052a2e1daed602ac80e51
|
|
696
696
|
languageName: node
|
|
697
697
|
linkType: hard
|
|
698
698
|
|
|
@@ -784,14 +784,14 @@ __metadata:
|
|
|
784
784
|
languageName: node
|
|
785
785
|
linkType: hard
|
|
786
786
|
|
|
787
|
-
"@babel/plugin-syntax-typescript@npm:^7.
|
|
788
|
-
version: 7.25.
|
|
789
|
-
resolution: "@babel/plugin-syntax-typescript@npm:7.25.
|
|
787
|
+
"@babel/plugin-syntax-typescript@npm:^7.24.7":
|
|
788
|
+
version: 7.25.4
|
|
789
|
+
resolution: "@babel/plugin-syntax-typescript@npm:7.25.4"
|
|
790
790
|
dependencies:
|
|
791
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
791
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
792
792
|
peerDependencies:
|
|
793
793
|
"@babel/core": ^7.0.0-0
|
|
794
|
-
checksum: 10c0/
|
|
794
|
+
checksum: 10c0/199919d44c73e5edee9ffd311cf638f88d26a810189e32d338c46c7600441fd5c4a2e431f9be377707cbf318410895304e90b83bf8d9011d205150fa7f260e63
|
|
795
795
|
languageName: node
|
|
796
796
|
linkType: hard
|
|
797
797
|
|
|
@@ -807,725 +807,725 @@ __metadata:
|
|
|
807
807
|
languageName: node
|
|
808
808
|
linkType: hard
|
|
809
809
|
|
|
810
|
-
"@babel/plugin-transform-arrow-functions@npm:^7.12.1, @babel/plugin-transform-arrow-functions@npm:^7.
|
|
811
|
-
version: 7.
|
|
812
|
-
resolution: "@babel/plugin-transform-arrow-functions@npm:7.
|
|
810
|
+
"@babel/plugin-transform-arrow-functions@npm:^7.12.1, @babel/plugin-transform-arrow-functions@npm:^7.24.7":
|
|
811
|
+
version: 7.24.7
|
|
812
|
+
resolution: "@babel/plugin-transform-arrow-functions@npm:7.24.7"
|
|
813
813
|
dependencies:
|
|
814
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
814
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
815
815
|
peerDependencies:
|
|
816
816
|
"@babel/core": ^7.0.0-0
|
|
817
|
-
checksum: 10c0/
|
|
817
|
+
checksum: 10c0/6ac05a54e5582f34ac6d5dc26499e227227ec1c7fa6fc8de1f3d40c275f140d3907f79bbbd49304da2d7008a5ecafb219d0b71d78ee3290ca22020d878041245
|
|
818
818
|
languageName: node
|
|
819
819
|
linkType: hard
|
|
820
820
|
|
|
821
|
-
"@babel/plugin-transform-async-generator-functions@npm:^7.25.
|
|
822
|
-
version: 7.25.
|
|
823
|
-
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.
|
|
821
|
+
"@babel/plugin-transform-async-generator-functions@npm:^7.25.4":
|
|
822
|
+
version: 7.25.4
|
|
823
|
+
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.4"
|
|
824
824
|
dependencies:
|
|
825
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
826
|
-
"@babel/helper-remap-async-to-generator": "npm:^7.25.
|
|
825
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
826
|
+
"@babel/helper-remap-async-to-generator": "npm:^7.25.0"
|
|
827
827
|
"@babel/plugin-syntax-async-generators": "npm:^7.8.4"
|
|
828
|
-
"@babel/traverse": "npm:^7.25.
|
|
828
|
+
"@babel/traverse": "npm:^7.25.4"
|
|
829
829
|
peerDependencies:
|
|
830
830
|
"@babel/core": ^7.0.0-0
|
|
831
|
-
checksum: 10c0/
|
|
831
|
+
checksum: 10c0/efed6f6be90b25ad77c15a622a0dc0b22dbf5d45599c207ab8fbc4e959aef21f574fa467d9cf872e45de664a46c32334e78dee2332d82f5f27e26249a34a0920
|
|
832
832
|
languageName: node
|
|
833
833
|
linkType: hard
|
|
834
834
|
|
|
835
|
-
"@babel/plugin-transform-async-to-generator@npm:^7.
|
|
836
|
-
version: 7.
|
|
837
|
-
resolution: "@babel/plugin-transform-async-to-generator@npm:7.
|
|
835
|
+
"@babel/plugin-transform-async-to-generator@npm:^7.24.7":
|
|
836
|
+
version: 7.24.7
|
|
837
|
+
resolution: "@babel/plugin-transform-async-to-generator@npm:7.24.7"
|
|
838
838
|
dependencies:
|
|
839
|
-
"@babel/helper-module-imports": "npm:^7.
|
|
840
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
841
|
-
"@babel/helper-remap-async-to-generator": "npm:^7.
|
|
839
|
+
"@babel/helper-module-imports": "npm:^7.24.7"
|
|
840
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
841
|
+
"@babel/helper-remap-async-to-generator": "npm:^7.24.7"
|
|
842
842
|
peerDependencies:
|
|
843
843
|
"@babel/core": ^7.0.0-0
|
|
844
|
-
checksum: 10c0/
|
|
844
|
+
checksum: 10c0/83c82e243898875af8457972a26ab29baf8a2078768ee9f35141eb3edff0f84b165582a2ff73e90a9e08f5922bf813dbf15a85c1213654385198f4591c0dc45d
|
|
845
845
|
languageName: node
|
|
846
846
|
linkType: hard
|
|
847
847
|
|
|
848
|
-
"@babel/plugin-transform-block-scoped-functions@npm:^7.
|
|
849
|
-
version: 7.
|
|
850
|
-
resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.
|
|
848
|
+
"@babel/plugin-transform-block-scoped-functions@npm:^7.24.7":
|
|
849
|
+
version: 7.24.7
|
|
850
|
+
resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.24.7"
|
|
851
851
|
dependencies:
|
|
852
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
852
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
853
853
|
peerDependencies:
|
|
854
854
|
"@babel/core": ^7.0.0-0
|
|
855
|
-
checksum: 10c0/
|
|
855
|
+
checksum: 10c0/113e86de4612ae91773ff5cb6b980f01e1da7e26ae6f6012127415d7ae144e74987bc23feb97f63ba4bc699331490ddea36eac004d76a20d5369e4cc6a7f61cd
|
|
856
856
|
languageName: node
|
|
857
857
|
linkType: hard
|
|
858
858
|
|
|
859
|
-
"@babel/plugin-transform-block-scoping@npm:^7.12.12, @babel/plugin-transform-block-scoping@npm:^7.25.
|
|
860
|
-
version: 7.25.
|
|
861
|
-
resolution: "@babel/plugin-transform-block-scoping@npm:7.25.
|
|
859
|
+
"@babel/plugin-transform-block-scoping@npm:^7.12.12, @babel/plugin-transform-block-scoping@npm:^7.25.0":
|
|
860
|
+
version: 7.25.0
|
|
861
|
+
resolution: "@babel/plugin-transform-block-scoping@npm:7.25.0"
|
|
862
862
|
dependencies:
|
|
863
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
863
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
864
864
|
peerDependencies:
|
|
865
865
|
"@babel/core": ^7.0.0-0
|
|
866
|
-
checksum: 10c0/
|
|
866
|
+
checksum: 10c0/382931c75a5d0ea560387e76cb57b03461300527e4784efcb2fb62f36c1eb0ab331327b6034def256baa0cad9050925a61f9c0d56261b6afd6a29c3065fb0bd4
|
|
867
867
|
languageName: node
|
|
868
868
|
linkType: hard
|
|
869
869
|
|
|
870
|
-
"@babel/plugin-transform-class-properties@npm:^7.25.
|
|
871
|
-
version: 7.25.
|
|
872
|
-
resolution: "@babel/plugin-transform-class-properties@npm:7.25.
|
|
870
|
+
"@babel/plugin-transform-class-properties@npm:^7.25.4":
|
|
871
|
+
version: 7.25.4
|
|
872
|
+
resolution: "@babel/plugin-transform-class-properties@npm:7.25.4"
|
|
873
873
|
dependencies:
|
|
874
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.25.
|
|
875
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
874
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.25.4"
|
|
875
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
876
876
|
peerDependencies:
|
|
877
877
|
"@babel/core": ^7.0.0-0
|
|
878
|
-
checksum: 10c0/
|
|
878
|
+
checksum: 10c0/0b41bc8a5920d3d17c7c06220b601cf43e0a32ac34f05f05cd0cdf08915e4521b1b707cb1e60942b4fc68a5dfac09f0444a8720e0c72ce76fb039e8ec5263115
|
|
879
879
|
languageName: node
|
|
880
880
|
linkType: hard
|
|
881
881
|
|
|
882
|
-
"@babel/plugin-transform-class-static-block@npm:^7.
|
|
883
|
-
version: 7.
|
|
884
|
-
resolution: "@babel/plugin-transform-class-static-block@npm:7.
|
|
882
|
+
"@babel/plugin-transform-class-static-block@npm:^7.24.7":
|
|
883
|
+
version: 7.24.7
|
|
884
|
+
resolution: "@babel/plugin-transform-class-static-block@npm:7.24.7"
|
|
885
885
|
dependencies:
|
|
886
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.
|
|
887
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
886
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.24.7"
|
|
887
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
888
888
|
"@babel/plugin-syntax-class-static-block": "npm:^7.14.5"
|
|
889
889
|
peerDependencies:
|
|
890
890
|
"@babel/core": ^7.12.0
|
|
891
|
-
checksum: 10c0/
|
|
891
|
+
checksum: 10c0/b0ade39a3d09dce886f79dbd5907c3d99b48167eddb6b9bbde24a0598129654d7017e611c20494cdbea48b07ac14397cd97ea34e3754bbb2abae4e698128eccb
|
|
892
892
|
languageName: node
|
|
893
893
|
linkType: hard
|
|
894
894
|
|
|
895
|
-
"@babel/plugin-transform-classes@npm:^7.12.1, @babel/plugin-transform-classes@npm:^7.25.
|
|
896
|
-
version: 7.25.
|
|
897
|
-
resolution: "@babel/plugin-transform-classes@npm:7.25.
|
|
895
|
+
"@babel/plugin-transform-classes@npm:^7.12.1, @babel/plugin-transform-classes@npm:^7.25.4":
|
|
896
|
+
version: 7.25.4
|
|
897
|
+
resolution: "@babel/plugin-transform-classes@npm:7.25.4"
|
|
898
898
|
dependencies:
|
|
899
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
900
|
-
"@babel/helper-compilation-targets": "npm:^7.25.
|
|
901
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
902
|
-
"@babel/helper-replace-supers": "npm:^7.25.
|
|
903
|
-
"@babel/traverse": "npm:^7.25.
|
|
899
|
+
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
|
|
900
|
+
"@babel/helper-compilation-targets": "npm:^7.25.2"
|
|
901
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
902
|
+
"@babel/helper-replace-supers": "npm:^7.25.0"
|
|
903
|
+
"@babel/traverse": "npm:^7.25.4"
|
|
904
904
|
globals: "npm:^11.1.0"
|
|
905
905
|
peerDependencies:
|
|
906
906
|
"@babel/core": ^7.0.0-0
|
|
907
|
-
checksum: 10c0/
|
|
907
|
+
checksum: 10c0/c68424d9dd64860825111aa4a4ed5caf29494b7a02ddb9c36351d768c41e8e05127d89274795cdfcade032d9d299e6c677418259df58c71e68f1741583dcf467
|
|
908
908
|
languageName: node
|
|
909
909
|
linkType: hard
|
|
910
910
|
|
|
911
|
-
"@babel/plugin-transform-computed-properties@npm:^7.
|
|
912
|
-
version: 7.
|
|
913
|
-
resolution: "@babel/plugin-transform-computed-properties@npm:7.
|
|
911
|
+
"@babel/plugin-transform-computed-properties@npm:^7.24.7":
|
|
912
|
+
version: 7.24.7
|
|
913
|
+
resolution: "@babel/plugin-transform-computed-properties@npm:7.24.7"
|
|
914
914
|
dependencies:
|
|
915
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
916
|
-
"@babel/template": "npm:^7.
|
|
915
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
916
|
+
"@babel/template": "npm:^7.24.7"
|
|
917
917
|
peerDependencies:
|
|
918
918
|
"@babel/core": ^7.0.0-0
|
|
919
|
-
checksum: 10c0/
|
|
919
|
+
checksum: 10c0/25636dbc1f605c0b8bc60aa58628a916b689473d11551c9864a855142e36742fe62d4a70400ba3b74902338e77fb3d940376c0a0ba154b6b7ec5367175233b49
|
|
920
920
|
languageName: node
|
|
921
921
|
linkType: hard
|
|
922
922
|
|
|
923
|
-
"@babel/plugin-transform-destructuring@npm:^7.12.1, @babel/plugin-transform-destructuring@npm:^7.
|
|
924
|
-
version: 7.
|
|
925
|
-
resolution: "@babel/plugin-transform-destructuring@npm:7.
|
|
923
|
+
"@babel/plugin-transform-destructuring@npm:^7.12.1, @babel/plugin-transform-destructuring@npm:^7.24.8":
|
|
924
|
+
version: 7.24.8
|
|
925
|
+
resolution: "@babel/plugin-transform-destructuring@npm:7.24.8"
|
|
926
926
|
dependencies:
|
|
927
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
927
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
928
928
|
peerDependencies:
|
|
929
929
|
"@babel/core": ^7.0.0-0
|
|
930
|
-
checksum: 10c0/
|
|
930
|
+
checksum: 10c0/804968c1d5f5072c717505296c1e5d5ec33e90550423de66de82bbcb78157156e8470bbe77a04ab8c710a88a06360a30103cf223ac7eff4829adedd6150de5ce
|
|
931
931
|
languageName: node
|
|
932
932
|
linkType: hard
|
|
933
933
|
|
|
934
|
-
"@babel/plugin-transform-dotall-regex@npm:^7.
|
|
935
|
-
version: 7.
|
|
936
|
-
resolution: "@babel/plugin-transform-dotall-regex@npm:7.
|
|
934
|
+
"@babel/plugin-transform-dotall-regex@npm:^7.24.7":
|
|
935
|
+
version: 7.24.7
|
|
936
|
+
resolution: "@babel/plugin-transform-dotall-regex@npm:7.24.7"
|
|
937
937
|
dependencies:
|
|
938
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
939
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
938
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
|
|
939
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
940
940
|
peerDependencies:
|
|
941
941
|
"@babel/core": ^7.0.0-0
|
|
942
|
-
checksum: 10c0/
|
|
942
|
+
checksum: 10c0/793f14c9494972d294b7e7b97b747f47874b6d57d7804d3443c701becf5db192c9311be6a1835c07664486df1f5c60d33196c36fb7e11a53015e476b4c145b33
|
|
943
943
|
languageName: node
|
|
944
944
|
linkType: hard
|
|
945
945
|
|
|
946
|
-
"@babel/plugin-transform-duplicate-keys@npm:^7.
|
|
947
|
-
version: 7.
|
|
948
|
-
resolution: "@babel/plugin-transform-duplicate-keys@npm:7.
|
|
946
|
+
"@babel/plugin-transform-duplicate-keys@npm:^7.24.7":
|
|
947
|
+
version: 7.24.7
|
|
948
|
+
resolution: "@babel/plugin-transform-duplicate-keys@npm:7.24.7"
|
|
949
949
|
dependencies:
|
|
950
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
950
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
951
951
|
peerDependencies:
|
|
952
952
|
"@babel/core": ^7.0.0-0
|
|
953
|
-
checksum: 10c0/
|
|
953
|
+
checksum: 10c0/75ff7ec1117ac500e77bf20a144411d39c0fdd038f108eec061724123ce6d1bb8d5bd27968e466573ee70014f8be0043361cdb0ef388f8a182d1d97ad67e51b9
|
|
954
954
|
languageName: node
|
|
955
955
|
linkType: hard
|
|
956
956
|
|
|
957
|
-
"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.
|
|
958
|
-
version: 7.25.
|
|
959
|
-
resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.
|
|
957
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.0":
|
|
958
|
+
version: 7.25.0
|
|
959
|
+
resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.0"
|
|
960
960
|
dependencies:
|
|
961
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.25.
|
|
962
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
961
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.25.0"
|
|
962
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
963
963
|
peerDependencies:
|
|
964
964
|
"@babel/core": ^7.0.0
|
|
965
|
-
checksum: 10c0/
|
|
965
|
+
checksum: 10c0/1c9b57ddd9b33696e88911d0e7975e1573ebc46219c4b30eb1dc746cbb71aedfac6f6dab7fdfdec54dd58f31468bf6ab56b157661ea4ffe58f906d71f89544c8
|
|
966
966
|
languageName: node
|
|
967
967
|
linkType: hard
|
|
968
968
|
|
|
969
|
-
"@babel/plugin-transform-dynamic-import@npm:^7.
|
|
970
|
-
version: 7.
|
|
971
|
-
resolution: "@babel/plugin-transform-dynamic-import@npm:7.
|
|
969
|
+
"@babel/plugin-transform-dynamic-import@npm:^7.24.7":
|
|
970
|
+
version: 7.24.7
|
|
971
|
+
resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.7"
|
|
972
972
|
dependencies:
|
|
973
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
973
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
974
974
|
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
|
|
975
975
|
peerDependencies:
|
|
976
976
|
"@babel/core": ^7.0.0-0
|
|
977
|
-
checksum: 10c0/
|
|
977
|
+
checksum: 10c0/eeda48372efd0a5103cb22dadb13563c975bce18ae85daafbb47d57bb9665d187da9d4fe8d07ac0a6e1288afcfcb73e4e5618bf75ff63fddf9736bfbf225203b
|
|
978
978
|
languageName: node
|
|
979
979
|
linkType: hard
|
|
980
980
|
|
|
981
|
-
"@babel/plugin-transform-exponentiation-operator@npm:^7.
|
|
982
|
-
version: 7.
|
|
983
|
-
resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.
|
|
981
|
+
"@babel/plugin-transform-exponentiation-operator@npm:^7.24.7":
|
|
982
|
+
version: 7.24.7
|
|
983
|
+
resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.24.7"
|
|
984
984
|
dependencies:
|
|
985
|
-
"@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.
|
|
986
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
985
|
+
"@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.24.7"
|
|
986
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
987
987
|
peerDependencies:
|
|
988
988
|
"@babel/core": ^7.0.0-0
|
|
989
|
-
checksum: 10c0/
|
|
989
|
+
checksum: 10c0/ace3e11c94041b88848552ba8feb39ae4d6cad3696d439ff51445bd2882d8b8775d85a26c2c0edb9b5e38c9e6013cc11b0dea89ec8f93c7d9d7ee95e3645078c
|
|
990
990
|
languageName: node
|
|
991
991
|
linkType: hard
|
|
992
992
|
|
|
993
|
-
"@babel/plugin-transform-export-namespace-from@npm:^7.
|
|
994
|
-
version: 7.
|
|
995
|
-
resolution: "@babel/plugin-transform-export-namespace-from@npm:7.
|
|
993
|
+
"@babel/plugin-transform-export-namespace-from@npm:^7.24.7":
|
|
994
|
+
version: 7.24.7
|
|
995
|
+
resolution: "@babel/plugin-transform-export-namespace-from@npm:7.24.7"
|
|
996
996
|
dependencies:
|
|
997
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
997
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
998
998
|
"@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
|
|
999
999
|
peerDependencies:
|
|
1000
1000
|
"@babel/core": ^7.0.0-0
|
|
1001
|
-
checksum: 10c0/
|
|
1001
|
+
checksum: 10c0/4e144d7f1c57bc63b4899dbbbdfed0880f2daa75ea9c7251c7997f106e4b390dc362175ab7830f11358cb21f6b972ca10a43a2e56cd789065f7606b082674c0c
|
|
1002
1002
|
languageName: node
|
|
1003
1003
|
linkType: hard
|
|
1004
1004
|
|
|
1005
|
-
"@babel/plugin-transform-flow-strip-types@npm:^7.
|
|
1006
|
-
version: 7.25.
|
|
1007
|
-
resolution: "@babel/plugin-transform-flow-strip-types@npm:7.25.
|
|
1005
|
+
"@babel/plugin-transform-flow-strip-types@npm:^7.24.7":
|
|
1006
|
+
version: 7.25.2
|
|
1007
|
+
resolution: "@babel/plugin-transform-flow-strip-types@npm:7.25.2"
|
|
1008
1008
|
dependencies:
|
|
1009
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1010
|
-
"@babel/plugin-syntax-flow": "npm:^7.
|
|
1009
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1010
|
+
"@babel/plugin-syntax-flow": "npm:^7.24.7"
|
|
1011
1011
|
peerDependencies:
|
|
1012
1012
|
"@babel/core": ^7.0.0-0
|
|
1013
|
-
checksum: 10c0/
|
|
1013
|
+
checksum: 10c0/821f5ccdb8104e09764d8a24d4c0dd4fe9e264d95e6477269c911e15240a63343d3fe71b6cf9382273766a0e86a015c2867d26fd75e5827134d990c93fa9e605
|
|
1014
1014
|
languageName: node
|
|
1015
1015
|
linkType: hard
|
|
1016
1016
|
|
|
1017
|
-
"@babel/plugin-transform-for-of@npm:^7.12.1, @babel/plugin-transform-for-of@npm:^7.
|
|
1018
|
-
version: 7.
|
|
1019
|
-
resolution: "@babel/plugin-transform-for-of@npm:7.
|
|
1017
|
+
"@babel/plugin-transform-for-of@npm:^7.12.1, @babel/plugin-transform-for-of@npm:^7.24.7":
|
|
1018
|
+
version: 7.24.7
|
|
1019
|
+
resolution: "@babel/plugin-transform-for-of@npm:7.24.7"
|
|
1020
1020
|
dependencies:
|
|
1021
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1022
|
-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.
|
|
1021
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1022
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
|
|
1023
1023
|
peerDependencies:
|
|
1024
1024
|
"@babel/core": ^7.0.0-0
|
|
1025
|
-
checksum: 10c0/
|
|
1025
|
+
checksum: 10c0/77629b1173e55d07416f05ba7353caa09d2c2149da2ca26721ab812209b63689d1be45116b68eadc011c49ced59daf5320835b15245eb7ae93ae0c5e8277cfc0
|
|
1026
1026
|
languageName: node
|
|
1027
1027
|
linkType: hard
|
|
1028
1028
|
|
|
1029
|
-
"@babel/plugin-transform-function-name@npm:^7.25.
|
|
1030
|
-
version: 7.25.
|
|
1031
|
-
resolution: "@babel/plugin-transform-function-name@npm:7.25.
|
|
1029
|
+
"@babel/plugin-transform-function-name@npm:^7.25.1":
|
|
1030
|
+
version: 7.25.1
|
|
1031
|
+
resolution: "@babel/plugin-transform-function-name@npm:7.25.1"
|
|
1032
1032
|
dependencies:
|
|
1033
|
-
"@babel/helper-compilation-targets": "npm:^7.
|
|
1034
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1035
|
-
"@babel/traverse": "npm:^7.25.
|
|
1033
|
+
"@babel/helper-compilation-targets": "npm:^7.24.8"
|
|
1034
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1035
|
+
"@babel/traverse": "npm:^7.25.1"
|
|
1036
1036
|
peerDependencies:
|
|
1037
1037
|
"@babel/core": ^7.0.0-0
|
|
1038
|
-
checksum: 10c0/
|
|
1038
|
+
checksum: 10c0/e74912174d5e33d1418b840443c2e226a7b76cc017c1ed20ee30a566e4f1794d4a123be03180da046241576e8b692731807ba1f52608922acf1cb2cb6957593f
|
|
1039
1039
|
languageName: node
|
|
1040
1040
|
linkType: hard
|
|
1041
1041
|
|
|
1042
|
-
"@babel/plugin-transform-json-strings@npm:^7.
|
|
1043
|
-
version: 7.
|
|
1044
|
-
resolution: "@babel/plugin-transform-json-strings@npm:7.
|
|
1042
|
+
"@babel/plugin-transform-json-strings@npm:^7.24.7":
|
|
1043
|
+
version: 7.24.7
|
|
1044
|
+
resolution: "@babel/plugin-transform-json-strings@npm:7.24.7"
|
|
1045
1045
|
dependencies:
|
|
1046
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1046
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1047
1047
|
"@babel/plugin-syntax-json-strings": "npm:^7.8.3"
|
|
1048
1048
|
peerDependencies:
|
|
1049
1049
|
"@babel/core": ^7.0.0-0
|
|
1050
|
-
checksum: 10c0/
|
|
1050
|
+
checksum: 10c0/17c72cd5bf3e90e722aabd333559275f3309e3fa0b9cea8c2944ab83ae01502c71a2be05da5101edc02b3fc8df15a8dbb9b861cbfcc8a52bf5e797cf01d3a40a
|
|
1051
1051
|
languageName: node
|
|
1052
1052
|
linkType: hard
|
|
1053
1053
|
|
|
1054
|
-
"@babel/plugin-transform-literals@npm:^7.25.
|
|
1055
|
-
version: 7.25.
|
|
1056
|
-
resolution: "@babel/plugin-transform-literals@npm:7.25.
|
|
1054
|
+
"@babel/plugin-transform-literals@npm:^7.25.2":
|
|
1055
|
+
version: 7.25.2
|
|
1056
|
+
resolution: "@babel/plugin-transform-literals@npm:7.25.2"
|
|
1057
1057
|
dependencies:
|
|
1058
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1058
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1059
1059
|
peerDependencies:
|
|
1060
1060
|
"@babel/core": ^7.0.0-0
|
|
1061
|
-
checksum: 10c0/
|
|
1061
|
+
checksum: 10c0/0796883217b0885d37e7f6d350773be349e469a812b6bf11ccf862a6edf65103d3e7c849529d65381b441685c12e756751d8c2489a0fd3f8139bb5ef93185f58
|
|
1062
1062
|
languageName: node
|
|
1063
1063
|
linkType: hard
|
|
1064
1064
|
|
|
1065
|
-
"@babel/plugin-transform-logical-assignment-operators@npm:^7.
|
|
1066
|
-
version: 7.
|
|
1067
|
-
resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.
|
|
1065
|
+
"@babel/plugin-transform-logical-assignment-operators@npm:^7.24.7":
|
|
1066
|
+
version: 7.24.7
|
|
1067
|
+
resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.24.7"
|
|
1068
1068
|
dependencies:
|
|
1069
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1069
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1070
1070
|
"@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
|
|
1071
1071
|
peerDependencies:
|
|
1072
1072
|
"@babel/core": ^7.0.0-0
|
|
1073
|
-
checksum: 10c0/
|
|
1073
|
+
checksum: 10c0/dbe882eb9053931f2ab332c50fc7c2a10ef507d6421bd9831adbb4cb7c9f8e1e5fbac4fbd2e007f6a1bf1df1843547559434012f118084dc0bf42cda3b106272
|
|
1074
1074
|
languageName: node
|
|
1075
1075
|
linkType: hard
|
|
1076
1076
|
|
|
1077
|
-
"@babel/plugin-transform-member-expression-literals@npm:^7.
|
|
1078
|
-
version: 7.
|
|
1079
|
-
resolution: "@babel/plugin-transform-member-expression-literals@npm:7.
|
|
1077
|
+
"@babel/plugin-transform-member-expression-literals@npm:^7.24.7":
|
|
1078
|
+
version: 7.24.7
|
|
1079
|
+
resolution: "@babel/plugin-transform-member-expression-literals@npm:7.24.7"
|
|
1080
1080
|
dependencies:
|
|
1081
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1081
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1082
1082
|
peerDependencies:
|
|
1083
1083
|
"@babel/core": ^7.0.0-0
|
|
1084
|
-
checksum: 10c0/
|
|
1084
|
+
checksum: 10c0/e789ae359bdf2d20e90bedef18dfdbd965c9ebae1cee398474a0c349590fda7c8b874e1a2ceee62e47e5e6ec1730e76b0f24e502164357571854271fc12cc684
|
|
1085
1085
|
languageName: node
|
|
1086
1086
|
linkType: hard
|
|
1087
1087
|
|
|
1088
|
-
"@babel/plugin-transform-modules-amd@npm:^7.
|
|
1089
|
-
version: 7.
|
|
1090
|
-
resolution: "@babel/plugin-transform-modules-amd@npm:7.
|
|
1088
|
+
"@babel/plugin-transform-modules-amd@npm:^7.24.7":
|
|
1089
|
+
version: 7.24.7
|
|
1090
|
+
resolution: "@babel/plugin-transform-modules-amd@npm:7.24.7"
|
|
1091
1091
|
dependencies:
|
|
1092
|
-
"@babel/helper-module-transforms": "npm:^7.
|
|
1093
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1092
|
+
"@babel/helper-module-transforms": "npm:^7.24.7"
|
|
1093
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1094
1094
|
peerDependencies:
|
|
1095
1095
|
"@babel/core": ^7.0.0-0
|
|
1096
|
-
checksum: 10c0/
|
|
1096
|
+
checksum: 10c0/6df7de7fce34117ca4b2fa07949b12274c03668cbfe21481c4037b6300796d50ae40f4f170527b61b70a67f26db906747797e30dbd0d9809a441b6e220b5728f
|
|
1097
1097
|
languageName: node
|
|
1098
1098
|
linkType: hard
|
|
1099
1099
|
|
|
1100
|
-
"@babel/plugin-transform-modules-commonjs@npm:^7.
|
|
1101
|
-
version: 7.
|
|
1102
|
-
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.
|
|
1100
|
+
"@babel/plugin-transform-modules-commonjs@npm:^7.24.7, @babel/plugin-transform-modules-commonjs@npm:^7.24.8":
|
|
1101
|
+
version: 7.24.8
|
|
1102
|
+
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.8"
|
|
1103
1103
|
dependencies:
|
|
1104
|
-
"@babel/helper-module-transforms": "npm:^7.
|
|
1105
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1106
|
-
"@babel/helper-simple-access": "npm:^7.
|
|
1104
|
+
"@babel/helper-module-transforms": "npm:^7.24.8"
|
|
1105
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1106
|
+
"@babel/helper-simple-access": "npm:^7.24.7"
|
|
1107
1107
|
peerDependencies:
|
|
1108
1108
|
"@babel/core": ^7.0.0-0
|
|
1109
|
-
checksum: 10c0/
|
|
1109
|
+
checksum: 10c0/f1cf552307ebfced20d3907c1dd8be941b277f0364aa655e2b5fee828c84c54065745183104dae86f1f93ea0406db970a463ef7ceaaed897623748e99640e5a7
|
|
1110
1110
|
languageName: node
|
|
1111
1111
|
linkType: hard
|
|
1112
1112
|
|
|
1113
|
-
"@babel/plugin-transform-modules-systemjs@npm:^7.25.
|
|
1114
|
-
version: 7.25.
|
|
1115
|
-
resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.
|
|
1113
|
+
"@babel/plugin-transform-modules-systemjs@npm:^7.25.0":
|
|
1114
|
+
version: 7.25.0
|
|
1115
|
+
resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.0"
|
|
1116
1116
|
dependencies:
|
|
1117
|
-
"@babel/helper-module-transforms": "npm:^7.25.
|
|
1118
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1119
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
1120
|
-
"@babel/traverse": "npm:^7.25.
|
|
1117
|
+
"@babel/helper-module-transforms": "npm:^7.25.0"
|
|
1118
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1119
|
+
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
|
1120
|
+
"@babel/traverse": "npm:^7.25.0"
|
|
1121
1121
|
peerDependencies:
|
|
1122
1122
|
"@babel/core": ^7.0.0-0
|
|
1123
|
-
checksum: 10c0/
|
|
1123
|
+
checksum: 10c0/fca6198da71237e4bb1274b3b67a0c81d56013c9535361242b6bfa87d70a9597854aadb45d4d8203369be4a655e158be2a5d20af0040b1f8d1bfc47db3ad7b68
|
|
1124
1124
|
languageName: node
|
|
1125
1125
|
linkType: hard
|
|
1126
1126
|
|
|
1127
|
-
"@babel/plugin-transform-modules-umd@npm:^7.
|
|
1128
|
-
version: 7.
|
|
1129
|
-
resolution: "@babel/plugin-transform-modules-umd@npm:7.
|
|
1127
|
+
"@babel/plugin-transform-modules-umd@npm:^7.24.7":
|
|
1128
|
+
version: 7.24.7
|
|
1129
|
+
resolution: "@babel/plugin-transform-modules-umd@npm:7.24.7"
|
|
1130
1130
|
dependencies:
|
|
1131
|
-
"@babel/helper-module-transforms": "npm:^7.
|
|
1132
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1131
|
+
"@babel/helper-module-transforms": "npm:^7.24.7"
|
|
1132
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1133
1133
|
peerDependencies:
|
|
1134
1134
|
"@babel/core": ^7.0.0-0
|
|
1135
|
-
checksum: 10c0/
|
|
1135
|
+
checksum: 10c0/7791d290121db210e4338b94b4a069a1a79e4c7a8d7638d8159a97b281851bbed3048dac87a4ae718ad963005e6c14a5d28e6db2eeb2b04e031cee92fb312f85
|
|
1136
1136
|
languageName: node
|
|
1137
1137
|
linkType: hard
|
|
1138
1138
|
|
|
1139
|
-
"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.
|
|
1140
|
-
version: 7.
|
|
1141
|
-
resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.
|
|
1139
|
+
"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.24.7":
|
|
1140
|
+
version: 7.24.7
|
|
1141
|
+
resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.24.7"
|
|
1142
1142
|
dependencies:
|
|
1143
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
1144
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1143
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
|
|
1144
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1145
1145
|
peerDependencies:
|
|
1146
1146
|
"@babel/core": ^7.0.0
|
|
1147
|
-
checksum: 10c0/
|
|
1147
|
+
checksum: 10c0/41a0b0f2d0886318237440aa3b489f6d0305361d8671121777d9ff89f9f6de9d0c02ce93625049061426c8994064ef64deae8b819d1b14c00374a6a2336fb5d9
|
|
1148
1148
|
languageName: node
|
|
1149
1149
|
linkType: hard
|
|
1150
1150
|
|
|
1151
|
-
"@babel/plugin-transform-new-target@npm:^7.
|
|
1152
|
-
version: 7.
|
|
1153
|
-
resolution: "@babel/plugin-transform-new-target@npm:7.
|
|
1151
|
+
"@babel/plugin-transform-new-target@npm:^7.24.7":
|
|
1152
|
+
version: 7.24.7
|
|
1153
|
+
resolution: "@babel/plugin-transform-new-target@npm:7.24.7"
|
|
1154
1154
|
dependencies:
|
|
1155
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1155
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1156
1156
|
peerDependencies:
|
|
1157
1157
|
"@babel/core": ^7.0.0-0
|
|
1158
|
-
checksum: 10c0/
|
|
1158
|
+
checksum: 10c0/2540808a35e1a978e537334c43dab439cf24c93e7beb213a2e71902f6710e60e0184316643790c0a6644e7a8021e52f7ab8165e6b3e2d6651be07bdf517b67df
|
|
1159
1159
|
languageName: node
|
|
1160
1160
|
linkType: hard
|
|
1161
1161
|
|
|
1162
|
-
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.
|
|
1163
|
-
version: 7.
|
|
1164
|
-
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.
|
|
1162
|
+
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.7":
|
|
1163
|
+
version: 7.24.7
|
|
1164
|
+
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.24.7"
|
|
1165
1165
|
dependencies:
|
|
1166
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1166
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1167
1167
|
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
|
|
1168
1168
|
peerDependencies:
|
|
1169
1169
|
"@babel/core": ^7.0.0-0
|
|
1170
|
-
checksum: 10c0/
|
|
1170
|
+
checksum: 10c0/7243c8ff734ed5ef759dd8768773c4b443c12e792727e759a1aec2c7fa2bfdd24f1ecb42e292a7b3d8bd3d7f7b861cf256a8eb4ba144fc9cc463892c303083d9
|
|
1171
1171
|
languageName: node
|
|
1172
1172
|
linkType: hard
|
|
1173
1173
|
|
|
1174
|
-
"@babel/plugin-transform-numeric-separator@npm:^7.
|
|
1175
|
-
version: 7.
|
|
1176
|
-
resolution: "@babel/plugin-transform-numeric-separator@npm:7.
|
|
1174
|
+
"@babel/plugin-transform-numeric-separator@npm:^7.24.7":
|
|
1175
|
+
version: 7.24.7
|
|
1176
|
+
resolution: "@babel/plugin-transform-numeric-separator@npm:7.24.7"
|
|
1177
1177
|
dependencies:
|
|
1178
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1178
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1179
1179
|
"@babel/plugin-syntax-numeric-separator": "npm:^7.10.4"
|
|
1180
1180
|
peerDependencies:
|
|
1181
1181
|
"@babel/core": ^7.0.0-0
|
|
1182
|
-
checksum: 10c0/
|
|
1182
|
+
checksum: 10c0/e18e09ca5a6342645d00ede477731aa6e8714ff357efc9d7cda5934f1703b3b6fb7d3298dce3ce3ba53e9ff1158eab8f1aadc68874cc21a6099d33a1ca457789
|
|
1183
1183
|
languageName: node
|
|
1184
1184
|
linkType: hard
|
|
1185
1185
|
|
|
1186
|
-
"@babel/plugin-transform-object-rest-spread@npm:^7.
|
|
1187
|
-
version: 7.
|
|
1188
|
-
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.
|
|
1186
|
+
"@babel/plugin-transform-object-rest-spread@npm:^7.24.7":
|
|
1187
|
+
version: 7.24.7
|
|
1188
|
+
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.7"
|
|
1189
1189
|
dependencies:
|
|
1190
|
-
"@babel/helper-compilation-targets": "npm:^7.
|
|
1191
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1190
|
+
"@babel/helper-compilation-targets": "npm:^7.24.7"
|
|
1191
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1192
1192
|
"@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3"
|
|
1193
|
-
"@babel/plugin-transform-parameters": "npm:^7.
|
|
1193
|
+
"@babel/plugin-transform-parameters": "npm:^7.24.7"
|
|
1194
1194
|
peerDependencies:
|
|
1195
1195
|
"@babel/core": ^7.0.0-0
|
|
1196
|
-
checksum: 10c0/
|
|
1196
|
+
checksum: 10c0/9ad64bc003f583030f9da50614b485852f8edac93f8faf5d1cd855201a4852f37c5255ae4daf70dd4375bdd4874e16e39b91f680d4668ec219ba05441ce286eb
|
|
1197
1197
|
languageName: node
|
|
1198
1198
|
linkType: hard
|
|
1199
1199
|
|
|
1200
|
-
"@babel/plugin-transform-object-super@npm:^7.
|
|
1201
|
-
version: 7.
|
|
1202
|
-
resolution: "@babel/plugin-transform-object-super@npm:7.
|
|
1200
|
+
"@babel/plugin-transform-object-super@npm:^7.24.7":
|
|
1201
|
+
version: 7.24.7
|
|
1202
|
+
resolution: "@babel/plugin-transform-object-super@npm:7.24.7"
|
|
1203
1203
|
dependencies:
|
|
1204
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1205
|
-
"@babel/helper-replace-supers": "npm:^7.
|
|
1204
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1205
|
+
"@babel/helper-replace-supers": "npm:^7.24.7"
|
|
1206
1206
|
peerDependencies:
|
|
1207
1207
|
"@babel/core": ^7.0.0-0
|
|
1208
|
-
checksum: 10c0/
|
|
1208
|
+
checksum: 10c0/770cebb4b4e1872c216b17069db9a13b87dfee747d359dc56d9fcdd66e7544f92dc6ab1861a4e7e0528196aaff2444e4f17dc84efd8eaf162d542b4ba0943869
|
|
1209
1209
|
languageName: node
|
|
1210
1210
|
linkType: hard
|
|
1211
1211
|
|
|
1212
|
-
"@babel/plugin-transform-optional-catch-binding@npm:^7.
|
|
1213
|
-
version: 7.
|
|
1214
|
-
resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.
|
|
1212
|
+
"@babel/plugin-transform-optional-catch-binding@npm:^7.24.7":
|
|
1213
|
+
version: 7.24.7
|
|
1214
|
+
resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.24.7"
|
|
1215
1215
|
dependencies:
|
|
1216
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1216
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1217
1217
|
"@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3"
|
|
1218
1218
|
peerDependencies:
|
|
1219
1219
|
"@babel/core": ^7.0.0-0
|
|
1220
|
-
checksum: 10c0/
|
|
1220
|
+
checksum: 10c0/1e2f10a018f7d03b3bde6c0b70d063df8d5dd5209861d4467726cf834f5e3d354e2276079dc226aa8e6ece35f5c9b264d64b8229a8bb232829c01e561bcfb07a
|
|
1221
1221
|
languageName: node
|
|
1222
1222
|
linkType: hard
|
|
1223
1223
|
|
|
1224
|
-
"@babel/plugin-transform-optional-chaining@npm:^7.
|
|
1225
|
-
version: 7.
|
|
1226
|
-
resolution: "@babel/plugin-transform-optional-chaining@npm:7.
|
|
1224
|
+
"@babel/plugin-transform-optional-chaining@npm:^7.24.7, @babel/plugin-transform-optional-chaining@npm:^7.24.8":
|
|
1225
|
+
version: 7.24.8
|
|
1226
|
+
resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.8"
|
|
1227
1227
|
dependencies:
|
|
1228
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1229
|
-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.
|
|
1228
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1229
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
|
|
1230
1230
|
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
|
|
1231
1231
|
peerDependencies:
|
|
1232
1232
|
"@babel/core": ^7.0.0-0
|
|
1233
|
-
checksum: 10c0/
|
|
1233
|
+
checksum: 10c0/4ffbe1aad7dec7c9aa2bf6ceb4b2f91f96815b2784f2879bde80e46934f59d64a12cb2c6262e40897c4754d77d2c35d8a5cfed63044fdebf94978b1ed3d14b17
|
|
1234
1234
|
languageName: node
|
|
1235
1235
|
linkType: hard
|
|
1236
1236
|
|
|
1237
|
-
"@babel/plugin-transform-parameters@npm:^7.12.1, @babel/plugin-transform-parameters@npm:^7.20.7, @babel/plugin-transform-parameters@npm:^7.
|
|
1238
|
-
version: 7.
|
|
1239
|
-
resolution: "@babel/plugin-transform-parameters@npm:7.
|
|
1237
|
+
"@babel/plugin-transform-parameters@npm:^7.12.1, @babel/plugin-transform-parameters@npm:^7.20.7, @babel/plugin-transform-parameters@npm:^7.24.7":
|
|
1238
|
+
version: 7.24.7
|
|
1239
|
+
resolution: "@babel/plugin-transform-parameters@npm:7.24.7"
|
|
1240
1240
|
dependencies:
|
|
1241
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1241
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1242
1242
|
peerDependencies:
|
|
1243
1243
|
"@babel/core": ^7.0.0-0
|
|
1244
|
-
checksum: 10c0/
|
|
1244
|
+
checksum: 10c0/53bf190d6926771545d5184f1f5f3f5144d0f04f170799ad46a43f683a01fab8d5fe4d2196cf246774530990c31fe1f2b9f0def39f0a5ddbb2340b924f5edf01
|
|
1245
1245
|
languageName: node
|
|
1246
1246
|
linkType: hard
|
|
1247
1247
|
|
|
1248
|
-
"@babel/plugin-transform-private-methods@npm:^7.25.
|
|
1249
|
-
version: 7.25.
|
|
1250
|
-
resolution: "@babel/plugin-transform-private-methods@npm:7.25.
|
|
1248
|
+
"@babel/plugin-transform-private-methods@npm:^7.25.4":
|
|
1249
|
+
version: 7.25.4
|
|
1250
|
+
resolution: "@babel/plugin-transform-private-methods@npm:7.25.4"
|
|
1251
1251
|
dependencies:
|
|
1252
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.25.
|
|
1253
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1252
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.25.4"
|
|
1253
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1254
1254
|
peerDependencies:
|
|
1255
1255
|
"@babel/core": ^7.0.0-0
|
|
1256
|
-
checksum: 10c0/
|
|
1256
|
+
checksum: 10c0/7abdb427c3984a2c8a2e9d806297d8509b02f78a3501b7760e544be532446e9df328b876daa8fc38718f3dce7ccc45083016ee7aeaab169b81c142bc18700794
|
|
1257
1257
|
languageName: node
|
|
1258
1258
|
linkType: hard
|
|
1259
1259
|
|
|
1260
|
-
"@babel/plugin-transform-private-property-in-object@npm:^7.
|
|
1261
|
-
version: 7.
|
|
1262
|
-
resolution: "@babel/plugin-transform-private-property-in-object@npm:7.
|
|
1260
|
+
"@babel/plugin-transform-private-property-in-object@npm:^7.24.7":
|
|
1261
|
+
version: 7.24.7
|
|
1262
|
+
resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.7"
|
|
1263
1263
|
dependencies:
|
|
1264
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
1265
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.
|
|
1266
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1264
|
+
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
|
|
1265
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.24.7"
|
|
1266
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1267
1267
|
"@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
|
|
1268
1268
|
peerDependencies:
|
|
1269
1269
|
"@babel/core": ^7.0.0-0
|
|
1270
|
-
checksum: 10c0/
|
|
1270
|
+
checksum: 10c0/c6fa7defb90b1b0ed46f24ff94ff2e77f44c1f478d1090e81712f33cf992dda5ba347016f030082a2f770138bac6f4a9c2c1565e9f767a125901c77dd9c239ba
|
|
1271
1271
|
languageName: node
|
|
1272
1272
|
linkType: hard
|
|
1273
1273
|
|
|
1274
|
-
"@babel/plugin-transform-property-literals@npm:^7.
|
|
1275
|
-
version: 7.
|
|
1276
|
-
resolution: "@babel/plugin-transform-property-literals@npm:7.
|
|
1274
|
+
"@babel/plugin-transform-property-literals@npm:^7.24.7":
|
|
1275
|
+
version: 7.24.7
|
|
1276
|
+
resolution: "@babel/plugin-transform-property-literals@npm:7.24.7"
|
|
1277
1277
|
dependencies:
|
|
1278
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1278
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1279
1279
|
peerDependencies:
|
|
1280
1280
|
"@babel/core": ^7.0.0-0
|
|
1281
|
-
checksum: 10c0/
|
|
1281
|
+
checksum: 10c0/52564b58f3d111dc02d241d5892a4b01512e98dfdf6ef11b0ed62f8b11b0acacccef0fc229b44114fe8d1a57a8b70780b11bdd18b807d3754a781a07d8f57433
|
|
1282
1282
|
languageName: node
|
|
1283
1283
|
linkType: hard
|
|
1284
1284
|
|
|
1285
1285
|
"@babel/plugin-transform-react-constant-elements@npm:^7.21.3":
|
|
1286
|
-
version: 7.25.
|
|
1287
|
-
resolution: "@babel/plugin-transform-react-constant-elements@npm:7.25.
|
|
1286
|
+
version: 7.25.1
|
|
1287
|
+
resolution: "@babel/plugin-transform-react-constant-elements@npm:7.25.1"
|
|
1288
1288
|
dependencies:
|
|
1289
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1289
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1290
1290
|
peerDependencies:
|
|
1291
1291
|
"@babel/core": ^7.0.0-0
|
|
1292
|
-
checksum: 10c0/
|
|
1292
|
+
checksum: 10c0/8e9a61e8d74804ad3e4c8051463b2d8c42be5aa1f381f7b0db3ac8696a5cb5faead54036b1e4bcd53f6ab74c0bb3e45e4d9a1a2f50b9a575a8d7965b77d89c28
|
|
1293
1293
|
languageName: node
|
|
1294
1294
|
linkType: hard
|
|
1295
1295
|
|
|
1296
|
-
"@babel/plugin-transform-react-display-name@npm:^7.
|
|
1297
|
-
version: 7.
|
|
1298
|
-
resolution: "@babel/plugin-transform-react-display-name@npm:7.
|
|
1296
|
+
"@babel/plugin-transform-react-display-name@npm:^7.24.7":
|
|
1297
|
+
version: 7.24.7
|
|
1298
|
+
resolution: "@babel/plugin-transform-react-display-name@npm:7.24.7"
|
|
1299
1299
|
dependencies:
|
|
1300
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1300
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1301
1301
|
peerDependencies:
|
|
1302
1302
|
"@babel/core": ^7.0.0-0
|
|
1303
|
-
checksum: 10c0/
|
|
1303
|
+
checksum: 10c0/c14a07a9e75723c96f1a0a306b8a8e899ff1c6a0cc3d62bcda79bb1b54e4319127b258651c513a1a47da152cdc22e16525525a30ae5933a2980c7036fd0b4d24
|
|
1304
1304
|
languageName: node
|
|
1305
1305
|
linkType: hard
|
|
1306
1306
|
|
|
1307
|
-
"@babel/plugin-transform-react-jsx-development@npm:^7.
|
|
1308
|
-
version: 7.
|
|
1309
|
-
resolution: "@babel/plugin-transform-react-jsx-development@npm:7.
|
|
1307
|
+
"@babel/plugin-transform-react-jsx-development@npm:^7.24.7":
|
|
1308
|
+
version: 7.24.7
|
|
1309
|
+
resolution: "@babel/plugin-transform-react-jsx-development@npm:7.24.7"
|
|
1310
1310
|
dependencies:
|
|
1311
|
-
"@babel/plugin-transform-react-jsx": "npm:^7.
|
|
1311
|
+
"@babel/plugin-transform-react-jsx": "npm:^7.24.7"
|
|
1312
1312
|
peerDependencies:
|
|
1313
1313
|
"@babel/core": ^7.0.0-0
|
|
1314
|
-
checksum: 10c0/
|
|
1314
|
+
checksum: 10c0/fce647db50f90a5291681f0f97865d9dc76981262dff71d6d0332e724b85343de5860c26f9e9a79e448d61e1d70916b07ce91e8c7f2b80dceb4b16aee41794d8
|
|
1315
1315
|
languageName: node
|
|
1316
1316
|
linkType: hard
|
|
1317
1317
|
|
|
1318
1318
|
"@babel/plugin-transform-react-jsx-self@npm:^7.24.5":
|
|
1319
|
-
version: 7.
|
|
1320
|
-
resolution: "@babel/plugin-transform-react-jsx-self@npm:7.
|
|
1319
|
+
version: 7.24.7
|
|
1320
|
+
resolution: "@babel/plugin-transform-react-jsx-self@npm:7.24.7"
|
|
1321
1321
|
dependencies:
|
|
1322
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1322
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1323
1323
|
peerDependencies:
|
|
1324
1324
|
"@babel/core": ^7.0.0-0
|
|
1325
|
-
checksum: 10c0/
|
|
1325
|
+
checksum: 10c0/dcf3b732401f47f06bb29d6016e48066f66de00029a0ded98ddd9983c770a00a109d91cd04d2700d15ee0bcec3ae3027a5f12d69e15ec56efc0bcbfac65e92cb
|
|
1326
1326
|
languageName: node
|
|
1327
1327
|
linkType: hard
|
|
1328
1328
|
|
|
1329
1329
|
"@babel/plugin-transform-react-jsx-source@npm:^7.24.1":
|
|
1330
|
-
version: 7.
|
|
1331
|
-
resolution: "@babel/plugin-transform-react-jsx-source@npm:7.
|
|
1330
|
+
version: 7.24.7
|
|
1331
|
+
resolution: "@babel/plugin-transform-react-jsx-source@npm:7.24.7"
|
|
1332
1332
|
dependencies:
|
|
1333
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1333
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1334
1334
|
peerDependencies:
|
|
1335
1335
|
"@babel/core": ^7.0.0-0
|
|
1336
|
-
checksum: 10c0/
|
|
1336
|
+
checksum: 10c0/970ef1264c7c6c416ab11610665d5309aec2bd2b9086ae394e1132e65138d97b060a7dc9d31054e050d6dc475b5a213938c9707c0202a5022d55dcb4c5abe28f
|
|
1337
1337
|
languageName: node
|
|
1338
1338
|
linkType: hard
|
|
1339
1339
|
|
|
1340
|
-
"@babel/plugin-transform-react-jsx@npm:^7.12.12, @babel/plugin-transform-react-jsx@npm:^7.
|
|
1341
|
-
version: 7.25.
|
|
1342
|
-
resolution: "@babel/plugin-transform-react-jsx@npm:7.25.
|
|
1340
|
+
"@babel/plugin-transform-react-jsx@npm:^7.12.12, @babel/plugin-transform-react-jsx@npm:^7.24.7":
|
|
1341
|
+
version: 7.25.2
|
|
1342
|
+
resolution: "@babel/plugin-transform-react-jsx@npm:7.25.2"
|
|
1343
1343
|
dependencies:
|
|
1344
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
1345
|
-
"@babel/helper-module-imports": "npm:^7.
|
|
1346
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1347
|
-
"@babel/plugin-syntax-jsx": "npm:^7.
|
|
1348
|
-
"@babel/types": "npm:^7.25.
|
|
1344
|
+
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
|
|
1345
|
+
"@babel/helper-module-imports": "npm:^7.24.7"
|
|
1346
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1347
|
+
"@babel/plugin-syntax-jsx": "npm:^7.24.7"
|
|
1348
|
+
"@babel/types": "npm:^7.25.2"
|
|
1349
1349
|
peerDependencies:
|
|
1350
1350
|
"@babel/core": ^7.0.0-0
|
|
1351
|
-
checksum: 10c0/
|
|
1351
|
+
checksum: 10c0/8c5b515f38118471197605e02bea54a8a4283010e3c55bad8cfb78de59ad63612b14d40baca63689afdc9d57b147aac4c7794fe5f7736c9e1ed6dd38784be624
|
|
1352
1352
|
languageName: node
|
|
1353
1353
|
linkType: hard
|
|
1354
1354
|
|
|
1355
|
-
"@babel/plugin-transform-react-pure-annotations@npm:^7.
|
|
1356
|
-
version: 7.
|
|
1357
|
-
resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.
|
|
1355
|
+
"@babel/plugin-transform-react-pure-annotations@npm:^7.24.7":
|
|
1356
|
+
version: 7.24.7
|
|
1357
|
+
resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.24.7"
|
|
1358
1358
|
dependencies:
|
|
1359
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
1360
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1359
|
+
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
|
|
1360
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1361
1361
|
peerDependencies:
|
|
1362
1362
|
"@babel/core": ^7.0.0-0
|
|
1363
|
-
checksum: 10c0/
|
|
1363
|
+
checksum: 10c0/fae517d293d9c93b7b920458c3e4b91cb0400513889af41ba184a5f3acc8bfef27242cc262741bb8f87870df376f1733a0d0f52b966d342e2aaaf5607af8f73d
|
|
1364
1364
|
languageName: node
|
|
1365
1365
|
linkType: hard
|
|
1366
1366
|
|
|
1367
|
-
"@babel/plugin-transform-regenerator@npm:^7.
|
|
1368
|
-
version: 7.
|
|
1369
|
-
resolution: "@babel/plugin-transform-regenerator@npm:7.
|
|
1367
|
+
"@babel/plugin-transform-regenerator@npm:^7.24.7":
|
|
1368
|
+
version: 7.24.7
|
|
1369
|
+
resolution: "@babel/plugin-transform-regenerator@npm:7.24.7"
|
|
1370
1370
|
dependencies:
|
|
1371
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1371
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1372
1372
|
regenerator-transform: "npm:^0.15.2"
|
|
1373
1373
|
peerDependencies:
|
|
1374
1374
|
"@babel/core": ^7.0.0-0
|
|
1375
|
-
checksum: 10c0/
|
|
1375
|
+
checksum: 10c0/d2dc2c788fdae9d97217e70d46ba8ca9db0035c398dc3e161552b0c437113719a75c04f201f9c91ddc8d28a1da60d0b0853f616dead98a396abb9c845c44892b
|
|
1376
1376
|
languageName: node
|
|
1377
1377
|
linkType: hard
|
|
1378
1378
|
|
|
1379
|
-
"@babel/plugin-transform-reserved-words@npm:^7.
|
|
1380
|
-
version: 7.
|
|
1381
|
-
resolution: "@babel/plugin-transform-reserved-words@npm:7.
|
|
1379
|
+
"@babel/plugin-transform-reserved-words@npm:^7.24.7":
|
|
1380
|
+
version: 7.24.7
|
|
1381
|
+
resolution: "@babel/plugin-transform-reserved-words@npm:7.24.7"
|
|
1382
1382
|
dependencies:
|
|
1383
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1383
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1384
1384
|
peerDependencies:
|
|
1385
1385
|
"@babel/core": ^7.0.0-0
|
|
1386
|
-
checksum: 10c0/
|
|
1386
|
+
checksum: 10c0/2229de2768615e7f5dc0bbc55bc121b5678fd6d2febd46c74a58e42bb894d74cd5955c805880f4e02d0e1cf94f6886270eda7fafc1be9305a1ec3b9fd1d063f5
|
|
1387
1387
|
languageName: node
|
|
1388
1388
|
linkType: hard
|
|
1389
1389
|
|
|
1390
|
-
"@babel/plugin-transform-shorthand-properties@npm:^7.12.1, @babel/plugin-transform-shorthand-properties@npm:^7.
|
|
1391
|
-
version: 7.
|
|
1392
|
-
resolution: "@babel/plugin-transform-shorthand-properties@npm:7.
|
|
1390
|
+
"@babel/plugin-transform-shorthand-properties@npm:^7.12.1, @babel/plugin-transform-shorthand-properties@npm:^7.24.7":
|
|
1391
|
+
version: 7.24.7
|
|
1392
|
+
resolution: "@babel/plugin-transform-shorthand-properties@npm:7.24.7"
|
|
1393
1393
|
dependencies:
|
|
1394
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1394
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1395
1395
|
peerDependencies:
|
|
1396
1396
|
"@babel/core": ^7.0.0-0
|
|
1397
|
-
checksum: 10c0/
|
|
1397
|
+
checksum: 10c0/41b155bdbb3be66618358488bf7731b3b2e8fff2de3dbfd541847720a9debfcec14db06a117abedd03c9cd786db20a79e2a86509a4f19513f6e1b610520905cf
|
|
1398
1398
|
languageName: node
|
|
1399
1399
|
linkType: hard
|
|
1400
1400
|
|
|
1401
|
-
"@babel/plugin-transform-spread@npm:^7.12.1, @babel/plugin-transform-spread@npm:^7.
|
|
1402
|
-
version: 7.
|
|
1403
|
-
resolution: "@babel/plugin-transform-spread@npm:7.
|
|
1401
|
+
"@babel/plugin-transform-spread@npm:^7.12.1, @babel/plugin-transform-spread@npm:^7.24.7":
|
|
1402
|
+
version: 7.24.7
|
|
1403
|
+
resolution: "@babel/plugin-transform-spread@npm:7.24.7"
|
|
1404
1404
|
dependencies:
|
|
1405
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1406
|
-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.
|
|
1405
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1406
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
|
|
1407
1407
|
peerDependencies:
|
|
1408
1408
|
"@babel/core": ^7.0.0-0
|
|
1409
|
-
checksum: 10c0/
|
|
1409
|
+
checksum: 10c0/facba1553035f76b0d2930d4ada89a8cd0f45b79579afd35baefbfaf12e3b86096995f4b0c402cf9ee23b3f2ea0a4460c3b1ec0c192d340962c948bb223d4e66
|
|
1410
1410
|
languageName: node
|
|
1411
1411
|
linkType: hard
|
|
1412
1412
|
|
|
1413
|
-
"@babel/plugin-transform-sticky-regex@npm:^7.
|
|
1414
|
-
version: 7.
|
|
1415
|
-
resolution: "@babel/plugin-transform-sticky-regex@npm:7.
|
|
1413
|
+
"@babel/plugin-transform-sticky-regex@npm:^7.24.7":
|
|
1414
|
+
version: 7.24.7
|
|
1415
|
+
resolution: "@babel/plugin-transform-sticky-regex@npm:7.24.7"
|
|
1416
1416
|
dependencies:
|
|
1417
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1417
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1418
1418
|
peerDependencies:
|
|
1419
1419
|
"@babel/core": ^7.0.0-0
|
|
1420
|
-
checksum: 10c0/
|
|
1420
|
+
checksum: 10c0/5a74ed2ed0a3ab51c3d15fcaf09d9e2fe915823535c7a4d7b019813177d559b69677090e189ec3d5d08b619483eb5ad371fbcfbbff5ace2a76ba33ee566a1109
|
|
1421
1421
|
languageName: node
|
|
1422
1422
|
linkType: hard
|
|
1423
1423
|
|
|
1424
|
-
"@babel/plugin-transform-template-literals@npm:^7.12.1, @babel/plugin-transform-template-literals@npm:^7.
|
|
1425
|
-
version: 7.
|
|
1426
|
-
resolution: "@babel/plugin-transform-template-literals@npm:7.
|
|
1424
|
+
"@babel/plugin-transform-template-literals@npm:^7.12.1, @babel/plugin-transform-template-literals@npm:^7.24.7":
|
|
1425
|
+
version: 7.24.7
|
|
1426
|
+
resolution: "@babel/plugin-transform-template-literals@npm:7.24.7"
|
|
1427
1427
|
dependencies:
|
|
1428
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1428
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1429
1429
|
peerDependencies:
|
|
1430
1430
|
"@babel/core": ^7.0.0-0
|
|
1431
|
-
checksum: 10c0/
|
|
1431
|
+
checksum: 10c0/3630f966257bcace122f04d3157416a09d40768c44c3a800855da81146b009187daa21859d1c3b7d13f4e19e8888e60613964b175b2275d451200fb6d8d6cfe6
|
|
1432
1432
|
languageName: node
|
|
1433
1433
|
linkType: hard
|
|
1434
1434
|
|
|
1435
|
-
"@babel/plugin-transform-typeof-symbol@npm:^7.
|
|
1436
|
-
version: 7.
|
|
1437
|
-
resolution: "@babel/plugin-transform-typeof-symbol@npm:7.
|
|
1435
|
+
"@babel/plugin-transform-typeof-symbol@npm:^7.24.8":
|
|
1436
|
+
version: 7.24.8
|
|
1437
|
+
resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.8"
|
|
1438
1438
|
dependencies:
|
|
1439
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1439
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1440
1440
|
peerDependencies:
|
|
1441
1441
|
"@babel/core": ^7.0.0-0
|
|
1442
|
-
checksum: 10c0/
|
|
1442
|
+
checksum: 10c0/2f570a4fbbdc5fd85f48165a97452826560051e3b8efb48c3bb0a0a33ee8485633439e7b71bfe3ef705583a1df43f854f49125bd759abdedc195b2cf7e60012a
|
|
1443
1443
|
languageName: node
|
|
1444
1444
|
linkType: hard
|
|
1445
1445
|
|
|
1446
|
-
"@babel/plugin-transform-typescript@npm:^7.
|
|
1447
|
-
version: 7.25.
|
|
1448
|
-
resolution: "@babel/plugin-transform-typescript@npm:7.25.
|
|
1446
|
+
"@babel/plugin-transform-typescript@npm:^7.24.7":
|
|
1447
|
+
version: 7.25.2
|
|
1448
|
+
resolution: "@babel/plugin-transform-typescript@npm:7.25.2"
|
|
1449
1449
|
dependencies:
|
|
1450
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
1451
|
-
"@babel/helper-create-class-features-plugin": "npm:^7.25.
|
|
1452
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1453
|
-
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.
|
|
1454
|
-
"@babel/plugin-syntax-typescript": "npm:^7.
|
|
1450
|
+
"@babel/helper-annotate-as-pure": "npm:^7.24.7"
|
|
1451
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.25.0"
|
|
1452
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1453
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
|
|
1454
|
+
"@babel/plugin-syntax-typescript": "npm:^7.24.7"
|
|
1455
1455
|
peerDependencies:
|
|
1456
1456
|
"@babel/core": ^7.0.0-0
|
|
1457
|
-
checksum: 10c0/
|
|
1457
|
+
checksum: 10c0/b3c941da39ee7ecf72df1b78a01d4108160438245f2ab61befe182f51d17fd0034733c6d079b7efad81e03a66438aa3881a671cd68c5eb0fc775df86b88df996
|
|
1458
1458
|
languageName: node
|
|
1459
1459
|
linkType: hard
|
|
1460
1460
|
|
|
1461
|
-
"@babel/plugin-transform-unicode-escapes@npm:^7.
|
|
1462
|
-
version: 7.
|
|
1463
|
-
resolution: "@babel/plugin-transform-unicode-escapes@npm:7.
|
|
1461
|
+
"@babel/plugin-transform-unicode-escapes@npm:^7.24.7":
|
|
1462
|
+
version: 7.24.7
|
|
1463
|
+
resolution: "@babel/plugin-transform-unicode-escapes@npm:7.24.7"
|
|
1464
1464
|
dependencies:
|
|
1465
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1465
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1466
1466
|
peerDependencies:
|
|
1467
1467
|
"@babel/core": ^7.0.0-0
|
|
1468
|
-
checksum: 10c0/
|
|
1468
|
+
checksum: 10c0/8b18e2e66af33471a6971289492beff5c240e56727331db1d34c4338a6a368a82a7ed6d57ec911001b6d65643aed76531e1e7cac93265fb3fb2717f54d845e69
|
|
1469
1469
|
languageName: node
|
|
1470
1470
|
linkType: hard
|
|
1471
1471
|
|
|
1472
|
-
"@babel/plugin-transform-unicode-property-regex@npm:^7.
|
|
1473
|
-
version: 7.
|
|
1474
|
-
resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.
|
|
1472
|
+
"@babel/plugin-transform-unicode-property-regex@npm:^7.24.7":
|
|
1473
|
+
version: 7.24.7
|
|
1474
|
+
resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.24.7"
|
|
1475
1475
|
dependencies:
|
|
1476
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
1477
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1476
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
|
|
1477
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1478
1478
|
peerDependencies:
|
|
1479
1479
|
"@babel/core": ^7.0.0-0
|
|
1480
|
-
checksum: 10c0/
|
|
1480
|
+
checksum: 10c0/bc57656eb94584d1b74a385d378818ac2b3fca642e3f649fead8da5fb3f9de22f8461185936915dfb33d5a9104e62e7a47828331248b09d28bb2d59e9276de3e
|
|
1481
1481
|
languageName: node
|
|
1482
1482
|
linkType: hard
|
|
1483
1483
|
|
|
1484
|
-
"@babel/plugin-transform-unicode-regex@npm:^7.
|
|
1485
|
-
version: 7.
|
|
1486
|
-
resolution: "@babel/plugin-transform-unicode-regex@npm:7.
|
|
1484
|
+
"@babel/plugin-transform-unicode-regex@npm:^7.24.7":
|
|
1485
|
+
version: 7.24.7
|
|
1486
|
+
resolution: "@babel/plugin-transform-unicode-regex@npm:7.24.7"
|
|
1487
1487
|
dependencies:
|
|
1488
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.
|
|
1489
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1488
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
|
|
1489
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1490
1490
|
peerDependencies:
|
|
1491
1491
|
"@babel/core": ^7.0.0-0
|
|
1492
|
-
checksum: 10c0/
|
|
1492
|
+
checksum: 10c0/83f72a345b751566b601dc4d07e9f2c8f1bc0e0c6f7abb56ceb3095b3c9d304de73f85f2f477a09f8cc7edd5e65afd0ff9e376cdbcbea33bc0c28f3705b38fd9
|
|
1493
1493
|
languageName: node
|
|
1494
1494
|
linkType: hard
|
|
1495
1495
|
|
|
1496
|
-
"@babel/plugin-transform-unicode-sets-regex@npm:^7.25.
|
|
1497
|
-
version: 7.25.
|
|
1498
|
-
resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.
|
|
1496
|
+
"@babel/plugin-transform-unicode-sets-regex@npm:^7.25.4":
|
|
1497
|
+
version: 7.25.4
|
|
1498
|
+
resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.4"
|
|
1499
1499
|
dependencies:
|
|
1500
|
-
"@babel/helper-create-regexp-features-plugin": "npm:^7.25.
|
|
1501
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1500
|
+
"@babel/helper-create-regexp-features-plugin": "npm:^7.25.2"
|
|
1501
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1502
1502
|
peerDependencies:
|
|
1503
1503
|
"@babel/core": ^7.0.0
|
|
1504
|
-
checksum: 10c0/
|
|
1504
|
+
checksum: 10c0/f65749835a98d8d6242e961f9276bdcdb09020e791d151ccc145acaca9a66f025b2c7cb761104f139180d35eb066a429596ee6edece81f5fd9244e0edb97d7ec
|
|
1505
1505
|
languageName: node
|
|
1506
1506
|
linkType: hard
|
|
1507
1507
|
|
|
1508
1508
|
"@babel/preset-env@npm:^7.12.11, @babel/preset-env@npm:^7.20.2":
|
|
1509
|
-
version: 7.25.
|
|
1510
|
-
resolution: "@babel/preset-env@npm:7.25.
|
|
1511
|
-
dependencies:
|
|
1512
|
-
"@babel/compat-data": "npm:^7.25.
|
|
1513
|
-
"@babel/helper-compilation-targets": "npm:^7.25.
|
|
1514
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1515
|
-
"@babel/helper-validator-option": "npm:^7.
|
|
1516
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.
|
|
1517
|
-
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.
|
|
1518
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.
|
|
1519
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.
|
|
1520
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.
|
|
1509
|
+
version: 7.25.4
|
|
1510
|
+
resolution: "@babel/preset-env@npm:7.25.4"
|
|
1511
|
+
dependencies:
|
|
1512
|
+
"@babel/compat-data": "npm:^7.25.4"
|
|
1513
|
+
"@babel/helper-compilation-targets": "npm:^7.25.2"
|
|
1514
|
+
"@babel/helper-plugin-utils": "npm:^7.24.8"
|
|
1515
|
+
"@babel/helper-validator-option": "npm:^7.24.8"
|
|
1516
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.3"
|
|
1517
|
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.0"
|
|
1518
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.0"
|
|
1519
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.24.7"
|
|
1520
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.0"
|
|
1521
1521
|
"@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
|
|
1522
1522
|
"@babel/plugin-syntax-async-generators": "npm:^7.8.4"
|
|
1523
1523
|
"@babel/plugin-syntax-class-properties": "npm:^7.12.13"
|
|
1524
1524
|
"@babel/plugin-syntax-class-static-block": "npm:^7.14.5"
|
|
1525
1525
|
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
|
|
1526
1526
|
"@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
|
|
1527
|
-
"@babel/plugin-syntax-import-assertions": "npm:^7.
|
|
1528
|
-
"@babel/plugin-syntax-import-attributes": "npm:^7.
|
|
1527
|
+
"@babel/plugin-syntax-import-assertions": "npm:^7.24.7"
|
|
1528
|
+
"@babel/plugin-syntax-import-attributes": "npm:^7.24.7"
|
|
1529
1529
|
"@babel/plugin-syntax-import-meta": "npm:^7.10.4"
|
|
1530
1530
|
"@babel/plugin-syntax-json-strings": "npm:^7.8.3"
|
|
1531
1531
|
"@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
|
|
@@ -1537,77 +1537,77 @@ __metadata:
|
|
|
1537
1537
|
"@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
|
|
1538
1538
|
"@babel/plugin-syntax-top-level-await": "npm:^7.14.5"
|
|
1539
1539
|
"@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6"
|
|
1540
|
-
"@babel/plugin-transform-arrow-functions": "npm:^7.
|
|
1541
|
-
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.
|
|
1542
|
-
"@babel/plugin-transform-async-to-generator": "npm:^7.
|
|
1543
|
-
"@babel/plugin-transform-block-scoped-functions": "npm:^7.
|
|
1544
|
-
"@babel/plugin-transform-block-scoping": "npm:^7.25.
|
|
1545
|
-
"@babel/plugin-transform-class-properties": "npm:^7.25.
|
|
1546
|
-
"@babel/plugin-transform-class-static-block": "npm:^7.
|
|
1547
|
-
"@babel/plugin-transform-classes": "npm:^7.25.
|
|
1548
|
-
"@babel/plugin-transform-computed-properties": "npm:^7.
|
|
1549
|
-
"@babel/plugin-transform-destructuring": "npm:^7.
|
|
1550
|
-
"@babel/plugin-transform-dotall-regex": "npm:^7.
|
|
1551
|
-
"@babel/plugin-transform-duplicate-keys": "npm:^7.
|
|
1552
|
-
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.
|
|
1553
|
-
"@babel/plugin-transform-dynamic-import": "npm:^7.
|
|
1554
|
-
"@babel/plugin-transform-exponentiation-operator": "npm:^7.
|
|
1555
|
-
"@babel/plugin-transform-export-namespace-from": "npm:^7.
|
|
1556
|
-
"@babel/plugin-transform-for-of": "npm:^7.
|
|
1557
|
-
"@babel/plugin-transform-function-name": "npm:^7.25.
|
|
1558
|
-
"@babel/plugin-transform-json-strings": "npm:^7.
|
|
1559
|
-
"@babel/plugin-transform-literals": "npm:^7.25.
|
|
1560
|
-
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.
|
|
1561
|
-
"@babel/plugin-transform-member-expression-literals": "npm:^7.
|
|
1562
|
-
"@babel/plugin-transform-modules-amd": "npm:^7.
|
|
1563
|
-
"@babel/plugin-transform-modules-commonjs": "npm:^7.
|
|
1564
|
-
"@babel/plugin-transform-modules-systemjs": "npm:^7.25.
|
|
1565
|
-
"@babel/plugin-transform-modules-umd": "npm:^7.
|
|
1566
|
-
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.
|
|
1567
|
-
"@babel/plugin-transform-new-target": "npm:^7.
|
|
1568
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.
|
|
1569
|
-
"@babel/plugin-transform-numeric-separator": "npm:^7.
|
|
1570
|
-
"@babel/plugin-transform-object-rest-spread": "npm:^7.
|
|
1571
|
-
"@babel/plugin-transform-object-super": "npm:^7.
|
|
1572
|
-
"@babel/plugin-transform-optional-catch-binding": "npm:^7.
|
|
1573
|
-
"@babel/plugin-transform-optional-chaining": "npm:^7.
|
|
1574
|
-
"@babel/plugin-transform-parameters": "npm:^7.
|
|
1575
|
-
"@babel/plugin-transform-private-methods": "npm:^7.25.
|
|
1576
|
-
"@babel/plugin-transform-private-property-in-object": "npm:^7.
|
|
1577
|
-
"@babel/plugin-transform-property-literals": "npm:^7.
|
|
1578
|
-
"@babel/plugin-transform-regenerator": "npm:^7.
|
|
1579
|
-
"@babel/plugin-transform-reserved-words": "npm:^7.
|
|
1580
|
-
"@babel/plugin-transform-shorthand-properties": "npm:^7.
|
|
1581
|
-
"@babel/plugin-transform-spread": "npm:^7.
|
|
1582
|
-
"@babel/plugin-transform-sticky-regex": "npm:^7.
|
|
1583
|
-
"@babel/plugin-transform-template-literals": "npm:^7.
|
|
1584
|
-
"@babel/plugin-transform-typeof-symbol": "npm:^7.
|
|
1585
|
-
"@babel/plugin-transform-unicode-escapes": "npm:^7.
|
|
1586
|
-
"@babel/plugin-transform-unicode-property-regex": "npm:^7.
|
|
1587
|
-
"@babel/plugin-transform-unicode-regex": "npm:^7.
|
|
1588
|
-
"@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.
|
|
1540
|
+
"@babel/plugin-transform-arrow-functions": "npm:^7.24.7"
|
|
1541
|
+
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.4"
|
|
1542
|
+
"@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
|
|
1543
|
+
"@babel/plugin-transform-block-scoped-functions": "npm:^7.24.7"
|
|
1544
|
+
"@babel/plugin-transform-block-scoping": "npm:^7.25.0"
|
|
1545
|
+
"@babel/plugin-transform-class-properties": "npm:^7.25.4"
|
|
1546
|
+
"@babel/plugin-transform-class-static-block": "npm:^7.24.7"
|
|
1547
|
+
"@babel/plugin-transform-classes": "npm:^7.25.4"
|
|
1548
|
+
"@babel/plugin-transform-computed-properties": "npm:^7.24.7"
|
|
1549
|
+
"@babel/plugin-transform-destructuring": "npm:^7.24.8"
|
|
1550
|
+
"@babel/plugin-transform-dotall-regex": "npm:^7.24.7"
|
|
1551
|
+
"@babel/plugin-transform-duplicate-keys": "npm:^7.24.7"
|
|
1552
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.0"
|
|
1553
|
+
"@babel/plugin-transform-dynamic-import": "npm:^7.24.7"
|
|
1554
|
+
"@babel/plugin-transform-exponentiation-operator": "npm:^7.24.7"
|
|
1555
|
+
"@babel/plugin-transform-export-namespace-from": "npm:^7.24.7"
|
|
1556
|
+
"@babel/plugin-transform-for-of": "npm:^7.24.7"
|
|
1557
|
+
"@babel/plugin-transform-function-name": "npm:^7.25.1"
|
|
1558
|
+
"@babel/plugin-transform-json-strings": "npm:^7.24.7"
|
|
1559
|
+
"@babel/plugin-transform-literals": "npm:^7.25.2"
|
|
1560
|
+
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7"
|
|
1561
|
+
"@babel/plugin-transform-member-expression-literals": "npm:^7.24.7"
|
|
1562
|
+
"@babel/plugin-transform-modules-amd": "npm:^7.24.7"
|
|
1563
|
+
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
|
|
1564
|
+
"@babel/plugin-transform-modules-systemjs": "npm:^7.25.0"
|
|
1565
|
+
"@babel/plugin-transform-modules-umd": "npm:^7.24.7"
|
|
1566
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7"
|
|
1567
|
+
"@babel/plugin-transform-new-target": "npm:^7.24.7"
|
|
1568
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7"
|
|
1569
|
+
"@babel/plugin-transform-numeric-separator": "npm:^7.24.7"
|
|
1570
|
+
"@babel/plugin-transform-object-rest-spread": "npm:^7.24.7"
|
|
1571
|
+
"@babel/plugin-transform-object-super": "npm:^7.24.7"
|
|
1572
|
+
"@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7"
|
|
1573
|
+
"@babel/plugin-transform-optional-chaining": "npm:^7.24.8"
|
|
1574
|
+
"@babel/plugin-transform-parameters": "npm:^7.24.7"
|
|
1575
|
+
"@babel/plugin-transform-private-methods": "npm:^7.25.4"
|
|
1576
|
+
"@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
|
|
1577
|
+
"@babel/plugin-transform-property-literals": "npm:^7.24.7"
|
|
1578
|
+
"@babel/plugin-transform-regenerator": "npm:^7.24.7"
|
|
1579
|
+
"@babel/plugin-transform-reserved-words": "npm:^7.24.7"
|
|
1580
|
+
"@babel/plugin-transform-shorthand-properties": "npm:^7.24.7"
|
|
1581
|
+
"@babel/plugin-transform-spread": "npm:^7.24.7"
|
|
1582
|
+
"@babel/plugin-transform-sticky-regex": "npm:^7.24.7"
|
|
1583
|
+
"@babel/plugin-transform-template-literals": "npm:^7.24.7"
|
|
1584
|
+
"@babel/plugin-transform-typeof-symbol": "npm:^7.24.8"
|
|
1585
|
+
"@babel/plugin-transform-unicode-escapes": "npm:^7.24.7"
|
|
1586
|
+
"@babel/plugin-transform-unicode-property-regex": "npm:^7.24.7"
|
|
1587
|
+
"@babel/plugin-transform-unicode-regex": "npm:^7.24.7"
|
|
1588
|
+
"@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.4"
|
|
1589
1589
|
"@babel/preset-modules": "npm:0.1.6-no-external-plugins"
|
|
1590
1590
|
babel-plugin-polyfill-corejs2: "npm:^0.4.10"
|
|
1591
1591
|
babel-plugin-polyfill-corejs3: "npm:^0.10.6"
|
|
1592
1592
|
babel-plugin-polyfill-regenerator: "npm:^0.6.1"
|
|
1593
|
-
core-js-compat: "npm:^3.
|
|
1593
|
+
core-js-compat: "npm:^3.37.1"
|
|
1594
1594
|
semver: "npm:^6.3.1"
|
|
1595
1595
|
peerDependencies:
|
|
1596
1596
|
"@babel/core": ^7.0.0-0
|
|
1597
|
-
checksum: 10c0/
|
|
1597
|
+
checksum: 10c0/ed210a1974b5a1e7f80a933c87253907ec869457cea900bc97892642fa9a690c47627a9bac08a7c9495deb992a2b15f308ffca2741e1876ba47172c96fa27e14
|
|
1598
1598
|
languageName: node
|
|
1599
1599
|
linkType: hard
|
|
1600
1600
|
|
|
1601
1601
|
"@babel/preset-flow@npm:^7.12.1":
|
|
1602
|
-
version: 7.
|
|
1603
|
-
resolution: "@babel/preset-flow@npm:7.
|
|
1602
|
+
version: 7.24.7
|
|
1603
|
+
resolution: "@babel/preset-flow@npm:7.24.7"
|
|
1604
1604
|
dependencies:
|
|
1605
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1606
|
-
"@babel/helper-validator-option": "npm:^7.
|
|
1607
|
-
"@babel/plugin-transform-flow-strip-types": "npm:^7.
|
|
1605
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1606
|
+
"@babel/helper-validator-option": "npm:^7.24.7"
|
|
1607
|
+
"@babel/plugin-transform-flow-strip-types": "npm:^7.24.7"
|
|
1608
1608
|
peerDependencies:
|
|
1609
1609
|
"@babel/core": ^7.0.0-0
|
|
1610
|
-
checksum: 10c0/
|
|
1610
|
+
checksum: 10c0/2a99333b9aac17033cefe17fb9d8c41b20c4f2cd3eab34f56c20d7c1c528cc1cca7e6d909de92fc700739a505b43166c9de62423f8a30b484161ebdf9474e217
|
|
1611
1611
|
languageName: node
|
|
1612
1612
|
linkType: hard
|
|
1613
1613
|
|
|
@@ -1625,39 +1625,39 @@ __metadata:
|
|
|
1625
1625
|
linkType: hard
|
|
1626
1626
|
|
|
1627
1627
|
"@babel/preset-react@npm:^7.12.10, @babel/preset-react@npm:^7.18.6":
|
|
1628
|
-
version: 7.
|
|
1629
|
-
resolution: "@babel/preset-react@npm:7.
|
|
1628
|
+
version: 7.24.7
|
|
1629
|
+
resolution: "@babel/preset-react@npm:7.24.7"
|
|
1630
1630
|
dependencies:
|
|
1631
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1632
|
-
"@babel/helper-validator-option": "npm:^7.
|
|
1633
|
-
"@babel/plugin-transform-react-display-name": "npm:^7.
|
|
1634
|
-
"@babel/plugin-transform-react-jsx": "npm:^7.
|
|
1635
|
-
"@babel/plugin-transform-react-jsx-development": "npm:^7.
|
|
1636
|
-
"@babel/plugin-transform-react-pure-annotations": "npm:^7.
|
|
1631
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1632
|
+
"@babel/helper-validator-option": "npm:^7.24.7"
|
|
1633
|
+
"@babel/plugin-transform-react-display-name": "npm:^7.24.7"
|
|
1634
|
+
"@babel/plugin-transform-react-jsx": "npm:^7.24.7"
|
|
1635
|
+
"@babel/plugin-transform-react-jsx-development": "npm:^7.24.7"
|
|
1636
|
+
"@babel/plugin-transform-react-pure-annotations": "npm:^7.24.7"
|
|
1637
1637
|
peerDependencies:
|
|
1638
1638
|
"@babel/core": ^7.0.0-0
|
|
1639
|
-
checksum: 10c0/
|
|
1639
|
+
checksum: 10c0/9658b685b25cedaadd0b65c4e663fbc7f57394b5036ddb4c99b1a75b0711fb83292c1c625d605c05b73413fc7a6dc20e532627f6a39b6dc8d4e00415479b054c
|
|
1640
1640
|
languageName: node
|
|
1641
1641
|
linkType: hard
|
|
1642
1642
|
|
|
1643
1643
|
"@babel/preset-typescript@npm:^7.12.7, @babel/preset-typescript@npm:^7.21.0":
|
|
1644
|
-
version: 7.
|
|
1645
|
-
resolution: "@babel/preset-typescript@npm:7.
|
|
1644
|
+
version: 7.24.7
|
|
1645
|
+
resolution: "@babel/preset-typescript@npm:7.24.7"
|
|
1646
1646
|
dependencies:
|
|
1647
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1648
|
-
"@babel/helper-validator-option": "npm:^7.
|
|
1649
|
-
"@babel/plugin-syntax-jsx": "npm:^7.
|
|
1650
|
-
"@babel/plugin-transform-modules-commonjs": "npm:^7.
|
|
1651
|
-
"@babel/plugin-transform-typescript": "npm:^7.
|
|
1647
|
+
"@babel/helper-plugin-utils": "npm:^7.24.7"
|
|
1648
|
+
"@babel/helper-validator-option": "npm:^7.24.7"
|
|
1649
|
+
"@babel/plugin-syntax-jsx": "npm:^7.24.7"
|
|
1650
|
+
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.7"
|
|
1651
|
+
"@babel/plugin-transform-typescript": "npm:^7.24.7"
|
|
1652
1652
|
peerDependencies:
|
|
1653
1653
|
"@babel/core": ^7.0.0-0
|
|
1654
|
-
checksum: 10c0/
|
|
1654
|
+
checksum: 10c0/986bc0978eedb4da33aba8e1e13a3426dd1829515313b7e8f4ba5d8c18aff1663b468939d471814e7acf4045d326ae6cff37239878d169ac3fe53a8fde71f8ee
|
|
1655
1655
|
languageName: node
|
|
1656
1656
|
linkType: hard
|
|
1657
1657
|
|
|
1658
1658
|
"@babel/register@npm:^7.12.1":
|
|
1659
|
-
version: 7.
|
|
1660
|
-
resolution: "@babel/register@npm:7.
|
|
1659
|
+
version: 7.24.6
|
|
1660
|
+
resolution: "@babel/register@npm:7.24.6"
|
|
1661
1661
|
dependencies:
|
|
1662
1662
|
clone-deep: "npm:^4.0.1"
|
|
1663
1663
|
find-cache-dir: "npm:^2.0.0"
|
|
@@ -1666,63 +1666,70 @@ __metadata:
|
|
|
1666
1666
|
source-map-support: "npm:^0.5.16"
|
|
1667
1667
|
peerDependencies:
|
|
1668
1668
|
"@babel/core": ^7.0.0-0
|
|
1669
|
-
checksum: 10c0/
|
|
1669
|
+
checksum: 10c0/e0c6d6c8945dd792f83dc7bd6be468246b3aedd62b32620e56a3f3328389b577a6261d4338a9de9519f4eadddfef5aa0fdc1f92082c778dedddcc5854e357f09
|
|
1670
|
+
languageName: node
|
|
1671
|
+
linkType: hard
|
|
1672
|
+
|
|
1673
|
+
"@babel/regjsgen@npm:^0.8.0":
|
|
1674
|
+
version: 0.8.0
|
|
1675
|
+
resolution: "@babel/regjsgen@npm:0.8.0"
|
|
1676
|
+
checksum: 10c0/4f3ddd8c7c96d447e05c8304c1d5ba3a83fcabd8a716bc1091c2f31595cdd43a3a055fff7cb5d3042b8cb7d402d78820fcb4e05d896c605a7d8bcf30f2424c4a
|
|
1670
1677
|
languageName: node
|
|
1671
1678
|
linkType: hard
|
|
1672
1679
|
|
|
1673
1680
|
"@babel/runtime-corejs3@npm:^7.10.2":
|
|
1674
|
-
version: 7.25.
|
|
1675
|
-
resolution: "@babel/runtime-corejs3@npm:7.25.
|
|
1681
|
+
version: 7.25.6
|
|
1682
|
+
resolution: "@babel/runtime-corejs3@npm:7.25.6"
|
|
1676
1683
|
dependencies:
|
|
1677
1684
|
core-js-pure: "npm:^3.30.2"
|
|
1678
1685
|
regenerator-runtime: "npm:^0.14.0"
|
|
1679
|
-
checksum: 10c0/
|
|
1686
|
+
checksum: 10c0/46bf23aca2c9095289136177dab2e7b8516fc21dfeae14ed3309d919cd8044b8a2cd629b06c999a4faaa3bd0c5af27ad41ee41ec3ef855d7c8ec309f4cd600c0
|
|
1680
1687
|
languageName: node
|
|
1681
1688
|
linkType: hard
|
|
1682
1689
|
|
|
1683
1690
|
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.6, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.14.0, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.20.13, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.8, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.2, @babel/runtime@npm:^7.6.3, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
|
|
1684
|
-
version: 7.25.
|
|
1685
|
-
resolution: "@babel/runtime@npm:7.25.
|
|
1691
|
+
version: 7.25.6
|
|
1692
|
+
resolution: "@babel/runtime@npm:7.25.6"
|
|
1686
1693
|
dependencies:
|
|
1687
1694
|
regenerator-runtime: "npm:^0.14.0"
|
|
1688
|
-
checksum: 10c0/
|
|
1695
|
+
checksum: 10c0/d6143adf5aa1ce79ed374e33fdfd74fa975055a80bc6e479672ab1eadc4e4bfd7484444e17dd063a1d180e051f3ec62b357c7a2b817e7657687b47313158c3d2
|
|
1689
1696
|
languageName: node
|
|
1690
1697
|
linkType: hard
|
|
1691
1698
|
|
|
1692
|
-
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.
|
|
1693
|
-
version: 7.25.
|
|
1694
|
-
resolution: "@babel/template@npm:7.25.
|
|
1699
|
+
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0":
|
|
1700
|
+
version: 7.25.0
|
|
1701
|
+
resolution: "@babel/template@npm:7.25.0"
|
|
1695
1702
|
dependencies:
|
|
1696
|
-
"@babel/code-frame": "npm:^7.
|
|
1697
|
-
"@babel/parser": "npm:^7.25.
|
|
1698
|
-
"@babel/types": "npm:^7.25.
|
|
1699
|
-
checksum: 10c0/
|
|
1703
|
+
"@babel/code-frame": "npm:^7.24.7"
|
|
1704
|
+
"@babel/parser": "npm:^7.25.0"
|
|
1705
|
+
"@babel/types": "npm:^7.25.0"
|
|
1706
|
+
checksum: 10c0/4e31afd873215744c016e02b04f43b9fa23205d6d0766fb2e93eb4091c60c1b88897936adb895fb04e3c23de98dfdcbe31bc98daaa1a4e0133f78bb948e1209b
|
|
1700
1707
|
languageName: node
|
|
1701
1708
|
linkType: hard
|
|
1702
1709
|
|
|
1703
|
-
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.12.11, @babel/traverse@npm:^7.12.9, @babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.25.7":
|
|
1704
|
-
version: 7.25.
|
|
1705
|
-
resolution: "@babel/traverse@npm:7.25.
|
|
1710
|
+
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.12.11, @babel/traverse@npm:^7.12.9, @babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.24.8, @babel/traverse@npm:^7.25.0, @babel/traverse@npm:^7.25.1, @babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.3, @babel/traverse@npm:^7.25.4":
|
|
1711
|
+
version: 7.25.6
|
|
1712
|
+
resolution: "@babel/traverse@npm:7.25.6"
|
|
1706
1713
|
dependencies:
|
|
1707
|
-
"@babel/code-frame": "npm:^7.
|
|
1708
|
-
"@babel/generator": "npm:^7.25.
|
|
1709
|
-
"@babel/parser": "npm:^7.25.
|
|
1710
|
-
"@babel/template": "npm:^7.25.
|
|
1711
|
-
"@babel/types": "npm:^7.25.
|
|
1714
|
+
"@babel/code-frame": "npm:^7.24.7"
|
|
1715
|
+
"@babel/generator": "npm:^7.25.6"
|
|
1716
|
+
"@babel/parser": "npm:^7.25.6"
|
|
1717
|
+
"@babel/template": "npm:^7.25.0"
|
|
1718
|
+
"@babel/types": "npm:^7.25.6"
|
|
1712
1719
|
debug: "npm:^4.3.1"
|
|
1713
1720
|
globals: "npm:^11.1.0"
|
|
1714
|
-
checksum: 10c0/
|
|
1721
|
+
checksum: 10c0/964304c6fa46bd705428ba380bf73177eeb481c3f26d82ea3d0661242b59e0dd4329d23886035e9ca9a4ceb565c03a76fd615109830687a27bcd350059d6377e
|
|
1715
1722
|
languageName: node
|
|
1716
1723
|
linkType: hard
|
|
1717
1724
|
|
|
1718
|
-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.7, @babel/types@npm:^7.4.4":
|
|
1719
|
-
version: 7.25.
|
|
1720
|
-
resolution: "@babel/types@npm:7.25.
|
|
1725
|
+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.6, @babel/types@npm:^7.4.4":
|
|
1726
|
+
version: 7.25.6
|
|
1727
|
+
resolution: "@babel/types@npm:7.25.6"
|
|
1721
1728
|
dependencies:
|
|
1722
|
-
"@babel/helper-string-parser": "npm:^7.
|
|
1723
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
1729
|
+
"@babel/helper-string-parser": "npm:^7.24.8"
|
|
1730
|
+
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
|
1724
1731
|
to-fast-properties: "npm:^2.0.0"
|
|
1725
|
-
checksum: 10c0/
|
|
1732
|
+
checksum: 10c0/89d45fbee24e27a05dca2d08300a26b905bd384a480448823f6723c72d3a30327c517476389b7280ce8cb9a2c48ef8f47da7f9f6d326faf6f53fd6b68237bdc4
|
|
1726
1733
|
languageName: node
|
|
1727
1734
|
linkType: hard
|
|
1728
1735
|
|
|
@@ -2398,6 +2405,18 @@ __metadata:
|
|
|
2398
2405
|
languageName: node
|
|
2399
2406
|
linkType: hard
|
|
2400
2407
|
|
|
2408
|
+
"@fortawesome/react-fontawesome@npm:0.1.9":
|
|
2409
|
+
version: 0.1.9
|
|
2410
|
+
resolution: "@fortawesome/react-fontawesome@npm:0.1.9"
|
|
2411
|
+
dependencies:
|
|
2412
|
+
prop-types: "npm:^15.7.2"
|
|
2413
|
+
peerDependencies:
|
|
2414
|
+
"@fortawesome/fontawesome-svg-core": ^1.2.20
|
|
2415
|
+
react: 16.x
|
|
2416
|
+
checksum: 10c0/063d93c40704a3f4dc7818c3bfbd07b2a55c2c68f1cd50e6ea2c54a90ce259ce58d45deb9b000ca6e5bbf64d7d026f4a57766b404cbb0aa36c7dcfc167f02233
|
|
2417
|
+
languageName: node
|
|
2418
|
+
linkType: hard
|
|
2419
|
+
|
|
2401
2420
|
"@gar/promisify@npm:^1.0.1":
|
|
2402
2421
|
version: 1.1.3
|
|
2403
2422
|
resolution: "@gar/promisify@npm:1.1.3"
|
|
@@ -2554,14 +2573,14 @@ __metadata:
|
|
|
2554
2573
|
languageName: node
|
|
2555
2574
|
linkType: hard
|
|
2556
2575
|
|
|
2557
|
-
"@licklist/core@npm:0.29.
|
|
2558
|
-
version: 0.29.
|
|
2559
|
-
resolution: "@licklist/core@npm:0.29.
|
|
2576
|
+
"@licklist/core@npm:0.29.0":
|
|
2577
|
+
version: 0.29.0
|
|
2578
|
+
resolution: "@licklist/core@npm:0.29.0"
|
|
2560
2579
|
dependencies:
|
|
2561
2580
|
"@sentry/browser": "npm:6.2.0"
|
|
2562
2581
|
axios: "npm:0.26.0"
|
|
2563
2582
|
i18next: "npm:19.4.5"
|
|
2564
|
-
luxon: "npm:
|
|
2583
|
+
luxon: "npm:1.26.0"
|
|
2565
2584
|
react: "npm:17.0.2"
|
|
2566
2585
|
react-dom: "npm:17.0.2"
|
|
2567
2586
|
react-i18next: "npm:11.8.8"
|
|
@@ -2571,23 +2590,23 @@ __metadata:
|
|
|
2571
2590
|
peerDependencies:
|
|
2572
2591
|
"@licklist/eslint-config": 0.5.5
|
|
2573
2592
|
axios: 0.26.0
|
|
2574
|
-
luxon:
|
|
2593
|
+
luxon: 1.26.0
|
|
2575
2594
|
react: 17.0.2
|
|
2576
2595
|
react-dom: 17.0.2
|
|
2577
2596
|
react-i18next: 11.8.8
|
|
2578
2597
|
react-intl: 6.6.8
|
|
2579
|
-
checksum: 10c0/
|
|
2598
|
+
checksum: 10c0/bf197dd2f2c63f720fd7d8329c1dc02be894d356b749e0e05522bb4b9cb6ff76eeebb37c95ccea395e2f7d34b36f3eab14ecaba9d5c4c005abe1057901f0bedb
|
|
2580
2599
|
languageName: node
|
|
2581
2600
|
linkType: hard
|
|
2582
2601
|
|
|
2583
|
-
"@licklist/core@npm:0.29.
|
|
2584
|
-
version: 0.29.
|
|
2585
|
-
resolution: "@licklist/core@npm:0.29.
|
|
2602
|
+
"@licklist/core@npm:0.29.3":
|
|
2603
|
+
version: 0.29.3
|
|
2604
|
+
resolution: "@licklist/core@npm:0.29.3"
|
|
2586
2605
|
dependencies:
|
|
2587
2606
|
"@sentry/browser": "npm:6.2.0"
|
|
2588
2607
|
axios: "npm:0.26.0"
|
|
2589
2608
|
i18next: "npm:19.4.5"
|
|
2590
|
-
luxon: "npm:
|
|
2609
|
+
luxon: "npm:1.26.0"
|
|
2591
2610
|
react: "npm:17.0.2"
|
|
2592
2611
|
react-dom: "npm:17.0.2"
|
|
2593
2612
|
react-i18next: "npm:11.8.8"
|
|
@@ -2597,12 +2616,12 @@ __metadata:
|
|
|
2597
2616
|
peerDependencies:
|
|
2598
2617
|
"@licklist/eslint-config": 0.5.5
|
|
2599
2618
|
axios: 0.26.0
|
|
2600
|
-
luxon:
|
|
2619
|
+
luxon: 1.26.0
|
|
2601
2620
|
react: 17.0.2
|
|
2602
2621
|
react-dom: 17.0.2
|
|
2603
2622
|
react-i18next: 11.8.8
|
|
2604
2623
|
react-intl: 6.6.8
|
|
2605
|
-
checksum: 10c0/
|
|
2624
|
+
checksum: 10c0/203fcc6bb4752d0df83f6e3c96255abb3636543717e51e7b70d50e179b0526b70269b82db5dd89283e907900bdbc7f2ee39f2828af2ebdb54f8fc0e7734df53d
|
|
2606
2625
|
languageName: node
|
|
2607
2626
|
linkType: hard
|
|
2608
2627
|
|
|
@@ -2617,9 +2636,10 @@ __metadata:
|
|
|
2617
2636
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2618
2637
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2619
2638
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2620
|
-
"@
|
|
2639
|
+
"@fortawesome/react-fontawesome": "npm:0.1.9"
|
|
2640
|
+
"@licklist/core": "npm:0.29.3"
|
|
2621
2641
|
"@licklist/eslint-config": "npm:0.5.5"
|
|
2622
|
-
"@licklist/plugins": "npm:0.32.0
|
|
2642
|
+
"@licklist/plugins": "npm:0.32.0"
|
|
2623
2643
|
"@mdx-js/react": "npm:1.6.22"
|
|
2624
2644
|
"@popperjs/core": "npm:2.11.8"
|
|
2625
2645
|
"@react-aria/utils": "npm:3.9.0"
|
|
@@ -2658,7 +2678,7 @@ __metadata:
|
|
|
2658
2678
|
"@tiptap/react": "npm:2.0.0-beta.109"
|
|
2659
2679
|
"@tiptap/suggestion": "npm:2.0.0-beta.92"
|
|
2660
2680
|
"@types/lodash": "npm:4.17.5"
|
|
2661
|
-
"@types/luxon": "npm:
|
|
2681
|
+
"@types/luxon": "npm:1.26.2"
|
|
2662
2682
|
"@types/mdx-js__react": "npm:1.5.3"
|
|
2663
2683
|
"@types/node": "npm:20.9.0"
|
|
2664
2684
|
"@types/react": "npm:17.0.80"
|
|
@@ -2695,7 +2715,7 @@ __metadata:
|
|
|
2695
2715
|
konva: "npm:6.0.0"
|
|
2696
2716
|
lint-staged: "npm:12.3.2"
|
|
2697
2717
|
lodash: "npm:4.17.21"
|
|
2698
|
-
luxon: "npm:
|
|
2718
|
+
luxon: "npm:1.26.0"
|
|
2699
2719
|
moment: "npm:2.29.1"
|
|
2700
2720
|
prettier: "npm:3.3.3"
|
|
2701
2721
|
react: "npm:17.0.2"
|
|
@@ -2741,11 +2761,11 @@ __metadata:
|
|
|
2741
2761
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2742
2762
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2743
2763
|
peerDependencies:
|
|
2744
|
-
"@licklist/core": 0.29.
|
|
2764
|
+
"@licklist/core": 0.29.3
|
|
2745
2765
|
"@licklist/eslint-config": 0.5.5
|
|
2746
|
-
"@licklist/plugins": 0.32.0
|
|
2766
|
+
"@licklist/plugins": 0.32.0
|
|
2747
2767
|
lodash: 4.17.21
|
|
2748
|
-
luxon:
|
|
2768
|
+
luxon: 1.26.0
|
|
2749
2769
|
react: 17.0.2
|
|
2750
2770
|
react-dom: 17.0.2
|
|
2751
2771
|
react-hook-form: 7.52.2
|
|
@@ -2774,17 +2794,17 @@ __metadata:
|
|
|
2774
2794
|
languageName: node
|
|
2775
2795
|
linkType: hard
|
|
2776
2796
|
|
|
2777
|
-
"@licklist/plugins@npm:0.32.0
|
|
2778
|
-
version: 0.32.0
|
|
2779
|
-
resolution: "@licklist/plugins@npm:0.32.0
|
|
2797
|
+
"@licklist/plugins@npm:0.32.0":
|
|
2798
|
+
version: 0.32.0
|
|
2799
|
+
resolution: "@licklist/plugins@npm:0.32.0"
|
|
2780
2800
|
dependencies:
|
|
2781
|
-
"@licklist/core": "npm:0.29.
|
|
2801
|
+
"@licklist/core": "npm:0.29.0"
|
|
2782
2802
|
"@ungap/url-search-params": "npm:0.2.2"
|
|
2783
2803
|
axios: "npm:0.26.0"
|
|
2784
2804
|
history: "npm:4.10.1"
|
|
2785
2805
|
laravel-echo: "npm:1.15.1"
|
|
2786
2806
|
lodash: "npm:4.17.21"
|
|
2787
|
-
luxon: "npm:
|
|
2807
|
+
luxon: "npm:1.26.0"
|
|
2788
2808
|
moment: "npm:2.27.0"
|
|
2789
2809
|
pusher-js: "npm:8.2.0"
|
|
2790
2810
|
react: "npm:17.0.2"
|
|
@@ -2799,11 +2819,11 @@ __metadata:
|
|
|
2799
2819
|
rrule: "npm:2.6.8"
|
|
2800
2820
|
use-debounce: "npm:7.0.1"
|
|
2801
2821
|
peerDependencies:
|
|
2802
|
-
"@licklist/core": 0.29.
|
|
2822
|
+
"@licklist/core": 0.29.0
|
|
2803
2823
|
"@licklist/eslint-config": 0.5.5
|
|
2804
2824
|
axios: 0.26.0
|
|
2805
2825
|
lodash: 4.17.21
|
|
2806
|
-
luxon:
|
|
2826
|
+
luxon: 1.26.0
|
|
2807
2827
|
react: 17.0.2
|
|
2808
2828
|
react-dom: 17.0.2
|
|
2809
2829
|
react-hook-form: 7.52.2
|
|
@@ -2811,7 +2831,7 @@ __metadata:
|
|
|
2811
2831
|
react-loader: 2.4.7
|
|
2812
2832
|
react-query: 3.34.12
|
|
2813
2833
|
react-router-dom: 5.2.0
|
|
2814
|
-
checksum: 10c0/
|
|
2834
|
+
checksum: 10c0/b5fc01110148f64bcb819b7eb71cd716464342e9b81efe8668c7cd7ab6025590f9abcd8d007ec32be2512a7c09f4ca10d7db8ba56b374e0d12fc70199cf21d77
|
|
2815
2835
|
languageName: node
|
|
2816
2836
|
linkType: hard
|
|
2817
2837
|
|
|
@@ -3219,114 +3239,114 @@ __metadata:
|
|
|
3219
3239
|
languageName: node
|
|
3220
3240
|
linkType: hard
|
|
3221
3241
|
|
|
3222
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3223
|
-
version: 4.
|
|
3224
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3242
|
+
"@rollup/rollup-android-arm-eabi@npm:4.23.0":
|
|
3243
|
+
version: 4.23.0
|
|
3244
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.23.0"
|
|
3225
3245
|
conditions: os=android & cpu=arm
|
|
3226
3246
|
languageName: node
|
|
3227
3247
|
linkType: hard
|
|
3228
3248
|
|
|
3229
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3230
|
-
version: 4.
|
|
3231
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3249
|
+
"@rollup/rollup-android-arm64@npm:4.23.0":
|
|
3250
|
+
version: 4.23.0
|
|
3251
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.23.0"
|
|
3232
3252
|
conditions: os=android & cpu=arm64
|
|
3233
3253
|
languageName: node
|
|
3234
3254
|
linkType: hard
|
|
3235
3255
|
|
|
3236
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3237
|
-
version: 4.
|
|
3238
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3256
|
+
"@rollup/rollup-darwin-arm64@npm:4.23.0":
|
|
3257
|
+
version: 4.23.0
|
|
3258
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.23.0"
|
|
3239
3259
|
conditions: os=darwin & cpu=arm64
|
|
3240
3260
|
languageName: node
|
|
3241
3261
|
linkType: hard
|
|
3242
3262
|
|
|
3243
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3244
|
-
version: 4.
|
|
3245
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3263
|
+
"@rollup/rollup-darwin-x64@npm:4.23.0":
|
|
3264
|
+
version: 4.23.0
|
|
3265
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.23.0"
|
|
3246
3266
|
conditions: os=darwin & cpu=x64
|
|
3247
3267
|
languageName: node
|
|
3248
3268
|
linkType: hard
|
|
3249
3269
|
|
|
3250
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3251
|
-
version: 4.
|
|
3252
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3270
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.23.0":
|
|
3271
|
+
version: 4.23.0
|
|
3272
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.23.0"
|
|
3253
3273
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3254
3274
|
languageName: node
|
|
3255
3275
|
linkType: hard
|
|
3256
3276
|
|
|
3257
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3258
|
-
version: 4.
|
|
3259
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3277
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.23.0":
|
|
3278
|
+
version: 4.23.0
|
|
3279
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.23.0"
|
|
3260
3280
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3261
3281
|
languageName: node
|
|
3262
3282
|
linkType: hard
|
|
3263
3283
|
|
|
3264
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3265
|
-
version: 4.
|
|
3266
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3284
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.23.0":
|
|
3285
|
+
version: 4.23.0
|
|
3286
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.23.0"
|
|
3267
3287
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3268
3288
|
languageName: node
|
|
3269
3289
|
linkType: hard
|
|
3270
3290
|
|
|
3271
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3272
|
-
version: 4.
|
|
3273
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3291
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.23.0":
|
|
3292
|
+
version: 4.23.0
|
|
3293
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.23.0"
|
|
3274
3294
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3275
3295
|
languageName: node
|
|
3276
3296
|
linkType: hard
|
|
3277
3297
|
|
|
3278
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3279
|
-
version: 4.
|
|
3280
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3298
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.23.0":
|
|
3299
|
+
version: 4.23.0
|
|
3300
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.23.0"
|
|
3281
3301
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3282
3302
|
languageName: node
|
|
3283
3303
|
linkType: hard
|
|
3284
3304
|
|
|
3285
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3286
|
-
version: 4.
|
|
3287
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3305
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.23.0":
|
|
3306
|
+
version: 4.23.0
|
|
3307
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.23.0"
|
|
3288
3308
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3289
3309
|
languageName: node
|
|
3290
3310
|
linkType: hard
|
|
3291
3311
|
|
|
3292
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3293
|
-
version: 4.
|
|
3294
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3312
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.23.0":
|
|
3313
|
+
version: 4.23.0
|
|
3314
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.23.0"
|
|
3295
3315
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3296
3316
|
languageName: node
|
|
3297
3317
|
linkType: hard
|
|
3298
3318
|
|
|
3299
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3300
|
-
version: 4.
|
|
3301
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3319
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.23.0":
|
|
3320
|
+
version: 4.23.0
|
|
3321
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.23.0"
|
|
3302
3322
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3303
3323
|
languageName: node
|
|
3304
3324
|
linkType: hard
|
|
3305
3325
|
|
|
3306
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3307
|
-
version: 4.
|
|
3308
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3326
|
+
"@rollup/rollup-linux-x64-musl@npm:4.23.0":
|
|
3327
|
+
version: 4.23.0
|
|
3328
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.23.0"
|
|
3309
3329
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3310
3330
|
languageName: node
|
|
3311
3331
|
linkType: hard
|
|
3312
3332
|
|
|
3313
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3314
|
-
version: 4.
|
|
3315
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3333
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.23.0":
|
|
3334
|
+
version: 4.23.0
|
|
3335
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.23.0"
|
|
3316
3336
|
conditions: os=win32 & cpu=arm64
|
|
3317
3337
|
languageName: node
|
|
3318
3338
|
linkType: hard
|
|
3319
3339
|
|
|
3320
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3321
|
-
version: 4.
|
|
3322
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3340
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.23.0":
|
|
3341
|
+
version: 4.23.0
|
|
3342
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.23.0"
|
|
3323
3343
|
conditions: os=win32 & cpu=ia32
|
|
3324
3344
|
languageName: node
|
|
3325
3345
|
linkType: hard
|
|
3326
3346
|
|
|
3327
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3328
|
-
version: 4.
|
|
3329
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3347
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.23.0":
|
|
3348
|
+
version: 4.23.0
|
|
3349
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.23.0"
|
|
3330
3350
|
conditions: os=win32 & cpu=x64
|
|
3331
3351
|
languageName: node
|
|
3332
3352
|
linkType: hard
|
|
@@ -5509,10 +5529,10 @@ __metadata:
|
|
|
5509
5529
|
languageName: node
|
|
5510
5530
|
linkType: hard
|
|
5511
5531
|
|
|
5512
|
-
"@types/luxon@npm:
|
|
5513
|
-
version:
|
|
5514
|
-
resolution: "@types/luxon@npm:
|
|
5515
|
-
checksum: 10c0/
|
|
5532
|
+
"@types/luxon@npm:1.26.2":
|
|
5533
|
+
version: 1.26.2
|
|
5534
|
+
resolution: "@types/luxon@npm:1.26.2"
|
|
5535
|
+
checksum: 10c0/7526b265d0b93ab8e1a01ec8e1e9940addac2ef75ebc14fb9c17fa0c6150bed9f3715fc05198b500d6c80a8cb2dece882b30ea9173fa229c5df8b2dc44a8398f
|
|
5516
5536
|
languageName: node
|
|
5517
5537
|
linkType: hard
|
|
5518
5538
|
|
|
@@ -5859,12 +5879,12 @@ __metadata:
|
|
|
5859
5879
|
linkType: hard
|
|
5860
5880
|
|
|
5861
5881
|
"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
|
|
5862
|
-
version: 18.3.
|
|
5863
|
-
resolution: "@types/react@npm:18.3.
|
|
5882
|
+
version: 18.3.10
|
|
5883
|
+
resolution: "@types/react@npm:18.3.10"
|
|
5864
5884
|
dependencies:
|
|
5865
5885
|
"@types/prop-types": "npm:*"
|
|
5866
5886
|
csstype: "npm:^3.0.2"
|
|
5867
|
-
checksum: 10c0/
|
|
5887
|
+
checksum: 10c0/f5be1de1b0331c1fdb33d577f4cf7f1b949d4bded5347b2351a537f03c51dade5be115e21b161dcf1b37061954d320f6a0bdf8d7b70e24eda51071fdd614383d
|
|
5868
5888
|
languageName: node
|
|
5869
5889
|
linkType: hard
|
|
5870
5890
|
|
|
@@ -7678,7 +7698,7 @@ __metadata:
|
|
|
7678
7698
|
languageName: node
|
|
7679
7699
|
linkType: hard
|
|
7680
7700
|
|
|
7681
|
-
"browserslist@npm:^4.12.0, browserslist@npm:^4.23.
|
|
7701
|
+
"browserslist@npm:^4.12.0, browserslist@npm:^4.23.1, browserslist@npm:^4.23.3":
|
|
7682
7702
|
version: 4.24.0
|
|
7683
7703
|
resolution: "browserslist@npm:4.24.0"
|
|
7684
7704
|
dependencies:
|
|
@@ -8553,7 +8573,7 @@ __metadata:
|
|
|
8553
8573
|
languageName: node
|
|
8554
8574
|
linkType: hard
|
|
8555
8575
|
|
|
8556
|
-
"core-js-compat@npm:^3.
|
|
8576
|
+
"core-js-compat@npm:^3.37.1, core-js-compat@npm:^3.38.0, core-js-compat@npm:^3.8.1":
|
|
8557
8577
|
version: 3.38.1
|
|
8558
8578
|
resolution: "core-js-compat@npm:3.38.1"
|
|
8559
8579
|
dependencies:
|
|
@@ -13218,12 +13238,21 @@ __metadata:
|
|
|
13218
13238
|
languageName: node
|
|
13219
13239
|
linkType: hard
|
|
13220
13240
|
|
|
13221
|
-
"jsesc@npm:^
|
|
13222
|
-
version:
|
|
13223
|
-
resolution: "jsesc@npm:
|
|
13241
|
+
"jsesc@npm:^2.5.1":
|
|
13242
|
+
version: 2.5.2
|
|
13243
|
+
resolution: "jsesc@npm:2.5.2"
|
|
13244
|
+
bin:
|
|
13245
|
+
jsesc: bin/jsesc
|
|
13246
|
+
checksum: 10c0/dbf59312e0ebf2b4405ef413ec2b25abb5f8f4d9bc5fb8d9f90381622ebca5f2af6a6aa9a8578f65903f9e33990a6dc798edd0ce5586894bf0e9e31803a1de88
|
|
13247
|
+
languageName: node
|
|
13248
|
+
linkType: hard
|
|
13249
|
+
|
|
13250
|
+
"jsesc@npm:~0.5.0":
|
|
13251
|
+
version: 0.5.0
|
|
13252
|
+
resolution: "jsesc@npm:0.5.0"
|
|
13224
13253
|
bin:
|
|
13225
13254
|
jsesc: bin/jsesc
|
|
13226
|
-
checksum: 10c0/
|
|
13255
|
+
checksum: 10c0/f93792440ae1d80f091b65f8ceddf8e55c4bb7f1a09dee5dcbdb0db5612c55c0f6045625aa6b7e8edb2e0a4feabd80ee48616dbe2d37055573a84db3d24f96d9
|
|
13227
13256
|
languageName: node
|
|
13228
13257
|
linkType: hard
|
|
13229
13258
|
|
|
@@ -13743,10 +13772,10 @@ __metadata:
|
|
|
13743
13772
|
languageName: node
|
|
13744
13773
|
linkType: hard
|
|
13745
13774
|
|
|
13746
|
-
"luxon@npm:
|
|
13747
|
-
version:
|
|
13748
|
-
resolution: "luxon@npm:
|
|
13749
|
-
checksum: 10c0/
|
|
13775
|
+
"luxon@npm:1.26.0":
|
|
13776
|
+
version: 1.26.0
|
|
13777
|
+
resolution: "luxon@npm:1.26.0"
|
|
13778
|
+
checksum: 10c0/06e7db9ab9e39069554ce12f84be7246e2e0948d3790ad991e7be676a263be137547ccd9911239b66cee6d8ef2bee6030a5400e0214494a7ea33a7fa4305dc62
|
|
13750
13779
|
languageName: node
|
|
13751
13780
|
linkType: hard
|
|
13752
13781
|
|
|
@@ -17379,7 +17408,7 @@ __metadata:
|
|
|
17379
17408
|
languageName: node
|
|
17380
17409
|
linkType: hard
|
|
17381
17410
|
|
|
17382
|
-
"regenerate-unicode-properties@npm:^10.
|
|
17411
|
+
"regenerate-unicode-properties@npm:^10.1.0":
|
|
17383
17412
|
version: 10.2.0
|
|
17384
17413
|
resolution: "regenerate-unicode-properties@npm:10.2.0"
|
|
17385
17414
|
dependencies:
|
|
@@ -17447,35 +17476,28 @@ __metadata:
|
|
|
17447
17476
|
languageName: node
|
|
17448
17477
|
linkType: hard
|
|
17449
17478
|
|
|
17450
|
-
"regexpu-core@npm:^
|
|
17451
|
-
version:
|
|
17452
|
-
resolution: "regexpu-core@npm:
|
|
17479
|
+
"regexpu-core@npm:^5.3.1":
|
|
17480
|
+
version: 5.3.2
|
|
17481
|
+
resolution: "regexpu-core@npm:5.3.2"
|
|
17453
17482
|
dependencies:
|
|
17483
|
+
"@babel/regjsgen": "npm:^0.8.0"
|
|
17454
17484
|
regenerate: "npm:^1.4.2"
|
|
17455
|
-
regenerate-unicode-properties: "npm:^10.
|
|
17456
|
-
|
|
17457
|
-
regjsparser: "npm:^0.11.0"
|
|
17485
|
+
regenerate-unicode-properties: "npm:^10.1.0"
|
|
17486
|
+
regjsparser: "npm:^0.9.1"
|
|
17458
17487
|
unicode-match-property-ecmascript: "npm:^2.0.0"
|
|
17459
17488
|
unicode-match-property-value-ecmascript: "npm:^2.1.0"
|
|
17460
|
-
checksum: 10c0/
|
|
17489
|
+
checksum: 10c0/7945d5ab10c8bbed3ca383d4274687ea825aee4ab93a9c51c6e31e1365edd5ea807f6908f800ba017b66c462944ba68011164e7055207747ab651f8111ef3770
|
|
17461
17490
|
languageName: node
|
|
17462
17491
|
linkType: hard
|
|
17463
17492
|
|
|
17464
|
-
"
|
|
17465
|
-
version: 0.
|
|
17466
|
-
resolution: "
|
|
17467
|
-
checksum: 10c0/44f526c4fdbf0b29286101a282189e4dbb303f4013cf3fea058668d96d113b9180d3d03d1e13f6d4cbde38b7728bf951aecd9dc199938c080093a9a6f0d7a6bd
|
|
17468
|
-
languageName: node
|
|
17469
|
-
linkType: hard
|
|
17470
|
-
|
|
17471
|
-
"regjsparser@npm:^0.11.0":
|
|
17472
|
-
version: 0.11.0
|
|
17473
|
-
resolution: "regjsparser@npm:0.11.0"
|
|
17493
|
+
"regjsparser@npm:^0.9.1":
|
|
17494
|
+
version: 0.9.1
|
|
17495
|
+
resolution: "regjsparser@npm:0.9.1"
|
|
17474
17496
|
dependencies:
|
|
17475
|
-
jsesc: "npm:~
|
|
17497
|
+
jsesc: "npm:~0.5.0"
|
|
17476
17498
|
bin:
|
|
17477
17499
|
regjsparser: bin/parser
|
|
17478
|
-
checksum: 10c0/
|
|
17500
|
+
checksum: 10c0/fe44fcf19a99fe4f92809b0b6179530e5ef313ff7f87df143b08ce9a2eb3c4b6189b43735d645be6e8f4033bfb015ed1ca54f0583bc7561bed53fd379feb8225
|
|
17479
17501
|
languageName: node
|
|
17480
17502
|
linkType: hard
|
|
17481
17503
|
|
|
@@ -17908,25 +17930,25 @@ __metadata:
|
|
|
17908
17930
|
linkType: hard
|
|
17909
17931
|
|
|
17910
17932
|
"rollup@npm:^4.13.0":
|
|
17911
|
-
version: 4.
|
|
17912
|
-
resolution: "rollup@npm:4.
|
|
17913
|
-
dependencies:
|
|
17914
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
17915
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
17916
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
17917
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
17918
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
17919
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
17920
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
17921
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
17922
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
17923
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
17924
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
17925
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
17926
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
17927
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
17928
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
17929
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
17933
|
+
version: 4.23.0
|
|
17934
|
+
resolution: "rollup@npm:4.23.0"
|
|
17935
|
+
dependencies:
|
|
17936
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.23.0"
|
|
17937
|
+
"@rollup/rollup-android-arm64": "npm:4.23.0"
|
|
17938
|
+
"@rollup/rollup-darwin-arm64": "npm:4.23.0"
|
|
17939
|
+
"@rollup/rollup-darwin-x64": "npm:4.23.0"
|
|
17940
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.23.0"
|
|
17941
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.23.0"
|
|
17942
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.23.0"
|
|
17943
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.23.0"
|
|
17944
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.23.0"
|
|
17945
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.23.0"
|
|
17946
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.23.0"
|
|
17947
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.23.0"
|
|
17948
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.23.0"
|
|
17949
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.23.0"
|
|
17950
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.23.0"
|
|
17951
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.23.0"
|
|
17930
17952
|
"@types/estree": "npm:1.0.6"
|
|
17931
17953
|
fsevents: "npm:~2.3.2"
|
|
17932
17954
|
dependenciesMeta:
|
|
@@ -17966,7 +17988,7 @@ __metadata:
|
|
|
17966
17988
|
optional: true
|
|
17967
17989
|
bin:
|
|
17968
17990
|
rollup: dist/bin/rollup
|
|
17969
|
-
checksum: 10c0/
|
|
17991
|
+
checksum: 10c0/bae754b79f157c8ae6f63f2ca72adb1ea4ccc7734f5ff349d6231d4cab200605246883226b2c04592a77844aa369abd85fa63788602c916bb475cf887c8a1a49
|
|
17970
17992
|
languageName: node
|
|
17971
17993
|
linkType: hard
|
|
17972
17994
|
|