@regulaforensics/react-native-document-reader-api 9.5.625-rc → 9.5.648-rc
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/RNDocumentReaderApi.podspec +1 -1
- package/android/build.gradle +1 -1
- package/example/ios/Podfile +11 -1
- package/example/package-lock.json +919 -907
- package/example/package.json +4 -3
- package/index.d.ts +10 -1
- package/index.js +9 -1
- package/ios/RGLWConfig.m +3 -0
- package/package.json +1 -1
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"name": "DocumentReader",
|
|
9
9
|
"version": "0.0.1",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/react-native-document-reader-api": "
|
|
12
|
-
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "
|
|
11
|
+
"@regulaforensics/react-native-document-reader-api": "9.5.617",
|
|
12
|
+
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.5.2716",
|
|
13
13
|
"@rneui/base": "4.0.0-rc.7",
|
|
14
14
|
"@rneui/themed": "4.0.0-rc.7",
|
|
15
15
|
"react": "19.0.0",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"node_modules/@babel/code-frame": {
|
|
48
|
-
"version": "7.29.
|
|
49
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
50
|
-
"integrity": "sha512-
|
|
48
|
+
"version": "7.29.7",
|
|
49
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
50
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@babel/helper-validator-identifier": "^7.
|
|
53
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
54
54
|
"js-tokens": "^4.0.0",
|
|
55
55
|
"picocolors": "^1.1.1"
|
|
56
56
|
},
|
|
@@ -59,29 +59,29 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"node_modules/@babel/compat-data": {
|
|
62
|
-
"version": "7.29.
|
|
63
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.
|
|
64
|
-
"integrity": "sha512-
|
|
62
|
+
"version": "7.29.7",
|
|
63
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
64
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
65
65
|
"license": "MIT",
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=6.9.0"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"node_modules/@babel/core": {
|
|
71
|
-
"version": "7.29.
|
|
72
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.
|
|
73
|
-
"integrity": "sha512-
|
|
74
|
-
"license": "MIT",
|
|
75
|
-
"dependencies": {
|
|
76
|
-
"@babel/code-frame": "^7.29.
|
|
77
|
-
"@babel/generator": "^7.29.
|
|
78
|
-
"@babel/helper-compilation-targets": "^7.
|
|
79
|
-
"@babel/helper-module-transforms": "^7.
|
|
80
|
-
"@babel/helpers": "^7.
|
|
81
|
-
"@babel/parser": "^7.29.
|
|
82
|
-
"@babel/template": "^7.
|
|
83
|
-
"@babel/traverse": "^7.29.
|
|
84
|
-
"@babel/types": "^7.29.
|
|
71
|
+
"version": "7.29.7",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|
73
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
74
|
+
"license": "MIT",
|
|
75
|
+
"dependencies": {
|
|
76
|
+
"@babel/code-frame": "^7.29.7",
|
|
77
|
+
"@babel/generator": "^7.29.7",
|
|
78
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
79
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
80
|
+
"@babel/helpers": "^7.29.7",
|
|
81
|
+
"@babel/parser": "^7.29.7",
|
|
82
|
+
"@babel/template": "^7.29.7",
|
|
83
|
+
"@babel/traverse": "^7.29.7",
|
|
84
|
+
"@babel/types": "^7.29.7",
|
|
85
85
|
"@jridgewell/remapping": "^2.3.5",
|
|
86
86
|
"convert-source-map": "^2.0.0",
|
|
87
87
|
"debug": "^4.1.0",
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"node_modules/@babel/eslint-parser": {
|
|
101
|
-
"version": "7.
|
|
102
|
-
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.
|
|
103
|
-
"integrity": "sha512-
|
|
101
|
+
"version": "7.29.7",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.29.7.tgz",
|
|
103
|
+
"integrity": "sha512-zxt+UJTOMKvUt3yOg+D58MLuz334pHp93qifMFcjIIO+9hN6t+ufw2gi7vDPMpxvfnHRR+3VVXvIjineCcgyXw==",
|
|
104
104
|
"dev": true,
|
|
105
105
|
"license": "MIT",
|
|
106
106
|
"dependencies": {
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"node_modules/@babel/generator": {
|
|
120
|
-
"version": "7.29.
|
|
121
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.
|
|
122
|
-
"integrity": "sha512-
|
|
120
|
+
"version": "7.29.7",
|
|
121
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
122
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
123
123
|
"license": "MIT",
|
|
124
124
|
"dependencies": {
|
|
125
|
-
"@babel/parser": "^7.29.
|
|
126
|
-
"@babel/types": "^7.29.
|
|
125
|
+
"@babel/parser": "^7.29.7",
|
|
126
|
+
"@babel/types": "^7.29.7",
|
|
127
127
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
128
128
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
129
129
|
"jsesc": "^3.0.2"
|
|
@@ -133,26 +133,26 @@
|
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
136
|
-
"version": "7.
|
|
137
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
|
138
|
-
"integrity": "sha512-
|
|
136
|
+
"version": "7.29.7",
|
|
137
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
|
|
138
|
+
"integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
|
|
139
139
|
"dev": true,
|
|
140
140
|
"license": "MIT",
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@babel/types": "^7.
|
|
142
|
+
"@babel/types": "^7.29.7"
|
|
143
143
|
},
|
|
144
144
|
"engines": {
|
|
145
145
|
"node": ">=6.9.0"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"node_modules/@babel/helper-compilation-targets": {
|
|
149
|
-
"version": "7.
|
|
150
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
151
|
-
"integrity": "sha512-
|
|
149
|
+
"version": "7.29.7",
|
|
150
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
151
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
152
152
|
"license": "MIT",
|
|
153
153
|
"dependencies": {
|
|
154
|
-
"@babel/compat-data": "^7.
|
|
155
|
-
"@babel/helper-validator-option": "^7.
|
|
154
|
+
"@babel/compat-data": "^7.29.7",
|
|
155
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
156
156
|
"browserslist": "^4.24.0",
|
|
157
157
|
"lru-cache": "^5.1.1",
|
|
158
158
|
"semver": "^6.3.1"
|
|
@@ -162,18 +162,18 @@
|
|
|
162
162
|
}
|
|
163
163
|
},
|
|
164
164
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
165
|
-
"version": "7.
|
|
166
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
|
167
|
-
"integrity": "sha512-
|
|
165
|
+
"version": "7.29.7",
|
|
166
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.7.tgz",
|
|
167
|
+
"integrity": "sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==",
|
|
168
168
|
"dev": true,
|
|
169
169
|
"license": "MIT",
|
|
170
170
|
"dependencies": {
|
|
171
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
172
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
173
|
-
"@babel/helper-optimise-call-expression": "^7.
|
|
174
|
-
"@babel/helper-replace-supers": "^7.
|
|
175
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
176
|
-
"@babel/traverse": "^7.
|
|
171
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
172
|
+
"@babel/helper-member-expression-to-functions": "^7.29.7",
|
|
173
|
+
"@babel/helper-optimise-call-expression": "^7.29.7",
|
|
174
|
+
"@babel/helper-replace-supers": "^7.29.7",
|
|
175
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
|
|
176
|
+
"@babel/traverse": "^7.29.7",
|
|
177
177
|
"semver": "^6.3.1"
|
|
178
178
|
},
|
|
179
179
|
"engines": {
|
|
@@ -184,13 +184,13 @@
|
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
186
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
187
|
-
"version": "7.
|
|
188
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
189
|
-
"integrity": "sha512-
|
|
187
|
+
"version": "7.29.7",
|
|
188
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.29.7.tgz",
|
|
189
|
+
"integrity": "sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==",
|
|
190
190
|
"dev": true,
|
|
191
191
|
"license": "MIT",
|
|
192
192
|
"dependencies": {
|
|
193
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
193
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
194
194
|
"regexpu-core": "^6.3.1",
|
|
195
195
|
"semver": "^6.3.1"
|
|
196
196
|
},
|
|
@@ -219,50 +219,50 @@
|
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
221
|
"node_modules/@babel/helper-globals": {
|
|
222
|
-
"version": "7.
|
|
223
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.
|
|
224
|
-
"integrity": "sha512
|
|
222
|
+
"version": "7.29.7",
|
|
223
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
224
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
225
225
|
"license": "MIT",
|
|
226
226
|
"engines": {
|
|
227
227
|
"node": ">=6.9.0"
|
|
228
228
|
}
|
|
229
229
|
},
|
|
230
230
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
231
|
-
"version": "7.
|
|
232
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
233
|
-
"integrity": "sha512-
|
|
231
|
+
"version": "7.29.7",
|
|
232
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.29.7.tgz",
|
|
233
|
+
"integrity": "sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==",
|
|
234
234
|
"dev": true,
|
|
235
235
|
"license": "MIT",
|
|
236
236
|
"dependencies": {
|
|
237
|
-
"@babel/traverse": "^7.
|
|
238
|
-
"@babel/types": "^7.
|
|
237
|
+
"@babel/traverse": "^7.29.7",
|
|
238
|
+
"@babel/types": "^7.29.7"
|
|
239
239
|
},
|
|
240
240
|
"engines": {
|
|
241
241
|
"node": ">=6.9.0"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
244
|
"node_modules/@babel/helper-module-imports": {
|
|
245
|
-
"version": "7.
|
|
246
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
247
|
-
"integrity": "sha512-
|
|
245
|
+
"version": "7.29.7",
|
|
246
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
247
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
248
248
|
"license": "MIT",
|
|
249
249
|
"dependencies": {
|
|
250
|
-
"@babel/traverse": "^7.
|
|
251
|
-
"@babel/types": "^7.
|
|
250
|
+
"@babel/traverse": "^7.29.7",
|
|
251
|
+
"@babel/types": "^7.29.7"
|
|
252
252
|
},
|
|
253
253
|
"engines": {
|
|
254
254
|
"node": ">=6.9.0"
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"node_modules/@babel/helper-module-transforms": {
|
|
258
|
-
"version": "7.
|
|
259
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
260
|
-
"integrity": "sha512-
|
|
258
|
+
"version": "7.29.7",
|
|
259
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
260
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
261
261
|
"license": "MIT",
|
|
262
262
|
"dependencies": {
|
|
263
|
-
"@babel/helper-module-imports": "^7.
|
|
264
|
-
"@babel/helper-validator-identifier": "^7.
|
|
265
|
-
"@babel/traverse": "^7.
|
|
263
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
264
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
265
|
+
"@babel/traverse": "^7.29.7"
|
|
266
266
|
},
|
|
267
267
|
"engines": {
|
|
268
268
|
"node": ">=6.9.0"
|
|
@@ -272,37 +272,37 @@
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
275
|
-
"version": "7.
|
|
276
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.
|
|
277
|
-
"integrity": "sha512
|
|
275
|
+
"version": "7.29.7",
|
|
276
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.29.7.tgz",
|
|
277
|
+
"integrity": "sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==",
|
|
278
278
|
"dev": true,
|
|
279
279
|
"license": "MIT",
|
|
280
280
|
"dependencies": {
|
|
281
|
-
"@babel/types": "^7.
|
|
281
|
+
"@babel/types": "^7.29.7"
|
|
282
282
|
},
|
|
283
283
|
"engines": {
|
|
284
284
|
"node": ">=6.9.0"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
"node_modules/@babel/helper-plugin-utils": {
|
|
288
|
-
"version": "7.
|
|
289
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
290
|
-
"integrity": "sha512-
|
|
288
|
+
"version": "7.29.7",
|
|
289
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
|
|
290
|
+
"integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
|
|
291
291
|
"license": "MIT",
|
|
292
292
|
"engines": {
|
|
293
293
|
"node": ">=6.9.0"
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
296
|
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
297
|
-
"version": "7.
|
|
298
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.
|
|
299
|
-
"integrity": "sha512-
|
|
297
|
+
"version": "7.29.7",
|
|
298
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.29.7.tgz",
|
|
299
|
+
"integrity": "sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==",
|
|
300
300
|
"dev": true,
|
|
301
301
|
"license": "MIT",
|
|
302
302
|
"dependencies": {
|
|
303
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
304
|
-
"@babel/helper-wrap-function": "^7.
|
|
305
|
-
"@babel/traverse": "^7.
|
|
303
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
304
|
+
"@babel/helper-wrap-function": "^7.29.7",
|
|
305
|
+
"@babel/traverse": "^7.29.7"
|
|
306
306
|
},
|
|
307
307
|
"engines": {
|
|
308
308
|
"node": ">=6.9.0"
|
|
@@ -312,15 +312,15 @@
|
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
314
|
"node_modules/@babel/helper-replace-supers": {
|
|
315
|
-
"version": "7.
|
|
316
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
317
|
-
"integrity": "sha512-
|
|
315
|
+
"version": "7.29.7",
|
|
316
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.29.7.tgz",
|
|
317
|
+
"integrity": "sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==",
|
|
318
318
|
"dev": true,
|
|
319
319
|
"license": "MIT",
|
|
320
320
|
"dependencies": {
|
|
321
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
322
|
-
"@babel/helper-optimise-call-expression": "^7.
|
|
323
|
-
"@babel/traverse": "^7.
|
|
321
|
+
"@babel/helper-member-expression-to-functions": "^7.29.7",
|
|
322
|
+
"@babel/helper-optimise-call-expression": "^7.29.7",
|
|
323
|
+
"@babel/traverse": "^7.29.7"
|
|
324
324
|
},
|
|
325
325
|
"engines": {
|
|
326
326
|
"node": ">=6.9.0"
|
|
@@ -330,81 +330,81 @@
|
|
|
330
330
|
}
|
|
331
331
|
},
|
|
332
332
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
333
|
-
"version": "7.
|
|
334
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
|
|
335
|
-
"integrity": "sha512-
|
|
333
|
+
"version": "7.29.7",
|
|
334
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.29.7.tgz",
|
|
335
|
+
"integrity": "sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==",
|
|
336
336
|
"dev": true,
|
|
337
337
|
"license": "MIT",
|
|
338
338
|
"dependencies": {
|
|
339
|
-
"@babel/traverse": "^7.
|
|
340
|
-
"@babel/types": "^7.
|
|
339
|
+
"@babel/traverse": "^7.29.7",
|
|
340
|
+
"@babel/types": "^7.29.7"
|
|
341
341
|
},
|
|
342
342
|
"engines": {
|
|
343
343
|
"node": ">=6.9.0"
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
346
|
"node_modules/@babel/helper-string-parser": {
|
|
347
|
-
"version": "7.
|
|
348
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
349
|
-
"integrity": "sha512-
|
|
347
|
+
"version": "7.29.7",
|
|
348
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
349
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
350
350
|
"license": "MIT",
|
|
351
351
|
"engines": {
|
|
352
352
|
"node": ">=6.9.0"
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
355
|
"node_modules/@babel/helper-validator-identifier": {
|
|
356
|
-
"version": "7.
|
|
357
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
358
|
-
"integrity": "sha512-
|
|
356
|
+
"version": "7.29.7",
|
|
357
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
358
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
359
359
|
"license": "MIT",
|
|
360
360
|
"engines": {
|
|
361
361
|
"node": ">=6.9.0"
|
|
362
362
|
}
|
|
363
363
|
},
|
|
364
364
|
"node_modules/@babel/helper-validator-option": {
|
|
365
|
-
"version": "7.
|
|
366
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
367
|
-
"integrity": "sha512-
|
|
365
|
+
"version": "7.29.7",
|
|
366
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
367
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
368
368
|
"license": "MIT",
|
|
369
369
|
"engines": {
|
|
370
370
|
"node": ">=6.9.0"
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
373
|
"node_modules/@babel/helper-wrap-function": {
|
|
374
|
-
"version": "7.
|
|
375
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
|
376
|
-
"integrity": "sha512-
|
|
374
|
+
"version": "7.29.7",
|
|
375
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.29.7.tgz",
|
|
376
|
+
"integrity": "sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==",
|
|
377
377
|
"dev": true,
|
|
378
378
|
"license": "MIT",
|
|
379
379
|
"dependencies": {
|
|
380
|
-
"@babel/template": "^7.
|
|
381
|
-
"@babel/traverse": "^7.
|
|
382
|
-
"@babel/types": "^7.
|
|
380
|
+
"@babel/template": "^7.29.7",
|
|
381
|
+
"@babel/traverse": "^7.29.7",
|
|
382
|
+
"@babel/types": "^7.29.7"
|
|
383
383
|
},
|
|
384
384
|
"engines": {
|
|
385
385
|
"node": ">=6.9.0"
|
|
386
386
|
}
|
|
387
387
|
},
|
|
388
388
|
"node_modules/@babel/helpers": {
|
|
389
|
-
"version": "7.29.
|
|
390
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.
|
|
391
|
-
"integrity": "sha512-
|
|
389
|
+
"version": "7.29.7",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
391
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
392
392
|
"license": "MIT",
|
|
393
393
|
"dependencies": {
|
|
394
|
-
"@babel/template": "^7.
|
|
395
|
-
"@babel/types": "^7.29.
|
|
394
|
+
"@babel/template": "^7.29.7",
|
|
395
|
+
"@babel/types": "^7.29.7"
|
|
396
396
|
},
|
|
397
397
|
"engines": {
|
|
398
398
|
"node": ">=6.9.0"
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
"node_modules/@babel/parser": {
|
|
402
|
-
"version": "7.29.
|
|
403
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
404
|
-
"integrity": "sha512-
|
|
402
|
+
"version": "7.29.7",
|
|
403
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
404
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
405
405
|
"license": "MIT",
|
|
406
406
|
"dependencies": {
|
|
407
|
-
"@babel/types": "^7.29.
|
|
407
|
+
"@babel/types": "^7.29.7"
|
|
408
408
|
},
|
|
409
409
|
"bin": {
|
|
410
410
|
"parser": "bin/babel-parser.js"
|
|
@@ -414,14 +414,14 @@
|
|
|
414
414
|
}
|
|
415
415
|
},
|
|
416
416
|
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
417
|
-
"version": "7.
|
|
418
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.
|
|
419
|
-
"integrity": "sha512-
|
|
417
|
+
"version": "7.29.7",
|
|
418
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.29.7.tgz",
|
|
419
|
+
"integrity": "sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==",
|
|
420
420
|
"dev": true,
|
|
421
421
|
"license": "MIT",
|
|
422
422
|
"dependencies": {
|
|
423
|
-
"@babel/helper-plugin-utils": "^7.
|
|
424
|
-
"@babel/traverse": "^7.
|
|
423
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
424
|
+
"@babel/traverse": "^7.29.7"
|
|
425
425
|
},
|
|
426
426
|
"engines": {
|
|
427
427
|
"node": ">=6.9.0"
|
|
@@ -431,13 +431,13 @@
|
|
|
431
431
|
}
|
|
432
432
|
},
|
|
433
433
|
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
|
|
434
|
-
"version": "7.
|
|
435
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.
|
|
436
|
-
"integrity": "sha512-
|
|
434
|
+
"version": "7.29.7",
|
|
435
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.29.7.tgz",
|
|
436
|
+
"integrity": "sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==",
|
|
437
437
|
"dev": true,
|
|
438
438
|
"license": "MIT",
|
|
439
439
|
"dependencies": {
|
|
440
|
-
"@babel/helper-plugin-utils": "^7.
|
|
440
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
441
441
|
},
|
|
442
442
|
"engines": {
|
|
443
443
|
"node": ">=6.9.0"
|
|
@@ -447,13 +447,30 @@
|
|
|
447
447
|
}
|
|
448
448
|
},
|
|
449
449
|
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
450
|
-
"version": "7.
|
|
451
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.
|
|
452
|
-
"integrity": "sha512-
|
|
450
|
+
"version": "7.29.7",
|
|
451
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.29.7.tgz",
|
|
452
|
+
"integrity": "sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==",
|
|
453
453
|
"dev": true,
|
|
454
454
|
"license": "MIT",
|
|
455
455
|
"dependencies": {
|
|
456
|
-
"@babel/helper-plugin-utils": "^7.
|
|
456
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
457
|
+
},
|
|
458
|
+
"engines": {
|
|
459
|
+
"node": ">=6.9.0"
|
|
460
|
+
},
|
|
461
|
+
"peerDependencies": {
|
|
462
|
+
"@babel/core": "^7.0.0"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"node_modules/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": {
|
|
466
|
+
"version": "7.29.7",
|
|
467
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-rest-destructuring-rhs-array/-/plugin-bugfix-safari-rest-destructuring-rhs-array-7.29.7.tgz",
|
|
468
|
+
"integrity": "sha512-oBNVCvnO5tND+xSopWvV8WNGfpTfgP4Zr/YXXSj8zfmcPktp5Ku/aZlsIowgSD4fjmgHn6sGmB9APVsU5zOdhA==",
|
|
469
|
+
"dev": true,
|
|
470
|
+
"license": "MIT",
|
|
471
|
+
"dependencies": {
|
|
472
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
473
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7"
|
|
457
474
|
},
|
|
458
475
|
"engines": {
|
|
459
476
|
"node": ">=6.9.0"
|
|
@@ -463,15 +480,15 @@
|
|
|
463
480
|
}
|
|
464
481
|
},
|
|
465
482
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
466
|
-
"version": "7.
|
|
467
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.
|
|
468
|
-
"integrity": "sha512-
|
|
483
|
+
"version": "7.29.7",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.29.7.tgz",
|
|
485
|
+
"integrity": "sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==",
|
|
469
486
|
"dev": true,
|
|
470
487
|
"license": "MIT",
|
|
471
488
|
"dependencies": {
|
|
472
|
-
"@babel/helper-plugin-utils": "^7.
|
|
473
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
474
|
-
"@babel/plugin-transform-optional-chaining": "^7.
|
|
489
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
490
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
|
|
491
|
+
"@babel/plugin-transform-optional-chaining": "^7.29.7"
|
|
475
492
|
},
|
|
476
493
|
"engines": {
|
|
477
494
|
"node": ">=6.9.0"
|
|
@@ -481,14 +498,14 @@
|
|
|
481
498
|
}
|
|
482
499
|
},
|
|
483
500
|
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
484
|
-
"version": "7.
|
|
485
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.
|
|
486
|
-
"integrity": "sha512-
|
|
501
|
+
"version": "7.29.7",
|
|
502
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.29.7.tgz",
|
|
503
|
+
"integrity": "sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==",
|
|
487
504
|
"dev": true,
|
|
488
505
|
"license": "MIT",
|
|
489
506
|
"dependencies": {
|
|
490
|
-
"@babel/helper-plugin-utils": "^7.
|
|
491
|
-
"@babel/traverse": "^7.
|
|
507
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
508
|
+
"@babel/traverse": "^7.29.7"
|
|
492
509
|
},
|
|
493
510
|
"engines": {
|
|
494
511
|
"node": ">=6.9.0"
|
|
@@ -498,13 +515,13 @@
|
|
|
498
515
|
}
|
|
499
516
|
},
|
|
500
517
|
"node_modules/@babel/plugin-proposal-export-default-from": {
|
|
501
|
-
"version": "7.
|
|
502
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.
|
|
503
|
-
"integrity": "sha512-
|
|
518
|
+
"version": "7.29.7",
|
|
519
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.29.7.tgz",
|
|
520
|
+
"integrity": "sha512-p+G5BNXDcy3bOXplhY4HybQ1GxH3i2Tppmdm/3epyRu2VgJJZuUlZ61MqRTg582Q7ZLBdP7fePYvsumSEkMxcQ==",
|
|
504
521
|
"dev": true,
|
|
505
522
|
"license": "MIT",
|
|
506
523
|
"dependencies": {
|
|
507
|
-
"@babel/helper-plugin-utils": "^7.
|
|
524
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
508
525
|
},
|
|
509
526
|
"engines": {
|
|
510
527
|
"node": ">=6.9.0"
|
|
@@ -591,13 +608,13 @@
|
|
|
591
608
|
}
|
|
592
609
|
},
|
|
593
610
|
"node_modules/@babel/plugin-syntax-export-default-from": {
|
|
594
|
-
"version": "7.
|
|
595
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.
|
|
596
|
-
"integrity": "sha512-
|
|
611
|
+
"version": "7.29.7",
|
|
612
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.29.7.tgz",
|
|
613
|
+
"integrity": "sha512-foag0BB37ROhdeIX9O8G0jX7hw0UekJc04cHMrYLOnrErsnBKqJGHJ8eDRpoCFZBvEPPygmmtw4qyU97qa4oOw==",
|
|
597
614
|
"dev": true,
|
|
598
615
|
"license": "MIT",
|
|
599
616
|
"dependencies": {
|
|
600
|
-
"@babel/helper-plugin-utils": "^7.
|
|
617
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
601
618
|
},
|
|
602
619
|
"engines": {
|
|
603
620
|
"node": ">=6.9.0"
|
|
@@ -607,13 +624,13 @@
|
|
|
607
624
|
}
|
|
608
625
|
},
|
|
609
626
|
"node_modules/@babel/plugin-syntax-flow": {
|
|
610
|
-
"version": "7.
|
|
611
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.
|
|
612
|
-
"integrity": "sha512-
|
|
627
|
+
"version": "7.29.7",
|
|
628
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.29.7.tgz",
|
|
629
|
+
"integrity": "sha512-ajMX6QPcyomotqwpzhkYGxcK2i/us0rs1Qo9QvUpa+Fca0FTmqrzKrctoIYLMxcOhGZldGT/BAVkRGTWBiR8gQ==",
|
|
613
630
|
"dev": true,
|
|
614
631
|
"license": "MIT",
|
|
615
632
|
"dependencies": {
|
|
616
|
-
"@babel/helper-plugin-utils": "^7.
|
|
633
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
617
634
|
},
|
|
618
635
|
"engines": {
|
|
619
636
|
"node": ">=6.9.0"
|
|
@@ -623,13 +640,13 @@
|
|
|
623
640
|
}
|
|
624
641
|
},
|
|
625
642
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
626
|
-
"version": "7.
|
|
627
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
|
628
|
-
"integrity": "sha512
|
|
643
|
+
"version": "7.29.7",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.29.7.tgz",
|
|
645
|
+
"integrity": "sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==",
|
|
629
646
|
"dev": true,
|
|
630
647
|
"license": "MIT",
|
|
631
648
|
"dependencies": {
|
|
632
|
-
"@babel/helper-plugin-utils": "^7.
|
|
649
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
633
650
|
},
|
|
634
651
|
"engines": {
|
|
635
652
|
"node": ">=6.9.0"
|
|
@@ -639,12 +656,12 @@
|
|
|
639
656
|
}
|
|
640
657
|
},
|
|
641
658
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
642
|
-
"version": "7.
|
|
643
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.
|
|
644
|
-
"integrity": "sha512-
|
|
659
|
+
"version": "7.29.7",
|
|
660
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.29.7.tgz",
|
|
661
|
+
"integrity": "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==",
|
|
645
662
|
"license": "MIT",
|
|
646
663
|
"dependencies": {
|
|
647
|
-
"@babel/helper-plugin-utils": "^7.
|
|
664
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
648
665
|
},
|
|
649
666
|
"engines": {
|
|
650
667
|
"node": ">=6.9.0"
|
|
@@ -678,13 +695,13 @@
|
|
|
678
695
|
}
|
|
679
696
|
},
|
|
680
697
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
681
|
-
"version": "7.
|
|
682
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
|
683
|
-
"integrity": "sha512-
|
|
698
|
+
"version": "7.29.7",
|
|
699
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz",
|
|
700
|
+
"integrity": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==",
|
|
684
701
|
"dev": true,
|
|
685
702
|
"license": "MIT",
|
|
686
703
|
"dependencies": {
|
|
687
|
-
"@babel/helper-plugin-utils": "^7.
|
|
704
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
688
705
|
},
|
|
689
706
|
"engines": {
|
|
690
707
|
"node": ">=6.9.0"
|
|
@@ -796,13 +813,13 @@
|
|
|
796
813
|
}
|
|
797
814
|
},
|
|
798
815
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
799
|
-
"version": "7.
|
|
800
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.
|
|
801
|
-
"integrity": "sha512
|
|
816
|
+
"version": "7.29.7",
|
|
817
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.29.7.tgz",
|
|
818
|
+
"integrity": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==",
|
|
802
819
|
"dev": true,
|
|
803
820
|
"license": "MIT",
|
|
804
821
|
"dependencies": {
|
|
805
|
-
"@babel/helper-plugin-utils": "^7.
|
|
822
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
806
823
|
},
|
|
807
824
|
"engines": {
|
|
808
825
|
"node": ">=6.9.0"
|
|
@@ -829,13 +846,13 @@
|
|
|
829
846
|
}
|
|
830
847
|
},
|
|
831
848
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
832
|
-
"version": "7.
|
|
833
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.
|
|
834
|
-
"integrity": "sha512-
|
|
849
|
+
"version": "7.29.7",
|
|
850
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.29.7.tgz",
|
|
851
|
+
"integrity": "sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==",
|
|
835
852
|
"dev": true,
|
|
836
853
|
"license": "MIT",
|
|
837
854
|
"dependencies": {
|
|
838
|
-
"@babel/helper-plugin-utils": "^7.
|
|
855
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
839
856
|
},
|
|
840
857
|
"engines": {
|
|
841
858
|
"node": ">=6.9.0"
|
|
@@ -845,15 +862,15 @@
|
|
|
845
862
|
}
|
|
846
863
|
},
|
|
847
864
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
848
|
-
"version": "7.29.
|
|
849
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.
|
|
850
|
-
"integrity": "sha512-
|
|
865
|
+
"version": "7.29.7",
|
|
866
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.7.tgz",
|
|
867
|
+
"integrity": "sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==",
|
|
851
868
|
"dev": true,
|
|
852
869
|
"license": "MIT",
|
|
853
870
|
"dependencies": {
|
|
854
|
-
"@babel/helper-plugin-utils": "^7.
|
|
855
|
-
"@babel/helper-remap-async-to-generator": "^7.
|
|
856
|
-
"@babel/traverse": "^7.29.
|
|
871
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
872
|
+
"@babel/helper-remap-async-to-generator": "^7.29.7",
|
|
873
|
+
"@babel/traverse": "^7.29.7"
|
|
857
874
|
},
|
|
858
875
|
"engines": {
|
|
859
876
|
"node": ">=6.9.0"
|
|
@@ -863,15 +880,15 @@
|
|
|
863
880
|
}
|
|
864
881
|
},
|
|
865
882
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
866
|
-
"version": "7.
|
|
867
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
|
868
|
-
"integrity": "sha512-
|
|
883
|
+
"version": "7.29.7",
|
|
884
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.29.7.tgz",
|
|
885
|
+
"integrity": "sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==",
|
|
869
886
|
"dev": true,
|
|
870
887
|
"license": "MIT",
|
|
871
888
|
"dependencies": {
|
|
872
|
-
"@babel/helper-module-imports": "^7.
|
|
873
|
-
"@babel/helper-plugin-utils": "^7.
|
|
874
|
-
"@babel/helper-remap-async-to-generator": "^7.
|
|
889
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
890
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
891
|
+
"@babel/helper-remap-async-to-generator": "^7.29.7"
|
|
875
892
|
},
|
|
876
893
|
"engines": {
|
|
877
894
|
"node": ">=6.9.0"
|
|
@@ -881,13 +898,13 @@
|
|
|
881
898
|
}
|
|
882
899
|
},
|
|
883
900
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
884
|
-
"version": "7.
|
|
885
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
|
886
|
-
"integrity": "sha512-
|
|
901
|
+
"version": "7.29.7",
|
|
902
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.29.7.tgz",
|
|
903
|
+
"integrity": "sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==",
|
|
887
904
|
"dev": true,
|
|
888
905
|
"license": "MIT",
|
|
889
906
|
"dependencies": {
|
|
890
|
-
"@babel/helper-plugin-utils": "^7.
|
|
907
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
891
908
|
},
|
|
892
909
|
"engines": {
|
|
893
910
|
"node": ">=6.9.0"
|
|
@@ -897,13 +914,13 @@
|
|
|
897
914
|
}
|
|
898
915
|
},
|
|
899
916
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
900
|
-
"version": "7.
|
|
901
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
902
|
-
"integrity": "sha512-
|
|
917
|
+
"version": "7.29.7",
|
|
918
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.29.7.tgz",
|
|
919
|
+
"integrity": "sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==",
|
|
903
920
|
"dev": true,
|
|
904
921
|
"license": "MIT",
|
|
905
922
|
"dependencies": {
|
|
906
|
-
"@babel/helper-plugin-utils": "^7.
|
|
923
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
907
924
|
},
|
|
908
925
|
"engines": {
|
|
909
926
|
"node": ">=6.9.0"
|
|
@@ -913,14 +930,14 @@
|
|
|
913
930
|
}
|
|
914
931
|
},
|
|
915
932
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
916
|
-
"version": "7.
|
|
917
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
|
918
|
-
"integrity": "sha512-
|
|
933
|
+
"version": "7.29.7",
|
|
934
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.29.7.tgz",
|
|
935
|
+
"integrity": "sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==",
|
|
919
936
|
"dev": true,
|
|
920
937
|
"license": "MIT",
|
|
921
938
|
"dependencies": {
|
|
922
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
923
|
-
"@babel/helper-plugin-utils": "^7.
|
|
939
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
940
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
924
941
|
},
|
|
925
942
|
"engines": {
|
|
926
943
|
"node": ">=6.9.0"
|
|
@@ -930,14 +947,14 @@
|
|
|
930
947
|
}
|
|
931
948
|
},
|
|
932
949
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
933
|
-
"version": "7.
|
|
934
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.
|
|
935
|
-
"integrity": "sha512-
|
|
950
|
+
"version": "7.29.7",
|
|
951
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.29.7.tgz",
|
|
952
|
+
"integrity": "sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==",
|
|
936
953
|
"dev": true,
|
|
937
954
|
"license": "MIT",
|
|
938
955
|
"dependencies": {
|
|
939
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
940
|
-
"@babel/helper-plugin-utils": "^7.
|
|
956
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
957
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
941
958
|
},
|
|
942
959
|
"engines": {
|
|
943
960
|
"node": ">=6.9.0"
|
|
@@ -947,18 +964,18 @@
|
|
|
947
964
|
}
|
|
948
965
|
},
|
|
949
966
|
"node_modules/@babel/plugin-transform-classes": {
|
|
950
|
-
"version": "7.
|
|
951
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
|
952
|
-
"integrity": "sha512-
|
|
967
|
+
"version": "7.29.7",
|
|
968
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.29.7.tgz",
|
|
969
|
+
"integrity": "sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==",
|
|
953
970
|
"dev": true,
|
|
954
971
|
"license": "MIT",
|
|
955
972
|
"dependencies": {
|
|
956
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
957
|
-
"@babel/helper-compilation-targets": "^7.
|
|
958
|
-
"@babel/helper-globals": "^7.
|
|
959
|
-
"@babel/helper-plugin-utils": "^7.
|
|
960
|
-
"@babel/helper-replace-supers": "^7.
|
|
961
|
-
"@babel/traverse": "^7.
|
|
973
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
974
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
975
|
+
"@babel/helper-globals": "^7.29.7",
|
|
976
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
977
|
+
"@babel/helper-replace-supers": "^7.29.7",
|
|
978
|
+
"@babel/traverse": "^7.29.7"
|
|
962
979
|
},
|
|
963
980
|
"engines": {
|
|
964
981
|
"node": ">=6.9.0"
|
|
@@ -968,14 +985,14 @@
|
|
|
968
985
|
}
|
|
969
986
|
},
|
|
970
987
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
971
|
-
"version": "7.
|
|
972
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
|
973
|
-
"integrity": "sha512-
|
|
988
|
+
"version": "7.29.7",
|
|
989
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.29.7.tgz",
|
|
990
|
+
"integrity": "sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==",
|
|
974
991
|
"dev": true,
|
|
975
992
|
"license": "MIT",
|
|
976
993
|
"dependencies": {
|
|
977
|
-
"@babel/helper-plugin-utils": "^7.
|
|
978
|
-
"@babel/template": "^7.
|
|
994
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
995
|
+
"@babel/template": "^7.29.7"
|
|
979
996
|
},
|
|
980
997
|
"engines": {
|
|
981
998
|
"node": ">=6.9.0"
|
|
@@ -985,14 +1002,14 @@
|
|
|
985
1002
|
}
|
|
986
1003
|
},
|
|
987
1004
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
988
|
-
"version": "7.
|
|
989
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
|
990
|
-
"integrity": "sha512-
|
|
1005
|
+
"version": "7.29.7",
|
|
1006
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.29.7.tgz",
|
|
1007
|
+
"integrity": "sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==",
|
|
991
1008
|
"dev": true,
|
|
992
1009
|
"license": "MIT",
|
|
993
1010
|
"dependencies": {
|
|
994
|
-
"@babel/helper-plugin-utils": "^7.
|
|
995
|
-
"@babel/traverse": "^7.
|
|
1011
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1012
|
+
"@babel/traverse": "^7.29.7"
|
|
996
1013
|
},
|
|
997
1014
|
"engines": {
|
|
998
1015
|
"node": ">=6.9.0"
|
|
@@ -1002,14 +1019,14 @@
|
|
|
1002
1019
|
}
|
|
1003
1020
|
},
|
|
1004
1021
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
1005
|
-
"version": "7.
|
|
1006
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
|
1007
|
-
"integrity": "sha512-
|
|
1022
|
+
"version": "7.29.7",
|
|
1023
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.29.7.tgz",
|
|
1024
|
+
"integrity": "sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==",
|
|
1008
1025
|
"dev": true,
|
|
1009
1026
|
"license": "MIT",
|
|
1010
1027
|
"dependencies": {
|
|
1011
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1012
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1028
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1029
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1013
1030
|
},
|
|
1014
1031
|
"engines": {
|
|
1015
1032
|
"node": ">=6.9.0"
|
|
@@ -1019,13 +1036,13 @@
|
|
|
1019
1036
|
}
|
|
1020
1037
|
},
|
|
1021
1038
|
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
1022
|
-
"version": "7.
|
|
1023
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
|
1024
|
-
"integrity": "sha512-
|
|
1039
|
+
"version": "7.29.7",
|
|
1040
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.29.7.tgz",
|
|
1041
|
+
"integrity": "sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==",
|
|
1025
1042
|
"dev": true,
|
|
1026
1043
|
"license": "MIT",
|
|
1027
1044
|
"dependencies": {
|
|
1028
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1045
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1029
1046
|
},
|
|
1030
1047
|
"engines": {
|
|
1031
1048
|
"node": ">=6.9.0"
|
|
@@ -1035,14 +1052,14 @@
|
|
|
1035
1052
|
}
|
|
1036
1053
|
},
|
|
1037
1054
|
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
1038
|
-
"version": "7.29.
|
|
1039
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.
|
|
1040
|
-
"integrity": "sha512-
|
|
1055
|
+
"version": "7.29.7",
|
|
1056
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.7.tgz",
|
|
1057
|
+
"integrity": "sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==",
|
|
1041
1058
|
"dev": true,
|
|
1042
1059
|
"license": "MIT",
|
|
1043
1060
|
"dependencies": {
|
|
1044
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1045
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1061
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1062
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1046
1063
|
},
|
|
1047
1064
|
"engines": {
|
|
1048
1065
|
"node": ">=6.9.0"
|
|
@@ -1052,13 +1069,13 @@
|
|
|
1052
1069
|
}
|
|
1053
1070
|
},
|
|
1054
1071
|
"node_modules/@babel/plugin-transform-dynamic-import": {
|
|
1055
|
-
"version": "7.
|
|
1056
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.
|
|
1057
|
-
"integrity": "sha512-
|
|
1072
|
+
"version": "7.29.7",
|
|
1073
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.29.7.tgz",
|
|
1074
|
+
"integrity": "sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==",
|
|
1058
1075
|
"dev": true,
|
|
1059
1076
|
"license": "MIT",
|
|
1060
1077
|
"dependencies": {
|
|
1061
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1078
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1062
1079
|
},
|
|
1063
1080
|
"engines": {
|
|
1064
1081
|
"node": ">=6.9.0"
|
|
@@ -1068,14 +1085,14 @@
|
|
|
1068
1085
|
}
|
|
1069
1086
|
},
|
|
1070
1087
|
"node_modules/@babel/plugin-transform-explicit-resource-management": {
|
|
1071
|
-
"version": "7.
|
|
1072
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.
|
|
1073
|
-
"integrity": "sha512-
|
|
1088
|
+
"version": "7.29.7",
|
|
1089
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.29.7.tgz",
|
|
1090
|
+
"integrity": "sha512-Rstj7coNz8sE+7Ju7ihpHLI564lsK5pUpNNlvptCIC/16E/S5hbl6n3kESPKdNRmqEWlpn5xpS5Q2dvXBsySLw==",
|
|
1074
1091
|
"dev": true,
|
|
1075
1092
|
"license": "MIT",
|
|
1076
1093
|
"dependencies": {
|
|
1077
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1078
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
1094
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1095
|
+
"@babel/plugin-transform-destructuring": "^7.29.7"
|
|
1079
1096
|
},
|
|
1080
1097
|
"engines": {
|
|
1081
1098
|
"node": ">=6.9.0"
|
|
@@ -1085,13 +1102,13 @@
|
|
|
1085
1102
|
}
|
|
1086
1103
|
},
|
|
1087
1104
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
1088
|
-
"version": "7.
|
|
1089
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
|
1090
|
-
"integrity": "sha512-
|
|
1105
|
+
"version": "7.29.7",
|
|
1106
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.29.7.tgz",
|
|
1107
|
+
"integrity": "sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==",
|
|
1091
1108
|
"dev": true,
|
|
1092
1109
|
"license": "MIT",
|
|
1093
1110
|
"dependencies": {
|
|
1094
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1111
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1095
1112
|
},
|
|
1096
1113
|
"engines": {
|
|
1097
1114
|
"node": ">=6.9.0"
|
|
@@ -1101,13 +1118,13 @@
|
|
|
1101
1118
|
}
|
|
1102
1119
|
},
|
|
1103
1120
|
"node_modules/@babel/plugin-transform-export-namespace-from": {
|
|
1104
|
-
"version": "7.
|
|
1105
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.
|
|
1106
|
-
"integrity": "sha512-
|
|
1121
|
+
"version": "7.29.7",
|
|
1122
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.29.7.tgz",
|
|
1123
|
+
"integrity": "sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==",
|
|
1107
1124
|
"dev": true,
|
|
1108
1125
|
"license": "MIT",
|
|
1109
1126
|
"dependencies": {
|
|
1110
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1127
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1111
1128
|
},
|
|
1112
1129
|
"engines": {
|
|
1113
1130
|
"node": ">=6.9.0"
|
|
@@ -1117,14 +1134,14 @@
|
|
|
1117
1134
|
}
|
|
1118
1135
|
},
|
|
1119
1136
|
"node_modules/@babel/plugin-transform-flow-strip-types": {
|
|
1120
|
-
"version": "7.
|
|
1121
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.
|
|
1122
|
-
"integrity": "sha512-
|
|
1137
|
+
"version": "7.29.7",
|
|
1138
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.29.7.tgz",
|
|
1139
|
+
"integrity": "sha512-wRHeUjUjCZnMHmiO5bRgjFLcoEh7JyTdByOW11ahhwNa4V0bmeGEaIvt51yq0zQp2yWIpqfxXXPyUP6GFJZHOQ==",
|
|
1123
1140
|
"dev": true,
|
|
1124
1141
|
"license": "MIT",
|
|
1125
1142
|
"dependencies": {
|
|
1126
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1127
|
-
"@babel/plugin-syntax-flow": "^7.
|
|
1143
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1144
|
+
"@babel/plugin-syntax-flow": "^7.29.7"
|
|
1128
1145
|
},
|
|
1129
1146
|
"engines": {
|
|
1130
1147
|
"node": ">=6.9.0"
|
|
@@ -1134,14 +1151,14 @@
|
|
|
1134
1151
|
}
|
|
1135
1152
|
},
|
|
1136
1153
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
1137
|
-
"version": "7.
|
|
1138
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
|
1139
|
-
"integrity": "sha512-
|
|
1154
|
+
"version": "7.29.7",
|
|
1155
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.29.7.tgz",
|
|
1156
|
+
"integrity": "sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==",
|
|
1140
1157
|
"dev": true,
|
|
1141
1158
|
"license": "MIT",
|
|
1142
1159
|
"dependencies": {
|
|
1143
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1144
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1160
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1161
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7"
|
|
1145
1162
|
},
|
|
1146
1163
|
"engines": {
|
|
1147
1164
|
"node": ">=6.9.0"
|
|
@@ -1151,15 +1168,15 @@
|
|
|
1151
1168
|
}
|
|
1152
1169
|
},
|
|
1153
1170
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
1154
|
-
"version": "7.
|
|
1155
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
|
1156
|
-
"integrity": "sha512-
|
|
1171
|
+
"version": "7.29.7",
|
|
1172
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.29.7.tgz",
|
|
1173
|
+
"integrity": "sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==",
|
|
1157
1174
|
"dev": true,
|
|
1158
1175
|
"license": "MIT",
|
|
1159
1176
|
"dependencies": {
|
|
1160
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1161
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1162
|
-
"@babel/traverse": "^7.
|
|
1177
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
1178
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1179
|
+
"@babel/traverse": "^7.29.7"
|
|
1163
1180
|
},
|
|
1164
1181
|
"engines": {
|
|
1165
1182
|
"node": ">=6.9.0"
|
|
@@ -1169,13 +1186,13 @@
|
|
|
1169
1186
|
}
|
|
1170
1187
|
},
|
|
1171
1188
|
"node_modules/@babel/plugin-transform-json-strings": {
|
|
1172
|
-
"version": "7.
|
|
1173
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.
|
|
1174
|
-
"integrity": "sha512-
|
|
1189
|
+
"version": "7.29.7",
|
|
1190
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.29.7.tgz",
|
|
1191
|
+
"integrity": "sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==",
|
|
1175
1192
|
"dev": true,
|
|
1176
1193
|
"license": "MIT",
|
|
1177
1194
|
"dependencies": {
|
|
1178
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1195
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1179
1196
|
},
|
|
1180
1197
|
"engines": {
|
|
1181
1198
|
"node": ">=6.9.0"
|
|
@@ -1185,13 +1202,13 @@
|
|
|
1185
1202
|
}
|
|
1186
1203
|
},
|
|
1187
1204
|
"node_modules/@babel/plugin-transform-literals": {
|
|
1188
|
-
"version": "7.
|
|
1189
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
|
1190
|
-
"integrity": "sha512-
|
|
1205
|
+
"version": "7.29.7",
|
|
1206
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.29.7.tgz",
|
|
1207
|
+
"integrity": "sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==",
|
|
1191
1208
|
"dev": true,
|
|
1192
1209
|
"license": "MIT",
|
|
1193
1210
|
"dependencies": {
|
|
1194
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1211
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1195
1212
|
},
|
|
1196
1213
|
"engines": {
|
|
1197
1214
|
"node": ">=6.9.0"
|
|
@@ -1201,13 +1218,13 @@
|
|
|
1201
1218
|
}
|
|
1202
1219
|
},
|
|
1203
1220
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
1204
|
-
"version": "7.
|
|
1205
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
|
1206
|
-
"integrity": "sha512
|
|
1221
|
+
"version": "7.29.7",
|
|
1222
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.29.7.tgz",
|
|
1223
|
+
"integrity": "sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==",
|
|
1207
1224
|
"dev": true,
|
|
1208
1225
|
"license": "MIT",
|
|
1209
1226
|
"dependencies": {
|
|
1210
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1227
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1211
1228
|
},
|
|
1212
1229
|
"engines": {
|
|
1213
1230
|
"node": ">=6.9.0"
|
|
@@ -1217,13 +1234,13 @@
|
|
|
1217
1234
|
}
|
|
1218
1235
|
},
|
|
1219
1236
|
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
1220
|
-
"version": "7.
|
|
1221
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
|
1222
|
-
"integrity": "sha512-
|
|
1237
|
+
"version": "7.29.7",
|
|
1238
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.29.7.tgz",
|
|
1239
|
+
"integrity": "sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==",
|
|
1223
1240
|
"dev": true,
|
|
1224
1241
|
"license": "MIT",
|
|
1225
1242
|
"dependencies": {
|
|
1226
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1243
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1227
1244
|
},
|
|
1228
1245
|
"engines": {
|
|
1229
1246
|
"node": ">=6.9.0"
|
|
@@ -1233,14 +1250,14 @@
|
|
|
1233
1250
|
}
|
|
1234
1251
|
},
|
|
1235
1252
|
"node_modules/@babel/plugin-transform-modules-amd": {
|
|
1236
|
-
"version": "7.
|
|
1237
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.
|
|
1238
|
-
"integrity": "sha512-
|
|
1253
|
+
"version": "7.29.7",
|
|
1254
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.29.7.tgz",
|
|
1255
|
+
"integrity": "sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==",
|
|
1239
1256
|
"dev": true,
|
|
1240
1257
|
"license": "MIT",
|
|
1241
1258
|
"dependencies": {
|
|
1242
|
-
"@babel/helper-module-transforms": "^7.
|
|
1243
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1259
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1260
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1244
1261
|
},
|
|
1245
1262
|
"engines": {
|
|
1246
1263
|
"node": ">=6.9.0"
|
|
@@ -1250,14 +1267,14 @@
|
|
|
1250
1267
|
}
|
|
1251
1268
|
},
|
|
1252
1269
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1253
|
-
"version": "7.
|
|
1254
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
1255
|
-
"integrity": "sha512-
|
|
1270
|
+
"version": "7.29.7",
|
|
1271
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.29.7.tgz",
|
|
1272
|
+
"integrity": "sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==",
|
|
1256
1273
|
"dev": true,
|
|
1257
1274
|
"license": "MIT",
|
|
1258
1275
|
"dependencies": {
|
|
1259
|
-
"@babel/helper-module-transforms": "^7.
|
|
1260
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1276
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1277
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1261
1278
|
},
|
|
1262
1279
|
"engines": {
|
|
1263
1280
|
"node": ">=6.9.0"
|
|
@@ -1267,16 +1284,16 @@
|
|
|
1267
1284
|
}
|
|
1268
1285
|
},
|
|
1269
1286
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1270
|
-
"version": "7.29.
|
|
1271
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.
|
|
1272
|
-
"integrity": "sha512-
|
|
1287
|
+
"version": "7.29.7",
|
|
1288
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.7.tgz",
|
|
1289
|
+
"integrity": "sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==",
|
|
1273
1290
|
"dev": true,
|
|
1274
1291
|
"license": "MIT",
|
|
1275
1292
|
"dependencies": {
|
|
1276
|
-
"@babel/helper-module-transforms": "^7.
|
|
1277
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1278
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1279
|
-
"@babel/traverse": "^7.29.
|
|
1293
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1294
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1295
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
1296
|
+
"@babel/traverse": "^7.29.7"
|
|
1280
1297
|
},
|
|
1281
1298
|
"engines": {
|
|
1282
1299
|
"node": ">=6.9.0"
|
|
@@ -1286,14 +1303,14 @@
|
|
|
1286
1303
|
}
|
|
1287
1304
|
},
|
|
1288
1305
|
"node_modules/@babel/plugin-transform-modules-umd": {
|
|
1289
|
-
"version": "7.
|
|
1290
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.
|
|
1291
|
-
"integrity": "sha512-
|
|
1306
|
+
"version": "7.29.7",
|
|
1307
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.29.7.tgz",
|
|
1308
|
+
"integrity": "sha512-B4UkaTK3QpgCwJnrxKfMPKdo92CN7OKXAlpAAnM3UPu0Q0lCCk57ylA9AJbRy2v8dDKOPAAWcoR6CMyeoHwRCA==",
|
|
1292
1309
|
"dev": true,
|
|
1293
1310
|
"license": "MIT",
|
|
1294
1311
|
"dependencies": {
|
|
1295
|
-
"@babel/helper-module-transforms": "^7.
|
|
1296
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1312
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1313
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1297
1314
|
},
|
|
1298
1315
|
"engines": {
|
|
1299
1316
|
"node": ">=6.9.0"
|
|
@@ -1303,14 +1320,14 @@
|
|
|
1303
1320
|
}
|
|
1304
1321
|
},
|
|
1305
1322
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
1306
|
-
"version": "7.29.
|
|
1307
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.
|
|
1308
|
-
"integrity": "sha512-
|
|
1323
|
+
"version": "7.29.7",
|
|
1324
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.7.tgz",
|
|
1325
|
+
"integrity": "sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==",
|
|
1309
1326
|
"dev": true,
|
|
1310
1327
|
"license": "MIT",
|
|
1311
1328
|
"dependencies": {
|
|
1312
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1313
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1329
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1330
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1314
1331
|
},
|
|
1315
1332
|
"engines": {
|
|
1316
1333
|
"node": ">=6.9.0"
|
|
@@ -1320,13 +1337,13 @@
|
|
|
1320
1337
|
}
|
|
1321
1338
|
},
|
|
1322
1339
|
"node_modules/@babel/plugin-transform-new-target": {
|
|
1323
|
-
"version": "7.
|
|
1324
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
|
1325
|
-
"integrity": "sha512-
|
|
1340
|
+
"version": "7.29.7",
|
|
1341
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.29.7.tgz",
|
|
1342
|
+
"integrity": "sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==",
|
|
1326
1343
|
"dev": true,
|
|
1327
1344
|
"license": "MIT",
|
|
1328
1345
|
"dependencies": {
|
|
1329
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1346
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1330
1347
|
},
|
|
1331
1348
|
"engines": {
|
|
1332
1349
|
"node": ">=6.9.0"
|
|
@@ -1336,13 +1353,13 @@
|
|
|
1336
1353
|
}
|
|
1337
1354
|
},
|
|
1338
1355
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
1339
|
-
"version": "7.
|
|
1340
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
|
1341
|
-
"integrity": "sha512-
|
|
1356
|
+
"version": "7.29.7",
|
|
1357
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.29.7.tgz",
|
|
1358
|
+
"integrity": "sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==",
|
|
1342
1359
|
"dev": true,
|
|
1343
1360
|
"license": "MIT",
|
|
1344
1361
|
"dependencies": {
|
|
1345
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1362
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1346
1363
|
},
|
|
1347
1364
|
"engines": {
|
|
1348
1365
|
"node": ">=6.9.0"
|
|
@@ -1352,13 +1369,13 @@
|
|
|
1352
1369
|
}
|
|
1353
1370
|
},
|
|
1354
1371
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
1355
|
-
"version": "7.
|
|
1356
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.
|
|
1357
|
-
"integrity": "sha512-
|
|
1372
|
+
"version": "7.29.7",
|
|
1373
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.29.7.tgz",
|
|
1374
|
+
"integrity": "sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==",
|
|
1358
1375
|
"dev": true,
|
|
1359
1376
|
"license": "MIT",
|
|
1360
1377
|
"dependencies": {
|
|
1361
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1378
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1362
1379
|
},
|
|
1363
1380
|
"engines": {
|
|
1364
1381
|
"node": ">=6.9.0"
|
|
@@ -1368,17 +1385,17 @@
|
|
|
1368
1385
|
}
|
|
1369
1386
|
},
|
|
1370
1387
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1371
|
-
"version": "7.
|
|
1372
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.
|
|
1373
|
-
"integrity": "sha512-
|
|
1388
|
+
"version": "7.29.7",
|
|
1389
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.29.7.tgz",
|
|
1390
|
+
"integrity": "sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==",
|
|
1374
1391
|
"dev": true,
|
|
1375
1392
|
"license": "MIT",
|
|
1376
1393
|
"dependencies": {
|
|
1377
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1378
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1379
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
1380
|
-
"@babel/plugin-transform-parameters": "^7.
|
|
1381
|
-
"@babel/traverse": "^7.
|
|
1394
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
1395
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1396
|
+
"@babel/plugin-transform-destructuring": "^7.29.7",
|
|
1397
|
+
"@babel/plugin-transform-parameters": "^7.29.7",
|
|
1398
|
+
"@babel/traverse": "^7.29.7"
|
|
1382
1399
|
},
|
|
1383
1400
|
"engines": {
|
|
1384
1401
|
"node": ">=6.9.0"
|
|
@@ -1388,14 +1405,14 @@
|
|
|
1388
1405
|
}
|
|
1389
1406
|
},
|
|
1390
1407
|
"node_modules/@babel/plugin-transform-object-super": {
|
|
1391
|
-
"version": "7.
|
|
1392
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
|
1393
|
-
"integrity": "sha512-
|
|
1408
|
+
"version": "7.29.7",
|
|
1409
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.29.7.tgz",
|
|
1410
|
+
"integrity": "sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==",
|
|
1394
1411
|
"dev": true,
|
|
1395
1412
|
"license": "MIT",
|
|
1396
1413
|
"dependencies": {
|
|
1397
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1398
|
-
"@babel/helper-replace-supers": "^7.
|
|
1414
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1415
|
+
"@babel/helper-replace-supers": "^7.29.7"
|
|
1399
1416
|
},
|
|
1400
1417
|
"engines": {
|
|
1401
1418
|
"node": ">=6.9.0"
|
|
@@ -1405,13 +1422,13 @@
|
|
|
1405
1422
|
}
|
|
1406
1423
|
},
|
|
1407
1424
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
1408
|
-
"version": "7.
|
|
1409
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.
|
|
1410
|
-
"integrity": "sha512-
|
|
1425
|
+
"version": "7.29.7",
|
|
1426
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.29.7.tgz",
|
|
1427
|
+
"integrity": "sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==",
|
|
1411
1428
|
"dev": true,
|
|
1412
1429
|
"license": "MIT",
|
|
1413
1430
|
"dependencies": {
|
|
1414
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1431
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1415
1432
|
},
|
|
1416
1433
|
"engines": {
|
|
1417
1434
|
"node": ">=6.9.0"
|
|
@@ -1421,14 +1438,14 @@
|
|
|
1421
1438
|
}
|
|
1422
1439
|
},
|
|
1423
1440
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
1424
|
-
"version": "7.
|
|
1425
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
|
1426
|
-
"integrity": "sha512-
|
|
1441
|
+
"version": "7.29.7",
|
|
1442
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.29.7.tgz",
|
|
1443
|
+
"integrity": "sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==",
|
|
1427
1444
|
"dev": true,
|
|
1428
1445
|
"license": "MIT",
|
|
1429
1446
|
"dependencies": {
|
|
1430
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1431
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1447
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1448
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7"
|
|
1432
1449
|
},
|
|
1433
1450
|
"engines": {
|
|
1434
1451
|
"node": ">=6.9.0"
|
|
@@ -1438,13 +1455,13 @@
|
|
|
1438
1455
|
}
|
|
1439
1456
|
},
|
|
1440
1457
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
1441
|
-
"version": "7.
|
|
1442
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
|
1443
|
-
"integrity": "sha512-
|
|
1458
|
+
"version": "7.29.7",
|
|
1459
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.29.7.tgz",
|
|
1460
|
+
"integrity": "sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==",
|
|
1444
1461
|
"dev": true,
|
|
1445
1462
|
"license": "MIT",
|
|
1446
1463
|
"dependencies": {
|
|
1447
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1464
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1448
1465
|
},
|
|
1449
1466
|
"engines": {
|
|
1450
1467
|
"node": ">=6.9.0"
|
|
@@ -1454,14 +1471,14 @@
|
|
|
1454
1471
|
}
|
|
1455
1472
|
},
|
|
1456
1473
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
1457
|
-
"version": "7.
|
|
1458
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.
|
|
1459
|
-
"integrity": "sha512
|
|
1474
|
+
"version": "7.29.7",
|
|
1475
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.29.7.tgz",
|
|
1476
|
+
"integrity": "sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==",
|
|
1460
1477
|
"dev": true,
|
|
1461
1478
|
"license": "MIT",
|
|
1462
1479
|
"dependencies": {
|
|
1463
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1464
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1480
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
1481
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1465
1482
|
},
|
|
1466
1483
|
"engines": {
|
|
1467
1484
|
"node": ">=6.9.0"
|
|
@@ -1471,15 +1488,15 @@
|
|
|
1471
1488
|
}
|
|
1472
1489
|
},
|
|
1473
1490
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
1474
|
-
"version": "7.
|
|
1475
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.
|
|
1476
|
-
"integrity": "sha512
|
|
1491
|
+
"version": "7.29.7",
|
|
1492
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.29.7.tgz",
|
|
1493
|
+
"integrity": "sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==",
|
|
1477
1494
|
"dev": true,
|
|
1478
1495
|
"license": "MIT",
|
|
1479
1496
|
"dependencies": {
|
|
1480
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1481
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1482
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1497
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
1498
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
1499
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1483
1500
|
},
|
|
1484
1501
|
"engines": {
|
|
1485
1502
|
"node": ">=6.9.0"
|
|
@@ -1489,13 +1506,13 @@
|
|
|
1489
1506
|
}
|
|
1490
1507
|
},
|
|
1491
1508
|
"node_modules/@babel/plugin-transform-property-literals": {
|
|
1492
|
-
"version": "7.
|
|
1493
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
|
1494
|
-
"integrity": "sha512-
|
|
1509
|
+
"version": "7.29.7",
|
|
1510
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.29.7.tgz",
|
|
1511
|
+
"integrity": "sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==",
|
|
1495
1512
|
"dev": true,
|
|
1496
1513
|
"license": "MIT",
|
|
1497
1514
|
"dependencies": {
|
|
1498
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1515
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1499
1516
|
},
|
|
1500
1517
|
"engines": {
|
|
1501
1518
|
"node": ">=6.9.0"
|
|
@@ -1505,13 +1522,13 @@
|
|
|
1505
1522
|
}
|
|
1506
1523
|
},
|
|
1507
1524
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
1508
|
-
"version": "7.
|
|
1509
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
|
1510
|
-
"integrity": "sha512
|
|
1525
|
+
"version": "7.29.7",
|
|
1526
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.29.7.tgz",
|
|
1527
|
+
"integrity": "sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==",
|
|
1511
1528
|
"dev": true,
|
|
1512
1529
|
"license": "MIT",
|
|
1513
1530
|
"dependencies": {
|
|
1514
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1531
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1515
1532
|
},
|
|
1516
1533
|
"engines": {
|
|
1517
1534
|
"node": ">=6.9.0"
|
|
@@ -1521,17 +1538,17 @@
|
|
|
1521
1538
|
}
|
|
1522
1539
|
},
|
|
1523
1540
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
1524
|
-
"version": "7.
|
|
1525
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
|
1526
|
-
"integrity": "sha512-
|
|
1541
|
+
"version": "7.29.7",
|
|
1542
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.29.7.tgz",
|
|
1543
|
+
"integrity": "sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==",
|
|
1527
1544
|
"dev": true,
|
|
1528
1545
|
"license": "MIT",
|
|
1529
1546
|
"dependencies": {
|
|
1530
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1531
|
-
"@babel/helper-module-imports": "^7.
|
|
1532
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1533
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
1534
|
-
"@babel/types": "^7.
|
|
1547
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
1548
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
1549
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1550
|
+
"@babel/plugin-syntax-jsx": "^7.29.7",
|
|
1551
|
+
"@babel/types": "^7.29.7"
|
|
1535
1552
|
},
|
|
1536
1553
|
"engines": {
|
|
1537
1554
|
"node": ">=6.9.0"
|
|
@@ -1541,13 +1558,13 @@
|
|
|
1541
1558
|
}
|
|
1542
1559
|
},
|
|
1543
1560
|
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
1544
|
-
"version": "7.
|
|
1545
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.
|
|
1546
|
-
"integrity": "sha512-
|
|
1561
|
+
"version": "7.29.7",
|
|
1562
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz",
|
|
1563
|
+
"integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==",
|
|
1547
1564
|
"dev": true,
|
|
1548
1565
|
"license": "MIT",
|
|
1549
1566
|
"dependencies": {
|
|
1550
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1567
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1551
1568
|
},
|
|
1552
1569
|
"engines": {
|
|
1553
1570
|
"node": ">=6.9.0"
|
|
@@ -1557,13 +1574,13 @@
|
|
|
1557
1574
|
}
|
|
1558
1575
|
},
|
|
1559
1576
|
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
1560
|
-
"version": "7.
|
|
1561
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.
|
|
1562
|
-
"integrity": "sha512-
|
|
1577
|
+
"version": "7.29.7",
|
|
1578
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz",
|
|
1579
|
+
"integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==",
|
|
1563
1580
|
"dev": true,
|
|
1564
1581
|
"license": "MIT",
|
|
1565
1582
|
"dependencies": {
|
|
1566
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1583
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1567
1584
|
},
|
|
1568
1585
|
"engines": {
|
|
1569
1586
|
"node": ">=6.9.0"
|
|
@@ -1573,13 +1590,13 @@
|
|
|
1573
1590
|
}
|
|
1574
1591
|
},
|
|
1575
1592
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1576
|
-
"version": "7.29.
|
|
1577
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.
|
|
1578
|
-
"integrity": "sha512-
|
|
1593
|
+
"version": "7.29.7",
|
|
1594
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.7.tgz",
|
|
1595
|
+
"integrity": "sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==",
|
|
1579
1596
|
"dev": true,
|
|
1580
1597
|
"license": "MIT",
|
|
1581
1598
|
"dependencies": {
|
|
1582
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1599
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1583
1600
|
},
|
|
1584
1601
|
"engines": {
|
|
1585
1602
|
"node": ">=6.9.0"
|
|
@@ -1589,14 +1606,14 @@
|
|
|
1589
1606
|
}
|
|
1590
1607
|
},
|
|
1591
1608
|
"node_modules/@babel/plugin-transform-regexp-modifiers": {
|
|
1592
|
-
"version": "7.
|
|
1593
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.
|
|
1594
|
-
"integrity": "sha512-
|
|
1609
|
+
"version": "7.29.7",
|
|
1610
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.29.7.tgz",
|
|
1611
|
+
"integrity": "sha512-mB5Fs0VWrJ42ZCmc8114v60qetdaUVNkj9PmSZRmanCZM3S9hm0CFRLjRmYIsuXav14l2jvZ+4T8iiCGnhj3nQ==",
|
|
1595
1612
|
"dev": true,
|
|
1596
1613
|
"license": "MIT",
|
|
1597
1614
|
"dependencies": {
|
|
1598
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1599
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1615
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1616
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1600
1617
|
},
|
|
1601
1618
|
"engines": {
|
|
1602
1619
|
"node": ">=6.9.0"
|
|
@@ -1606,13 +1623,13 @@
|
|
|
1606
1623
|
}
|
|
1607
1624
|
},
|
|
1608
1625
|
"node_modules/@babel/plugin-transform-reserved-words": {
|
|
1609
|
-
"version": "7.
|
|
1610
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.
|
|
1611
|
-
"integrity": "sha512-
|
|
1626
|
+
"version": "7.29.7",
|
|
1627
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.29.7.tgz",
|
|
1628
|
+
"integrity": "sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==",
|
|
1612
1629
|
"dev": true,
|
|
1613
1630
|
"license": "MIT",
|
|
1614
1631
|
"dependencies": {
|
|
1615
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1632
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1616
1633
|
},
|
|
1617
1634
|
"engines": {
|
|
1618
1635
|
"node": ">=6.9.0"
|
|
@@ -1622,14 +1639,14 @@
|
|
|
1622
1639
|
}
|
|
1623
1640
|
},
|
|
1624
1641
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
1625
|
-
"version": "7.29.
|
|
1626
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.
|
|
1627
|
-
"integrity": "sha512-
|
|
1642
|
+
"version": "7.29.7",
|
|
1643
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.7.tgz",
|
|
1644
|
+
"integrity": "sha512-xmAscdE/AsqRW7vutbPNoUmu/nF5SrLKPs7aoJgEjo35lLKA/Bc0i2rMv/hr1+Y0o1bQCiVtith3u2vdgRL39Q==",
|
|
1628
1645
|
"dev": true,
|
|
1629
1646
|
"license": "MIT",
|
|
1630
1647
|
"dependencies": {
|
|
1631
|
-
"@babel/helper-module-imports": "^7.
|
|
1632
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1648
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
1649
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1633
1650
|
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
1634
1651
|
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
1635
1652
|
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
@@ -1657,13 +1674,13 @@
|
|
|
1657
1674
|
}
|
|
1658
1675
|
},
|
|
1659
1676
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
1660
|
-
"version": "7.
|
|
1661
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.
|
|
1662
|
-
"integrity": "sha512-
|
|
1677
|
+
"version": "7.29.7",
|
|
1678
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.29.7.tgz",
|
|
1679
|
+
"integrity": "sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==",
|
|
1663
1680
|
"dev": true,
|
|
1664
1681
|
"license": "MIT",
|
|
1665
1682
|
"dependencies": {
|
|
1666
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1683
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1667
1684
|
},
|
|
1668
1685
|
"engines": {
|
|
1669
1686
|
"node": ">=6.9.0"
|
|
@@ -1673,14 +1690,14 @@
|
|
|
1673
1690
|
}
|
|
1674
1691
|
},
|
|
1675
1692
|
"node_modules/@babel/plugin-transform-spread": {
|
|
1676
|
-
"version": "7.
|
|
1677
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
|
1678
|
-
"integrity": "sha512
|
|
1693
|
+
"version": "7.29.7",
|
|
1694
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.29.7.tgz",
|
|
1695
|
+
"integrity": "sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==",
|
|
1679
1696
|
"dev": true,
|
|
1680
1697
|
"license": "MIT",
|
|
1681
1698
|
"dependencies": {
|
|
1682
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1683
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1699
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1700
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7"
|
|
1684
1701
|
},
|
|
1685
1702
|
"engines": {
|
|
1686
1703
|
"node": ">=6.9.0"
|
|
@@ -1690,13 +1707,13 @@
|
|
|
1690
1707
|
}
|
|
1691
1708
|
},
|
|
1692
1709
|
"node_modules/@babel/plugin-transform-sticky-regex": {
|
|
1693
|
-
"version": "7.
|
|
1694
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.
|
|
1695
|
-
"integrity": "sha512-
|
|
1710
|
+
"version": "7.29.7",
|
|
1711
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.29.7.tgz",
|
|
1712
|
+
"integrity": "sha512-BCHzNYJGe9l7EpwwDBN/ztlL2NYFFq8hp9ddjtUEM9f2O7S7kKV/lL6Fwo7IF7NSkYhPK2vO+86nIGltA90MsA==",
|
|
1696
1713
|
"dev": true,
|
|
1697
1714
|
"license": "MIT",
|
|
1698
1715
|
"dependencies": {
|
|
1699
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1716
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1700
1717
|
},
|
|
1701
1718
|
"engines": {
|
|
1702
1719
|
"node": ">=6.9.0"
|
|
@@ -1706,13 +1723,13 @@
|
|
|
1706
1723
|
}
|
|
1707
1724
|
},
|
|
1708
1725
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
1709
|
-
"version": "7.
|
|
1710
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
|
1711
|
-
"integrity": "sha512-
|
|
1726
|
+
"version": "7.29.7",
|
|
1727
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.29.7.tgz",
|
|
1728
|
+
"integrity": "sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==",
|
|
1712
1729
|
"dev": true,
|
|
1713
1730
|
"license": "MIT",
|
|
1714
1731
|
"dependencies": {
|
|
1715
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1732
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1716
1733
|
},
|
|
1717
1734
|
"engines": {
|
|
1718
1735
|
"node": ">=6.9.0"
|
|
@@ -1722,13 +1739,13 @@
|
|
|
1722
1739
|
}
|
|
1723
1740
|
},
|
|
1724
1741
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
1725
|
-
"version": "7.
|
|
1726
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
|
1727
|
-
"integrity": "sha512-
|
|
1742
|
+
"version": "7.29.7",
|
|
1743
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.29.7.tgz",
|
|
1744
|
+
"integrity": "sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==",
|
|
1728
1745
|
"dev": true,
|
|
1729
1746
|
"license": "MIT",
|
|
1730
1747
|
"dependencies": {
|
|
1731
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1748
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1732
1749
|
},
|
|
1733
1750
|
"engines": {
|
|
1734
1751
|
"node": ">=6.9.0"
|
|
@@ -1738,17 +1755,17 @@
|
|
|
1738
1755
|
}
|
|
1739
1756
|
},
|
|
1740
1757
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1741
|
-
"version": "7.
|
|
1742
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
|
1743
|
-
"integrity": "sha512-
|
|
1758
|
+
"version": "7.29.7",
|
|
1759
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.29.7.tgz",
|
|
1760
|
+
"integrity": "sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==",
|
|
1744
1761
|
"dev": true,
|
|
1745
1762
|
"license": "MIT",
|
|
1746
1763
|
"dependencies": {
|
|
1747
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1748
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1749
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1750
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.
|
|
1751
|
-
"@babel/plugin-syntax-typescript": "^7.
|
|
1764
|
+
"@babel/helper-annotate-as-pure": "^7.29.7",
|
|
1765
|
+
"@babel/helper-create-class-features-plugin": "^7.29.7",
|
|
1766
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1767
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
|
|
1768
|
+
"@babel/plugin-syntax-typescript": "^7.29.7"
|
|
1752
1769
|
},
|
|
1753
1770
|
"engines": {
|
|
1754
1771
|
"node": ">=6.9.0"
|
|
@@ -1758,13 +1775,13 @@
|
|
|
1758
1775
|
}
|
|
1759
1776
|
},
|
|
1760
1777
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
1761
|
-
"version": "7.
|
|
1762
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.
|
|
1763
|
-
"integrity": "sha512-
|
|
1778
|
+
"version": "7.29.7",
|
|
1779
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.29.7.tgz",
|
|
1780
|
+
"integrity": "sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==",
|
|
1764
1781
|
"dev": true,
|
|
1765
1782
|
"license": "MIT",
|
|
1766
1783
|
"dependencies": {
|
|
1767
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1784
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1768
1785
|
},
|
|
1769
1786
|
"engines": {
|
|
1770
1787
|
"node": ">=6.9.0"
|
|
@@ -1774,14 +1791,14 @@
|
|
|
1774
1791
|
}
|
|
1775
1792
|
},
|
|
1776
1793
|
"node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
1777
|
-
"version": "7.
|
|
1778
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.
|
|
1779
|
-
"integrity": "sha512-
|
|
1794
|
+
"version": "7.29.7",
|
|
1795
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.29.7.tgz",
|
|
1796
|
+
"integrity": "sha512-OgZ+zoAJgZLUCunsTRQ5LAjOywDv5zzZ2/hQ5aMw1pGXyY2rtE8/chXYUmu3AlVHKpm10KEdG9aMwbI/K76ZGw==",
|
|
1780
1797
|
"dev": true,
|
|
1781
1798
|
"license": "MIT",
|
|
1782
1799
|
"dependencies": {
|
|
1783
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1784
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1800
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1801
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1785
1802
|
},
|
|
1786
1803
|
"engines": {
|
|
1787
1804
|
"node": ">=6.9.0"
|
|
@@ -1791,14 +1808,14 @@
|
|
|
1791
1808
|
}
|
|
1792
1809
|
},
|
|
1793
1810
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
1794
|
-
"version": "7.
|
|
1795
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.
|
|
1796
|
-
"integrity": "sha512-
|
|
1811
|
+
"version": "7.29.7",
|
|
1812
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.29.7.tgz",
|
|
1813
|
+
"integrity": "sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==",
|
|
1797
1814
|
"dev": true,
|
|
1798
1815
|
"license": "MIT",
|
|
1799
1816
|
"dependencies": {
|
|
1800
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1801
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1817
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1818
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1802
1819
|
},
|
|
1803
1820
|
"engines": {
|
|
1804
1821
|
"node": ">=6.9.0"
|
|
@@ -1808,14 +1825,14 @@
|
|
|
1808
1825
|
}
|
|
1809
1826
|
},
|
|
1810
1827
|
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
1811
|
-
"version": "7.
|
|
1812
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.
|
|
1813
|
-
"integrity": "sha512
|
|
1828
|
+
"version": "7.29.7",
|
|
1829
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.29.7.tgz",
|
|
1830
|
+
"integrity": "sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==",
|
|
1814
1831
|
"dev": true,
|
|
1815
1832
|
"license": "MIT",
|
|
1816
1833
|
"dependencies": {
|
|
1817
|
-
"@babel/helper-create-regexp-features-plugin": "^7.
|
|
1818
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1834
|
+
"@babel/helper-create-regexp-features-plugin": "^7.29.7",
|
|
1835
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
1819
1836
|
},
|
|
1820
1837
|
"engines": {
|
|
1821
1838
|
"node": ">=6.9.0"
|
|
@@ -1825,76 +1842,77 @@
|
|
|
1825
1842
|
}
|
|
1826
1843
|
},
|
|
1827
1844
|
"node_modules/@babel/preset-env": {
|
|
1828
|
-
"version": "7.29.
|
|
1829
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.
|
|
1830
|
-
"integrity": "sha512-
|
|
1831
|
-
"dev": true,
|
|
1832
|
-
"license": "MIT",
|
|
1833
|
-
"dependencies": {
|
|
1834
|
-
"@babel/compat-data": "^7.29.
|
|
1835
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1836
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1837
|
-
"@babel/helper-validator-option": "^7.
|
|
1838
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.
|
|
1839
|
-
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.
|
|
1840
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.
|
|
1841
|
-
"@babel/plugin-bugfix-
|
|
1842
|
-
"@babel/plugin-bugfix-v8-
|
|
1845
|
+
"version": "7.29.7",
|
|
1846
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.7.tgz",
|
|
1847
|
+
"integrity": "sha512-GYzX36n1nsciIb0uyH0GHwxwtNwPQIcpxSeiVLDtG/B7jB5xXgchnmL1f/jCX5o+pwnaDBtO60ONSJhEBJfxYA==",
|
|
1848
|
+
"dev": true,
|
|
1849
|
+
"license": "MIT",
|
|
1850
|
+
"dependencies": {
|
|
1851
|
+
"@babel/compat-data": "^7.29.7",
|
|
1852
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
1853
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1854
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
1855
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.29.7",
|
|
1856
|
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.29.7",
|
|
1857
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.29.7",
|
|
1858
|
+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "^7.29.7",
|
|
1859
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.29.7",
|
|
1860
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.29.7",
|
|
1843
1861
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
1844
|
-
"@babel/plugin-syntax-import-assertions": "^7.
|
|
1845
|
-
"@babel/plugin-syntax-import-attributes": "^7.
|
|
1862
|
+
"@babel/plugin-syntax-import-assertions": "^7.29.7",
|
|
1863
|
+
"@babel/plugin-syntax-import-attributes": "^7.29.7",
|
|
1846
1864
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
1847
|
-
"@babel/plugin-transform-arrow-functions": "^7.
|
|
1848
|
-
"@babel/plugin-transform-async-generator-functions": "^7.29.
|
|
1849
|
-
"@babel/plugin-transform-async-to-generator": "^7.
|
|
1850
|
-
"@babel/plugin-transform-block-scoped-functions": "^7.
|
|
1851
|
-
"@babel/plugin-transform-block-scoping": "^7.
|
|
1852
|
-
"@babel/plugin-transform-class-properties": "^7.
|
|
1853
|
-
"@babel/plugin-transform-class-static-block": "^7.
|
|
1854
|
-
"@babel/plugin-transform-classes": "^7.
|
|
1855
|
-
"@babel/plugin-transform-computed-properties": "^7.
|
|
1856
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
1857
|
-
"@babel/plugin-transform-dotall-regex": "^7.
|
|
1858
|
-
"@babel/plugin-transform-duplicate-keys": "^7.
|
|
1859
|
-
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.
|
|
1860
|
-
"@babel/plugin-transform-dynamic-import": "^7.
|
|
1861
|
-
"@babel/plugin-transform-explicit-resource-management": "^7.
|
|
1862
|
-
"@babel/plugin-transform-exponentiation-operator": "^7.
|
|
1863
|
-
"@babel/plugin-transform-export-namespace-from": "^7.
|
|
1864
|
-
"@babel/plugin-transform-for-of": "^7.
|
|
1865
|
-
"@babel/plugin-transform-function-name": "^7.
|
|
1866
|
-
"@babel/plugin-transform-json-strings": "^7.
|
|
1867
|
-
"@babel/plugin-transform-literals": "^7.
|
|
1868
|
-
"@babel/plugin-transform-logical-assignment-operators": "^7.
|
|
1869
|
-
"@babel/plugin-transform-member-expression-literals": "^7.
|
|
1870
|
-
"@babel/plugin-transform-modules-amd": "^7.
|
|
1871
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
1872
|
-
"@babel/plugin-transform-modules-systemjs": "^7.29.
|
|
1873
|
-
"@babel/plugin-transform-modules-umd": "^7.
|
|
1874
|
-
"@babel/plugin-transform-named-capturing-groups-regex": "^7.29.
|
|
1875
|
-
"@babel/plugin-transform-new-target": "^7.
|
|
1876
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.
|
|
1877
|
-
"@babel/plugin-transform-numeric-separator": "^7.
|
|
1878
|
-
"@babel/plugin-transform-object-rest-spread": "^7.
|
|
1879
|
-
"@babel/plugin-transform-object-super": "^7.
|
|
1880
|
-
"@babel/plugin-transform-optional-catch-binding": "^7.
|
|
1881
|
-
"@babel/plugin-transform-optional-chaining": "^7.
|
|
1882
|
-
"@babel/plugin-transform-parameters": "^7.
|
|
1883
|
-
"@babel/plugin-transform-private-methods": "^7.
|
|
1884
|
-
"@babel/plugin-transform-private-property-in-object": "^7.
|
|
1885
|
-
"@babel/plugin-transform-property-literals": "^7.
|
|
1886
|
-
"@babel/plugin-transform-regenerator": "^7.29.
|
|
1887
|
-
"@babel/plugin-transform-regexp-modifiers": "^7.
|
|
1888
|
-
"@babel/plugin-transform-reserved-words": "^7.
|
|
1889
|
-
"@babel/plugin-transform-shorthand-properties": "^7.
|
|
1890
|
-
"@babel/plugin-transform-spread": "^7.
|
|
1891
|
-
"@babel/plugin-transform-sticky-regex": "^7.
|
|
1892
|
-
"@babel/plugin-transform-template-literals": "^7.
|
|
1893
|
-
"@babel/plugin-transform-typeof-symbol": "^7.
|
|
1894
|
-
"@babel/plugin-transform-unicode-escapes": "^7.
|
|
1895
|
-
"@babel/plugin-transform-unicode-property-regex": "^7.
|
|
1896
|
-
"@babel/plugin-transform-unicode-regex": "^7.
|
|
1897
|
-
"@babel/plugin-transform-unicode-sets-regex": "^7.
|
|
1865
|
+
"@babel/plugin-transform-arrow-functions": "^7.29.7",
|
|
1866
|
+
"@babel/plugin-transform-async-generator-functions": "^7.29.7",
|
|
1867
|
+
"@babel/plugin-transform-async-to-generator": "^7.29.7",
|
|
1868
|
+
"@babel/plugin-transform-block-scoped-functions": "^7.29.7",
|
|
1869
|
+
"@babel/plugin-transform-block-scoping": "^7.29.7",
|
|
1870
|
+
"@babel/plugin-transform-class-properties": "^7.29.7",
|
|
1871
|
+
"@babel/plugin-transform-class-static-block": "^7.29.7",
|
|
1872
|
+
"@babel/plugin-transform-classes": "^7.29.7",
|
|
1873
|
+
"@babel/plugin-transform-computed-properties": "^7.29.7",
|
|
1874
|
+
"@babel/plugin-transform-destructuring": "^7.29.7",
|
|
1875
|
+
"@babel/plugin-transform-dotall-regex": "^7.29.7",
|
|
1876
|
+
"@babel/plugin-transform-duplicate-keys": "^7.29.7",
|
|
1877
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.7",
|
|
1878
|
+
"@babel/plugin-transform-dynamic-import": "^7.29.7",
|
|
1879
|
+
"@babel/plugin-transform-explicit-resource-management": "^7.29.7",
|
|
1880
|
+
"@babel/plugin-transform-exponentiation-operator": "^7.29.7",
|
|
1881
|
+
"@babel/plugin-transform-export-namespace-from": "^7.29.7",
|
|
1882
|
+
"@babel/plugin-transform-for-of": "^7.29.7",
|
|
1883
|
+
"@babel/plugin-transform-function-name": "^7.29.7",
|
|
1884
|
+
"@babel/plugin-transform-json-strings": "^7.29.7",
|
|
1885
|
+
"@babel/plugin-transform-literals": "^7.29.7",
|
|
1886
|
+
"@babel/plugin-transform-logical-assignment-operators": "^7.29.7",
|
|
1887
|
+
"@babel/plugin-transform-member-expression-literals": "^7.29.7",
|
|
1888
|
+
"@babel/plugin-transform-modules-amd": "^7.29.7",
|
|
1889
|
+
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
|
|
1890
|
+
"@babel/plugin-transform-modules-systemjs": "^7.29.7",
|
|
1891
|
+
"@babel/plugin-transform-modules-umd": "^7.29.7",
|
|
1892
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "^7.29.7",
|
|
1893
|
+
"@babel/plugin-transform-new-target": "^7.29.7",
|
|
1894
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.29.7",
|
|
1895
|
+
"@babel/plugin-transform-numeric-separator": "^7.29.7",
|
|
1896
|
+
"@babel/plugin-transform-object-rest-spread": "^7.29.7",
|
|
1897
|
+
"@babel/plugin-transform-object-super": "^7.29.7",
|
|
1898
|
+
"@babel/plugin-transform-optional-catch-binding": "^7.29.7",
|
|
1899
|
+
"@babel/plugin-transform-optional-chaining": "^7.29.7",
|
|
1900
|
+
"@babel/plugin-transform-parameters": "^7.29.7",
|
|
1901
|
+
"@babel/plugin-transform-private-methods": "^7.29.7",
|
|
1902
|
+
"@babel/plugin-transform-private-property-in-object": "^7.29.7",
|
|
1903
|
+
"@babel/plugin-transform-property-literals": "^7.29.7",
|
|
1904
|
+
"@babel/plugin-transform-regenerator": "^7.29.7",
|
|
1905
|
+
"@babel/plugin-transform-regexp-modifiers": "^7.29.7",
|
|
1906
|
+
"@babel/plugin-transform-reserved-words": "^7.29.7",
|
|
1907
|
+
"@babel/plugin-transform-shorthand-properties": "^7.29.7",
|
|
1908
|
+
"@babel/plugin-transform-spread": "^7.29.7",
|
|
1909
|
+
"@babel/plugin-transform-sticky-regex": "^7.29.7",
|
|
1910
|
+
"@babel/plugin-transform-template-literals": "^7.29.7",
|
|
1911
|
+
"@babel/plugin-transform-typeof-symbol": "^7.29.7",
|
|
1912
|
+
"@babel/plugin-transform-unicode-escapes": "^7.29.7",
|
|
1913
|
+
"@babel/plugin-transform-unicode-property-regex": "^7.29.7",
|
|
1914
|
+
"@babel/plugin-transform-unicode-regex": "^7.29.7",
|
|
1915
|
+
"@babel/plugin-transform-unicode-sets-regex": "^7.29.7",
|
|
1898
1916
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
1899
1917
|
"babel-plugin-polyfill-corejs2": "^0.4.15",
|
|
1900
1918
|
"babel-plugin-polyfill-corejs3": "^0.14.0",
|
|
@@ -1925,40 +1943,40 @@
|
|
|
1925
1943
|
}
|
|
1926
1944
|
},
|
|
1927
1945
|
"node_modules/@babel/runtime": {
|
|
1928
|
-
"version": "7.29.
|
|
1929
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.
|
|
1930
|
-
"integrity": "sha512-
|
|
1946
|
+
"version": "7.29.7",
|
|
1947
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
|
|
1948
|
+
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
|
|
1931
1949
|
"license": "MIT",
|
|
1932
1950
|
"engines": {
|
|
1933
1951
|
"node": ">=6.9.0"
|
|
1934
1952
|
}
|
|
1935
1953
|
},
|
|
1936
1954
|
"node_modules/@babel/template": {
|
|
1937
|
-
"version": "7.
|
|
1938
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
1939
|
-
"integrity": "sha512-
|
|
1955
|
+
"version": "7.29.7",
|
|
1956
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
1957
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
1940
1958
|
"license": "MIT",
|
|
1941
1959
|
"dependencies": {
|
|
1942
|
-
"@babel/code-frame": "^7.
|
|
1943
|
-
"@babel/parser": "^7.
|
|
1944
|
-
"@babel/types": "^7.
|
|
1960
|
+
"@babel/code-frame": "^7.29.7",
|
|
1961
|
+
"@babel/parser": "^7.29.7",
|
|
1962
|
+
"@babel/types": "^7.29.7"
|
|
1945
1963
|
},
|
|
1946
1964
|
"engines": {
|
|
1947
1965
|
"node": ">=6.9.0"
|
|
1948
1966
|
}
|
|
1949
1967
|
},
|
|
1950
1968
|
"node_modules/@babel/traverse": {
|
|
1951
|
-
"version": "7.29.
|
|
1952
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.
|
|
1953
|
-
"integrity": "sha512-
|
|
1969
|
+
"version": "7.29.7",
|
|
1970
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
1971
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
1954
1972
|
"license": "MIT",
|
|
1955
1973
|
"dependencies": {
|
|
1956
|
-
"@babel/code-frame": "^7.29.
|
|
1957
|
-
"@babel/generator": "^7.29.
|
|
1958
|
-
"@babel/helper-globals": "^7.
|
|
1959
|
-
"@babel/parser": "^7.29.
|
|
1960
|
-
"@babel/template": "^7.
|
|
1961
|
-
"@babel/types": "^7.29.
|
|
1974
|
+
"@babel/code-frame": "^7.29.7",
|
|
1975
|
+
"@babel/generator": "^7.29.7",
|
|
1976
|
+
"@babel/helper-globals": "^7.29.7",
|
|
1977
|
+
"@babel/parser": "^7.29.7",
|
|
1978
|
+
"@babel/template": "^7.29.7",
|
|
1979
|
+
"@babel/types": "^7.29.7",
|
|
1962
1980
|
"debug": "^4.3.1"
|
|
1963
1981
|
},
|
|
1964
1982
|
"engines": {
|
|
@@ -1967,17 +1985,17 @@
|
|
|
1967
1985
|
},
|
|
1968
1986
|
"node_modules/@babel/traverse--for-generate-function-map": {
|
|
1969
1987
|
"name": "@babel/traverse",
|
|
1970
|
-
"version": "7.29.
|
|
1971
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.
|
|
1972
|
-
"integrity": "sha512-
|
|
1988
|
+
"version": "7.29.7",
|
|
1989
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
1990
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
1973
1991
|
"license": "MIT",
|
|
1974
1992
|
"dependencies": {
|
|
1975
|
-
"@babel/code-frame": "^7.29.
|
|
1976
|
-
"@babel/generator": "^7.29.
|
|
1977
|
-
"@babel/helper-globals": "^7.
|
|
1978
|
-
"@babel/parser": "^7.29.
|
|
1979
|
-
"@babel/template": "^7.
|
|
1980
|
-
"@babel/types": "^7.29.
|
|
1993
|
+
"@babel/code-frame": "^7.29.7",
|
|
1994
|
+
"@babel/generator": "^7.29.7",
|
|
1995
|
+
"@babel/helper-globals": "^7.29.7",
|
|
1996
|
+
"@babel/parser": "^7.29.7",
|
|
1997
|
+
"@babel/template": "^7.29.7",
|
|
1998
|
+
"@babel/types": "^7.29.7",
|
|
1981
1999
|
"debug": "^4.3.1"
|
|
1982
2000
|
},
|
|
1983
2001
|
"engines": {
|
|
@@ -1985,13 +2003,13 @@
|
|
|
1985
2003
|
}
|
|
1986
2004
|
},
|
|
1987
2005
|
"node_modules/@babel/types": {
|
|
1988
|
-
"version": "7.29.
|
|
1989
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.
|
|
1990
|
-
"integrity": "sha512-
|
|
2006
|
+
"version": "7.29.7",
|
|
2007
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
2008
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
1991
2009
|
"license": "MIT",
|
|
1992
2010
|
"dependencies": {
|
|
1993
|
-
"@babel/helper-string-parser": "^7.
|
|
1994
|
-
"@babel/helper-validator-identifier": "^7.
|
|
2011
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
2012
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
1995
2013
|
},
|
|
1996
2014
|
"engines": {
|
|
1997
2015
|
"node": ">=6.9.0"
|
|
@@ -2070,17 +2088,10 @@
|
|
|
2070
2088
|
"url": "https://opencollective.com/eslint"
|
|
2071
2089
|
}
|
|
2072
2090
|
},
|
|
2073
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2074
|
-
"version": "2.0.1",
|
|
2075
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2076
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2077
|
-
"dev": true,
|
|
2078
|
-
"license": "Python-2.0"
|
|
2079
|
-
},
|
|
2080
2091
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
2081
|
-
"version": "1.1.
|
|
2082
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
2083
|
-
"integrity": "sha512-
|
|
2092
|
+
"version": "1.1.15",
|
|
2093
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
2094
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
2084
2095
|
"dev": true,
|
|
2085
2096
|
"license": "MIT",
|
|
2086
2097
|
"dependencies": {
|
|
@@ -2088,19 +2099,6 @@
|
|
|
2088
2099
|
"concat-map": "0.0.1"
|
|
2089
2100
|
}
|
|
2090
2101
|
},
|
|
2091
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2092
|
-
"version": "4.1.1",
|
|
2093
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
2094
|
-
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
2095
|
-
"dev": true,
|
|
2096
|
-
"license": "MIT",
|
|
2097
|
-
"dependencies": {
|
|
2098
|
-
"argparse": "^2.0.1"
|
|
2099
|
-
},
|
|
2100
|
-
"bin": {
|
|
2101
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
2102
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
2105
2103
|
"version": "3.1.5",
|
|
2106
2104
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
@@ -2158,9 +2156,9 @@
|
|
|
2158
2156
|
}
|
|
2159
2157
|
},
|
|
2160
2158
|
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
|
2161
|
-
"version": "1.1.
|
|
2162
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
2163
|
-
"integrity": "sha512-
|
|
2159
|
+
"version": "1.1.15",
|
|
2160
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
2161
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
2164
2162
|
"dev": true,
|
|
2165
2163
|
"license": "MIT",
|
|
2166
2164
|
"dependencies": {
|
|
@@ -2281,9 +2279,9 @@
|
|
|
2281
2279
|
}
|
|
2282
2280
|
},
|
|
2283
2281
|
"node_modules/@istanbuljs/schema": {
|
|
2284
|
-
"version": "0.1.
|
|
2285
|
-
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.
|
|
2286
|
-
"integrity": "sha512
|
|
2282
|
+
"version": "0.1.6",
|
|
2283
|
+
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.6.tgz",
|
|
2284
|
+
"integrity": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==",
|
|
2287
2285
|
"license": "MIT",
|
|
2288
2286
|
"engines": {
|
|
2289
2287
|
"node": ">=8"
|
|
@@ -2539,9 +2537,9 @@
|
|
|
2539
2537
|
}
|
|
2540
2538
|
},
|
|
2541
2539
|
"node_modules/@jest/reporters/node_modules/semver": {
|
|
2542
|
-
"version": "7.
|
|
2543
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
2544
|
-
"integrity": "sha512-
|
|
2540
|
+
"version": "7.8.5",
|
|
2541
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
2542
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2545
2543
|
"dev": true,
|
|
2546
2544
|
"license": "ISC",
|
|
2547
2545
|
"bin": {
|
|
@@ -2719,9 +2717,9 @@
|
|
|
2719
2717
|
}
|
|
2720
2718
|
},
|
|
2721
2719
|
"node_modules/@nodable/entities": {
|
|
2722
|
-
"version": "2.
|
|
2723
|
-
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.
|
|
2724
|
-
"integrity": "sha512-
|
|
2720
|
+
"version": "2.2.0",
|
|
2721
|
+
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.2.0.tgz",
|
|
2722
|
+
"integrity": "sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==",
|
|
2725
2723
|
"devOptional": true,
|
|
2726
2724
|
"funding": [
|
|
2727
2725
|
{
|
|
@@ -2878,9 +2876,9 @@
|
|
|
2878
2876
|
}
|
|
2879
2877
|
},
|
|
2880
2878
|
"node_modules/@react-native-community/cli-doctor/node_modules/semver": {
|
|
2881
|
-
"version": "7.
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
2883
|
-
"integrity": "sha512-
|
|
2879
|
+
"version": "7.8.5",
|
|
2880
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
2881
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2884
2882
|
"devOptional": true,
|
|
2885
2883
|
"license": "ISC",
|
|
2886
2884
|
"bin": {
|
|
@@ -2967,9 +2965,9 @@
|
|
|
2967
2965
|
}
|
|
2968
2966
|
},
|
|
2969
2967
|
"node_modules/@react-native-community/cli-tools/node_modules/semver": {
|
|
2970
|
-
"version": "7.
|
|
2971
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
2972
|
-
"integrity": "sha512-
|
|
2968
|
+
"version": "7.8.5",
|
|
2969
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
2970
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2973
2971
|
"devOptional": true,
|
|
2974
2972
|
"license": "ISC",
|
|
2975
2973
|
"bin": {
|
|
@@ -2990,9 +2988,9 @@
|
|
|
2990
2988
|
}
|
|
2991
2989
|
},
|
|
2992
2990
|
"node_modules/@react-native-community/cli/node_modules/semver": {
|
|
2993
|
-
"version": "7.
|
|
2994
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
2995
|
-
"integrity": "sha512-
|
|
2991
|
+
"version": "7.8.5",
|
|
2992
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
2993
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
2996
2994
|
"devOptional": true,
|
|
2997
2995
|
"license": "ISC",
|
|
2998
2996
|
"bin": {
|
|
@@ -3147,9 +3145,9 @@
|
|
|
3147
3145
|
"license": "MIT"
|
|
3148
3146
|
},
|
|
3149
3147
|
"node_modules/@react-native/community-cli-plugin/node_modules/semver": {
|
|
3150
|
-
"version": "7.
|
|
3151
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
3152
|
-
"integrity": "sha512-
|
|
3148
|
+
"version": "7.8.5",
|
|
3149
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
3150
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3153
3151
|
"license": "ISC",
|
|
3154
3152
|
"bin": {
|
|
3155
3153
|
"semver": "bin/semver.js"
|
|
@@ -3337,15 +3335,15 @@
|
|
|
3337
3335
|
"license": "MIT"
|
|
3338
3336
|
},
|
|
3339
3337
|
"node_modules/@regulaforensics/react-native-document-reader-api": {
|
|
3340
|
-
"version": "
|
|
3341
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/react-native-document-reader-api/-/react-native-document-reader-api-
|
|
3342
|
-
"integrity": "sha512-
|
|
3338
|
+
"version": "9.5.617",
|
|
3339
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/react-native-document-reader-api/-/react-native-document-reader-api-9.5.617.tgz",
|
|
3340
|
+
"integrity": "sha512-eW+gaz7xT1/ltpquWN7/ESeDDmvvexxXSjU+UF4X0DJi985dYDnmN6tQOJICzg4EEk6wKzpZ/CxjrHr1T4vhKg==",
|
|
3343
3341
|
"license": "commercial"
|
|
3344
3342
|
},
|
|
3345
3343
|
"node_modules/@regulaforensics/react-native-document-reader-core-fullauthrfid": {
|
|
3346
|
-
"version": "
|
|
3347
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/react-native-document-reader-core-fullauthrfid/-/react-native-document-reader-core-fullauthrfid-
|
|
3348
|
-
"integrity": "sha512-
|
|
3344
|
+
"version": "9.5.2716",
|
|
3345
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/react-native-document-reader-core-fullauthrfid/-/react-native-document-reader-core-fullauthrfid-9.5.2716.tgz",
|
|
3346
|
+
"integrity": "sha512-map05pYLCMM8Ff+M+mZamNDyVnDtyuGXTJ+NUEsS5h+IoTtB4896FGEoffWxK2oekmTzYhxixR4ukA343+TZ5w==",
|
|
3349
3347
|
"license": "commercial"
|
|
3350
3348
|
},
|
|
3351
3349
|
"node_modules/@rneui/base": {
|
|
@@ -3513,18 +3511,18 @@
|
|
|
3513
3511
|
"license": "MIT"
|
|
3514
3512
|
},
|
|
3515
3513
|
"node_modules/@types/node": {
|
|
3516
|
-
"version": "
|
|
3517
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
3518
|
-
"integrity": "sha512-
|
|
3514
|
+
"version": "26.0.0",
|
|
3515
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.0.tgz",
|
|
3516
|
+
"integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==",
|
|
3519
3517
|
"license": "MIT",
|
|
3520
3518
|
"dependencies": {
|
|
3521
|
-
"undici-types": "~
|
|
3519
|
+
"undici-types": "~8.3.0"
|
|
3522
3520
|
}
|
|
3523
3521
|
},
|
|
3524
3522
|
"node_modules/@types/react": {
|
|
3525
|
-
"version": "19.2.
|
|
3526
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.
|
|
3527
|
-
"integrity": "sha512-
|
|
3523
|
+
"version": "19.2.17",
|
|
3524
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
|
|
3525
|
+
"integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
|
|
3528
3526
|
"license": "MIT",
|
|
3529
3527
|
"dependencies": {
|
|
3530
3528
|
"csstype": "^3.2.2"
|
|
@@ -3740,9 +3738,9 @@
|
|
|
3740
3738
|
}
|
|
3741
3739
|
},
|
|
3742
3740
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
3743
|
-
"version": "7.
|
|
3744
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
3745
|
-
"integrity": "sha512-
|
|
3741
|
+
"version": "7.8.5",
|
|
3742
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
3743
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
3746
3744
|
"dev": true,
|
|
3747
3745
|
"license": "ISC",
|
|
3748
3746
|
"bin": {
|
|
@@ -3807,9 +3805,9 @@
|
|
|
3807
3805
|
}
|
|
3808
3806
|
},
|
|
3809
3807
|
"node_modules/@ungap/structured-clone": {
|
|
3810
|
-
"version": "1.3.
|
|
3811
|
-
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.
|
|
3812
|
-
"integrity": "sha512-
|
|
3808
|
+
"version": "1.3.2",
|
|
3809
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.2.tgz",
|
|
3810
|
+
"integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==",
|
|
3813
3811
|
"dev": true,
|
|
3814
3812
|
"license": "ISC"
|
|
3815
3813
|
},
|
|
@@ -3855,9 +3853,9 @@
|
|
|
3855
3853
|
}
|
|
3856
3854
|
},
|
|
3857
3855
|
"node_modules/acorn": {
|
|
3858
|
-
"version": "8.
|
|
3859
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
3860
|
-
"integrity": "sha512-
|
|
3856
|
+
"version": "8.17.0",
|
|
3857
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz",
|
|
3858
|
+
"integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
|
|
3861
3859
|
"license": "MIT",
|
|
3862
3860
|
"bin": {
|
|
3863
3861
|
"acorn": "bin/acorn"
|
|
@@ -3886,9 +3884,9 @@
|
|
|
3886
3884
|
}
|
|
3887
3885
|
},
|
|
3888
3886
|
"node_modules/ajv": {
|
|
3889
|
-
"version": "6.
|
|
3890
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.
|
|
3891
|
-
"integrity": "sha512-
|
|
3887
|
+
"version": "6.15.0",
|
|
3888
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
|
|
3889
|
+
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
3892
3890
|
"dev": true,
|
|
3893
3891
|
"license": "MIT",
|
|
3894
3892
|
"dependencies": {
|
|
@@ -4009,6 +4007,19 @@
|
|
|
4009
4007
|
"node": ">= 8"
|
|
4010
4008
|
}
|
|
4011
4009
|
},
|
|
4010
|
+
"node_modules/anynum": {
|
|
4011
|
+
"version": "1.0.1",
|
|
4012
|
+
"resolved": "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz",
|
|
4013
|
+
"integrity": "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==",
|
|
4014
|
+
"devOptional": true,
|
|
4015
|
+
"funding": [
|
|
4016
|
+
{
|
|
4017
|
+
"type": "github",
|
|
4018
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4019
|
+
}
|
|
4020
|
+
],
|
|
4021
|
+
"license": "MIT"
|
|
4022
|
+
},
|
|
4012
4023
|
"node_modules/appdirsjs": {
|
|
4013
4024
|
"version": "1.2.7",
|
|
4014
4025
|
"resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.7.tgz",
|
|
@@ -4017,13 +4028,10 @@
|
|
|
4017
4028
|
"license": "MIT"
|
|
4018
4029
|
},
|
|
4019
4030
|
"node_modules/argparse": {
|
|
4020
|
-
"version": "
|
|
4021
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
4022
|
-
"integrity": "sha512-
|
|
4023
|
-
"license": "
|
|
4024
|
-
"dependencies": {
|
|
4025
|
-
"sprintf-js": "~1.0.2"
|
|
4026
|
-
}
|
|
4031
|
+
"version": "2.0.1",
|
|
4032
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
4033
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
4034
|
+
"license": "Python-2.0"
|
|
4027
4035
|
},
|
|
4028
4036
|
"node_modules/array-buffer-byte-length": {
|
|
4029
4037
|
"version": "1.0.2",
|
|
@@ -4408,9 +4416,9 @@
|
|
|
4408
4416
|
"license": "MIT"
|
|
4409
4417
|
},
|
|
4410
4418
|
"node_modules/baseline-browser-mapping": {
|
|
4411
|
-
"version": "2.10.
|
|
4412
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.
|
|
4413
|
-
"integrity": "sha512-
|
|
4419
|
+
"version": "2.10.38",
|
|
4420
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.38.tgz",
|
|
4421
|
+
"integrity": "sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==",
|
|
4414
4422
|
"license": "Apache-2.0",
|
|
4415
4423
|
"bin": {
|
|
4416
4424
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -4481,9 +4489,9 @@
|
|
|
4481
4489
|
"peer": true
|
|
4482
4490
|
},
|
|
4483
4491
|
"node_modules/brace-expansion": {
|
|
4484
|
-
"version": "2.
|
|
4485
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.
|
|
4486
|
-
"integrity": "sha512-
|
|
4492
|
+
"version": "2.1.1",
|
|
4493
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
4494
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
4487
4495
|
"dev": true,
|
|
4488
4496
|
"license": "MIT",
|
|
4489
4497
|
"dependencies": {
|
|
@@ -4503,9 +4511,9 @@
|
|
|
4503
4511
|
}
|
|
4504
4512
|
},
|
|
4505
4513
|
"node_modules/browserslist": {
|
|
4506
|
-
"version": "4.28.
|
|
4507
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.
|
|
4508
|
-
"integrity": "sha512-
|
|
4514
|
+
"version": "4.28.4",
|
|
4515
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.4.tgz",
|
|
4516
|
+
"integrity": "sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==",
|
|
4509
4517
|
"funding": [
|
|
4510
4518
|
{
|
|
4511
4519
|
"type": "opencollective",
|
|
@@ -4522,11 +4530,11 @@
|
|
|
4522
4530
|
],
|
|
4523
4531
|
"license": "MIT",
|
|
4524
4532
|
"dependencies": {
|
|
4525
|
-
"baseline-browser-mapping": "^2.
|
|
4526
|
-
"caniuse-lite": "^1.0.
|
|
4527
|
-
"electron-to-chromium": "^1.5.
|
|
4528
|
-
"node-releases": "^2.0.
|
|
4529
|
-
"update-browserslist-db": "^1.2.
|
|
4533
|
+
"baseline-browser-mapping": "^2.10.38",
|
|
4534
|
+
"caniuse-lite": "^1.0.30001799",
|
|
4535
|
+
"electron-to-chromium": "^1.5.376",
|
|
4536
|
+
"node-releases": "^2.0.48",
|
|
4537
|
+
"update-browserslist-db": "^1.2.3"
|
|
4530
4538
|
},
|
|
4531
4539
|
"bin": {
|
|
4532
4540
|
"browserslist": "cli.js"
|
|
@@ -4586,15 +4594,15 @@
|
|
|
4586
4594
|
}
|
|
4587
4595
|
},
|
|
4588
4596
|
"node_modules/call-bind": {
|
|
4589
|
-
"version": "1.0.
|
|
4590
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
4591
|
-
"integrity": "sha512-
|
|
4597
|
+
"version": "1.0.9",
|
|
4598
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
|
|
4599
|
+
"integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
|
|
4592
4600
|
"dev": true,
|
|
4593
4601
|
"license": "MIT",
|
|
4594
4602
|
"dependencies": {
|
|
4595
|
-
"call-bind-apply-helpers": "^1.0.
|
|
4596
|
-
"es-define-property": "^1.0.
|
|
4597
|
-
"get-intrinsic": "^1.
|
|
4603
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
4604
|
+
"es-define-property": "^1.0.1",
|
|
4605
|
+
"get-intrinsic": "^1.3.0",
|
|
4598
4606
|
"set-function-length": "^1.2.2"
|
|
4599
4607
|
},
|
|
4600
4608
|
"engines": {
|
|
@@ -4688,9 +4696,9 @@
|
|
|
4688
4696
|
}
|
|
4689
4697
|
},
|
|
4690
4698
|
"node_modules/caniuse-lite": {
|
|
4691
|
-
"version": "1.0.
|
|
4692
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4693
|
-
"integrity": "sha512-
|
|
4699
|
+
"version": "1.0.30001799",
|
|
4700
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001799.tgz",
|
|
4701
|
+
"integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==",
|
|
4694
4702
|
"funding": [
|
|
4695
4703
|
{
|
|
4696
4704
|
"type": "opencollective",
|
|
@@ -5072,9 +5080,9 @@
|
|
|
5072
5080
|
}
|
|
5073
5081
|
},
|
|
5074
5082
|
"node_modules/cosmiconfig": {
|
|
5075
|
-
"version": "9.0.
|
|
5076
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.
|
|
5077
|
-
"integrity": "sha512-
|
|
5083
|
+
"version": "9.0.2",
|
|
5084
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.2.tgz",
|
|
5085
|
+
"integrity": "sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==",
|
|
5078
5086
|
"devOptional": true,
|
|
5079
5087
|
"license": "MIT",
|
|
5080
5088
|
"dependencies": {
|
|
@@ -5098,26 +5106,6 @@
|
|
|
5098
5106
|
}
|
|
5099
5107
|
}
|
|
5100
5108
|
},
|
|
5101
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
5102
|
-
"version": "2.0.1",
|
|
5103
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
5104
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
5105
|
-
"devOptional": true,
|
|
5106
|
-
"license": "Python-2.0"
|
|
5107
|
-
},
|
|
5108
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
5109
|
-
"version": "4.1.1",
|
|
5110
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
5111
|
-
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
5112
|
-
"devOptional": true,
|
|
5113
|
-
"license": "MIT",
|
|
5114
|
-
"dependencies": {
|
|
5115
|
-
"argparse": "^2.0.1"
|
|
5116
|
-
},
|
|
5117
|
-
"bin": {
|
|
5118
|
-
"js-yaml": "bin/js-yaml.js"
|
|
5119
|
-
}
|
|
5120
|
-
},
|
|
5121
5109
|
"node_modules/create-jest": {
|
|
5122
5110
|
"version": "29.7.0",
|
|
5123
5111
|
"resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
|
|
@@ -5260,9 +5248,9 @@
|
|
|
5260
5248
|
}
|
|
5261
5249
|
},
|
|
5262
5250
|
"node_modules/dayjs": {
|
|
5263
|
-
"version": "1.11.
|
|
5264
|
-
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.
|
|
5265
|
-
"integrity": "sha512-
|
|
5251
|
+
"version": "1.11.21",
|
|
5252
|
+
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz",
|
|
5253
|
+
"integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==",
|
|
5266
5254
|
"devOptional": true,
|
|
5267
5255
|
"license": "MIT"
|
|
5268
5256
|
},
|
|
@@ -5519,9 +5507,9 @@
|
|
|
5519
5507
|
"license": "MIT"
|
|
5520
5508
|
},
|
|
5521
5509
|
"node_modules/electron-to-chromium": {
|
|
5522
|
-
"version": "1.5.
|
|
5523
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
5524
|
-
"integrity": "sha512-
|
|
5510
|
+
"version": "1.5.378",
|
|
5511
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.378.tgz",
|
|
5512
|
+
"integrity": "sha512-VinvOAuuPmdD1guEgGv5f2Qp7/vlfqOrUOMYNnOD4wj3pit8kRsQHzfIf6teyUGWo15Tg5+bOJaRunvyltpVWQ==",
|
|
5525
5513
|
"license": "ISC"
|
|
5526
5514
|
},
|
|
5527
5515
|
"node_modules/emittery": {
|
|
@@ -5625,9 +5613,9 @@
|
|
|
5625
5613
|
}
|
|
5626
5614
|
},
|
|
5627
5615
|
"node_modules/es-abstract": {
|
|
5628
|
-
"version": "1.24.
|
|
5629
|
-
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.
|
|
5630
|
-
"integrity": "sha512-
|
|
5616
|
+
"version": "1.24.2",
|
|
5617
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz",
|
|
5618
|
+
"integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
|
|
5631
5619
|
"dev": true,
|
|
5632
5620
|
"license": "MIT",
|
|
5633
5621
|
"dependencies": {
|
|
@@ -5693,6 +5681,25 @@
|
|
|
5693
5681
|
"url": "https://github.com/sponsors/ljharb"
|
|
5694
5682
|
}
|
|
5695
5683
|
},
|
|
5684
|
+
"node_modules/es-abstract-get": {
|
|
5685
|
+
"version": "1.0.0",
|
|
5686
|
+
"resolved": "https://registry.npmjs.org/es-abstract-get/-/es-abstract-get-1.0.0.tgz",
|
|
5687
|
+
"integrity": "sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==",
|
|
5688
|
+
"dev": true,
|
|
5689
|
+
"license": "MIT",
|
|
5690
|
+
"dependencies": {
|
|
5691
|
+
"es-errors": "^1.3.0",
|
|
5692
|
+
"es-object-atoms": "^1.1.2",
|
|
5693
|
+
"is-callable": "^1.2.7",
|
|
5694
|
+
"object-inspect": "^1.13.4"
|
|
5695
|
+
},
|
|
5696
|
+
"engines": {
|
|
5697
|
+
"node": ">= 0.4"
|
|
5698
|
+
},
|
|
5699
|
+
"funding": {
|
|
5700
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
5701
|
+
}
|
|
5702
|
+
},
|
|
5696
5703
|
"node_modules/es-define-property": {
|
|
5697
5704
|
"version": "1.0.1",
|
|
5698
5705
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
@@ -5714,16 +5721,16 @@
|
|
|
5714
5721
|
}
|
|
5715
5722
|
},
|
|
5716
5723
|
"node_modules/es-iterator-helpers": {
|
|
5717
|
-
"version": "1.3.
|
|
5718
|
-
"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.
|
|
5719
|
-
"integrity": "sha512-
|
|
5724
|
+
"version": "1.3.3",
|
|
5725
|
+
"resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.3.tgz",
|
|
5726
|
+
"integrity": "sha512-0PuBxFi+4uPanB97iDxCLWuHeYud2FALrw5HFZGtAF38UpJDbDC8frwp2cnDyae692CQ0dou60UwWfhgsa4U/g==",
|
|
5720
5727
|
"dev": true,
|
|
5721
5728
|
"license": "MIT",
|
|
5722
5729
|
"dependencies": {
|
|
5723
|
-
"call-bind": "^1.0.
|
|
5730
|
+
"call-bind": "^1.0.9",
|
|
5724
5731
|
"call-bound": "^1.0.4",
|
|
5725
5732
|
"define-properties": "^1.2.1",
|
|
5726
|
-
"es-abstract": "^1.24.
|
|
5733
|
+
"es-abstract": "^1.24.2",
|
|
5727
5734
|
"es-errors": "^1.3.0",
|
|
5728
5735
|
"es-set-tostringtag": "^2.1.0",
|
|
5729
5736
|
"function-bind": "^1.1.2",
|
|
@@ -5735,17 +5742,16 @@
|
|
|
5735
5742
|
"has-symbols": "^1.1.0",
|
|
5736
5743
|
"internal-slot": "^1.1.0",
|
|
5737
5744
|
"iterator.prototype": "^1.1.5",
|
|
5738
|
-
"math-intrinsics": "^1.1.0"
|
|
5739
|
-
"safe-array-concat": "^1.1.3"
|
|
5745
|
+
"math-intrinsics": "^1.1.0"
|
|
5740
5746
|
},
|
|
5741
5747
|
"engines": {
|
|
5742
5748
|
"node": ">= 0.4"
|
|
5743
5749
|
}
|
|
5744
5750
|
},
|
|
5745
5751
|
"node_modules/es-object-atoms": {
|
|
5746
|
-
"version": "1.1.
|
|
5747
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.
|
|
5748
|
-
"integrity": "sha512-
|
|
5752
|
+
"version": "1.1.2",
|
|
5753
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
|
|
5754
|
+
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
5749
5755
|
"devOptional": true,
|
|
5750
5756
|
"license": "MIT",
|
|
5751
5757
|
"dependencies": {
|
|
@@ -5785,15 +5791,17 @@
|
|
|
5785
5791
|
}
|
|
5786
5792
|
},
|
|
5787
5793
|
"node_modules/es-to-primitive": {
|
|
5788
|
-
"version": "1.3.
|
|
5789
|
-
"resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.
|
|
5790
|
-
"integrity": "sha512-
|
|
5794
|
+
"version": "1.3.1",
|
|
5795
|
+
"resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.1.tgz",
|
|
5796
|
+
"integrity": "sha512-CxN9N56HYfd2m/acc/NOFrZQsN9kU4eh+2kk6A707Kz1krH8tKmfrs5RnftB8WNX80T0NS7vSQsDOlg23diR2g==",
|
|
5791
5797
|
"dev": true,
|
|
5792
5798
|
"license": "MIT",
|
|
5793
5799
|
"dependencies": {
|
|
5800
|
+
"es-abstract-get": "^1.0.0",
|
|
5801
|
+
"es-errors": "^1.3.0",
|
|
5794
5802
|
"is-callable": "^1.2.7",
|
|
5795
|
-
"is-date-object": "^1.0
|
|
5796
|
-
"is-symbol": "^1.
|
|
5803
|
+
"is-date-object": "^1.1.0",
|
|
5804
|
+
"is-symbol": "^1.1.1"
|
|
5797
5805
|
},
|
|
5798
5806
|
"engines": {
|
|
5799
5807
|
"node": ">= 0.4"
|
|
@@ -6092,9 +6100,9 @@
|
|
|
6092
6100
|
}
|
|
6093
6101
|
},
|
|
6094
6102
|
"node_modules/eslint-plugin-jest/node_modules/semver": {
|
|
6095
|
-
"version": "7.
|
|
6096
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
6097
|
-
"integrity": "sha512-
|
|
6103
|
+
"version": "7.8.5",
|
|
6104
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
6105
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
6098
6106
|
"dev": true,
|
|
6099
6107
|
"license": "ISC",
|
|
6100
6108
|
"bin": {
|
|
@@ -6171,9 +6179,9 @@
|
|
|
6171
6179
|
"license": "MIT"
|
|
6172
6180
|
},
|
|
6173
6181
|
"node_modules/eslint-plugin-react/node_modules/brace-expansion": {
|
|
6174
|
-
"version": "1.1.
|
|
6175
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
6176
|
-
"integrity": "sha512-
|
|
6182
|
+
"version": "1.1.15",
|
|
6183
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
6184
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
6177
6185
|
"dev": true,
|
|
6178
6186
|
"license": "MIT",
|
|
6179
6187
|
"dependencies": {
|
|
@@ -6208,14 +6216,14 @@
|
|
|
6208
6216
|
}
|
|
6209
6217
|
},
|
|
6210
6218
|
"node_modules/eslint-plugin-react/node_modules/resolve": {
|
|
6211
|
-
"version": "2.0.0-next.
|
|
6212
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.
|
|
6213
|
-
"integrity": "sha512-
|
|
6219
|
+
"version": "2.0.0-next.7",
|
|
6220
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.7.tgz",
|
|
6221
|
+
"integrity": "sha512-tqt+NBWwyaMgw3zDsnygx4CByWjQEJHOPMdslYhppaQSJUtL/D4JO9CcBBlhPoI8lz9oJIDXkwXfhF4aWqP8xQ==",
|
|
6214
6222
|
"dev": true,
|
|
6215
6223
|
"license": "MIT",
|
|
6216
6224
|
"dependencies": {
|
|
6217
6225
|
"es-errors": "^1.3.0",
|
|
6218
|
-
"is-core-module": "^2.16.
|
|
6226
|
+
"is-core-module": "^2.16.2",
|
|
6219
6227
|
"node-exports-info": "^1.6.0",
|
|
6220
6228
|
"object-keys": "^1.1.1",
|
|
6221
6229
|
"path-parse": "^1.0.7",
|
|
@@ -6265,17 +6273,10 @@
|
|
|
6265
6273
|
"node": ">=10"
|
|
6266
6274
|
}
|
|
6267
6275
|
},
|
|
6268
|
-
"node_modules/eslint/node_modules/argparse": {
|
|
6269
|
-
"version": "2.0.1",
|
|
6270
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
6271
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
6272
|
-
"dev": true,
|
|
6273
|
-
"license": "Python-2.0"
|
|
6274
|
-
},
|
|
6275
6276
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
6276
|
-
"version": "1.1.
|
|
6277
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
6278
|
-
"integrity": "sha512-
|
|
6277
|
+
"version": "1.1.15",
|
|
6278
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
6279
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
6279
6280
|
"dev": true,
|
|
6280
6281
|
"license": "MIT",
|
|
6281
6282
|
"dependencies": {
|
|
@@ -6313,19 +6314,6 @@
|
|
|
6313
6314
|
"url": "https://opencollective.com/eslint"
|
|
6314
6315
|
}
|
|
6315
6316
|
},
|
|
6316
|
-
"node_modules/eslint/node_modules/js-yaml": {
|
|
6317
|
-
"version": "4.1.1",
|
|
6318
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
6319
|
-
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
6320
|
-
"dev": true,
|
|
6321
|
-
"license": "MIT",
|
|
6322
|
-
"dependencies": {
|
|
6323
|
-
"argparse": "^2.0.1"
|
|
6324
|
-
},
|
|
6325
|
-
"bin": {
|
|
6326
|
-
"js-yaml": "bin/js-yaml.js"
|
|
6327
|
-
}
|
|
6328
|
-
},
|
|
6329
6317
|
"node_modules/eslint/node_modules/minimatch": {
|
|
6330
6318
|
"version": "3.1.5",
|
|
6331
6319
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
@@ -6370,19 +6358,6 @@
|
|
|
6370
6358
|
"url": "https://opencollective.com/eslint"
|
|
6371
6359
|
}
|
|
6372
6360
|
},
|
|
6373
|
-
"node_modules/esprima": {
|
|
6374
|
-
"version": "4.0.1",
|
|
6375
|
-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
6376
|
-
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
6377
|
-
"license": "BSD-2-Clause",
|
|
6378
|
-
"bin": {
|
|
6379
|
-
"esparse": "bin/esparse.js",
|
|
6380
|
-
"esvalidate": "bin/esvalidate.js"
|
|
6381
|
-
},
|
|
6382
|
-
"engines": {
|
|
6383
|
-
"node": ">=4"
|
|
6384
|
-
}
|
|
6385
|
-
},
|
|
6386
6361
|
"node_modules/esquery": {
|
|
6387
6362
|
"version": "1.7.0",
|
|
6388
6363
|
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
|
|
@@ -6571,9 +6546,9 @@
|
|
|
6571
6546
|
}
|
|
6572
6547
|
},
|
|
6573
6548
|
"node_modules/fast-xml-parser": {
|
|
6574
|
-
"version": "5.
|
|
6575
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
6576
|
-
"integrity": "sha512-
|
|
6549
|
+
"version": "5.9.3",
|
|
6550
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz",
|
|
6551
|
+
"integrity": "sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==",
|
|
6577
6552
|
"devOptional": true,
|
|
6578
6553
|
"funding": [
|
|
6579
6554
|
{
|
|
@@ -6583,10 +6558,12 @@
|
|
|
6583
6558
|
],
|
|
6584
6559
|
"license": "MIT",
|
|
6585
6560
|
"dependencies": {
|
|
6586
|
-
"@nodable/entities": "^2.
|
|
6587
|
-
"fast-xml-builder": "^1.
|
|
6561
|
+
"@nodable/entities": "^2.2.0",
|
|
6562
|
+
"fast-xml-builder": "^1.2.0",
|
|
6563
|
+
"is-unsafe": "^1.0.1",
|
|
6588
6564
|
"path-expression-matcher": "^1.5.0",
|
|
6589
|
-
"strnum": "^2.
|
|
6565
|
+
"strnum": "^2.4.1",
|
|
6566
|
+
"xml-naming": "^0.1.0"
|
|
6590
6567
|
},
|
|
6591
6568
|
"bin": {
|
|
6592
6569
|
"fxparser": "src/cli/cli.js"
|
|
@@ -6797,18 +6774,21 @@
|
|
|
6797
6774
|
}
|
|
6798
6775
|
},
|
|
6799
6776
|
"node_modules/function.prototype.name": {
|
|
6800
|
-
"version": "1.
|
|
6801
|
-
"resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.
|
|
6802
|
-
"integrity": "sha512-
|
|
6777
|
+
"version": "1.2.0",
|
|
6778
|
+
"resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.2.0.tgz",
|
|
6779
|
+
"integrity": "sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==",
|
|
6803
6780
|
"dev": true,
|
|
6804
6781
|
"license": "MIT",
|
|
6805
6782
|
"dependencies": {
|
|
6806
|
-
"call-bind": "^1.0.
|
|
6807
|
-
"call-bound": "^1.0.
|
|
6808
|
-
"define-
|
|
6783
|
+
"call-bind": "^1.0.9",
|
|
6784
|
+
"call-bound": "^1.0.4",
|
|
6785
|
+
"es-define-property": "^1.0.1",
|
|
6786
|
+
"es-errors": "^1.3.0",
|
|
6809
6787
|
"functions-have-names": "^1.2.3",
|
|
6810
|
-
"
|
|
6811
|
-
"
|
|
6788
|
+
"has-property-descriptors": "^1.0.2",
|
|
6789
|
+
"hasown": "^2.0.4",
|
|
6790
|
+
"is-callable": "^1.2.7",
|
|
6791
|
+
"is-document.all": "^1.0.0"
|
|
6812
6792
|
},
|
|
6813
6793
|
"engines": {
|
|
6814
6794
|
"node": ">= 0.4"
|
|
@@ -6969,9 +6949,9 @@
|
|
|
6969
6949
|
}
|
|
6970
6950
|
},
|
|
6971
6951
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
6972
|
-
"version": "1.1.
|
|
6973
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
6974
|
-
"integrity": "sha512-
|
|
6952
|
+
"version": "1.1.15",
|
|
6953
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
6954
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
6975
6955
|
"license": "MIT",
|
|
6976
6956
|
"dependencies": {
|
|
6977
6957
|
"balanced-match": "^1.0.0",
|
|
@@ -7151,9 +7131,9 @@
|
|
|
7151
7131
|
}
|
|
7152
7132
|
},
|
|
7153
7133
|
"node_modules/hasown": {
|
|
7154
|
-
"version": "2.0.
|
|
7155
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
7156
|
-
"integrity": "sha512-
|
|
7134
|
+
"version": "2.0.4",
|
|
7135
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
7136
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
7157
7137
|
"devOptional": true,
|
|
7158
7138
|
"license": "MIT",
|
|
7159
7139
|
"dependencies": {
|
|
@@ -7493,13 +7473,13 @@
|
|
|
7493
7473
|
}
|
|
7494
7474
|
},
|
|
7495
7475
|
"node_modules/is-core-module": {
|
|
7496
|
-
"version": "2.16.
|
|
7497
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.
|
|
7498
|
-
"integrity": "sha512-
|
|
7476
|
+
"version": "2.16.2",
|
|
7477
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
|
|
7478
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
7499
7479
|
"dev": true,
|
|
7500
7480
|
"license": "MIT",
|
|
7501
7481
|
"dependencies": {
|
|
7502
|
-
"hasown": "^2.0.
|
|
7482
|
+
"hasown": "^2.0.3"
|
|
7503
7483
|
},
|
|
7504
7484
|
"engines": {
|
|
7505
7485
|
"node": ">= 0.4"
|
|
@@ -7567,6 +7547,22 @@
|
|
|
7567
7547
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7568
7548
|
}
|
|
7569
7549
|
},
|
|
7550
|
+
"node_modules/is-document.all": {
|
|
7551
|
+
"version": "1.0.0",
|
|
7552
|
+
"resolved": "https://registry.npmjs.org/is-document.all/-/is-document.all-1.0.0.tgz",
|
|
7553
|
+
"integrity": "sha512-+XSoyS05OdBbhFuELhgTCpFNHkpBOJqtsZfUFFpe5QTw+9Sjbh8zitxhQkYAo6wV7e1Vb8cAPvpCk9jGam/82g==",
|
|
7554
|
+
"dev": true,
|
|
7555
|
+
"license": "MIT",
|
|
7556
|
+
"dependencies": {
|
|
7557
|
+
"call-bound": "^1.0.4"
|
|
7558
|
+
},
|
|
7559
|
+
"engines": {
|
|
7560
|
+
"node": ">= 0.4"
|
|
7561
|
+
},
|
|
7562
|
+
"funding": {
|
|
7563
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
7564
|
+
}
|
|
7565
|
+
},
|
|
7570
7566
|
"node_modules/is-extglob": {
|
|
7571
7567
|
"version": "2.1.1",
|
|
7572
7568
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
@@ -7843,6 +7839,19 @@
|
|
|
7843
7839
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7844
7840
|
}
|
|
7845
7841
|
},
|
|
7842
|
+
"node_modules/is-unsafe": {
|
|
7843
|
+
"version": "1.0.1",
|
|
7844
|
+
"resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-1.0.1.tgz",
|
|
7845
|
+
"integrity": "sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==",
|
|
7846
|
+
"devOptional": true,
|
|
7847
|
+
"funding": [
|
|
7848
|
+
{
|
|
7849
|
+
"type": "github",
|
|
7850
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
7851
|
+
}
|
|
7852
|
+
],
|
|
7853
|
+
"license": "MIT"
|
|
7854
|
+
},
|
|
7846
7855
|
"node_modules/is-weakmap": {
|
|
7847
7856
|
"version": "2.0.2",
|
|
7848
7857
|
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
|
|
@@ -8754,9 +8763,9 @@
|
|
|
8754
8763
|
"license": "MIT"
|
|
8755
8764
|
},
|
|
8756
8765
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
8757
|
-
"version": "7.
|
|
8758
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
8759
|
-
"integrity": "sha512-
|
|
8766
|
+
"version": "7.8.5",
|
|
8767
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
8768
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
8760
8769
|
"dev": true,
|
|
8761
8770
|
"license": "ISC",
|
|
8762
8771
|
"bin": {
|
|
@@ -8895,9 +8904,9 @@
|
|
|
8895
8904
|
}
|
|
8896
8905
|
},
|
|
8897
8906
|
"node_modules/joi": {
|
|
8898
|
-
"version": "17.13.
|
|
8899
|
-
"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.
|
|
8900
|
-
"integrity": "sha512-
|
|
8907
|
+
"version": "17.13.4",
|
|
8908
|
+
"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.4.tgz",
|
|
8909
|
+
"integrity": "sha512-1RuuER6kmt8K8I3nIWvPZKi5RQCb568ZPyY4Pwjlua+yo+63ZTmIwxLZH0heBmiKN4uxjvCiarDrjaeH84xicQ==",
|
|
8901
8910
|
"devOptional": true,
|
|
8902
8911
|
"license": "BSD-3-Clause",
|
|
8903
8912
|
"dependencies": {
|
|
@@ -8915,13 +8924,22 @@
|
|
|
8915
8924
|
"license": "MIT"
|
|
8916
8925
|
},
|
|
8917
8926
|
"node_modules/js-yaml": {
|
|
8918
|
-
"version": "
|
|
8919
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
8920
|
-
"integrity": "sha512-
|
|
8927
|
+
"version": "4.2.0",
|
|
8928
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
8929
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
8930
|
+
"funding": [
|
|
8931
|
+
{
|
|
8932
|
+
"type": "github",
|
|
8933
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
8934
|
+
},
|
|
8935
|
+
{
|
|
8936
|
+
"type": "github",
|
|
8937
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
8938
|
+
}
|
|
8939
|
+
],
|
|
8921
8940
|
"license": "MIT",
|
|
8922
8941
|
"dependencies": {
|
|
8923
|
-
"argparse": "^
|
|
8924
|
-
"esprima": "^4.0.0"
|
|
8942
|
+
"argparse": "^2.0.1"
|
|
8925
8943
|
},
|
|
8926
8944
|
"bin": {
|
|
8927
8945
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -9038,14 +9056,14 @@
|
|
|
9038
9056
|
}
|
|
9039
9057
|
},
|
|
9040
9058
|
"node_modules/launch-editor": {
|
|
9041
|
-
"version": "2.
|
|
9042
|
-
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.
|
|
9043
|
-
"integrity": "sha512-
|
|
9059
|
+
"version": "2.14.1",
|
|
9060
|
+
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.14.1.tgz",
|
|
9061
|
+
"integrity": "sha512-QWBrQsMpH7gPr965dsKD/3cKWiNoTjpATQf++Xq63N6sKRGMwlVXz41O1IZTMfZQgBctD/K5Zt06+/I6pP6+HA==",
|
|
9044
9062
|
"devOptional": true,
|
|
9045
9063
|
"license": "MIT",
|
|
9046
9064
|
"dependencies": {
|
|
9047
9065
|
"picocolors": "^1.1.1",
|
|
9048
|
-
"shell-quote": "^1.8.
|
|
9066
|
+
"shell-quote": "^1.8.4"
|
|
9049
9067
|
}
|
|
9050
9068
|
},
|
|
9051
9069
|
"node_modules/leven": {
|
|
@@ -9342,9 +9360,9 @@
|
|
|
9342
9360
|
}
|
|
9343
9361
|
},
|
|
9344
9362
|
"node_modules/make-dir/node_modules/semver": {
|
|
9345
|
-
"version": "7.
|
|
9346
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
9347
|
-
"integrity": "sha512-
|
|
9363
|
+
"version": "7.8.5",
|
|
9364
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
9365
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
9348
9366
|
"dev": true,
|
|
9349
9367
|
"license": "ISC",
|
|
9350
9368
|
"bin": {
|
|
@@ -9801,9 +9819,9 @@
|
|
|
9801
9819
|
}
|
|
9802
9820
|
},
|
|
9803
9821
|
"node_modules/metro/node_modules/ws": {
|
|
9804
|
-
"version": "7.5.
|
|
9805
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
9806
|
-
"integrity": "sha512
|
|
9822
|
+
"version": "7.5.11",
|
|
9823
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.11.tgz",
|
|
9824
|
+
"integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
|
|
9807
9825
|
"license": "MIT",
|
|
9808
9826
|
"engines": {
|
|
9809
9827
|
"node": ">=8.3.0"
|
|
@@ -9950,9 +9968,9 @@
|
|
|
9950
9968
|
}
|
|
9951
9969
|
},
|
|
9952
9970
|
"node_modules/node-exports-info": {
|
|
9953
|
-
"version": "1.6.
|
|
9954
|
-
"resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.
|
|
9955
|
-
"integrity": "sha512-
|
|
9971
|
+
"version": "1.6.2",
|
|
9972
|
+
"resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.2.tgz",
|
|
9973
|
+
"integrity": "sha512-kXs9Go0cah0qHVV2v389IXQLdLCeE1xfFtjOAF+iobu0OIoG1pje8At2vMHyaPMiPMnG/LWP50twML21eMcAag==",
|
|
9956
9974
|
"dev": true,
|
|
9957
9975
|
"license": "MIT",
|
|
9958
9976
|
"dependencies": {
|
|
@@ -9975,10 +9993,13 @@
|
|
|
9975
9993
|
"license": "MIT"
|
|
9976
9994
|
},
|
|
9977
9995
|
"node_modules/node-releases": {
|
|
9978
|
-
"version": "2.0.
|
|
9979
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
9980
|
-
"integrity": "sha512-
|
|
9981
|
-
"license": "MIT"
|
|
9996
|
+
"version": "2.0.49",
|
|
9997
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.49.tgz",
|
|
9998
|
+
"integrity": "sha512-f06bl1D+8ZDkn2oOQQKAh5/otFWqVnM1Q5oerA8Pex7UfT66Tx4IPHIqVVFKqFT3FUtaDstdgkM7yT7JWhqxfw==",
|
|
9999
|
+
"license": "MIT",
|
|
10000
|
+
"engines": {
|
|
10001
|
+
"node": ">=18"
|
|
10002
|
+
}
|
|
9982
10003
|
},
|
|
9983
10004
|
"node_modules/node-stream-zip": {
|
|
9984
10005
|
"version": "1.15.0",
|
|
@@ -10366,9 +10387,9 @@
|
|
|
10366
10387
|
}
|
|
10367
10388
|
},
|
|
10368
10389
|
"node_modules/path-expression-matcher": {
|
|
10369
|
-
"version": "1.
|
|
10370
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.
|
|
10371
|
-
"integrity": "sha512-
|
|
10390
|
+
"version": "1.6.1",
|
|
10391
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.6.1.tgz",
|
|
10392
|
+
"integrity": "sha512-h7bxdzhHk8Knyc4Tj+jMaa7fEEoUJy7p1qtbVgkYg1Uhpe5Np5VuGXCRZnkZvU+Q42M1vStt0ifa3ueykRJPmQ==",
|
|
10372
10393
|
"devOptional": true,
|
|
10373
10394
|
"funding": [
|
|
10374
10395
|
{
|
|
@@ -10751,9 +10772,9 @@
|
|
|
10751
10772
|
}
|
|
10752
10773
|
},
|
|
10753
10774
|
"node_modules/react-devtools-core/node_modules/ws": {
|
|
10754
|
-
"version": "7.5.
|
|
10755
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
10756
|
-
"integrity": "sha512
|
|
10775
|
+
"version": "7.5.11",
|
|
10776
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.11.tgz",
|
|
10777
|
+
"integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
|
|
10757
10778
|
"license": "MIT",
|
|
10758
10779
|
"engines": {
|
|
10759
10780
|
"node": ">=8.3.0"
|
|
@@ -10917,15 +10938,14 @@
|
|
|
10917
10938
|
}
|
|
10918
10939
|
},
|
|
10919
10940
|
"node_modules/react-native-svg": {
|
|
10920
|
-
"version": "15.15.
|
|
10921
|
-
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.15.
|
|
10922
|
-
"integrity": "sha512-
|
|
10941
|
+
"version": "15.15.5",
|
|
10942
|
+
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.15.5.tgz",
|
|
10943
|
+
"integrity": "sha512-L4go5jA+GWutdJ/JucuN20cjAbMg1HmMtAP+wZ+3JLCf6Jd0bhXQHxciRP/AQm/FlrIEZwkMcHNZP+FXAiic0w==",
|
|
10923
10944
|
"license": "MIT",
|
|
10924
10945
|
"peer": true,
|
|
10925
10946
|
"dependencies": {
|
|
10926
10947
|
"css-select": "^5.1.0",
|
|
10927
|
-
"css-tree": "^1.1.3"
|
|
10928
|
-
"warn-once": "0.1.1"
|
|
10948
|
+
"css-tree": "^1.1.3"
|
|
10929
10949
|
},
|
|
10930
10950
|
"peerDependencies": {
|
|
10931
10951
|
"react": "*",
|
|
@@ -10961,9 +10981,9 @@
|
|
|
10961
10981
|
}
|
|
10962
10982
|
},
|
|
10963
10983
|
"node_modules/react-native-vector-icons/node_modules/yargs": {
|
|
10964
|
-
"version": "16.2.
|
|
10965
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.
|
|
10966
|
-
"integrity": "sha512-
|
|
10984
|
+
"version": "16.2.2",
|
|
10985
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.2.tgz",
|
|
10986
|
+
"integrity": "sha512-Nt9ZJjXTv5R8MHbqby/wXQ6Gi0Bb3TcYZkR1bzuL4yB2OxWPkXknz513gEF0GoA6tn00UpbPvERW8rzCuWCA6w==",
|
|
10967
10987
|
"license": "MIT",
|
|
10968
10988
|
"dependencies": {
|
|
10969
10989
|
"cliui": "^7.0.2",
|
|
@@ -11052,9 +11072,9 @@
|
|
|
11052
11072
|
"license": "MIT"
|
|
11053
11073
|
},
|
|
11054
11074
|
"node_modules/react-native/node_modules/semver": {
|
|
11055
|
-
"version": "7.
|
|
11056
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
11057
|
-
"integrity": "sha512-
|
|
11075
|
+
"version": "7.8.5",
|
|
11076
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
11077
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
11058
11078
|
"license": "ISC",
|
|
11059
11079
|
"bin": {
|
|
11060
11080
|
"semver": "bin/semver.js"
|
|
@@ -11087,9 +11107,9 @@
|
|
|
11087
11107
|
}
|
|
11088
11108
|
},
|
|
11089
11109
|
"node_modules/react-test-renderer/node_modules/react-is": {
|
|
11090
|
-
"version": "19.2.
|
|
11091
|
-
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.
|
|
11092
|
-
"integrity": "sha512-
|
|
11110
|
+
"version": "19.2.7",
|
|
11111
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.7.tgz",
|
|
11112
|
+
"integrity": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==",
|
|
11093
11113
|
"dev": true,
|
|
11094
11114
|
"license": "MIT"
|
|
11095
11115
|
},
|
|
@@ -11204,9 +11224,9 @@
|
|
|
11204
11224
|
"license": "MIT"
|
|
11205
11225
|
},
|
|
11206
11226
|
"node_modules/regjsparser": {
|
|
11207
|
-
"version": "0.13.
|
|
11208
|
-
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.
|
|
11209
|
-
"integrity": "sha512-
|
|
11227
|
+
"version": "0.13.2",
|
|
11228
|
+
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.2.tgz",
|
|
11229
|
+
"integrity": "sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==",
|
|
11210
11230
|
"dev": true,
|
|
11211
11231
|
"license": "BSD-2-Clause",
|
|
11212
11232
|
"dependencies": {
|
|
@@ -11233,12 +11253,13 @@
|
|
|
11233
11253
|
"license": "ISC"
|
|
11234
11254
|
},
|
|
11235
11255
|
"node_modules/resolve": {
|
|
11236
|
-
"version": "1.22.
|
|
11237
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
11238
|
-
"integrity": "sha512-
|
|
11256
|
+
"version": "1.22.12",
|
|
11257
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
|
|
11258
|
+
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
|
11239
11259
|
"dev": true,
|
|
11240
11260
|
"license": "MIT",
|
|
11241
11261
|
"dependencies": {
|
|
11262
|
+
"es-errors": "^1.3.0",
|
|
11242
11263
|
"is-core-module": "^2.16.1",
|
|
11243
11264
|
"path-parse": "^1.0.7",
|
|
11244
11265
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
@@ -11351,15 +11372,15 @@
|
|
|
11351
11372
|
}
|
|
11352
11373
|
},
|
|
11353
11374
|
"node_modules/safe-array-concat": {
|
|
11354
|
-
"version": "1.1.
|
|
11355
|
-
"resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.
|
|
11356
|
-
"integrity": "sha512-
|
|
11375
|
+
"version": "1.1.4",
|
|
11376
|
+
"resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.4.tgz",
|
|
11377
|
+
"integrity": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==",
|
|
11357
11378
|
"dev": true,
|
|
11358
11379
|
"license": "MIT",
|
|
11359
11380
|
"dependencies": {
|
|
11360
|
-
"call-bind": "^1.0.
|
|
11361
|
-
"call-bound": "^1.0.
|
|
11362
|
-
"get-intrinsic": "^1.
|
|
11381
|
+
"call-bind": "^1.0.9",
|
|
11382
|
+
"call-bound": "^1.0.4",
|
|
11383
|
+
"get-intrinsic": "^1.3.0",
|
|
11363
11384
|
"has-symbols": "^1.1.0",
|
|
11364
11385
|
"isarray": "^2.0.5"
|
|
11365
11386
|
},
|
|
@@ -11636,9 +11657,9 @@
|
|
|
11636
11657
|
}
|
|
11637
11658
|
},
|
|
11638
11659
|
"node_modules/shell-quote": {
|
|
11639
|
-
"version": "1.8.
|
|
11640
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
11641
|
-
"integrity": "sha512-
|
|
11660
|
+
"version": "1.8.4",
|
|
11661
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz",
|
|
11662
|
+
"integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==",
|
|
11642
11663
|
"license": "MIT",
|
|
11643
11664
|
"engines": {
|
|
11644
11665
|
"node": ">= 0.4"
|
|
@@ -11648,15 +11669,15 @@
|
|
|
11648
11669
|
}
|
|
11649
11670
|
},
|
|
11650
11671
|
"node_modules/side-channel": {
|
|
11651
|
-
"version": "1.1.
|
|
11652
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.
|
|
11653
|
-
"integrity": "sha512-
|
|
11672
|
+
"version": "1.1.1",
|
|
11673
|
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
|
|
11674
|
+
"integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
|
|
11654
11675
|
"devOptional": true,
|
|
11655
11676
|
"license": "MIT",
|
|
11656
11677
|
"dependencies": {
|
|
11657
11678
|
"es-errors": "^1.3.0",
|
|
11658
|
-
"object-inspect": "^1.13.
|
|
11659
|
-
"side-channel-list": "^1.0.
|
|
11679
|
+
"object-inspect": "^1.13.4",
|
|
11680
|
+
"side-channel-list": "^1.0.1",
|
|
11660
11681
|
"side-channel-map": "^1.0.1",
|
|
11661
11682
|
"side-channel-weakmap": "^1.0.2"
|
|
11662
11683
|
},
|
|
@@ -11668,14 +11689,14 @@
|
|
|
11668
11689
|
}
|
|
11669
11690
|
},
|
|
11670
11691
|
"node_modules/side-channel-list": {
|
|
11671
|
-
"version": "1.0.
|
|
11672
|
-
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.
|
|
11673
|
-
"integrity": "sha512-
|
|
11692
|
+
"version": "1.0.1",
|
|
11693
|
+
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
|
|
11694
|
+
"integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
|
|
11674
11695
|
"devOptional": true,
|
|
11675
11696
|
"license": "MIT",
|
|
11676
11697
|
"dependencies": {
|
|
11677
11698
|
"es-errors": "^1.3.0",
|
|
11678
|
-
"object-inspect": "^1.13.
|
|
11699
|
+
"object-inspect": "^1.13.4"
|
|
11679
11700
|
},
|
|
11680
11701
|
"engines": {
|
|
11681
11702
|
"node": ">= 0.4"
|
|
@@ -11825,12 +11846,6 @@
|
|
|
11825
11846
|
"source-map": "^0.6.0"
|
|
11826
11847
|
}
|
|
11827
11848
|
},
|
|
11828
|
-
"node_modules/sprintf-js": {
|
|
11829
|
-
"version": "1.0.3",
|
|
11830
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
11831
|
-
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
11832
|
-
"license": "BSD-3-Clause"
|
|
11833
|
-
},
|
|
11834
11849
|
"node_modules/stack-utils": {
|
|
11835
11850
|
"version": "2.0.6",
|
|
11836
11851
|
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
@@ -11996,19 +12011,20 @@
|
|
|
11996
12011
|
}
|
|
11997
12012
|
},
|
|
11998
12013
|
"node_modules/string.prototype.trim": {
|
|
11999
|
-
"version": "1.2.
|
|
12000
|
-
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.
|
|
12001
|
-
"integrity": "sha512-
|
|
12014
|
+
"version": "1.2.11",
|
|
12015
|
+
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.11.tgz",
|
|
12016
|
+
"integrity": "sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==",
|
|
12002
12017
|
"dev": true,
|
|
12003
12018
|
"license": "MIT",
|
|
12004
12019
|
"dependencies": {
|
|
12005
|
-
"call-bind": "^1.0.
|
|
12006
|
-
"call-bound": "^1.0.
|
|
12020
|
+
"call-bind": "^1.0.9",
|
|
12021
|
+
"call-bound": "^1.0.4",
|
|
12007
12022
|
"define-data-property": "^1.1.4",
|
|
12008
12023
|
"define-properties": "^1.2.1",
|
|
12009
|
-
"es-abstract": "^1.
|
|
12010
|
-
"es-object-atoms": "^1.
|
|
12011
|
-
"has-property-descriptors": "^1.0.2"
|
|
12024
|
+
"es-abstract": "^1.24.2",
|
|
12025
|
+
"es-object-atoms": "^1.1.2",
|
|
12026
|
+
"has-property-descriptors": "^1.0.2",
|
|
12027
|
+
"safe-regex-test": "^1.1.0"
|
|
12012
12028
|
},
|
|
12013
12029
|
"engines": {
|
|
12014
12030
|
"node": ">= 0.4"
|
|
@@ -12018,16 +12034,16 @@
|
|
|
12018
12034
|
}
|
|
12019
12035
|
},
|
|
12020
12036
|
"node_modules/string.prototype.trimend": {
|
|
12021
|
-
"version": "1.0.
|
|
12022
|
-
"resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.
|
|
12023
|
-
"integrity": "sha512-
|
|
12037
|
+
"version": "1.0.10",
|
|
12038
|
+
"resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.10.tgz",
|
|
12039
|
+
"integrity": "sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==",
|
|
12024
12040
|
"dev": true,
|
|
12025
12041
|
"license": "MIT",
|
|
12026
12042
|
"dependencies": {
|
|
12027
|
-
"call-bind": "^1.0.
|
|
12028
|
-
"call-bound": "^1.0.
|
|
12043
|
+
"call-bind": "^1.0.9",
|
|
12044
|
+
"call-bound": "^1.0.4",
|
|
12029
12045
|
"define-properties": "^1.2.1",
|
|
12030
|
-
"es-object-atoms": "^1.
|
|
12046
|
+
"es-object-atoms": "^1.1.2"
|
|
12031
12047
|
},
|
|
12032
12048
|
"engines": {
|
|
12033
12049
|
"node": ">= 0.4"
|
|
@@ -12100,9 +12116,9 @@
|
|
|
12100
12116
|
}
|
|
12101
12117
|
},
|
|
12102
12118
|
"node_modules/strnum": {
|
|
12103
|
-
"version": "2.
|
|
12104
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.
|
|
12105
|
-
"integrity": "sha512-
|
|
12119
|
+
"version": "2.4.1",
|
|
12120
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz",
|
|
12121
|
+
"integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==",
|
|
12106
12122
|
"devOptional": true,
|
|
12107
12123
|
"funding": [
|
|
12108
12124
|
{
|
|
@@ -12110,7 +12126,10 @@
|
|
|
12110
12126
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
12111
12127
|
}
|
|
12112
12128
|
],
|
|
12113
|
-
"license": "MIT"
|
|
12129
|
+
"license": "MIT",
|
|
12130
|
+
"dependencies": {
|
|
12131
|
+
"anynum": "^1.0.1"
|
|
12132
|
+
}
|
|
12114
12133
|
},
|
|
12115
12134
|
"node_modules/supports-color": {
|
|
12116
12135
|
"version": "7.2.0",
|
|
@@ -12138,9 +12157,9 @@
|
|
|
12138
12157
|
}
|
|
12139
12158
|
},
|
|
12140
12159
|
"node_modules/terser": {
|
|
12141
|
-
"version": "5.
|
|
12142
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
12143
|
-
"integrity": "sha512-
|
|
12160
|
+
"version": "5.48.0",
|
|
12161
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.48.0.tgz",
|
|
12162
|
+
"integrity": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==",
|
|
12144
12163
|
"license": "BSD-2-Clause",
|
|
12145
12164
|
"dependencies": {
|
|
12146
12165
|
"@jridgewell/source-map": "^0.3.3",
|
|
@@ -12186,9 +12205,9 @@
|
|
|
12186
12205
|
}
|
|
12187
12206
|
},
|
|
12188
12207
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
12189
|
-
"version": "1.1.
|
|
12190
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
12191
|
-
"integrity": "sha512-
|
|
12208
|
+
"version": "1.1.15",
|
|
12209
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz",
|
|
12210
|
+
"integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==",
|
|
12192
12211
|
"license": "MIT",
|
|
12193
12212
|
"dependencies": {
|
|
12194
12213
|
"balanced-match": "^1.0.0",
|
|
@@ -12390,18 +12409,18 @@
|
|
|
12390
12409
|
}
|
|
12391
12410
|
},
|
|
12392
12411
|
"node_modules/typed-array-length": {
|
|
12393
|
-
"version": "1.0.
|
|
12394
|
-
"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.
|
|
12395
|
-
"integrity": "sha512-
|
|
12412
|
+
"version": "1.0.8",
|
|
12413
|
+
"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.8.tgz",
|
|
12414
|
+
"integrity": "sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==",
|
|
12396
12415
|
"dev": true,
|
|
12397
12416
|
"license": "MIT",
|
|
12398
12417
|
"dependencies": {
|
|
12399
|
-
"call-bind": "^1.0.
|
|
12400
|
-
"for-each": "^0.3.
|
|
12401
|
-
"gopd": "^1.0
|
|
12402
|
-
"is-typed-array": "^1.1.
|
|
12403
|
-
"possible-typed-array-names": "^1.
|
|
12404
|
-
"reflect.getprototypeof": "^1.0.
|
|
12418
|
+
"call-bind": "^1.0.9",
|
|
12419
|
+
"for-each": "^0.3.5",
|
|
12420
|
+
"gopd": "^1.2.0",
|
|
12421
|
+
"is-typed-array": "^1.1.15",
|
|
12422
|
+
"possible-typed-array-names": "^1.1.0",
|
|
12423
|
+
"reflect.getprototypeof": "^1.0.10"
|
|
12405
12424
|
},
|
|
12406
12425
|
"engines": {
|
|
12407
12426
|
"node": ">= 0.4"
|
|
@@ -12444,9 +12463,9 @@
|
|
|
12444
12463
|
}
|
|
12445
12464
|
},
|
|
12446
12465
|
"node_modules/undici-types": {
|
|
12447
|
-
"version": "
|
|
12448
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
12449
|
-
"integrity": "sha512-
|
|
12466
|
+
"version": "8.3.0",
|
|
12467
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
12468
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
12450
12469
|
"license": "MIT"
|
|
12451
12470
|
},
|
|
12452
12471
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -12614,13 +12633,6 @@
|
|
|
12614
12633
|
"makeerror": "1.0.12"
|
|
12615
12634
|
}
|
|
12616
12635
|
},
|
|
12617
|
-
"node_modules/warn-once": {
|
|
12618
|
-
"version": "0.1.1",
|
|
12619
|
-
"resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz",
|
|
12620
|
-
"integrity": "sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==",
|
|
12621
|
-
"license": "MIT",
|
|
12622
|
-
"peer": true
|
|
12623
|
-
},
|
|
12624
12636
|
"node_modules/wcwidth": {
|
|
12625
12637
|
"version": "1.0.1",
|
|
12626
12638
|
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
@@ -12728,14 +12740,14 @@
|
|
|
12728
12740
|
"license": "ISC"
|
|
12729
12741
|
},
|
|
12730
12742
|
"node_modules/which-typed-array": {
|
|
12731
|
-
"version": "1.1.
|
|
12732
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
12733
|
-
"integrity": "sha512-
|
|
12743
|
+
"version": "1.1.22",
|
|
12744
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.22.tgz",
|
|
12745
|
+
"integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
|
|
12734
12746
|
"dev": true,
|
|
12735
12747
|
"license": "MIT",
|
|
12736
12748
|
"dependencies": {
|
|
12737
12749
|
"available-typed-arrays": "^1.0.7",
|
|
12738
|
-
"call-bind": "^1.0.
|
|
12750
|
+
"call-bind": "^1.0.9",
|
|
12739
12751
|
"call-bound": "^1.0.4",
|
|
12740
12752
|
"for-each": "^0.3.5",
|
|
12741
12753
|
"get-proto": "^1.0.1",
|
|
@@ -12796,9 +12808,9 @@
|
|
|
12796
12808
|
}
|
|
12797
12809
|
},
|
|
12798
12810
|
"node_modules/ws": {
|
|
12799
|
-
"version": "6.2.
|
|
12800
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.
|
|
12801
|
-
"integrity": "sha512-
|
|
12811
|
+
"version": "6.2.4",
|
|
12812
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.4.tgz",
|
|
12813
|
+
"integrity": "sha512-PNIUUyLI5YpkJZj60YBzX1o0ByQ4ovvfmq9N/Kig/PAYbVlGyz4R6G0SEWrD0O9acc0sT2+IdMBVLFv8FSi0Nw==",
|
|
12802
12814
|
"license": "MIT",
|
|
12803
12815
|
"dependencies": {
|
|
12804
12816
|
"async-limiter": "~1.0.0"
|
|
@@ -12836,9 +12848,9 @@
|
|
|
12836
12848
|
"license": "ISC"
|
|
12837
12849
|
},
|
|
12838
12850
|
"node_modules/yaml": {
|
|
12839
|
-
"version": "2.
|
|
12840
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
12841
|
-
"integrity": "sha512-
|
|
12851
|
+
"version": "2.9.0",
|
|
12852
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|
|
12853
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
12842
12854
|
"devOptional": true,
|
|
12843
12855
|
"license": "ISC",
|
|
12844
12856
|
"bin": {
|
|
@@ -12852,9 +12864,9 @@
|
|
|
12852
12864
|
}
|
|
12853
12865
|
},
|
|
12854
12866
|
"node_modules/yargs": {
|
|
12855
|
-
"version": "17.7.
|
|
12856
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.
|
|
12857
|
-
"integrity": "sha512-
|
|
12867
|
+
"version": "17.7.3",
|
|
12868
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz",
|
|
12869
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
12858
12870
|
"license": "MIT",
|
|
12859
12871
|
"dependencies": {
|
|
12860
12872
|
"cliui": "^8.0.1",
|