@licklist/design 0.67.5-dev.0 → 0.67.5-dev.1
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/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 +5 -8
- package/dist/recurring-date-picker-input/utils.d.ts +2 -2
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +15 -4
- package/package.json +2 -2
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +15 -6
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +11 -16
- package/src/recurring-date-picker-input/utils.ts +17 -6
- package/yarn.lock +707 -716
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.25.7, @babel/code-frame@npm:^7.5.5, @babel/code-frame@npm:^7.8.3":
|
|
37
|
+
version: 7.25.7
|
|
38
|
+
resolution: "@babel/code-frame@npm:7.25.7"
|
|
39
39
|
dependencies:
|
|
40
|
-
"@babel/highlight": "npm:^7.
|
|
40
|
+
"@babel/highlight": "npm:^7.25.7"
|
|
41
41
|
picocolors: "npm:^1.0.0"
|
|
42
|
-
checksum: 10c0/
|
|
42
|
+
checksum: 10c0/14825c298bdec914caf3d24d1383b6d4cd6b030714686004992f4fc251831ecf432236652896f99d5d341f17170ae9a07b58d8d7b15aa0df8cfa1c5a7d5474bc
|
|
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.
|
|
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.7":
|
|
47
|
+
version: 7.25.7
|
|
48
|
+
resolution: "@babel/compat-data@npm:7.25.7"
|
|
49
|
+
checksum: 10c0/e5cc915abdd18d021236474a96606b2d4a915c4fb620c1ad776b8a08d91111e788cb3b7e9bad43593d4e0bfa4f06894357bcb0984102de1861b9e7322b6bc9f8
|
|
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.7
|
|
79
|
+
resolution: "@babel/core@npm:7.25.7"
|
|
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.25.7"
|
|
83
|
+
"@babel/generator": "npm:^7.25.7"
|
|
84
|
+
"@babel/helper-compilation-targets": "npm:^7.25.7"
|
|
85
|
+
"@babel/helper-module-transforms": "npm:^7.25.7"
|
|
86
|
+
"@babel/helpers": "npm:^7.25.7"
|
|
87
|
+
"@babel/parser": "npm:^7.25.7"
|
|
88
|
+
"@babel/template": "npm:^7.25.7"
|
|
89
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
90
|
+
"@babel/types": "npm:^7.25.7"
|
|
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/dad20af39624086afc3a0910bd97ae712c9ad0e9dda09fc5da93876e8ea1802b63ddd81c44f4aa8a9834db46de801eaab1ce9b81ab54b4fe907ae052c24de136
|
|
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.
|
|
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.7":
|
|
101
|
+
version: 7.25.7
|
|
102
|
+
resolution: "@babel/generator@npm:7.25.7"
|
|
103
103
|
dependencies:
|
|
104
|
-
"@babel/types": "npm:^7.25.
|
|
104
|
+
"@babel/types": "npm:^7.25.7"
|
|
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:^3.0.2"
|
|
108
|
+
checksum: 10c0/c03a26c79864d60d04ce36b649c3fa0d6fd7b2bf6a22e22854a0457aa09206508392dd73ee40e7bc8d50b3602f9ff068afa47770cda091d332e7db1ca382ee96
|
|
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.25.7":
|
|
113
|
+
version: 7.25.7
|
|
114
|
+
resolution: "@babel/helper-annotate-as-pure@npm:7.25.7"
|
|
115
115
|
dependencies:
|
|
116
|
-
"@babel/types": "npm:^7.
|
|
117
|
-
checksum: 10c0/
|
|
116
|
+
"@babel/types": "npm:^7.25.7"
|
|
117
|
+
checksum: 10c0/2f020b0fa9d336b5778485cc2de3141561ec436a7591b685457a5bcdae4ce41d9ddee68169c95504e0789e5a4327e73b8b7e72e5b60e82e96d730c4d19255248
|
|
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.25.7":
|
|
122
|
+
version: 7.25.7
|
|
123
|
+
resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.25.7"
|
|
124
124
|
dependencies:
|
|
125
|
-
"@babel/traverse": "npm:^7.
|
|
126
|
-
"@babel/types": "npm:^7.
|
|
127
|
-
checksum: 10c0/
|
|
125
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
126
|
+
"@babel/types": "npm:^7.25.7"
|
|
127
|
+
checksum: 10c0/e9dc5a7920a1d74150dec53ccd5e34f2b31ae307df7cdeec6289866f7bda97ecb1328b49a7710ecde5db5b6daad768c904a030f9a0fa3184963b0017622c42aa
|
|
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.
|
|
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.25.7":
|
|
132
|
+
version: 7.25.7
|
|
133
|
+
resolution: "@babel/helper-compilation-targets@npm:7.25.7"
|
|
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.7"
|
|
136
|
+
"@babel/helper-validator-option": "npm:^7.25.7"
|
|
137
|
+
browserslist: "npm:^4.24.0"
|
|
138
138
|
lru-cache: "npm:^5.1.1"
|
|
139
139
|
semver: "npm:^6.3.1"
|
|
140
|
-
checksum: 10c0/
|
|
140
|
+
checksum: 10c0/705be7e5274a3fdade68e3e2cf42e2b600316ab52794e13b91299a16f16c926f15886b6e9d6df20eb943ccc1cdba5a363d4766f8d01e47b8e6f4e01175f5e66c
|
|
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.
|
|
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.25.7":
|
|
145
|
+
version: 7.25.7
|
|
146
|
+
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.7"
|
|
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.25.7"
|
|
149
|
+
"@babel/helper-member-expression-to-functions": "npm:^7.25.7"
|
|
150
|
+
"@babel/helper-optimise-call-expression": "npm:^7.25.7"
|
|
151
|
+
"@babel/helper-replace-supers": "npm:^7.25.7"
|
|
152
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
|
|
153
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
154
154
|
semver: "npm:^6.3.1"
|
|
155
155
|
peerDependencies:
|
|
156
156
|
"@babel/core": ^7.0.0
|
|
157
|
-
checksum: 10c0/
|
|
157
|
+
checksum: 10c0/405c3c1a137acda1206380a96993cf2cfd808b3bee1c11c4af47ee0f03a20858497aa53394d6adc5431793c543be5e02010620e871a5ab39d938ae90a54b50f2
|
|
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.
|
|
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.25.7":
|
|
162
|
+
version: 7.25.7
|
|
163
|
+
resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.7"
|
|
164
164
|
dependencies:
|
|
165
|
-
"@babel/helper-annotate-as-pure": "npm:^7.
|
|
166
|
-
regexpu-core: "npm:^
|
|
165
|
+
"@babel/helper-annotate-as-pure": "npm:^7.25.7"
|
|
166
|
+
regexpu-core: "npm:^6.1.1"
|
|
167
167
|
semver: "npm:^6.3.1"
|
|
168
168
|
peerDependencies:
|
|
169
169
|
"@babel/core": ^7.0.0
|
|
170
|
-
checksum: 10c0/
|
|
170
|
+
checksum: 10c0/75919fd5a67cd7be8497b56f7b9ed6b4843cb401956ba8d403aa9ae5b005bc28e35c7f27e704d820edbd1154394ed7a7984d4719916795d89d716f6980fe8bd4
|
|
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.25.7":
|
|
208
|
+
version: 7.25.7
|
|
209
|
+
resolution: "@babel/helper-member-expression-to-functions@npm:7.25.7"
|
|
210
210
|
dependencies:
|
|
211
|
-
"@babel/traverse": "npm:^7.
|
|
212
|
-
"@babel/types": "npm:^7.
|
|
213
|
-
checksum: 10c0/
|
|
211
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
212
|
+
"@babel/types": "npm:^7.25.7"
|
|
213
|
+
checksum: 10c0/1e948162ab48d84593a7c6ec9570d14c906146f1697144fc369c59dbeb00e4a062da67dd06cb0d8f98a044cd8389002dcf2ab6f5613d99c35748307846ec63fc
|
|
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.25.7":
|
|
218
|
+
version: 7.25.7
|
|
219
|
+
resolution: "@babel/helper-module-imports@npm:7.25.7"
|
|
220
220
|
dependencies:
|
|
221
|
-
"@babel/traverse": "npm:^7.
|
|
222
|
-
"@babel/types": "npm:^7.
|
|
223
|
-
checksum: 10c0/
|
|
221
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
222
|
+
"@babel/types": "npm:^7.25.7"
|
|
223
|
+
checksum: 10c0/0fd0c3673835e5bf75558e184bcadc47c1f6dd2fe2016d53ebe1e5a6ae931a44e093015c2f9a6651c1a89f25c76d9246710c2b0b460b95ee069c464f2837fa2c
|
|
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.
|
|
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.25.7":
|
|
228
|
+
version: 7.25.7
|
|
229
|
+
resolution: "@babel/helper-module-transforms@npm:7.25.7"
|
|
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.25.7"
|
|
232
|
+
"@babel/helper-simple-access": "npm:^7.25.7"
|
|
233
|
+
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
|
234
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
235
235
|
peerDependencies:
|
|
236
236
|
"@babel/core": ^7.0.0
|
|
237
|
-
checksum: 10c0/
|
|
237
|
+
checksum: 10c0/f37fa7d1d4df21690535b278468cbd5faf0133a3080f282000cfa4f3ffc9462a1458f866b04b6a2f2d1eec4691236cba9a867da61270dab3ab19846e62f05090
|
|
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.25.7":
|
|
242
|
+
version: 7.25.7
|
|
243
|
+
resolution: "@babel/helper-optimise-call-expression@npm:7.25.7"
|
|
244
244
|
dependencies:
|
|
245
|
-
"@babel/types": "npm:^7.
|
|
246
|
-
checksum: 10c0/
|
|
245
|
+
"@babel/types": "npm:^7.25.7"
|
|
246
|
+
checksum: 10c0/19b4cc7e77811b1fedca4928dbc14026afef913c2ba4142e5e110ebdcb5c3b2efc0f0fbee9f362c23a194674147b9d627adea71c289b9be08b9067bc0085308b
|
|
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.25.7, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
|
|
258
|
+
version: 7.25.7
|
|
259
|
+
resolution: "@babel/helper-plugin-utils@npm:7.25.7"
|
|
260
|
+
checksum: 10c0/241f8cf3c5b7700e91cab7cfe5b432a3c710ae3cd5bb96dc554da536a6d25f5b9f000cc0c0917501ceb4f76ba92599ee3beb25e10adaf96be59f8df89a842faf
|
|
261
261
|
languageName: node
|
|
262
262
|
linkType: hard
|
|
263
263
|
|
|
264
|
-
"@babel/helper-remap-async-to-generator@npm:^7.
|
|
265
|
-
version: 7.25.
|
|
266
|
-
resolution: "@babel/helper-remap-async-to-generator@npm:7.25.
|
|
264
|
+
"@babel/helper-remap-async-to-generator@npm:^7.25.7":
|
|
265
|
+
version: 7.25.7
|
|
266
|
+
resolution: "@babel/helper-remap-async-to-generator@npm:7.25.7"
|
|
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.25.7"
|
|
269
|
+
"@babel/helper-wrap-function": "npm:^7.25.7"
|
|
270
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
271
271
|
peerDependencies:
|
|
272
272
|
"@babel/core": ^7.0.0
|
|
273
|
-
checksum: 10c0/
|
|
273
|
+
checksum: 10c0/972d84876adce6ab61c87a2df47e1afc790b73cff0d1767d0a1c5d9f7aa5e91d8c581a272b66b2051a26cfbb167d8a780564705e488e3ce1f477f1c15059bc5f
|
|
274
274
|
languageName: node
|
|
275
275
|
linkType: hard
|
|
276
276
|
|
|
277
|
-
"@babel/helper-replace-supers@npm:^7.
|
|
278
|
-
version: 7.25.
|
|
279
|
-
resolution: "@babel/helper-replace-supers@npm:7.25.
|
|
277
|
+
"@babel/helper-replace-supers@npm:^7.25.7":
|
|
278
|
+
version: 7.25.7
|
|
279
|
+
resolution: "@babel/helper-replace-supers@npm:7.25.7"
|
|
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.25.7"
|
|
282
|
+
"@babel/helper-optimise-call-expression": "npm:^7.25.7"
|
|
283
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
284
284
|
peerDependencies:
|
|
285
285
|
"@babel/core": ^7.0.0
|
|
286
|
-
checksum: 10c0/
|
|
286
|
+
checksum: 10c0/761d64ee74429f7326a6aa65e2cd5bfcb8de9e3bc3f1efb14b8f610d2410f003b0fca52778dc801d49ff8fbc90b057e8f51b27c62b0b05c95eaf23140ca1287b
|
|
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.25.7":
|
|
291
|
+
version: 7.25.7
|
|
292
|
+
resolution: "@babel/helper-simple-access@npm:7.25.7"
|
|
293
293
|
dependencies:
|
|
294
|
-
"@babel/traverse": "npm:^7.
|
|
295
|
-
"@babel/types": "npm:^7.
|
|
296
|
-
checksum: 10c0/
|
|
294
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
295
|
+
"@babel/types": "npm:^7.25.7"
|
|
296
|
+
checksum: 10c0/eed1b499bfb4f613c18debd61517e3de77b6da2727ca025aa05ac81599e0269f1dddb5237db04e8bb598115d015874752e0a7f11ff38672d74a4976097417059
|
|
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.25.7":
|
|
301
|
+
version: 7.25.7
|
|
302
|
+
resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.25.7"
|
|
303
303
|
dependencies:
|
|
304
|
-
"@babel/traverse": "npm:^7.
|
|
305
|
-
"@babel/types": "npm:^7.
|
|
306
|
-
checksum: 10c0/
|
|
304
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
305
|
+
"@babel/types": "npm:^7.25.7"
|
|
306
|
+
checksum: 10c0/5804adb893849a9d8cfb548e3812566a81d95cb0c9a10d66b52912d13f488e577c33063bf19bc06ac70e6333162a7370d67ba1a1c3544d37fb50d5f4a00db4de
|
|
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.25.7":
|
|
311
|
+
version: 7.25.7
|
|
312
|
+
resolution: "@babel/helper-string-parser@npm:7.25.7"
|
|
313
|
+
checksum: 10c0/73ef2ceb81f8294678a0afe8ab0103729c0370cac2e830e0d5128b03be5f6a2635838af31d391d763e3c5a4460ed96f42fd7c9b552130670d525be665913bc4c
|
|
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.25.7":
|
|
318
|
+
version: 7.25.7
|
|
319
|
+
resolution: "@babel/helper-validator-identifier@npm:7.25.7"
|
|
320
|
+
checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0
|
|
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.25.7":
|
|
325
|
+
version: 7.25.7
|
|
326
|
+
resolution: "@babel/helper-validator-option@npm:7.25.7"
|
|
327
|
+
checksum: 10c0/12ed418c8e3ed9ed44c8c80d823f4e42d399b5eb2e423adccb975e31a31a008cd3b5d8eab688b31f740caff4a1bb28fe06ea2fa7d635aee34cc0ad6995d50f0a
|
|
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.7":
|
|
332
|
+
version: 7.25.7
|
|
333
|
+
resolution: "@babel/helper-wrap-function@npm:7.25.7"
|
|
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.7"
|
|
336
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
337
|
+
"@babel/types": "npm:^7.25.7"
|
|
338
|
+
checksum: 10c0/b5d412f72697f4a4ce4cb9784fbaf82501c63cf95066c0eadd3179e3439cbbf0aa5fa4858d93590083671943cd357aeb87286958df34aa56fdf8a4c9dea39755
|
|
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.7":
|
|
343
|
+
version: 7.25.7
|
|
344
|
+
resolution: "@babel/helpers@npm:7.25.7"
|
|
345
345
|
dependencies:
|
|
346
|
-
"@babel/template": "npm:^7.25.
|
|
347
|
-
"@babel/types": "npm:^7.25.
|
|
348
|
-
checksum: 10c0/
|
|
346
|
+
"@babel/template": "npm:^7.25.7"
|
|
347
|
+
"@babel/types": "npm:^7.25.7"
|
|
348
|
+
checksum: 10c0/3b3ae9e373bd785414195ef8f59976a69d5a6ebe0ef2165fdcc5165e5c3ee09e0fcee94bb457df2ddb8c0532e4146d0a9b7a96b3497399a4bff4ffe196b30228
|
|
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.25.7":
|
|
353
|
+
version: 7.25.7
|
|
354
|
+
resolution: "@babel/highlight@npm:7.25.7"
|
|
355
355
|
dependencies:
|
|
356
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
356
|
+
"@babel/helper-validator-identifier": "npm:^7.25.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/1f5894fdb0a0af6101fb2822369b2eeeae32cbeae2ef73ff73fc6a0a4a20471565cd9cfa589f54ed69df66adeca7c57266031ca9134b7bd244d023a488d419aa
|
|
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.
|
|
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.3, @babel/parser@npm:^7.25.7":
|
|
365
|
+
version: 7.25.7
|
|
366
|
+
resolution: "@babel/parser@npm:7.25.7"
|
|
367
367
|
dependencies:
|
|
368
|
-
"@babel/types": "npm:^7.25.
|
|
368
|
+
"@babel/types": "npm:^7.25.7"
|
|
369
369
|
bin:
|
|
370
370
|
parser: ./bin/babel-parser.js
|
|
371
|
-
checksum: 10c0/
|
|
371
|
+
checksum: 10c0/b771469bb6b636c18a8d642b9df3c73913c3860a979591e1a29a98659efd38b81d3e393047b5251fe382d4c82c681c12da9ce91c98d69316d2604d155a214bcf
|
|
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.7":
|
|
376
|
+
version: 7.25.7
|
|
377
|
+
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.7"
|
|
378
378
|
dependencies:
|
|
379
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
380
|
-
"@babel/traverse": "npm:^7.25.
|
|
379
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
380
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
381
381
|
peerDependencies:
|
|
382
382
|
"@babel/core": ^7.0.0
|
|
383
|
-
checksum: 10c0/
|
|
383
|
+
checksum: 10c0/c6ba97c39973897a2ab021c4a77221e1e93e853a5811d498db325da1bd692e41fa521db6d91bb709ccafd4e54ddd00869ffb35846923c3ccd49d46124b316904
|
|
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.7":
|
|
388
|
+
version: 7.25.7
|
|
389
|
+
resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.7"
|
|
390
390
|
dependencies:
|
|
391
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
391
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
392
392
|
peerDependencies:
|
|
393
393
|
"@babel/core": ^7.0.0
|
|
394
|
-
checksum: 10c0/
|
|
394
|
+
checksum: 10c0/ac284868bf410f952c6959b0d77708464127160416f003b05c8127d30e64792d671abc167ebf778b17707e32174223ea8d3ff487276991fa90297d92f0dac6e2
|
|
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.7":
|
|
399
|
+
version: 7.25.7
|
|
400
|
+
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.7"
|
|
401
401
|
dependencies:
|
|
402
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
402
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
403
403
|
peerDependencies:
|
|
404
404
|
"@babel/core": ^7.0.0
|
|
405
|
-
checksum: 10c0/
|
|
405
|
+
checksum: 10c0/1bffc0a20c8c82b4c77515eb4c99b961b38184116f008bb42bed4e12d3379ba7b2bc6cf299bcea8118d645bb7a5e0caa83969842f16dd1fce49fb3a050e4ac65
|
|
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.25.7":
|
|
410
|
+
version: 7.25.7
|
|
411
|
+
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.25.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.25.7"
|
|
414
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
|
|
415
|
+
"@babel/plugin-transform-optional-chaining": "npm:^7.25.7"
|
|
416
416
|
peerDependencies:
|
|
417
417
|
"@babel/core": ^7.13.0
|
|
418
|
-
checksum: 10c0/
|
|
418
|
+
checksum: 10c0/32223f012614a0b2657579317ded7d0d09af2aa316285715c5012f974d0f15c2ce2fe0d8e80fdd9bac6c10c21c93cc925a9dfd6c8e21ce7ba1a9fe06a58088b4
|
|
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.7":
|
|
423
|
+
version: 7.25.7
|
|
424
|
+
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.7"
|
|
425
425
|
dependencies:
|
|
426
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
427
|
-
"@babel/traverse": "npm:^7.25.
|
|
426
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
427
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
428
428
|
peerDependencies:
|
|
429
429
|
"@babel/core": ^7.0.0
|
|
430
|
-
checksum: 10c0/
|
|
430
|
+
checksum: 10c0/aa2ee7a5954d187de6cbcca0e0b64cfb79c4d224c332d1eb1e0e4afd92ef1a1f4bc4af24f66154097ccb348c08121a875456f47baed220b1b9e93584e6a19b65
|
|
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.25.7
|
|
448
|
+
resolution: "@babel/plugin-proposal-decorators@npm:7.25.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.25.7"
|
|
451
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
452
|
+
"@babel/plugin-syntax-decorators": "npm:^7.25.7"
|
|
453
453
|
peerDependencies:
|
|
454
454
|
"@babel/core": ^7.0.0-0
|
|
455
|
-
checksum: 10c0/
|
|
455
|
+
checksum: 10c0/224785977af0e6318a8ef7a54481221df62f2148e04a6143a1a664e92461d98d2ffbf6d72caab1bee5e24483cc0fc9707ec2ecef943a35640019496d1334dd0c
|
|
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.25.7
|
|
461
|
+
resolution: "@babel/plugin-proposal-export-default-from@npm:7.25.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.25.7"
|
|
464
|
+
"@babel/plugin-syntax-export-default-from": "npm:^7.25.7"
|
|
465
465
|
peerDependencies:
|
|
466
466
|
"@babel/core": ^7.0.0-0
|
|
467
|
-
checksum: 10c0/
|
|
467
|
+
checksum: 10c0/51d89ccaa2f165d888031569b1115929594ba72cf0fd87c23a9061c97c79d215956adcc1eeffdba6bb8cebcf9d5e882fdbdac484dfec281ce96e96a6c20d2b1e
|
|
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.25.7":
|
|
579
|
+
version: 7.25.7
|
|
580
|
+
resolution: "@babel/plugin-syntax-decorators@npm:7.25.7"
|
|
581
581
|
dependencies:
|
|
582
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
582
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
583
583
|
peerDependencies:
|
|
584
584
|
"@babel/core": ^7.0.0-0
|
|
585
|
-
checksum: 10c0/
|
|
585
|
+
checksum: 10c0/7a2a5b6f1965b2cc883d534845923cb0f02c641de9a2150207289f5bef1776d1b5aa60e4d08917540c3692d48257c1a7b9b12389c31755f715d262f60e756f20
|
|
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.25.7":
|
|
601
|
+
version: 7.25.7
|
|
602
|
+
resolution: "@babel/plugin-syntax-export-default-from@npm:7.25.7"
|
|
603
603
|
dependencies:
|
|
604
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
604
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
605
605
|
peerDependencies:
|
|
606
606
|
"@babel/core": ^7.0.0-0
|
|
607
|
-
checksum: 10c0/
|
|
607
|
+
checksum: 10c0/490344179679e380f36349d937b2b5d31bfdbb41b011bbd0a4b5dcb07d0491c3cd69e0e3d01d98482be08e3411bd60c343d32b9cd137c899d7d6da3ff5e910d0
|
|
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.25.7":
|
|
623
|
+
version: 7.25.7
|
|
624
|
+
resolution: "@babel/plugin-syntax-flow@npm:7.25.7"
|
|
625
625
|
dependencies:
|
|
626
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
626
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
627
627
|
peerDependencies:
|
|
628
628
|
"@babel/core": ^7.0.0-0
|
|
629
|
-
checksum: 10c0/
|
|
629
|
+
checksum: 10c0/36799e0af9cab97b688c46caef0fc596323dea7f8772abea229267be9a2c205db27b74bdac26e29ea4f9f116a0337fc40e7b96644a87f26572e6ba1723ed0bbb
|
|
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.25.7":
|
|
634
|
+
version: 7.25.7
|
|
635
|
+
resolution: "@babel/plugin-syntax-import-assertions@npm:7.25.7"
|
|
636
636
|
dependencies:
|
|
637
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
637
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
638
638
|
peerDependencies:
|
|
639
639
|
"@babel/core": ^7.0.0-0
|
|
640
|
-
checksum: 10c0/
|
|
640
|
+
checksum: 10c0/0fee0d971f3c654749fdf92e09b6556bba26ab014c8e99b7252f6a7f1ca108f17edd7ceefb5401d7b7008e98ab1b6f8c3c6a5db72862e7c7b2fcd649d000d690
|
|
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.25.7":
|
|
645
|
+
version: 7.25.7
|
|
646
|
+
resolution: "@babel/plugin-syntax-import-attributes@npm:7.25.7"
|
|
647
647
|
dependencies:
|
|
648
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
648
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
649
649
|
peerDependencies:
|
|
650
650
|
"@babel/core": ^7.0.0-0
|
|
651
|
-
checksum: 10c0/
|
|
651
|
+
checksum: 10c0/fe00cdb96fd289ab126830a98e1dcf5ab7b529a6ef1c01a72506b5e7b1197d6e46c3c4d029cd90d1d61eb9a15ef77c282d156d0c02c7e32f168bb09d84150db4
|
|
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.25.7":
|
|
689
|
+
version: 7.25.7
|
|
690
|
+
resolution: "@babel/plugin-syntax-jsx@npm:7.25.7"
|
|
691
691
|
dependencies:
|
|
692
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
692
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
693
693
|
peerDependencies:
|
|
694
694
|
"@babel/core": ^7.0.0-0
|
|
695
|
-
checksum: 10c0/
|
|
695
|
+
checksum: 10c0/17db499c31fcfaa94d5408726d943955d51d478353d1e2dd84eda6024f7e3d104b9456a77f8aabfae0db7f4dc32f810d08357112f7fcbe305e7c9fcf5b3cac13
|
|
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.25.7":
|
|
788
|
+
version: 7.25.7
|
|
789
|
+
resolution: "@babel/plugin-syntax-typescript@npm:7.25.7"
|
|
790
790
|
dependencies:
|
|
791
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
791
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
792
792
|
peerDependencies:
|
|
793
793
|
"@babel/core": ^7.0.0-0
|
|
794
|
-
checksum: 10c0/
|
|
794
|
+
checksum: 10c0/ed51fd81a5cf571a89fc4cf4c0e3b0b91285c367237374c133d2e5e718f3963cfa61b81997df39220a8837dc99f9e9a8ab7701d259c09fae379e4843d9db60c2
|
|
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.25.7":
|
|
811
|
+
version: 7.25.7
|
|
812
|
+
resolution: "@babel/plugin-transform-arrow-functions@npm:7.25.7"
|
|
813
813
|
dependencies:
|
|
814
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
814
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
815
815
|
peerDependencies:
|
|
816
816
|
"@babel/core": ^7.0.0-0
|
|
817
|
-
checksum: 10c0/
|
|
817
|
+
checksum: 10c0/c8d75ead93f130bf113b6d29493aca695092661ef039336d2a227169c3b7895aa5e9bcc548c42a95a6eaaaf49e512317b00699940bd40ccefd77443e703d3935
|
|
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.7":
|
|
822
|
+
version: 7.25.7
|
|
823
|
+
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.7"
|
|
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.25.7"
|
|
826
|
+
"@babel/helper-remap-async-to-generator": "npm:^7.25.7"
|
|
827
827
|
"@babel/plugin-syntax-async-generators": "npm:^7.8.4"
|
|
828
|
-
"@babel/traverse": "npm:^7.25.
|
|
828
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
829
829
|
peerDependencies:
|
|
830
830
|
"@babel/core": ^7.0.0-0
|
|
831
|
-
checksum: 10c0/
|
|
831
|
+
checksum: 10c0/dcdd17d8cafafe0eb2edd0a46a7abe86c72235c957c8eb1157ccadb2b199572d5d1aa36a2d3bce5cb99990f7d3c6290ecf09959c62f3081c4df9ff717a1c84a4
|
|
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.25.7":
|
|
836
|
+
version: 7.25.7
|
|
837
|
+
resolution: "@babel/plugin-transform-async-to-generator@npm:7.25.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.25.7"
|
|
840
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
841
|
+
"@babel/helper-remap-async-to-generator": "npm:^7.25.7"
|
|
842
842
|
peerDependencies:
|
|
843
843
|
"@babel/core": ^7.0.0-0
|
|
844
|
-
checksum: 10c0/
|
|
844
|
+
checksum: 10c0/1dbefba9c1455f7a92b8c59a93c622091db945294c936fc2c09b1648308c5b4cb2ecaae92baae0d07a324ab890a8a2ee27ceb046bc120932845d27aede275821
|
|
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.25.7":
|
|
849
|
+
version: 7.25.7
|
|
850
|
+
resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.25.7"
|
|
851
851
|
dependencies:
|
|
852
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
852
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
853
853
|
peerDependencies:
|
|
854
854
|
"@babel/core": ^7.0.0-0
|
|
855
|
-
checksum: 10c0/
|
|
855
|
+
checksum: 10c0/b1e77492295d1b271ef850a81b0404cf3d0dd6a2bcbeab28a0fd99e61c6de4bda91dff583bb42138eec61bf71282bdd3b1bebcb53b7e373035e77fd6ba66caeb
|
|
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.7":
|
|
860
|
+
version: 7.25.7
|
|
861
|
+
resolution: "@babel/plugin-transform-block-scoping@npm:7.25.7"
|
|
862
862
|
dependencies:
|
|
863
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
863
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
864
864
|
peerDependencies:
|
|
865
865
|
"@babel/core": ^7.0.0-0
|
|
866
|
-
checksum: 10c0/
|
|
866
|
+
checksum: 10c0/b2057e00535cd0e8bd5ee5d4640aa2e952564aeafb1bcf4e7b6de33442422877bb0ca8669ad0a48262ec077271978c61eae87b6b3bc8f472d830fa781d6f7e44
|
|
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.7":
|
|
871
|
+
version: 7.25.7
|
|
872
|
+
resolution: "@babel/plugin-transform-class-properties@npm:7.25.7"
|
|
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.7"
|
|
875
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
876
876
|
peerDependencies:
|
|
877
877
|
"@babel/core": ^7.0.0-0
|
|
878
|
-
checksum: 10c0/
|
|
878
|
+
checksum: 10c0/1f41e6934b20ad3e05df63959cff9bc600ff3119153b9acbbd44c1731e7df04866397e6e17799173f4c53cdee6115e155632859aee20bf47ec7dcef3f2168a47
|
|
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.25.7":
|
|
883
|
+
version: 7.25.7
|
|
884
|
+
resolution: "@babel/plugin-transform-class-static-block@npm:7.25.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.25.7"
|
|
887
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/cbb4b46cbd8ad10106eb2bedb5a0665661a1d1d5b6f3ab565ff454b802dab4718e02b25670fe0d40835494aedb3dc26757c06cc4da6ff3e80291c5f882269bd3
|
|
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.7":
|
|
896
|
+
version: 7.25.7
|
|
897
|
+
resolution: "@babel/plugin-transform-classes@npm:7.25.7"
|
|
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.25.7"
|
|
900
|
+
"@babel/helper-compilation-targets": "npm:^7.25.7"
|
|
901
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
902
|
+
"@babel/helper-replace-supers": "npm:^7.25.7"
|
|
903
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
904
904
|
globals: "npm:^11.1.0"
|
|
905
905
|
peerDependencies:
|
|
906
906
|
"@babel/core": ^7.0.0-0
|
|
907
|
-
checksum: 10c0/
|
|
907
|
+
checksum: 10c0/8121781e1d8acd80e6169019106f73a399475ad9c895c1988a344dfed5a6ddd340938ac55123dc1e423bb8f25f255f5d11031116ad756ba3c314595a97c973af
|
|
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.25.7":
|
|
912
|
+
version: 7.25.7
|
|
913
|
+
resolution: "@babel/plugin-transform-computed-properties@npm:7.25.7"
|
|
914
914
|
dependencies:
|
|
915
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
916
|
-
"@babel/template": "npm:^7.
|
|
915
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
916
|
+
"@babel/template": "npm:^7.25.7"
|
|
917
917
|
peerDependencies:
|
|
918
918
|
"@babel/core": ^7.0.0-0
|
|
919
|
-
checksum: 10c0/
|
|
919
|
+
checksum: 10c0/7ad0a1c126f50935a02e77d438ebc39078a9d644b3a60de60bec32c5d9f49e7f2b193fcecb8c61bb1bc3cdd4af1e93f72d022d448511fa76a171527c633cd1bf
|
|
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.25.7":
|
|
924
|
+
version: 7.25.7
|
|
925
|
+
resolution: "@babel/plugin-transform-destructuring@npm:7.25.7"
|
|
926
926
|
dependencies:
|
|
927
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
927
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
928
928
|
peerDependencies:
|
|
929
929
|
"@babel/core": ^7.0.0-0
|
|
930
|
-
checksum: 10c0/
|
|
930
|
+
checksum: 10c0/a563123b2fb267e03aa50104005f00b56226a685938906c42c1b251462e0cc9fc89e587d5656d3324159071eb8ebda8c68a6011f11d5a00fb1436cb5a5411b7b
|
|
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.25.7":
|
|
935
|
+
version: 7.25.7
|
|
936
|
+
resolution: "@babel/plugin-transform-dotall-regex@npm:7.25.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.25.7"
|
|
939
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
940
940
|
peerDependencies:
|
|
941
941
|
"@babel/core": ^7.0.0-0
|
|
942
|
-
checksum: 10c0/
|
|
942
|
+
checksum: 10c0/7f1db3ec20b7fae46db4a9c4c257d75418b0896b72c0a3de20b3044f952801480f0a2e75ebb0d64f13e8cd4db0e49aa42c5c0edff372b23c41679b1ea5dd3ed4
|
|
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.25.7":
|
|
947
|
+
version: 7.25.7
|
|
948
|
+
resolution: "@babel/plugin-transform-duplicate-keys@npm:7.25.7"
|
|
949
949
|
dependencies:
|
|
950
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
950
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
951
951
|
peerDependencies:
|
|
952
952
|
"@babel/core": ^7.0.0-0
|
|
953
|
-
checksum: 10c0/
|
|
953
|
+
checksum: 10c0/b4079981e2db19737a0f1a00254e7388e2d3c01ce36e9fd826e4d86d3c1755339495e29c71fd7c84a068201ec24687328d48f3bf53b32b6d6224f51d9a34da74
|
|
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.7":
|
|
958
|
+
version: 7.25.7
|
|
959
|
+
resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.7"
|
|
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.7"
|
|
962
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
963
963
|
peerDependencies:
|
|
964
964
|
"@babel/core": ^7.0.0
|
|
965
|
-
checksum: 10c0/
|
|
965
|
+
checksum: 10c0/e4946090ff6d88d54b78265ee653079ec34c117ac046e22f66f7c4ac44249cdc2dfca385bc5bf4386db668b9948eeb12985589500188bc252e684c7714c31475
|
|
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.25.7":
|
|
970
|
+
version: 7.25.7
|
|
971
|
+
resolution: "@babel/plugin-transform-dynamic-import@npm:7.25.7"
|
|
972
972
|
dependencies:
|
|
973
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
973
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/c733252ff20a32d9747dd081916270f5a073856597e849a5f458b12f4354499b18714f5e7049e341432851d9975077cb37effcd276c7f816faa6f5ff708dc5e1
|
|
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.25.7":
|
|
982
|
+
version: 7.25.7
|
|
983
|
+
resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.25.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.25.7"
|
|
986
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
987
987
|
peerDependencies:
|
|
988
988
|
"@babel/core": ^7.0.0-0
|
|
989
|
-
checksum: 10c0/
|
|
989
|
+
checksum: 10c0/c8537b9f3cddc5a8d3710f6980196dc7a0f4389f8f82617312a5f7b8b15bcd8ddaeba783c687c3ac6031eb0a4ba0bc380a98da6bf7efe98e225602a98ad42a1e
|
|
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.25.7":
|
|
994
|
+
version: 7.25.7
|
|
995
|
+
resolution: "@babel/plugin-transform-export-namespace-from@npm:7.25.7"
|
|
996
996
|
dependencies:
|
|
997
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
997
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/ef61fc5d54c9c8b075cbd9db62beaf295e38e08a1edb1882995105d3e959763be1631f7d7f7cb7461b702ebd0b4a601f2eb2cd6521acaf061310a3a3305fa756
|
|
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.25.7":
|
|
1006
|
+
version: 7.25.7
|
|
1007
|
+
resolution: "@babel/plugin-transform-flow-strip-types@npm:7.25.7"
|
|
1008
1008
|
dependencies:
|
|
1009
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1010
|
-
"@babel/plugin-syntax-flow": "npm:^7.
|
|
1009
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1010
|
+
"@babel/plugin-syntax-flow": "npm:^7.25.7"
|
|
1011
1011
|
peerDependencies:
|
|
1012
1012
|
"@babel/core": ^7.0.0-0
|
|
1013
|
-
checksum: 10c0/
|
|
1013
|
+
checksum: 10c0/01afd2196c99ace415d58d939cc568a17e9925fcc4cbf8ff16a659053be3f7ce2b1fa254b5662aa36e6a3300620bcc81d9399d849288a012fe2dc337e4efa49e
|
|
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.25.7":
|
|
1018
|
+
version: 7.25.7
|
|
1019
|
+
resolution: "@babel/plugin-transform-for-of@npm:7.25.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.25.7"
|
|
1022
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
|
|
1023
1023
|
peerDependencies:
|
|
1024
1024
|
"@babel/core": ^7.0.0-0
|
|
1025
|
-
checksum: 10c0/
|
|
1025
|
+
checksum: 10c0/08a37a1742368a422d095c998ed76f60f6bf3f9cc060033be121d803fd2dddc08fe543e48ee49c022bdc9ed80893ca79d084958d83d30684178b088774754277
|
|
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.7":
|
|
1030
|
+
version: 7.25.7
|
|
1031
|
+
resolution: "@babel/plugin-transform-function-name@npm:7.25.7"
|
|
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.25.7"
|
|
1034
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1035
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
1036
1036
|
peerDependencies:
|
|
1037
1037
|
"@babel/core": ^7.0.0-0
|
|
1038
|
-
checksum: 10c0/
|
|
1038
|
+
checksum: 10c0/ca98e1116c0ada7211ed43e4b7f21ca15f95bbbdad70f2fbe1ec2d90a97daedf9f22fcb0a25c8b164a5e394f509f2e4d1f7609d26dc938a58d37c5ee9b80088a
|
|
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.25.7":
|
|
1043
|
+
version: 7.25.7
|
|
1044
|
+
resolution: "@babel/plugin-transform-json-strings@npm:7.25.7"
|
|
1045
1045
|
dependencies:
|
|
1046
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1046
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/aa6e5f65c8a5f2459d7daa9b5b4ff97ff43bab21f4a8513ed84d35300b0323ec542dc101c5f11622e442dfc93b3a229c7f41ebc7645370dfec6d066bda800a0b
|
|
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.7":
|
|
1055
|
+
version: 7.25.7
|
|
1056
|
+
resolution: "@babel/plugin-transform-literals@npm:7.25.7"
|
|
1057
1057
|
dependencies:
|
|
1058
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1058
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1059
1059
|
peerDependencies:
|
|
1060
1060
|
"@babel/core": ^7.0.0-0
|
|
1061
|
-
checksum: 10c0/
|
|
1061
|
+
checksum: 10c0/c2c2488102f33e566f45becdcb632e53bd052ecfb2879deb07a614b3e9437e3b624c3b16d080096d50b0b622edebd03e438acbf9260bcc41167897963f64560e
|
|
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.25.7":
|
|
1066
|
+
version: 7.25.7
|
|
1067
|
+
resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.25.7"
|
|
1068
1068
|
dependencies:
|
|
1069
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1069
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/d610a8a2c1be83e03cce2256f29519e705dc68289c09d67f1f362d1fd80f4b36eaf2affc05710abb53a272895041e24d9e95ec73a516a23a67cb907023fbe37b
|
|
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.25.7":
|
|
1078
|
+
version: 7.25.7
|
|
1079
|
+
resolution: "@babel/plugin-transform-member-expression-literals@npm:7.25.7"
|
|
1080
1080
|
dependencies:
|
|
1081
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1081
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1082
1082
|
peerDependencies:
|
|
1083
1083
|
"@babel/core": ^7.0.0-0
|
|
1084
|
-
checksum: 10c0/
|
|
1084
|
+
checksum: 10c0/d6936b98ae4d3daed850dc4e064042ea4375f815219ba9d8591373bf1fba4cfdb5be42623ae8882f2d666cc34af650a4855e2a5ad89e3c235d73a6f172f9969c
|
|
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.25.7":
|
|
1089
|
+
version: 7.25.7
|
|
1090
|
+
resolution: "@babel/plugin-transform-modules-amd@npm:7.25.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.25.7"
|
|
1093
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1094
1094
|
peerDependencies:
|
|
1095
1095
|
"@babel/core": ^7.0.0-0
|
|
1096
|
-
checksum: 10c0/
|
|
1096
|
+
checksum: 10c0/c0bc999206c3834c090e6559a6c8a55d7672d3573104e832223ebe7df99bd1b82fc850e15ba32f512c84b0db1cdb613b66fa60abe9abb9c7e8dcbff91649b356
|
|
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.25.7":
|
|
1101
|
+
version: 7.25.7
|
|
1102
|
+
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.25.7"
|
|
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.25.7"
|
|
1105
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1106
|
+
"@babel/helper-simple-access": "npm:^7.25.7"
|
|
1107
1107
|
peerDependencies:
|
|
1108
1108
|
"@babel/core": ^7.0.0-0
|
|
1109
|
-
checksum: 10c0/
|
|
1109
|
+
checksum: 10c0/2f1c945fc3c9b690b0ddcf2c80156b2e4fbf2cf15aac43ac8fe6e4b34125869528839a53d07c564e62e4aed394ebdc1d2c3b796b547374455522581c11b7599c
|
|
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.7":
|
|
1114
|
+
version: 7.25.7
|
|
1115
|
+
resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.7"
|
|
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.7"
|
|
1118
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1119
|
+
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
|
1120
|
+
"@babel/traverse": "npm:^7.25.7"
|
|
1121
1121
|
peerDependencies:
|
|
1122
1122
|
"@babel/core": ^7.0.0-0
|
|
1123
|
-
checksum: 10c0/
|
|
1123
|
+
checksum: 10c0/95eaea7082636710c61e49e58b3907e85ec79db4327411d3784f28592509fbe94a53cc3d20a36a1cf245efc6d3f0017eae15b45ffd645c1ab949bb4e1670e6bb
|
|
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.25.7":
|
|
1128
|
+
version: 7.25.7
|
|
1129
|
+
resolution: "@babel/plugin-transform-modules-umd@npm:7.25.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.25.7"
|
|
1132
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1133
1133
|
peerDependencies:
|
|
1134
1134
|
"@babel/core": ^7.0.0-0
|
|
1135
|
-
checksum: 10c0/
|
|
1135
|
+
checksum: 10c0/8849ab04eecdb73cd37e2d7289449fa5256331832b0304c220b2a6aaa12e2d2dd87684f2813412d1fc5bdb3d6b55cc08c6386d3273fe05a65177c09bee5b6769
|
|
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.25.7":
|
|
1140
|
+
version: 7.25.7
|
|
1141
|
+
resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.25.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.25.7"
|
|
1144
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1145
1145
|
peerDependencies:
|
|
1146
1146
|
"@babel/core": ^7.0.0
|
|
1147
|
-
checksum: 10c0/
|
|
1147
|
+
checksum: 10c0/eb55fec55dc930cd122911f3e4a421320fa8b1b4de85bfd7ef11b46c611ec69b0213c114a6e1c6bc224d6b954ff183a0caa7251267d5258ecc0f00d6d9ca1d52
|
|
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.25.7":
|
|
1152
|
+
version: 7.25.7
|
|
1153
|
+
resolution: "@babel/plugin-transform-new-target@npm:7.25.7"
|
|
1154
1154
|
dependencies:
|
|
1155
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1155
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1156
1156
|
peerDependencies:
|
|
1157
1157
|
"@babel/core": ^7.0.0-0
|
|
1158
|
-
checksum: 10c0/
|
|
1158
|
+
checksum: 10c0/8e5dce6d027e0f3fd394578ea1af7f515de157793a15c23a5aad7034a6d8a4005ef280238e67a232bb4dd4fafd3a264fed462deb149128ddd9ce59ff6f575cff
|
|
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.25.7":
|
|
1163
|
+
version: 7.25.7
|
|
1164
|
+
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.25.7"
|
|
1165
1165
|
dependencies:
|
|
1166
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1166
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/b35a96a79ef4895b00e4f758d3185cb17e4fbfada311894ad5f0988a55fc2c21820dc789b26a3cb8fbd620434faa516e52acb6e2da105c2edbd29de8b6b0facf
|
|
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.25.7":
|
|
1175
|
+
version: 7.25.7
|
|
1176
|
+
resolution: "@babel/plugin-transform-numeric-separator@npm:7.25.7"
|
|
1177
1177
|
dependencies:
|
|
1178
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1178
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/c028ae89e6b4e1d757f8f1ebcb3b420e6559bb35002728f6f5651d5f669fbf73764adf6e3597908fa12adf8dbae683e5f74b3a7f68e8774a9663c18c0f999539
|
|
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.25.7":
|
|
1187
|
+
version: 7.25.7
|
|
1188
|
+
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.25.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.25.7"
|
|
1191
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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.25.7"
|
|
1194
1194
|
peerDependencies:
|
|
1195
1195
|
"@babel/core": ^7.0.0-0
|
|
1196
|
-
checksum: 10c0/
|
|
1196
|
+
checksum: 10c0/e8b978d9d1020452da0d5d92f80fe57e302761dac20137bb8bf863478a4779fcd63d314db89e796125d9d76da2a38f64f012d6e0c4913815951b3eb3fba2feb6
|
|
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.25.7":
|
|
1201
|
+
version: 7.25.7
|
|
1202
|
+
resolution: "@babel/plugin-transform-object-super@npm:7.25.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.25.7"
|
|
1205
|
+
"@babel/helper-replace-supers": "npm:^7.25.7"
|
|
1206
1206
|
peerDependencies:
|
|
1207
1207
|
"@babel/core": ^7.0.0-0
|
|
1208
|
-
checksum: 10c0/
|
|
1208
|
+
checksum: 10c0/7f2968d4da997101b63fd3b74445c9b16f56bd32cd8a0a16c368af9d3e983e7675c1b05d18601f32307cb06e7d884ee11d13ff18a1f6830c0db243a9a852afab
|
|
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.25.7":
|
|
1213
|
+
version: 7.25.7
|
|
1214
|
+
resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.25.7"
|
|
1215
1215
|
dependencies:
|
|
1216
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1216
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/bb609e5103780be0825a255ffe1fefbb5335aead88a46eecc2257053279ea2c45ff66b0ef1fb54302c8c8c57146e88e52f3ecb62b4c6f619218d7b3843b352d9
|
|
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.25.7":
|
|
1225
|
+
version: 7.25.7
|
|
1226
|
+
resolution: "@babel/plugin-transform-optional-chaining@npm:7.25.7"
|
|
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.25.7"
|
|
1229
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.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/887441ada6c2bc1b789984b7531d9bc585f335ece99642886d3d9fd8aee7e6b8d4f7ca61d76b5f23477f3aa607284d5056eadaa1eb17e7b39af6b0e834cbe878
|
|
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.25.7":
|
|
1238
|
+
version: 7.25.7
|
|
1239
|
+
resolution: "@babel/plugin-transform-parameters@npm:7.25.7"
|
|
1240
1240
|
dependencies:
|
|
1241
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1241
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1242
1242
|
peerDependencies:
|
|
1243
1243
|
"@babel/core": ^7.0.0-0
|
|
1244
|
-
checksum: 10c0/
|
|
1244
|
+
checksum: 10c0/b40ba70278842ce1e800d7ab400df730994941550da547ef453780023bd61a9b8acf4b9fb8419c1b5bcbe09819a1146ff59369db11db07eb71870bef86a12422
|
|
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.7":
|
|
1249
|
+
version: 7.25.7
|
|
1250
|
+
resolution: "@babel/plugin-transform-private-methods@npm:7.25.7"
|
|
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.7"
|
|
1253
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1254
1254
|
peerDependencies:
|
|
1255
1255
|
"@babel/core": ^7.0.0-0
|
|
1256
|
-
checksum: 10c0/
|
|
1256
|
+
checksum: 10c0/92e076f63f7c4696e1321dafdd56c4212eb41784cdadba0ebc39091f959a76d357c3df61a6c668be81d6b6ad8964ee458e85752ab0c6cfbbaf2066903edda732
|
|
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.25.7":
|
|
1261
|
+
version: 7.25.7
|
|
1262
|
+
resolution: "@babel/plugin-transform-private-property-in-object@npm:7.25.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.25.7"
|
|
1265
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.25.7"
|
|
1266
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/5ad8832ba54e2079c1f558b8680e170265e3f376424e5fbb75b17b7f08696fb0af6c96d23d92f7df3dcc559f5971a02587281fcec38a853174aa95478565f5fc
|
|
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.25.7":
|
|
1275
|
+
version: 7.25.7
|
|
1276
|
+
resolution: "@babel/plugin-transform-property-literals@npm:7.25.7"
|
|
1277
1277
|
dependencies:
|
|
1278
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1278
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1279
1279
|
peerDependencies:
|
|
1280
1280
|
"@babel/core": ^7.0.0-0
|
|
1281
|
-
checksum: 10c0/
|
|
1281
|
+
checksum: 10c0/6d5bccdc772207906666ad5201bd91e4e132e1d806dbcf4163a1d08e18c57cc3795578c4e10596514bcd6afaf9696f478ea4f0dea890176d93b9cb077b9e5c55
|
|
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.7
|
|
1287
|
+
resolution: "@babel/plugin-transform-react-constant-elements@npm:7.25.7"
|
|
1288
1288
|
dependencies:
|
|
1289
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1289
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1290
1290
|
peerDependencies:
|
|
1291
1291
|
"@babel/core": ^7.0.0-0
|
|
1292
|
-
checksum: 10c0/
|
|
1292
|
+
checksum: 10c0/2261a793e65b4236ac256096ee8ad40e1149b4202d3d5d4464ca92e87980bc1886ccb2fe1282e668c82fd49db2afadfcea6e943a75fbe56ceb58c33245bac0dc
|
|
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.25.7":
|
|
1297
|
+
version: 7.25.7
|
|
1298
|
+
resolution: "@babel/plugin-transform-react-display-name@npm:7.25.7"
|
|
1299
1299
|
dependencies:
|
|
1300
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1300
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1301
1301
|
peerDependencies:
|
|
1302
1302
|
"@babel/core": ^7.0.0-0
|
|
1303
|
-
checksum: 10c0/
|
|
1303
|
+
checksum: 10c0/a0c537cc7c328ed7468d3b6a37bf0d9cb15d94afcdf3f2849ce6e5a68494fc61f0fa4fc529482a6b95b00f3c5c734f310bf18085293bff40702789f06c816f36
|
|
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.25.7":
|
|
1308
|
+
version: 7.25.7
|
|
1309
|
+
resolution: "@babel/plugin-transform-react-jsx-development@npm:7.25.7"
|
|
1310
1310
|
dependencies:
|
|
1311
|
-
"@babel/plugin-transform-react-jsx": "npm:^7.
|
|
1311
|
+
"@babel/plugin-transform-react-jsx": "npm:^7.25.7"
|
|
1312
1312
|
peerDependencies:
|
|
1313
1313
|
"@babel/core": ^7.0.0-0
|
|
1314
|
-
checksum: 10c0/
|
|
1314
|
+
checksum: 10c0/a3dc14644d09a6d22875af7b5584393ab53e467e0531cd192fc6242504dacaffa421e89265ba7f84fd4edef2b7b100d2e2ebf092a4dce2b55cf9c5fe29390c18
|
|
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.25.7
|
|
1320
|
+
resolution: "@babel/plugin-transform-react-jsx-self@npm:7.25.7"
|
|
1321
1321
|
dependencies:
|
|
1322
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1322
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1323
1323
|
peerDependencies:
|
|
1324
1324
|
"@babel/core": ^7.0.0-0
|
|
1325
|
-
checksum: 10c0/
|
|
1325
|
+
checksum: 10c0/51ab0302f808186b671722db40ef25d6f691f969aeaa8f7ef8565c5ca227c8b4dbd1002997478414d3f6984b1fd80a01303e98853fd8bd9606c35bcd72c94065
|
|
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.25.7
|
|
1331
|
+
resolution: "@babel/plugin-transform-react-jsx-source@npm:7.25.7"
|
|
1332
1332
|
dependencies:
|
|
1333
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1333
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1334
1334
|
peerDependencies:
|
|
1335
1335
|
"@babel/core": ^7.0.0-0
|
|
1336
|
-
checksum: 10c0/
|
|
1336
|
+
checksum: 10c0/c014de49a466c18ab77bea409542f40409a6a561afc8879ecbeca6a4618161b5aa71ab0825b733c5c87bebe09a19455a79bc1bed86488a84ef712e42e1ed2875
|
|
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.25.7":
|
|
1341
|
+
version: 7.25.7
|
|
1342
|
+
resolution: "@babel/plugin-transform-react-jsx@npm:7.25.7"
|
|
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.25.7"
|
|
1345
|
+
"@babel/helper-module-imports": "npm:^7.25.7"
|
|
1346
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1347
|
+
"@babel/plugin-syntax-jsx": "npm:^7.25.7"
|
|
1348
|
+
"@babel/types": "npm:^7.25.7"
|
|
1349
1349
|
peerDependencies:
|
|
1350
1350
|
"@babel/core": ^7.0.0-0
|
|
1351
|
-
checksum: 10c0/
|
|
1351
|
+
checksum: 10c0/6766b0357b8bbfcb77fca5350f06cf822c89bbe75ddcaea24614601ef23957504da24e76597d743038ce8fa081373b0663c8ad0c86d7c7226e8185f0680b8b56
|
|
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.25.7":
|
|
1356
|
+
version: 7.25.7
|
|
1357
|
+
resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.25.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.25.7"
|
|
1360
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1361
1361
|
peerDependencies:
|
|
1362
1362
|
"@babel/core": ^7.0.0-0
|
|
1363
|
-
checksum: 10c0/
|
|
1363
|
+
checksum: 10c0/d92c9b511850fb6dea71966a0d4f313d67e317db7fc3633a7ff2e27d6df2e95cbc91c4c25abdb6c8db651fcda842a0cb7433835a8a9d4a3fdc5d452068428101
|
|
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.25.7":
|
|
1368
|
+
version: 7.25.7
|
|
1369
|
+
resolution: "@babel/plugin-transform-regenerator@npm:7.25.7"
|
|
1370
1370
|
dependencies:
|
|
1371
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1371
|
+
"@babel/helper-plugin-utils": "npm:^7.25.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/7ee3a57c4050bc908ef7ac392d810826b294970a7182f4ec34a8ca93dbe36deb21bc862616d46a6f3d881d6b5749930e1679e875b638a00866d844a4250df212
|
|
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.25.7":
|
|
1380
|
+
version: 7.25.7
|
|
1381
|
+
resolution: "@babel/plugin-transform-reserved-words@npm:7.25.7"
|
|
1382
1382
|
dependencies:
|
|
1383
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1383
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1384
1384
|
peerDependencies:
|
|
1385
1385
|
"@babel/core": ^7.0.0-0
|
|
1386
|
-
checksum: 10c0/
|
|
1386
|
+
checksum: 10c0/920c98130daff6c1288fb13a9a2d2e45863bba93e619cb88d90e1f5b5cb358a3ee8880a425a3adb1b4bd5dbb6bd0500eea3370fc612633045eec851b08cc586c
|
|
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.25.7":
|
|
1391
|
+
version: 7.25.7
|
|
1392
|
+
resolution: "@babel/plugin-transform-shorthand-properties@npm:7.25.7"
|
|
1393
1393
|
dependencies:
|
|
1394
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1394
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1395
1395
|
peerDependencies:
|
|
1396
1396
|
"@babel/core": ^7.0.0-0
|
|
1397
|
-
checksum: 10c0/
|
|
1397
|
+
checksum: 10c0/4250f89a0072f0f400be7a2e3515227b8e2518737899bd57d497e5173284a0e05d812e4a3c219ffcd484e9fa9a01c19fce5acd77bbb898f4d594512c56701eb4
|
|
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.25.7":
|
|
1402
|
+
version: 7.25.7
|
|
1403
|
+
resolution: "@babel/plugin-transform-spread@npm:7.25.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.25.7"
|
|
1406
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
|
|
1407
1407
|
peerDependencies:
|
|
1408
1408
|
"@babel/core": ^7.0.0-0
|
|
1409
|
-
checksum: 10c0/
|
|
1409
|
+
checksum: 10c0/258bd1b52388cd7425d0ae25fa39538734f7540ea503a1d8a72211d33f6f214cb4e3b73d6cd03016cbcff5d41169f1e578b9ea331965ad224d223591983e90a7
|
|
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.25.7":
|
|
1414
|
+
version: 7.25.7
|
|
1415
|
+
resolution: "@babel/plugin-transform-sticky-regex@npm:7.25.7"
|
|
1416
1416
|
dependencies:
|
|
1417
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1417
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1418
1418
|
peerDependencies:
|
|
1419
1419
|
"@babel/core": ^7.0.0-0
|
|
1420
|
-
checksum: 10c0/
|
|
1420
|
+
checksum: 10c0/0e466cfc3ca1e0db4bb11eb630215b0e1f43066d7678325e5ddadcf5a118b2351a528f67205729c32ac5b78ab68ab7f40517dd33bcb1fb6b456509f5f54ce097
|
|
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.25.7":
|
|
1425
|
+
version: 7.25.7
|
|
1426
|
+
resolution: "@babel/plugin-transform-template-literals@npm:7.25.7"
|
|
1427
1427
|
dependencies:
|
|
1428
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1428
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1429
1429
|
peerDependencies:
|
|
1430
1430
|
"@babel/core": ^7.0.0-0
|
|
1431
|
-
checksum: 10c0/
|
|
1431
|
+
checksum: 10c0/a3455303b6841cb536ac66d1a2d03c194b9f371519482d8d1e8edbd33bf5ca7cdd5db1586b2b0ea5f909ebf74a0eafacf0fb28d257e4905445282dcdccfa6139
|
|
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.25.7":
|
|
1436
|
+
version: 7.25.7
|
|
1437
|
+
resolution: "@babel/plugin-transform-typeof-symbol@npm:7.25.7"
|
|
1438
1438
|
dependencies:
|
|
1439
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1439
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1440
1440
|
peerDependencies:
|
|
1441
1441
|
"@babel/core": ^7.0.0-0
|
|
1442
|
-
checksum: 10c0/
|
|
1442
|
+
checksum: 10c0/ce1a0744a900b05de1372a70508c4148f17eb941c482da26eb369b9f0347570dce45470c8a86d907bc3a0443190344da1e18489ecfecb30388ab6178e8a9916b
|
|
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.25.7":
|
|
1447
|
+
version: 7.25.7
|
|
1448
|
+
resolution: "@babel/plugin-transform-typescript@npm:7.25.7"
|
|
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.25.7"
|
|
1451
|
+
"@babel/helper-create-class-features-plugin": "npm:^7.25.7"
|
|
1452
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1453
|
+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
|
|
1454
|
+
"@babel/plugin-syntax-typescript": "npm:^7.25.7"
|
|
1455
1455
|
peerDependencies:
|
|
1456
1456
|
"@babel/core": ^7.0.0-0
|
|
1457
|
-
checksum: 10c0/
|
|
1457
|
+
checksum: 10c0/5fa839b9560221698edff5e00b5cccc658c7875efaa7971c66d478f5b026770f12dd47b1be024463a44f9e29b4e14e8ddddbf4a2b324b0b94f58370dd5ae7195
|
|
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.25.7":
|
|
1462
|
+
version: 7.25.7
|
|
1463
|
+
resolution: "@babel/plugin-transform-unicode-escapes@npm:7.25.7"
|
|
1464
1464
|
dependencies:
|
|
1465
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1465
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1466
1466
|
peerDependencies:
|
|
1467
1467
|
"@babel/core": ^7.0.0-0
|
|
1468
|
-
checksum: 10c0/
|
|
1468
|
+
checksum: 10c0/8b1f71fda0a832c6e26ba4c00f99e9033e6f9b36ced542a512921f4ad861a70e2fec2bd54a91a5ca2efa46aaa8c8893e4c602635c4ef172bd3ed6eef3178c70b
|
|
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.25.7":
|
|
1473
|
+
version: 7.25.7
|
|
1474
|
+
resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.25.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.25.7"
|
|
1477
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1478
1478
|
peerDependencies:
|
|
1479
1479
|
"@babel/core": ^7.0.0-0
|
|
1480
|
-
checksum: 10c0/
|
|
1480
|
+
checksum: 10c0/b4bfcf7529138d00671bf5cdfe606603d52cfe57ec1be837da57683f404fc0b0c171834a02515eb03379e5c806121866d097b90e31cb437d21d0ea59368ad82b
|
|
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.25.7":
|
|
1485
|
+
version: 7.25.7
|
|
1486
|
+
resolution: "@babel/plugin-transform-unicode-regex@npm:7.25.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.25.7"
|
|
1489
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1490
1490
|
peerDependencies:
|
|
1491
1491
|
"@babel/core": ^7.0.0-0
|
|
1492
|
-
checksum: 10c0/
|
|
1492
|
+
checksum: 10c0/73ae34c02ea8b7ac7e4efa690f8c226089c074e3fef658d2a630ad898a93550d84146ce05e073c271c8b2bbba61cbbfd5a2002a7ea940dcad3274e5b5dcb6bcf
|
|
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.7":
|
|
1497
|
+
version: 7.25.7
|
|
1498
|
+
resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.7"
|
|
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.7"
|
|
1501
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1502
1502
|
peerDependencies:
|
|
1503
1503
|
"@babel/core": ^7.0.0
|
|
1504
|
-
checksum: 10c0/
|
|
1504
|
+
checksum: 10c0/39e45ae3db7adfc3457b1d6ba5608ffbace957ad019785967e5357a6639f261765bda12363f655d39265f5a2834af26327037751420191d0b73152ccc7ce3c35
|
|
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.7
|
|
1510
|
+
resolution: "@babel/preset-env@npm:7.25.7"
|
|
1511
|
+
dependencies:
|
|
1512
|
+
"@babel/compat-data": "npm:^7.25.7"
|
|
1513
|
+
"@babel/helper-compilation-targets": "npm:^7.25.7"
|
|
1514
|
+
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1515
|
+
"@babel/helper-validator-option": "npm:^7.25.7"
|
|
1516
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.7"
|
|
1517
|
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.7"
|
|
1518
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.7"
|
|
1519
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.25.7"
|
|
1520
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.7"
|
|
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.25.7"
|
|
1528
|
+
"@babel/plugin-syntax-import-attributes": "npm:^7.25.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.25.7"
|
|
1541
|
+
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.7"
|
|
1542
|
+
"@babel/plugin-transform-async-to-generator": "npm:^7.25.7"
|
|
1543
|
+
"@babel/plugin-transform-block-scoped-functions": "npm:^7.25.7"
|
|
1544
|
+
"@babel/plugin-transform-block-scoping": "npm:^7.25.7"
|
|
1545
|
+
"@babel/plugin-transform-class-properties": "npm:^7.25.7"
|
|
1546
|
+
"@babel/plugin-transform-class-static-block": "npm:^7.25.7"
|
|
1547
|
+
"@babel/plugin-transform-classes": "npm:^7.25.7"
|
|
1548
|
+
"@babel/plugin-transform-computed-properties": "npm:^7.25.7"
|
|
1549
|
+
"@babel/plugin-transform-destructuring": "npm:^7.25.7"
|
|
1550
|
+
"@babel/plugin-transform-dotall-regex": "npm:^7.25.7"
|
|
1551
|
+
"@babel/plugin-transform-duplicate-keys": "npm:^7.25.7"
|
|
1552
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.7"
|
|
1553
|
+
"@babel/plugin-transform-dynamic-import": "npm:^7.25.7"
|
|
1554
|
+
"@babel/plugin-transform-exponentiation-operator": "npm:^7.25.7"
|
|
1555
|
+
"@babel/plugin-transform-export-namespace-from": "npm:^7.25.7"
|
|
1556
|
+
"@babel/plugin-transform-for-of": "npm:^7.25.7"
|
|
1557
|
+
"@babel/plugin-transform-function-name": "npm:^7.25.7"
|
|
1558
|
+
"@babel/plugin-transform-json-strings": "npm:^7.25.7"
|
|
1559
|
+
"@babel/plugin-transform-literals": "npm:^7.25.7"
|
|
1560
|
+
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.25.7"
|
|
1561
|
+
"@babel/plugin-transform-member-expression-literals": "npm:^7.25.7"
|
|
1562
|
+
"@babel/plugin-transform-modules-amd": "npm:^7.25.7"
|
|
1563
|
+
"@babel/plugin-transform-modules-commonjs": "npm:^7.25.7"
|
|
1564
|
+
"@babel/plugin-transform-modules-systemjs": "npm:^7.25.7"
|
|
1565
|
+
"@babel/plugin-transform-modules-umd": "npm:^7.25.7"
|
|
1566
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.25.7"
|
|
1567
|
+
"@babel/plugin-transform-new-target": "npm:^7.25.7"
|
|
1568
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.25.7"
|
|
1569
|
+
"@babel/plugin-transform-numeric-separator": "npm:^7.25.7"
|
|
1570
|
+
"@babel/plugin-transform-object-rest-spread": "npm:^7.25.7"
|
|
1571
|
+
"@babel/plugin-transform-object-super": "npm:^7.25.7"
|
|
1572
|
+
"@babel/plugin-transform-optional-catch-binding": "npm:^7.25.7"
|
|
1573
|
+
"@babel/plugin-transform-optional-chaining": "npm:^7.25.7"
|
|
1574
|
+
"@babel/plugin-transform-parameters": "npm:^7.25.7"
|
|
1575
|
+
"@babel/plugin-transform-private-methods": "npm:^7.25.7"
|
|
1576
|
+
"@babel/plugin-transform-private-property-in-object": "npm:^7.25.7"
|
|
1577
|
+
"@babel/plugin-transform-property-literals": "npm:^7.25.7"
|
|
1578
|
+
"@babel/plugin-transform-regenerator": "npm:^7.25.7"
|
|
1579
|
+
"@babel/plugin-transform-reserved-words": "npm:^7.25.7"
|
|
1580
|
+
"@babel/plugin-transform-shorthand-properties": "npm:^7.25.7"
|
|
1581
|
+
"@babel/plugin-transform-spread": "npm:^7.25.7"
|
|
1582
|
+
"@babel/plugin-transform-sticky-regex": "npm:^7.25.7"
|
|
1583
|
+
"@babel/plugin-transform-template-literals": "npm:^7.25.7"
|
|
1584
|
+
"@babel/plugin-transform-typeof-symbol": "npm:^7.25.7"
|
|
1585
|
+
"@babel/plugin-transform-unicode-escapes": "npm:^7.25.7"
|
|
1586
|
+
"@babel/plugin-transform-unicode-property-regex": "npm:^7.25.7"
|
|
1587
|
+
"@babel/plugin-transform-unicode-regex": "npm:^7.25.7"
|
|
1588
|
+
"@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.7"
|
|
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.38.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/bf704a06a69420250c1de2b126cd5c859a851002c2fb2cce0910cd85a8e6755b9b31577021e94feb7e1e53519923726349aaf07580923928791583db61438fb8
|
|
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.25.7
|
|
1603
|
+
resolution: "@babel/preset-flow@npm:7.25.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.25.7"
|
|
1606
|
+
"@babel/helper-validator-option": "npm:^7.25.7"
|
|
1607
|
+
"@babel/plugin-transform-flow-strip-types": "npm:^7.25.7"
|
|
1608
1608
|
peerDependencies:
|
|
1609
1609
|
"@babel/core": ^7.0.0-0
|
|
1610
|
-
checksum: 10c0/
|
|
1610
|
+
checksum: 10c0/c0d533628ea9e92558d705e1ecfec51e465e9f251b9dcbd2b4b8ec5007b3238feb1a5cd3e14739f12984a35ccd71a422c92696010b71e69216dfd9389c3cf51c
|
|
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.25.7
|
|
1629
|
+
resolution: "@babel/preset-react@npm:7.25.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.25.7"
|
|
1632
|
+
"@babel/helper-validator-option": "npm:^7.25.7"
|
|
1633
|
+
"@babel/plugin-transform-react-display-name": "npm:^7.25.7"
|
|
1634
|
+
"@babel/plugin-transform-react-jsx": "npm:^7.25.7"
|
|
1635
|
+
"@babel/plugin-transform-react-jsx-development": "npm:^7.25.7"
|
|
1636
|
+
"@babel/plugin-transform-react-pure-annotations": "npm:^7.25.7"
|
|
1637
1637
|
peerDependencies:
|
|
1638
1638
|
"@babel/core": ^7.0.0-0
|
|
1639
|
-
checksum: 10c0/
|
|
1639
|
+
checksum: 10c0/b133b1a2f46c70a337d8b1ef442e09e3dbdaecb0d6bed8f1cb64dfddc31c16e248b017385ab909caeebd8462111c9c0e1c5409deb10f2be5cb5bcfdaa4d27718
|
|
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.25.7
|
|
1645
|
+
resolution: "@babel/preset-typescript@npm:7.25.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.25.7"
|
|
1648
|
+
"@babel/helper-validator-option": "npm:^7.25.7"
|
|
1649
|
+
"@babel/plugin-syntax-jsx": "npm:^7.25.7"
|
|
1650
|
+
"@babel/plugin-transform-modules-commonjs": "npm:^7.25.7"
|
|
1651
|
+
"@babel/plugin-transform-typescript": "npm:^7.25.7"
|
|
1652
1652
|
peerDependencies:
|
|
1653
1653
|
"@babel/core": ^7.0.0-0
|
|
1654
|
-
checksum: 10c0/
|
|
1654
|
+
checksum: 10c0/8dc1258e3c5230bbe42ff9811f08924509238e6bd32fa0b7b0c0a6c5e1419512a8e1f733e1b114454d367b7c164beca2cf33acf2ed9e0d99be010c1c5cdbef0c
|
|
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.25.7
|
|
1660
|
+
resolution: "@babel/register@npm:7.25.7"
|
|
1661
1661
|
dependencies:
|
|
1662
1662
|
clone-deep: "npm:^4.0.1"
|
|
1663
1663
|
find-cache-dir: "npm:^2.0.0"
|
|
@@ -1666,70 +1666,63 @@ __metadata:
|
|
|
1666
1666
|
source-map-support: "npm:^0.5.16"
|
|
1667
1667
|
peerDependencies:
|
|
1668
1668
|
"@babel/core": ^7.0.0-0
|
|
1669
|
-
checksum: 10c0/
|
|
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
|
|
1669
|
+
checksum: 10c0/af32db39edb2ed0c46d05bcb09cb2c14f8ee452d112f08a96a2e2daeaddc127d4f2269354aa968d0c01cd286523ad7e865b0abed1da9229833fd440ee6831199
|
|
1677
1670
|
languageName: node
|
|
1678
1671
|
linkType: hard
|
|
1679
1672
|
|
|
1680
1673
|
"@babel/runtime-corejs3@npm:^7.10.2":
|
|
1681
|
-
version: 7.25.
|
|
1682
|
-
resolution: "@babel/runtime-corejs3@npm:7.25.
|
|
1674
|
+
version: 7.25.7
|
|
1675
|
+
resolution: "@babel/runtime-corejs3@npm:7.25.7"
|
|
1683
1676
|
dependencies:
|
|
1684
1677
|
core-js-pure: "npm:^3.30.2"
|
|
1685
1678
|
regenerator-runtime: "npm:^0.14.0"
|
|
1686
|
-
checksum: 10c0/
|
|
1679
|
+
checksum: 10c0/37217edf5f02c0e7ccb78af380b26b06dadc9b031a1bcec22a9cfb540d85470b61ebe1e5cd7e32689a6c0f786015c2ee1a73a16852574c3a46341105e457a87c
|
|
1687
1680
|
languageName: node
|
|
1688
1681
|
linkType: hard
|
|
1689
1682
|
|
|
1690
1683
|
"@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":
|
|
1691
|
-
version: 7.25.
|
|
1692
|
-
resolution: "@babel/runtime@npm:7.25.
|
|
1684
|
+
version: 7.25.7
|
|
1685
|
+
resolution: "@babel/runtime@npm:7.25.7"
|
|
1693
1686
|
dependencies:
|
|
1694
1687
|
regenerator-runtime: "npm:^0.14.0"
|
|
1695
|
-
checksum: 10c0/
|
|
1688
|
+
checksum: 10c0/86b7829d2fc9343714a9afe92757cf96c4dc799006ca61d73cda62f4b9e29bfa1ce36794955bc6cb4c188f5b10db832c949339895e1bbe81a69022d9d578ce29
|
|
1696
1689
|
languageName: node
|
|
1697
1690
|
linkType: hard
|
|
1698
1691
|
|
|
1699
|
-
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.
|
|
1700
|
-
version: 7.25.
|
|
1701
|
-
resolution: "@babel/template@npm:7.25.
|
|
1692
|
+
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.7":
|
|
1693
|
+
version: 7.25.7
|
|
1694
|
+
resolution: "@babel/template@npm:7.25.7"
|
|
1702
1695
|
dependencies:
|
|
1703
|
-
"@babel/code-frame": "npm:^7.
|
|
1704
|
-
"@babel/parser": "npm:^7.25.
|
|
1705
|
-
"@babel/types": "npm:^7.25.
|
|
1706
|
-
checksum: 10c0/
|
|
1696
|
+
"@babel/code-frame": "npm:^7.25.7"
|
|
1697
|
+
"@babel/parser": "npm:^7.25.7"
|
|
1698
|
+
"@babel/types": "npm:^7.25.7"
|
|
1699
|
+
checksum: 10c0/8ae9e36e4330ee83d4832531d1d9bec7dc2ef6a2a8afa1ef1229506fd60667abcb17f306d1c3d7e582251270597022990c845d5d69e7add70a5aea66720decb9
|
|
1707
1700
|
languageName: node
|
|
1708
1701
|
linkType: hard
|
|
1709
1702
|
|
|
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.
|
|
1711
|
-
version: 7.25.
|
|
1712
|
-
resolution: "@babel/traverse@npm:7.25.
|
|
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.7
|
|
1705
|
+
resolution: "@babel/traverse@npm:7.25.7"
|
|
1713
1706
|
dependencies:
|
|
1714
|
-
"@babel/code-frame": "npm:^7.
|
|
1715
|
-
"@babel/generator": "npm:^7.25.
|
|
1716
|
-
"@babel/parser": "npm:^7.25.
|
|
1717
|
-
"@babel/template": "npm:^7.25.
|
|
1718
|
-
"@babel/types": "npm:^7.25.
|
|
1707
|
+
"@babel/code-frame": "npm:^7.25.7"
|
|
1708
|
+
"@babel/generator": "npm:^7.25.7"
|
|
1709
|
+
"@babel/parser": "npm:^7.25.7"
|
|
1710
|
+
"@babel/template": "npm:^7.25.7"
|
|
1711
|
+
"@babel/types": "npm:^7.25.7"
|
|
1719
1712
|
debug: "npm:^4.3.1"
|
|
1720
1713
|
globals: "npm:^11.1.0"
|
|
1721
|
-
checksum: 10c0/
|
|
1714
|
+
checksum: 10c0/75d73e52c507a7a7a4c7971d6bf4f8f26fdd094e0d3a0193d77edf6a5efa36fc3db91ec5cc48e8b94e6eb5d5ad21af0a1040e71309172851209415fd105efb1a
|
|
1722
1715
|
languageName: node
|
|
1723
1716
|
linkType: hard
|
|
1724
1717
|
|
|
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.
|
|
1726
|
-
version: 7.25.
|
|
1727
|
-
resolution: "@babel/types@npm:7.25.
|
|
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.7
|
|
1720
|
+
resolution: "@babel/types@npm:7.25.7"
|
|
1728
1721
|
dependencies:
|
|
1729
|
-
"@babel/helper-string-parser": "npm:^7.
|
|
1730
|
-
"@babel/helper-validator-identifier": "npm:^7.
|
|
1722
|
+
"@babel/helper-string-parser": "npm:^7.25.7"
|
|
1723
|
+
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
|
1731
1724
|
to-fast-properties: "npm:^2.0.0"
|
|
1732
|
-
checksum: 10c0/
|
|
1725
|
+
checksum: 10c0/e03e1e2e08600fa1e8eb90632ac9c253dd748176c8d670d85f85b0dc83a0573b26ae748a1cbcb81f401903a3d95f43c3f4f8d516a5ed779929db27de56289633
|
|
1733
1726
|
languageName: node
|
|
1734
1727
|
linkType: hard
|
|
1735
1728
|
|
|
@@ -5866,12 +5859,12 @@ __metadata:
|
|
|
5866
5859
|
linkType: hard
|
|
5867
5860
|
|
|
5868
5861
|
"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
|
|
5869
|
-
version: 18.3.
|
|
5870
|
-
resolution: "@types/react@npm:18.3.
|
|
5862
|
+
version: 18.3.11
|
|
5863
|
+
resolution: "@types/react@npm:18.3.11"
|
|
5871
5864
|
dependencies:
|
|
5872
5865
|
"@types/prop-types": "npm:*"
|
|
5873
5866
|
csstype: "npm:^3.0.2"
|
|
5874
|
-
checksum: 10c0/
|
|
5867
|
+
checksum: 10c0/ce80512246ca5bda69db85b9f4f1835189334acfb6b2c4f3eda8cabff1ff1a3ea9ce4f3b895bdbc18c94140aa45592331aa3fdeb557f525c1b048de7ce84fc0e
|
|
5875
5868
|
languageName: node
|
|
5876
5869
|
linkType: hard
|
|
5877
5870
|
|
|
@@ -7685,7 +7678,7 @@ __metadata:
|
|
|
7685
7678
|
languageName: node
|
|
7686
7679
|
linkType: hard
|
|
7687
7680
|
|
|
7688
|
-
"browserslist@npm:^4.12.0, browserslist@npm:^4.23.
|
|
7681
|
+
"browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0":
|
|
7689
7682
|
version: 4.24.0
|
|
7690
7683
|
resolution: "browserslist@npm:4.24.0"
|
|
7691
7684
|
dependencies:
|
|
@@ -8560,7 +8553,7 @@ __metadata:
|
|
|
8560
8553
|
languageName: node
|
|
8561
8554
|
linkType: hard
|
|
8562
8555
|
|
|
8563
|
-
"core-js-compat@npm:^3.
|
|
8556
|
+
"core-js-compat@npm:^3.38.0, core-js-compat@npm:^3.38.1, core-js-compat@npm:^3.8.1":
|
|
8564
8557
|
version: 3.38.1
|
|
8565
8558
|
resolution: "core-js-compat@npm:3.38.1"
|
|
8566
8559
|
dependencies:
|
|
@@ -13225,21 +13218,12 @@ __metadata:
|
|
|
13225
13218
|
languageName: node
|
|
13226
13219
|
linkType: hard
|
|
13227
13220
|
|
|
13228
|
-
"jsesc@npm:^2.
|
|
13229
|
-
version:
|
|
13230
|
-
resolution: "jsesc@npm:
|
|
13231
|
-
bin:
|
|
13232
|
-
jsesc: bin/jsesc
|
|
13233
|
-
checksum: 10c0/dbf59312e0ebf2b4405ef413ec2b25abb5f8f4d9bc5fb8d9f90381622ebca5f2af6a6aa9a8578f65903f9e33990a6dc798edd0ce5586894bf0e9e31803a1de88
|
|
13234
|
-
languageName: node
|
|
13235
|
-
linkType: hard
|
|
13236
|
-
|
|
13237
|
-
"jsesc@npm:~0.5.0":
|
|
13238
|
-
version: 0.5.0
|
|
13239
|
-
resolution: "jsesc@npm:0.5.0"
|
|
13221
|
+
"jsesc@npm:^3.0.2, jsesc@npm:~3.0.2":
|
|
13222
|
+
version: 3.0.2
|
|
13223
|
+
resolution: "jsesc@npm:3.0.2"
|
|
13240
13224
|
bin:
|
|
13241
13225
|
jsesc: bin/jsesc
|
|
13242
|
-
checksum: 10c0/
|
|
13226
|
+
checksum: 10c0/ef22148f9e793180b14d8a145ee6f9f60f301abf443288117b4b6c53d0ecd58354898dc506ccbb553a5f7827965cd38bc5fb726575aae93c5e8915e2de8290e1
|
|
13243
13227
|
languageName: node
|
|
13244
13228
|
linkType: hard
|
|
13245
13229
|
|
|
@@ -17395,7 +17379,7 @@ __metadata:
|
|
|
17395
17379
|
languageName: node
|
|
17396
17380
|
linkType: hard
|
|
17397
17381
|
|
|
17398
|
-
"regenerate-unicode-properties@npm:^10.
|
|
17382
|
+
"regenerate-unicode-properties@npm:^10.2.0":
|
|
17399
17383
|
version: 10.2.0
|
|
17400
17384
|
resolution: "regenerate-unicode-properties@npm:10.2.0"
|
|
17401
17385
|
dependencies:
|
|
@@ -17463,28 +17447,35 @@ __metadata:
|
|
|
17463
17447
|
languageName: node
|
|
17464
17448
|
linkType: hard
|
|
17465
17449
|
|
|
17466
|
-
"regexpu-core@npm:^
|
|
17467
|
-
version:
|
|
17468
|
-
resolution: "regexpu-core@npm:
|
|
17450
|
+
"regexpu-core@npm:^6.1.1":
|
|
17451
|
+
version: 6.1.1
|
|
17452
|
+
resolution: "regexpu-core@npm:6.1.1"
|
|
17469
17453
|
dependencies:
|
|
17470
|
-
"@babel/regjsgen": "npm:^0.8.0"
|
|
17471
17454
|
regenerate: "npm:^1.4.2"
|
|
17472
|
-
regenerate-unicode-properties: "npm:^10.
|
|
17473
|
-
|
|
17455
|
+
regenerate-unicode-properties: "npm:^10.2.0"
|
|
17456
|
+
regjsgen: "npm:^0.8.0"
|
|
17457
|
+
regjsparser: "npm:^0.11.0"
|
|
17474
17458
|
unicode-match-property-ecmascript: "npm:^2.0.0"
|
|
17475
17459
|
unicode-match-property-value-ecmascript: "npm:^2.1.0"
|
|
17476
|
-
checksum: 10c0/
|
|
17460
|
+
checksum: 10c0/07d49697e20f9b65977535abba4858b7f5171c13f7c366be53ec1886d3d5f69f1b98cc6a6e63cf271adda077c3366a4c851c7473c28bbd69cf5a6b6b008efc3e
|
|
17477
17461
|
languageName: node
|
|
17478
17462
|
linkType: hard
|
|
17479
17463
|
|
|
17480
|
-
"
|
|
17481
|
-
version: 0.
|
|
17482
|
-
resolution: "
|
|
17464
|
+
"regjsgen@npm:^0.8.0":
|
|
17465
|
+
version: 0.8.0
|
|
17466
|
+
resolution: "regjsgen@npm:0.8.0"
|
|
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"
|
|
17483
17474
|
dependencies:
|
|
17484
|
-
jsesc: "npm:~0.
|
|
17475
|
+
jsesc: "npm:~3.0.2"
|
|
17485
17476
|
bin:
|
|
17486
17477
|
regjsparser: bin/parser
|
|
17487
|
-
checksum: 10c0/
|
|
17478
|
+
checksum: 10c0/155143a8f2c95e3170df4fff10ddf3f16a351b5d2b8cbb257e9f4a50abb9a980a28af0936b5bf850fee767537ffa8eb77c6b211fe8be19834dbe584dfd950c62
|
|
17488
17479
|
languageName: node
|
|
17489
17480
|
linkType: hard
|
|
17490
17481
|
|