|
1 |
{
|
|
2 |
"name": "rudolfii",
|
|
3 |
"version": "1.0.0",
|
|
4 |
"lockfileVersion": 2,
|
|
5 |
"requires": true,
|
|
6 |
"packages": {
|
|
7 |
"": {
|
|
8 |
"name": "rudolfii",
|
|
9 |
"version": "1.0.0",
|
|
10 |
"dependencies": {
|
|
11 |
"expo": "~48.0.9",
|
|
12 |
"expo-status-bar": "~1.4.4",
|
|
13 |
"react": "18.2.0",
|
|
14 |
"react-native": "0.71.4"
|
|
15 |
},
|
|
16 |
"devDependencies": {
|
|
17 |
"@babel/core": "^7.20.0"
|
|
18 |
}
|
|
19 |
},
|
|
20 |
"node_modules/@ampproject/remapping": {
|
|
21 |
"version": "2.2.0",
|
|
22 |
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
|
|
23 |
"integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
|
|
24 |
"dependencies": {
|
|
25 |
"@jridgewell/gen-mapping": "^0.1.0",
|
|
26 |
"@jridgewell/trace-mapping": "^0.3.9"
|
|
27 |
},
|
|
28 |
"engines": {
|
|
29 |
"node": ">=6.0.0"
|
|
30 |
}
|
|
31 |
},
|
|
32 |
"node_modules/@babel/code-frame": {
|
|
33 |
"version": "7.18.6",
|
|
34 |
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
|
|
35 |
"integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
|
|
36 |
"dependencies": {
|
|
37 |
"@babel/highlight": "^7.18.6"
|
|
38 |
},
|
|
39 |
"engines": {
|
|
40 |
"node": ">=6.9.0"
|
|
41 |
}
|
|
42 |
},
|
|
43 |
"node_modules/@babel/compat-data": {
|
|
44 |
"version": "7.21.0",
|
|
45 |
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz",
|
|
46 |
"integrity": "sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==",
|
|
47 |
"engines": {
|
|
48 |
"node": ">=6.9.0"
|
|
49 |
}
|
|
50 |
},
|
|
51 |
"node_modules/@babel/core": {
|
|
52 |
"version": "7.21.3",
|
|
53 |
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.3.tgz",
|
|
54 |
"integrity": "sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==",
|
|
55 |
"dependencies": {
|
|
56 |
"@ampproject/remapping": "^2.2.0",
|
|
57 |
"@babel/code-frame": "^7.18.6",
|
|
58 |
"@babel/generator": "^7.21.3",
|
|
59 |
"@babel/helper-compilation-targets": "^7.20.7",
|
|
60 |
"@babel/helper-module-transforms": "^7.21.2",
|
|
61 |
"@babel/helpers": "^7.21.0",
|
|
62 |
"@babel/parser": "^7.21.3",
|
|
63 |
"@babel/template": "^7.20.7",
|
|
64 |
"@babel/traverse": "^7.21.3",
|
|
65 |
"@babel/types": "^7.21.3",
|
|
66 |
"convert-source-map": "^1.7.0",
|
|
67 |
"debug": "^4.1.0",
|
|
68 |
"gensync": "^1.0.0-beta.2",
|
|
69 |
"json5": "^2.2.2",
|
|
70 |
"semver": "^6.3.0"
|
|
71 |
},
|
|
72 |
"engines": {
|
|
73 |
"node": ">=6.9.0"
|
|
74 |
},
|
|
75 |
"funding": {
|
|
76 |
"type": "opencollective",
|
|
77 |
"url": "https://opencollective.com/babel"
|
|
78 |
}
|
|
79 |
},
|
|
80 |
"node_modules/@babel/generator": {
|
|
81 |
"version": "7.21.3",
|
|
82 |
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.3.tgz",
|
|
83 |
"integrity": "sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==",
|
|
84 |
"dependencies": {
|
|
85 |
"@babel/types": "^7.21.3",
|
|
86 |
"@jridgewell/gen-mapping": "^0.3.2",
|
|
87 |
"@jridgewell/trace-mapping": "^0.3.17",
|
|
88 |
"jsesc": "^2.5.1"
|
|
89 |
},
|
|
90 |
"engines": {
|
|
91 |
"node": ">=6.9.0"
|
|
92 |
}
|
|
93 |
},
|
|
94 |
"node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
|
|
95 |
"version": "0.3.2",
|
|
96 |
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
|
|
97 |
"integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
|
|
98 |
"dependencies": {
|
|
99 |
"@jridgewell/set-array": "^1.0.1",
|
|
100 |
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
101 |
"@jridgewell/trace-mapping": "^0.3.9"
|
|
102 |
},
|
|
103 |
"engines": {
|
|
104 |
"node": ">=6.0.0"
|
|
105 |
}
|
|
106 |
},
|
|
107 |
"node_modules/@babel/helper-annotate-as-pure": {
|
|
108 |
"version": "7.18.6",
|
|
109 |
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
|
|
110 |
"integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
|
|
111 |
"dependencies": {
|
|
112 |
"@babel/types": "^7.18.6"
|
|
113 |
},
|
|
114 |
"engines": {
|
|
115 |
"node": ">=6.9.0"
|
|
116 |
}
|
|
117 |
},
|
|
118 |
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
|
|
119 |
"version": "7.18.9",
|
|
120 |
"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz",
|
|
121 |
"integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==",
|
|
122 |
"dependencies": {
|
|
123 |
"@babel/helper-explode-assignable-expression": "^7.18.6",
|
|
124 |
"@babel/types": "^7.18.9"
|
|
125 |
},
|
|
126 |
"engines": {
|
|
127 |
"node": ">=6.9.0"
|
|
128 |
}
|
|
129 |
},
|
|
130 |
"node_modules/@babel/helper-compilation-targets": {
|
|
131 |
"version": "7.20.7",
|
|
132 |
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz",
|
|
133 |
"integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==",
|
|
134 |
"dependencies": {
|
|
135 |
"@babel/compat-data": "^7.20.5",
|
|
136 |
"@babel/helper-validator-option": "^7.18.6",
|
|
137 |
"browserslist": "^4.21.3",
|
|
138 |
"lru-cache": "^5.1.1",
|
|
139 |
"semver": "^6.3.0"
|
|
140 |
},
|
|
141 |
"engines": {
|
|
142 |
"node": ">=6.9.0"
|
|
143 |
},
|
|
144 |
"peerDependencies": {
|
|
145 |
"@babel/core": "^7.0.0"
|
|
146 |
}
|
|
147 |
},
|
|
148 |
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
149 |
"version": "7.21.0",
|
|
150 |
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.0.tgz",
|
|
151 |
"integrity": "sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==",
|
|
152 |
"dependencies": {
|
|
153 |
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
154 |
"@babel/helper-environment-visitor": "^7.18.9",
|
|
155 |
"@babel/helper-function-name": "^7.21.0",
|
|
156 |
"@babel/helper-member-expression-to-functions": "^7.21.0",
|
|
157 |
"@babel/helper-optimise-call-expression": "^7.18.6",
|
|
158 |
"@babel/helper-replace-supers": "^7.20.7",
|
|
159 |
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
|
|
160 |
"@babel/helper-split-export-declaration": "^7.18.6"
|
|
161 |
},
|
|
162 |
"engines": {
|
|
163 |
"node": ">=6.9.0"
|
|
164 |
},
|
|
165 |
"peerDependencies": {
|
|
166 |
"@babel/core": "^7.0.0"
|
|
167 |
}
|
|
168 |
},
|
|
169 |
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
170 |
"version": "7.21.0",
|
|
171 |
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.0.tgz",
|
|
172 |
"integrity": "sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==",
|
|
173 |
"dependencies": {
|
|
174 |
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
175 |
"regexpu-core": "^5.3.1"
|
|
176 |
},
|
|
177 |
"engines": {
|
|
178 |
"node": ">=6.9.0"
|
|
179 |
},
|
|
180 |
"peerDependencies": {
|
|
181 |
"@babel/core": "^7.0.0"
|
|
182 |
}
|
|
183 |
},
|
|
184 |
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
185 |
"version": "0.3.3",
|
|
186 |
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz",
|
|
187 |
"integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==",
|
|
188 |
"dependencies": {
|
|
189 |
"@babel/helper-compilation-targets": "^7.17.7",
|
|
190 |
"@babel/helper-plugin-utils": "^7.16.7",
|
|
191 |
"debug": "^4.1.1",
|
|
192 |
"lodash.debounce": "^4.0.8",
|
|
193 |
"resolve": "^1.14.2",
|
|
194 |
"semver": "^6.1.2"
|
|
195 |
},
|
|
196 |
"peerDependencies": {
|
|
197 |
"@babel/core": "^7.4.0-0"
|
|
198 |
}
|
|
199 |
},
|
|
200 |
"node_modules/@babel/helper-environment-visitor": {
|
|
201 |
"version": "7.18.9",
|
|
202 |
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
|
|
203 |
"integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
|
|
204 |
"engines": {
|
|
205 |
"node": ">=6.9.0"
|
|
206 |
}
|
|
207 |
},
|
|
208 |
"node_modules/@babel/helper-explode-assignable-expression": {
|
|
209 |
"version": "7.18.6",
|
|
210 |
"resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
|
|
211 |
"integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
|
|
212 |
"dependencies": {
|
|
213 |
"@babel/types": "^7.18.6"
|
|
214 |
},
|
|
215 |
"engines": {
|
|
216 |
"node": ">=6.9.0"
|
|
217 |
}
|
|
218 |
},
|
|
219 |
"node_modules/@babel/helper-function-name": {
|
|
220 |
"version": "7.21.0",
|
|
221 |
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz",
|
|
222 |
"integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==",
|
|
223 |
"dependencies": {
|
|
224 |
"@babel/template": "^7.20.7",
|
|
225 |
"@babel/types": "^7.21.0"
|
|
226 |
},
|
|
227 |
"engines": {
|
|
228 |
"node": ">=6.9.0"
|
|
229 |
}
|
|
230 |
},
|
|
231 |
"node_modules/@babel/helper-hoist-variables": {
|
|
232 |
"version": "7.18.6",
|
|
233 |
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
|
|
234 |
"integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
|
|
235 |
"dependencies": {
|
|
236 |
"@babel/types": "^7.18.6"
|
|
237 |
},
|
|
238 |
"engines": {
|
|
239 |
"node": ">=6.9.0"
|
|
240 |
}
|
|
241 |
},
|
|
242 |
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
243 |
"version": "7.21.0",
|
|
244 |
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz",
|
|
245 |
"integrity": "sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==",
|
|
246 |
"dependencies": {
|
|
247 |
"@babel/types": "^7.21.0"
|
|
248 |
},
|
|
249 |
"engines": {
|
|
250 |
"node": ">=6.9.0"
|
|
251 |
}
|
|
252 |
},
|
|
253 |
"node_modules/@babel/helper-module-imports": {
|
|
254 |
"version": "7.18.6",
|
|
255 |
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
|
|
256 |
"integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
|
|
257 |
"dependencies": {
|
|
258 |
"@babel/types": "^7.18.6"
|
|
259 |
},
|
|
260 |
"engines": {
|
|
261 |
"node": ">=6.9.0"
|
|
262 |
}
|
|
263 |
},
|
|
264 |
"node_modules/@babel/helper-module-transforms": {
|
|
265 |
"version": "7.21.2",
|
|
266 |
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz",
|
|
267 |
"integrity": "sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==",
|
|
268 |
"dependencies": {
|
|
269 |
"@babel/helper-environment-visitor": "^7.18.9",
|
|
270 |
"@babel/helper-module-imports": "^7.18.6",
|
|
271 |
"@babel/helper-simple-access": "^7.20.2",
|
|
272 |
"@babel/helper-split-export-declaration": "^7.18.6",
|
|
273 |
"@babel/helper-validator-identifier": "^7.19.1",
|
|
274 |
"@babel/template": "^7.20.7",
|
|
275 |
"@babel/traverse": "^7.21.2",
|
|
276 |
"@babel/types": "^7.21.2"
|
|
277 |
},
|
|
278 |
"engines": {
|
|
279 |
"node": ">=6.9.0"
|
|
280 |
}
|
|
281 |
},
|
|
282 |
"node_modules/@babel/helper-optimise-call-expression": {
|
|
283 |
"version": "7.18.6",
|
|
284 |
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
|
|
285 |
"integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
|
|
286 |
"dependencies": {
|
|
287 |
"@babel/types": "^7.18.6"
|
|
288 |
},
|
|
289 |
"engines": {
|
|
290 |
"node": ">=6.9.0"
|
|
291 |
}
|
|
292 |
},
|
|
293 |
"node_modules/@babel/helper-plugin-utils": {
|
|
294 |
"version": "7.20.2",
|
|
295 |
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
|
|
296 |
"integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
|
|
297 |
"engines": {
|
|
298 |
"node": ">=6.9.0"
|
|
299 |
}
|
|
300 |
},
|
|
301 |
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
302 |
"version": "7.18.9",
|
|
303 |
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz",
|
|
304 |
"integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==",
|
|
305 |
"dependencies": {
|
|
306 |
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
307 |
"@babel/helper-environment-visitor": "^7.18.9",
|
|
308 |
"@babel/helper-wrap-function": "^7.18.9",
|
|
309 |
"@babel/types": "^7.18.9"
|
|
310 |
},
|
|
311 |
"engines": {
|
|
312 |
"node": ">=6.9.0"
|
|
313 |
},
|
|
314 |
"peerDependencies": {
|
|
315 |
"@babel/core": "^7.0.0"
|
|
316 |
}
|
|
317 |
},
|
|
318 |
"node_modules/@babel/helper-replace-supers": {
|
|
319 |
"version": "7.20.7",
|
|
320 |
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz",
|
|
321 |
"integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==",
|
|
322 |
"dependencies": {
|
|
323 |
"@babel/helper-environment-visitor": "^7.18.9",
|
|
324 |
"@babel/helper-member-expression-to-functions": "^7.20.7",
|
|
325 |
"@babel/helper-optimise-call-expression": "^7.18.6",
|
|
326 |
"@babel/template": "^7.20.7",
|
|
327 |
"@babel/traverse": "^7.20.7",
|
|
328 |
"@babel/types": "^7.20.7"
|
|
329 |
},
|
|
330 |
"engines": {
|
|
331 |
"node": ">=6.9.0"
|
|
332 |
}
|
|
333 |
},
|
|
334 |
"node_modules/@babel/helper-simple-access": {
|
|
335 |
"version": "7.20.2",
|
|
336 |
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",
|
|
337 |
"integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",
|
|
338 |
"dependencies": {
|
|
339 |
"@babel/types": "^7.20.2"
|
|
340 |
},
|
|
341 |
"engines": {
|
|
342 |
"node": ">=6.9.0"
|
|
343 |
}
|
|
344 |
},
|
|
345 |
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
346 |
"version": "7.20.0",
|
|
347 |
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz",
|
|
348 |
"integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==",
|
|
349 |
"dependencies": {
|
|
350 |
"@babel/types": "^7.20.0"
|
|
351 |
},
|
|
352 |
"engines": {
|
|
353 |
"node": ">=6.9.0"
|
|
354 |
}
|
|
355 |
},
|
|
356 |
"node_modules/@babel/helper-split-export-declaration": {
|
|
357 |
"version": "7.18.6",
|
|
358 |
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
|
|
359 |
"integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
|
|
360 |
"dependencies": {
|
|
361 |
"@babel/types": "^7.18.6"
|
|
362 |
},
|
|
363 |
"engines": {
|
|
364 |
"node": ">=6.9.0"
|
|
365 |
}
|
|
366 |
},
|
|
367 |
"node_modules/@babel/helper-string-parser": {
|
|
368 |
"version": "7.19.4",
|
|
369 |
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
|
|
370 |
"integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",
|
|
371 |
"engines": {
|
|
372 |
"node": ">=6.9.0"
|
|
373 |
}
|
|
374 |
},
|
|
375 |
"node_modules/@babel/helper-validator-identifier": {
|
|
376 |
"version": "7.19.1",
|
|
377 |
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
|
|
378 |
"integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
|
|
379 |
"engines": {
|
|
380 |
"node": ">=6.9.0"
|
|
381 |
}
|
|
382 |
},
|
|
383 |
"node_modules/@babel/helper-validator-option": {
|
|
384 |
"version": "7.21.0",
|
|
385 |
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz",
|
|
386 |
"integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==",
|
|
387 |
"engines": {
|
|
388 |
"node": ">=6.9.0"
|
|
389 |
}
|
|
390 |
},
|
|
391 |
"node_modules/@babel/helper-wrap-function": {
|
|
392 |
"version": "7.20.5",
|
|
393 |
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz",
|
|
394 |
"integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==",
|
|
395 |
"dependencies": {
|
|
396 |
"@babel/helper-function-name": "^7.19.0",
|
|
397 |
"@babel/template": "^7.18.10",
|
|
398 |
"@babel/traverse": "^7.20.5",
|
|
399 |
"@babel/types": "^7.20.5"
|
|
400 |
},
|
|
401 |
"engines": {
|
|
402 |
"node": ">=6.9.0"
|
|
403 |
}
|
|
404 |
},
|
|
405 |
"node_modules/@babel/helpers": {
|
|
406 |
"version": "7.21.0",
|
|
407 |
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz",
|
|
408 |
"integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==",
|
|
409 |
"dependencies": {
|
|
410 |
"@babel/template": "^7.20.7",
|
|
411 |
"@babel/traverse": "^7.21.0",
|
|
412 |
"@babel/types": "^7.21.0"
|
|
413 |
},
|
|
414 |
"engines": {
|
|
415 |
"node": ">=6.9.0"
|
|
416 |
}
|
|
417 |
},
|
|
418 |
"node_modules/@babel/highlight": {
|
|
419 |
"version": "7.18.6",
|
|
420 |
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
|
|
421 |
"integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
|
|
422 |
"dependencies": {
|
|
423 |
"@babel/helper-validator-identifier": "^7.18.6",
|
|
424 |
"chalk": "^2.0.0",
|
|
425 |
"js-tokens": "^4.0.0"
|
|
426 |
},
|
|
427 |
"engines": {
|
|
428 |
"node": ">=6.9.0"
|
|
429 |
}
|
|
430 |
},
|
|
431 |
"node_modules/@babel/parser": {
|
|
432 |
"version": "7.21.3",
|
|
433 |
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.3.tgz",
|
|
434 |
"integrity": "sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==",
|
|
435 |
"bin": {
|
|
436 |
"parser": "bin/babel-parser.js"
|
|
437 |
},
|
|
438 |
"engines": {
|
|
439 |
"node": ">=6.0.0"
|
|
440 |
}
|
|
441 |
},
|
|
442 |
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
443 |
"version": "7.18.6",
|
|
444 |
"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.18.6.tgz",
|
|
445 |
"integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
|
|
446 |
"dependencies": {
|
|
447 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
448 |
},
|
|
449 |
"engines": {
|
|
450 |
"node": ">=6.9.0"
|
|
451 |
},
|
|
452 |
"peerDependencies": {
|
|
453 |
"@babel/core": "^7.0.0"
|
|
454 |
}
|
|
455 |
},
|
|
456 |
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
457 |
"version": "7.20.7",
|
|
458 |
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz",
|
|
459 |
"integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==",
|
|
460 |
"dependencies": {
|
|
461 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
462 |
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
|
|
463 |
"@babel/plugin-proposal-optional-chaining": "^7.20.7"
|
|
464 |
},
|
|
465 |
"engines": {
|
|
466 |
"node": ">=6.9.0"
|
|
467 |
},
|
|
468 |
"peerDependencies": {
|
|
469 |
"@babel/core": "^7.13.0"
|
|
470 |
}
|
|
471 |
},
|
|
472 |
"node_modules/@babel/plugin-proposal-async-generator-functions": {
|
|
473 |
"version": "7.20.7",
|
|
474 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
|
|
475 |
"integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
|
|
476 |
"dependencies": {
|
|
477 |
"@babel/helper-environment-visitor": "^7.18.9",
|
|
478 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
479 |
"@babel/helper-remap-async-to-generator": "^7.18.9",
|
|
480 |
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
|
481 |
},
|
|
482 |
"engines": {
|
|
483 |
"node": ">=6.9.0"
|
|
484 |
},
|
|
485 |
"peerDependencies": {
|
|
486 |
"@babel/core": "^7.0.0-0"
|
|
487 |
}
|
|
488 |
},
|
|
489 |
"node_modules/@babel/plugin-proposal-class-properties": {
|
|
490 |
"version": "7.18.6",
|
|
491 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
|
|
492 |
"integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
|
|
493 |
"dependencies": {
|
|
494 |
"@babel/helper-create-class-features-plugin": "^7.18.6",
|
|
495 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
496 |
},
|
|
497 |
"engines": {
|
|
498 |
"node": ">=6.9.0"
|
|
499 |
},
|
|
500 |
"peerDependencies": {
|
|
501 |
"@babel/core": "^7.0.0-0"
|
|
502 |
}
|
|
503 |
},
|
|
504 |
"node_modules/@babel/plugin-proposal-class-static-block": {
|
|
505 |
"version": "7.21.0",
|
|
506 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz",
|
|
507 |
"integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==",
|
|
508 |
"dependencies": {
|
|
509 |
"@babel/helper-create-class-features-plugin": "^7.21.0",
|
|
510 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
511 |
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
|
512 |
},
|
|
513 |
"engines": {
|
|
514 |
"node": ">=6.9.0"
|
|
515 |
},
|
|
516 |
"peerDependencies": {
|
|
517 |
"@babel/core": "^7.12.0"
|
|
518 |
}
|
|
519 |
},
|
|
520 |
"node_modules/@babel/plugin-proposal-decorators": {
|
|
521 |
"version": "7.21.0",
|
|
522 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.21.0.tgz",
|
|
523 |
"integrity": "sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==",
|
|
524 |
"dependencies": {
|
|
525 |
"@babel/helper-create-class-features-plugin": "^7.21.0",
|
|
526 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
527 |
"@babel/helper-replace-supers": "^7.20.7",
|
|
528 |
"@babel/helper-split-export-declaration": "^7.18.6",
|
|
529 |
"@babel/plugin-syntax-decorators": "^7.21.0"
|
|
530 |
},
|
|
531 |
"engines": {
|
|
532 |
"node": ">=6.9.0"
|
|
533 |
},
|
|
534 |
"peerDependencies": {
|
|
535 |
"@babel/core": "^7.0.0-0"
|
|
536 |
}
|
|
537 |
},
|
|
538 |
"node_modules/@babel/plugin-proposal-dynamic-import": {
|
|
539 |
"version": "7.18.6",
|
|
540 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
|
|
541 |
"integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
|
|
542 |
"dependencies": {
|
|
543 |
"@babel/helper-plugin-utils": "^7.18.6",
|
|
544 |
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
|
545 |
},
|
|
546 |
"engines": {
|
|
547 |
"node": ">=6.9.0"
|
|
548 |
},
|
|
549 |
"peerDependencies": {
|
|
550 |
"@babel/core": "^7.0.0-0"
|
|
551 |
}
|
|
552 |
},
|
|
553 |
"node_modules/@babel/plugin-proposal-export-default-from": {
|
|
554 |
"version": "7.18.10",
|
|
555 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.18.10.tgz",
|
|
556 |
"integrity": "sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==",
|
|
557 |
"dependencies": {
|
|
558 |
"@babel/helper-plugin-utils": "^7.18.9",
|
|
559 |
"@babel/plugin-syntax-export-default-from": "^7.18.6"
|
|
560 |
},
|
|
561 |
"engines": {
|
|
562 |
"node": ">=6.9.0"
|
|
563 |
},
|
|
564 |
"peerDependencies": {
|
|
565 |
"@babel/core": "^7.0.0-0"
|
|
566 |
}
|
|
567 |
},
|
|
568 |
"node_modules/@babel/plugin-proposal-export-namespace-from": {
|
|
569 |
"version": "7.18.9",
|
|
570 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
|
|
571 |
"integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
|
|
572 |
"dependencies": {
|
|
573 |
"@babel/helper-plugin-utils": "^7.18.9",
|
|
574 |
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
|
|
575 |
},
|
|
576 |
"engines": {
|
|
577 |
"node": ">=6.9.0"
|
|
578 |
},
|
|
579 |
"peerDependencies": {
|
|
580 |
"@babel/core": "^7.0.0-0"
|
|
581 |
}
|
|
582 |
},
|
|
583 |
"node_modules/@babel/plugin-proposal-json-strings": {
|
|
584 |
"version": "7.18.6",
|
|
585 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
|
|
586 |
"integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
|
|
587 |
"dependencies": {
|
|
588 |
"@babel/helper-plugin-utils": "^7.18.6",
|
|
589 |
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
|
590 |
},
|
|
591 |
"engines": {
|
|
592 |
"node": ">=6.9.0"
|
|
593 |
},
|
|
594 |
"peerDependencies": {
|
|
595 |
"@babel/core": "^7.0.0-0"
|
|
596 |
}
|
|
597 |
},
|
|
598 |
"node_modules/@babel/plugin-proposal-logical-assignment-operators": {
|
|
599 |
"version": "7.20.7",
|
|
600 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz",
|
|
601 |
"integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==",
|
|
602 |
"dependencies": {
|
|
603 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
604 |
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
|
605 |
},
|
|
606 |
"engines": {
|
|
607 |
"node": ">=6.9.0"
|
|
608 |
},
|
|
609 |
"peerDependencies": {
|
|
610 |
"@babel/core": "^7.0.0-0"
|
|
611 |
}
|
|
612 |
},
|
|
613 |
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
|
|
614 |
"version": "7.18.6",
|
|
615 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
|
|
616 |
"integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
|
|
617 |
"dependencies": {
|
|
618 |
"@babel/helper-plugin-utils": "^7.18.6",
|
|
619 |
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
620 |
},
|
|
621 |
"engines": {
|
|
622 |
"node": ">=6.9.0"
|
|
623 |
},
|
|
624 |
"peerDependencies": {
|
|
625 |
"@babel/core": "^7.0.0-0"
|
|
626 |
}
|
|
627 |
},
|
|
628 |
"node_modules/@babel/plugin-proposal-numeric-separator": {
|
|
629 |
"version": "7.18.6",
|
|
630 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
|
|
631 |
"integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
|
|
632 |
"dependencies": {
|
|
633 |
"@babel/helper-plugin-utils": "^7.18.6",
|
|
634 |
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
|
635 |
},
|
|
636 |
"engines": {
|
|
637 |
"node": ">=6.9.0"
|
|
638 |
},
|
|
639 |
"peerDependencies": {
|
|
640 |
"@babel/core": "^7.0.0-0"
|
|
641 |
}
|
|
642 |
},
|
|
643 |
"node_modules/@babel/plugin-proposal-object-rest-spread": {
|
|
644 |
"version": "7.20.7",
|
|
645 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
|
|
646 |
"integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
|
|
647 |
"dependencies": {
|
|
648 |
"@babel/compat-data": "^7.20.5",
|
|
649 |
"@babel/helper-compilation-targets": "^7.20.7",
|
|
650 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
651 |
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
652 |
"@babel/plugin-transform-parameters": "^7.20.7"
|
|
653 |
},
|
|
654 |
"engines": {
|
|
655 |
"node": ">=6.9.0"
|
|
656 |
},
|
|
657 |
"peerDependencies": {
|
|
658 |
"@babel/core": "^7.0.0-0"
|
|
659 |
}
|
|
660 |
},
|
|
661 |
"node_modules/@babel/plugin-proposal-optional-catch-binding": {
|
|
662 |
"version": "7.18.6",
|
|
663 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
|
|
664 |
"integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
|
|
665 |
"dependencies": {
|
|
666 |
"@babel/helper-plugin-utils": "^7.18.6",
|
|
667 |
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
|
668 |
},
|
|
669 |
"engines": {
|
|
670 |
"node": ">=6.9.0"
|
|
671 |
},
|
|
672 |
"peerDependencies": {
|
|
673 |
"@babel/core": "^7.0.0-0"
|
|
674 |
}
|
|
675 |
},
|
|
676 |
"node_modules/@babel/plugin-proposal-optional-chaining": {
|
|
677 |
"version": "7.21.0",
|
|
678 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
|
|
679 |
"integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
|
|
680 |
"dependencies": {
|
|
681 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
682 |
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
|
|
683 |
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
684 |
},
|
|
685 |
"engines": {
|
|
686 |
"node": ">=6.9.0"
|
|
687 |
},
|
|
688 |
"peerDependencies": {
|
|
689 |
"@babel/core": "^7.0.0-0"
|
|
690 |
}
|
|
691 |
},
|
|
692 |
"node_modules/@babel/plugin-proposal-private-methods": {
|
|
693 |
"version": "7.18.6",
|
|
694 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
|
|
695 |
"integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
|
|
696 |
"dependencies": {
|
|
697 |
"@babel/helper-create-class-features-plugin": "^7.18.6",
|
|
698 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
699 |
},
|
|
700 |
"engines": {
|
|
701 |
"node": ">=6.9.0"
|
|
702 |
},
|
|
703 |
"peerDependencies": {
|
|
704 |
"@babel/core": "^7.0.0-0"
|
|
705 |
}
|
|
706 |
},
|
|
707 |
"node_modules/@babel/plugin-proposal-private-property-in-object": {
|
|
708 |
"version": "7.21.0",
|
|
709 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz",
|
|
710 |
"integrity": "sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==",
|
|
711 |
"dependencies": {
|
|
712 |
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
713 |
"@babel/helper-create-class-features-plugin": "^7.21.0",
|
|
714 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
715 |
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
|
|
716 |
},
|
|
717 |
"engines": {
|
|
718 |
"node": ">=6.9.0"
|
|
719 |
},
|
|
720 |
"peerDependencies": {
|
|
721 |
"@babel/core": "^7.0.0-0"
|
|
722 |
}
|
|
723 |
},
|
|
724 |
"node_modules/@babel/plugin-proposal-unicode-property-regex": {
|
|
725 |
"version": "7.18.6",
|
|
726 |
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
|
|
727 |
"integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
|
|
728 |
"dependencies": {
|
|
729 |
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
730 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
731 |
},
|
|
732 |
"engines": {
|
|
733 |
"node": ">=4"
|
|
734 |
},
|
|
735 |
"peerDependencies": {
|
|
736 |
"@babel/core": "^7.0.0-0"
|
|
737 |
}
|
|
738 |
},
|
|
739 |
"node_modules/@babel/plugin-syntax-async-generators": {
|
|
740 |
"version": "7.8.4",
|
|
741 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
|
|
742 |
"integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
|
|
743 |
"dependencies": {
|
|
744 |
"@babel/helper-plugin-utils": "^7.8.0"
|
|
745 |
},
|
|
746 |
"peerDependencies": {
|
|
747 |
"@babel/core": "^7.0.0-0"
|
|
748 |
}
|
|
749 |
},
|
|
750 |
"node_modules/@babel/plugin-syntax-class-properties": {
|
|
751 |
"version": "7.12.13",
|
|
752 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
|
|
753 |
"integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
|
|
754 |
"dependencies": {
|
|
755 |
"@babel/helper-plugin-utils": "^7.12.13"
|
|
756 |
},
|
|
757 |
"peerDependencies": {
|
|
758 |
"@babel/core": "^7.0.0-0"
|
|
759 |
}
|
|
760 |
},
|
|
761 |
"node_modules/@babel/plugin-syntax-class-static-block": {
|
|
762 |
"version": "7.14.5",
|
|
763 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
|
|
764 |
"integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
|
|
765 |
"dependencies": {
|
|
766 |
"@babel/helper-plugin-utils": "^7.14.5"
|
|
767 |
},
|
|
768 |
"engines": {
|
|
769 |
"node": ">=6.9.0"
|
|
770 |
},
|
|
771 |
"peerDependencies": {
|
|
772 |
"@babel/core": "^7.0.0-0"
|
|
773 |
}
|
|
774 |
},
|
|
775 |
"node_modules/@babel/plugin-syntax-decorators": {
|
|
776 |
"version": "7.21.0",
|
|
777 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.21.0.tgz",
|
|
778 |
"integrity": "sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==",
|
|
779 |
"dependencies": {
|
|
780 |
"@babel/helper-plugin-utils": "^7.20.2"
|
|
781 |
},
|
|
782 |
"engines": {
|
|
783 |
"node": ">=6.9.0"
|
|
784 |
},
|
|
785 |
"peerDependencies": {
|
|
786 |
"@babel/core": "^7.0.0-0"
|
|
787 |
}
|
|
788 |
},
|
|
789 |
"node_modules/@babel/plugin-syntax-dynamic-import": {
|
|
790 |
"version": "7.8.3",
|
|
791 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
|
|
792 |
"integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
|
|
793 |
"dependencies": {
|
|
794 |
"@babel/helper-plugin-utils": "^7.8.0"
|
|
795 |
},
|
|
796 |
"peerDependencies": {
|
|
797 |
"@babel/core": "^7.0.0-0"
|
|
798 |
}
|
|
799 |
},
|
|
800 |
"node_modules/@babel/plugin-syntax-export-default-from": {
|
|
801 |
"version": "7.18.6",
|
|
802 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.18.6.tgz",
|
|
803 |
"integrity": "sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==",
|
|
804 |
"dependencies": {
|
|
805 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
806 |
},
|
|
807 |
"engines": {
|
|
808 |
"node": ">=6.9.0"
|
|
809 |
},
|
|
810 |
"peerDependencies": {
|
|
811 |
"@babel/core": "^7.0.0-0"
|
|
812 |
}
|
|
813 |
},
|
|
814 |
"node_modules/@babel/plugin-syntax-export-namespace-from": {
|
|
815 |
"version": "7.8.3",
|
|
816 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
|
|
817 |
"integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
|
|
818 |
"dependencies": {
|
|
819 |
"@babel/helper-plugin-utils": "^7.8.3"
|
|
820 |
},
|
|
821 |
"peerDependencies": {
|
|
822 |
"@babel/core": "^7.0.0-0"
|
|
823 |
}
|
|
824 |
},
|
|
825 |
"node_modules/@babel/plugin-syntax-flow": {
|
|
826 |
"version": "7.18.6",
|
|
827 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz",
|
|
828 |
"integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==",
|
|
829 |
"dependencies": {
|
|
830 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
831 |
},
|
|
832 |
"engines": {
|
|
833 |
"node": ">=6.9.0"
|
|
834 |
},
|
|
835 |
"peerDependencies": {
|
|
836 |
"@babel/core": "^7.0.0-0"
|
|
837 |
}
|
|
838 |
},
|
|
839 |
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
840 |
"version": "7.20.0",
|
|
841 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz",
|
|
842 |
"integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==",
|
|
843 |
"dependencies": {
|
|
844 |
"@babel/helper-plugin-utils": "^7.19.0"
|
|
845 |
},
|
|
846 |
"engines": {
|
|
847 |
"node": ">=6.9.0"
|
|
848 |
},
|
|
849 |
"peerDependencies": {
|
|
850 |
"@babel/core": "^7.0.0-0"
|
|
851 |
}
|
|
852 |
},
|
|
853 |
"node_modules/@babel/plugin-syntax-json-strings": {
|
|
854 |
"version": "7.8.3",
|
|
855 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
|
|
856 |
"integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
|
|
857 |
"dependencies": {
|
|
858 |
"@babel/helper-plugin-utils": "^7.8.0"
|
|
859 |
},
|
|
860 |
"peerDependencies": {
|
|
861 |
"@babel/core": "^7.0.0-0"
|
|
862 |
}
|
|
863 |
},
|
|
864 |
"node_modules/@babel/plugin-syntax-jsx": {
|
|
865 |
"version": "7.18.6",
|
|
866 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz",
|
|
867 |
"integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==",
|
|
868 |
"dependencies": {
|
|
869 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
870 |
},
|
|
871 |
"engines": {
|
|
872 |
"node": ">=6.9.0"
|
|
873 |
},
|
|
874 |
"peerDependencies": {
|
|
875 |
"@babel/core": "^7.0.0-0"
|
|
876 |
}
|
|
877 |
},
|
|
878 |
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
|
|
879 |
"version": "7.10.4",
|
|
880 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
|
|
881 |
"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
|
|
882 |
"dependencies": {
|
|
883 |
"@babel/helper-plugin-utils": "^7.10.4"
|
|
884 |
},
|
|
885 |
"peerDependencies": {
|
|
886 |
"@babel/core": "^7.0.0-0"
|
|
887 |
}
|
|
888 |
},
|
|
889 |
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
|
|
890 |
"version": "7.8.3",
|
|
891 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
|
|
892 |
"integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
|
|
893 |
"dependencies": {
|
|
894 |
"@babel/helper-plugin-utils": "^7.8.0"
|
|
895 |
},
|
|
896 |
"peerDependencies": {
|
|
897 |
"@babel/core": "^7.0.0-0"
|
|
898 |
}
|
|
899 |
},
|
|
900 |
"node_modules/@babel/plugin-syntax-numeric-separator": {
|
|
901 |
"version": "7.10.4",
|
|
902 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
|
|
903 |
"integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
|
|
904 |
"dependencies": {
|
|
905 |
"@babel/helper-plugin-utils": "^7.10.4"
|
|
906 |
},
|
|
907 |
"peerDependencies": {
|
|
908 |
"@babel/core": "^7.0.0-0"
|
|
909 |
}
|
|
910 |
},
|
|
911 |
"node_modules/@babel/plugin-syntax-object-rest-spread": {
|
|
912 |
"version": "7.8.3",
|
|
913 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
|
|
914 |
"integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
|
|
915 |
"dependencies": {
|
|
916 |
"@babel/helper-plugin-utils": "^7.8.0"
|
|
917 |
},
|
|
918 |
"peerDependencies": {
|
|
919 |
"@babel/core": "^7.0.0-0"
|
|
920 |
}
|
|
921 |
},
|
|
922 |
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
|
|
923 |
"version": "7.8.3",
|
|
924 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
|
|
925 |
"integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
|
|
926 |
"dependencies": {
|
|
927 |
"@babel/helper-plugin-utils": "^7.8.0"
|
|
928 |
},
|
|
929 |
"peerDependencies": {
|
|
930 |
"@babel/core": "^7.0.0-0"
|
|
931 |
}
|
|
932 |
},
|
|
933 |
"node_modules/@babel/plugin-syntax-optional-chaining": {
|
|
934 |
"version": "7.8.3",
|
|
935 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
|
|
936 |
"integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
|
|
937 |
"dependencies": {
|
|
938 |
"@babel/helper-plugin-utils": "^7.8.0"
|
|
939 |
},
|
|
940 |
"peerDependencies": {
|
|
941 |
"@babel/core": "^7.0.0-0"
|
|
942 |
}
|
|
943 |
},
|
|
944 |
"node_modules/@babel/plugin-syntax-private-property-in-object": {
|
|
945 |
"version": "7.14.5",
|
|
946 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
|
|
947 |
"integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
|
|
948 |
"dependencies": {
|
|
949 |
"@babel/helper-plugin-utils": "^7.14.5"
|
|
950 |
},
|
|
951 |
"engines": {
|
|
952 |
"node": ">=6.9.0"
|
|
953 |
},
|
|
954 |
"peerDependencies": {
|
|
955 |
"@babel/core": "^7.0.0-0"
|
|
956 |
}
|
|
957 |
},
|
|
958 |
"node_modules/@babel/plugin-syntax-top-level-await": {
|
|
959 |
"version": "7.14.5",
|
|
960 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
|
|
961 |
"integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
|
|
962 |
"dependencies": {
|
|
963 |
"@babel/helper-plugin-utils": "^7.14.5"
|
|
964 |
},
|
|
965 |
"engines": {
|
|
966 |
"node": ">=6.9.0"
|
|
967 |
},
|
|
968 |
"peerDependencies": {
|
|
969 |
"@babel/core": "^7.0.0-0"
|
|
970 |
}
|
|
971 |
},
|
|
972 |
"node_modules/@babel/plugin-syntax-typescript": {
|
|
973 |
"version": "7.20.0",
|
|
974 |
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz",
|
|
975 |
"integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==",
|
|
976 |
"dependencies": {
|
|
977 |
"@babel/helper-plugin-utils": "^7.19.0"
|
|
978 |
},
|
|
979 |
"engines": {
|
|
980 |
"node": ">=6.9.0"
|
|
981 |
},
|
|
982 |
"peerDependencies": {
|
|
983 |
"@babel/core": "^7.0.0-0"
|
|
984 |
}
|
|
985 |
},
|
|
986 |
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
987 |
"version": "7.20.7",
|
|
988 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz",
|
|
989 |
"integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==",
|
|
990 |
"dependencies": {
|
|
991 |
"@babel/helper-plugin-utils": "^7.20.2"
|
|
992 |
},
|
|
993 |
"engines": {
|
|
994 |
"node": ">=6.9.0"
|
|
995 |
},
|
|
996 |
"peerDependencies": {
|
|
997 |
"@babel/core": "^7.0.0-0"
|
|
998 |
}
|
|
999 |
},
|
|
1000 |
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
1001 |
"version": "7.20.7",
|
|
1002 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz",
|
|
1003 |
"integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==",
|
|
1004 |
"dependencies": {
|
|
1005 |
"@babel/helper-module-imports": "^7.18.6",
|
|
1006 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1007 |
"@babel/helper-remap-async-to-generator": "^7.18.9"
|
|
1008 |
},
|
|
1009 |
"engines": {
|
|
1010 |
"node": ">=6.9.0"
|
|
1011 |
},
|
|
1012 |
"peerDependencies": {
|
|
1013 |
"@babel/core": "^7.0.0-0"
|
|
1014 |
}
|
|
1015 |
},
|
|
1016 |
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
1017 |
"version": "7.18.6",
|
|
1018 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
|
|
1019 |
"integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==",
|
|
1020 |
"dependencies": {
|
|
1021 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
1022 |
},
|
|
1023 |
"engines": {
|
|
1024 |
"node": ">=6.9.0"
|
|
1025 |
},
|
|
1026 |
"peerDependencies": {
|
|
1027 |
"@babel/core": "^7.0.0-0"
|
|
1028 |
}
|
|
1029 |
},
|
|
1030 |
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
1031 |
"version": "7.21.0",
|
|
1032 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz",
|
|
1033 |
"integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==",
|
|
1034 |
"dependencies": {
|
|
1035 |
"@babel/helper-plugin-utils": "^7.20.2"
|
|
1036 |
},
|
|
1037 |
"engines": {
|
|
1038 |
"node": ">=6.9.0"
|
|
1039 |
},
|
|
1040 |
"peerDependencies": {
|
|
1041 |
"@babel/core": "^7.0.0-0"
|
|
1042 |
}
|
|
1043 |
},
|
|
1044 |
"node_modules/@babel/plugin-transform-classes": {
|
|
1045 |
"version": "7.21.0",
|
|
1046 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz",
|
|
1047 |
"integrity": "sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==",
|
|
1048 |
"dependencies": {
|
|
1049 |
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
1050 |
"@babel/helper-compilation-targets": "^7.20.7",
|
|
1051 |
"@babel/helper-environment-visitor": "^7.18.9",
|
|
1052 |
"@babel/helper-function-name": "^7.21.0",
|
|
1053 |
"@babel/helper-optimise-call-expression": "^7.18.6",
|
|
1054 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1055 |
"@babel/helper-replace-supers": "^7.20.7",
|
|
1056 |
"@babel/helper-split-export-declaration": "^7.18.6",
|
|
1057 |
"globals": "^11.1.0"
|
|
1058 |
},
|
|
1059 |
"engines": {
|
|
1060 |
"node": ">=6.9.0"
|
|
1061 |
},
|
|
1062 |
"peerDependencies": {
|
|
1063 |
"@babel/core": "^7.0.0-0"
|
|
1064 |
}
|
|
1065 |
},
|
|
1066 |
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
1067 |
"version": "7.20.7",
|
|
1068 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz",
|
|
1069 |
"integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==",
|
|
1070 |
"dependencies": {
|
|
1071 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1072 |
"@babel/template": "^7.20.7"
|
|
1073 |
},
|
|
1074 |
"engines": {
|
|
1075 |
"node": ">=6.9.0"
|
|
1076 |
},
|
|
1077 |
"peerDependencies": {
|
|
1078 |
"@babel/core": "^7.0.0-0"
|
|
1079 |
}
|
|
1080 |
},
|
|
1081 |
"node_modules/@babel/plugin-transform-destructuring": {
|
|
1082 |
"version": "7.21.3",
|
|
1083 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz",
|
|
1084 |
"integrity": "sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==",
|
|
1085 |
"dependencies": {
|
|
1086 |
"@babel/helper-plugin-utils": "^7.20.2"
|
|
1087 |
},
|
|
1088 |
"engines": {
|
|
1089 |
"node": ">=6.9.0"
|
|
1090 |
},
|
|
1091 |
"peerDependencies": {
|
|
1092 |
"@babel/core": "^7.0.0-0"
|
|
1093 |
}
|
|
1094 |
},
|
|
1095 |
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
1096 |
"version": "7.18.6",
|
|
1097 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
|
|
1098 |
"integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==",
|
|
1099 |
"dependencies": {
|
|
1100 |
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
1101 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
1102 |
},
|
|
1103 |
"engines": {
|
|
1104 |
"node": ">=6.9.0"
|
|
1105 |
},
|
|
1106 |
"peerDependencies": {
|
|
1107 |
"@babel/core": "^7.0.0-0"
|
|
1108 |
}
|
|
1109 |
},
|
|
1110 |
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
1111 |
"version": "7.18.9",
|
|
1112 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz",
|
|
1113 |
"integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==",
|
|
1114 |
"dependencies": {
|
|
1115 |
"@babel/helper-plugin-utils": "^7.18.9"
|
|
1116 |
},
|
|
1117 |
"engines": {
|
|
1118 |
"node": ">=6.9.0"
|
|
1119 |
},
|
|
1120 |
"peerDependencies": {
|
|
1121 |
"@babel/core": "^7.0.0-0"
|
|
1122 |
}
|
|
1123 |
},
|
|
1124 |
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
1125 |
"version": "7.18.6",
|
|
1126 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz",
|
|
1127 |
"integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==",
|
|
1128 |
"dependencies": {
|
|
1129 |
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
|
|
1130 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
1131 |
},
|
|
1132 |
"engines": {
|
|
1133 |
"node": ">=6.9.0"
|
|
1134 |
},
|
|
1135 |
"peerDependencies": {
|
|
1136 |
"@babel/core": "^7.0.0-0"
|
|
1137 |
}
|
|
1138 |
},
|
|
1139 |
"node_modules/@babel/plugin-transform-flow-strip-types": {
|
|
1140 |
"version": "7.21.0",
|
|
1141 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.21.0.tgz",
|
|
1142 |
"integrity": "sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==",
|
|
1143 |
"dependencies": {
|
|
1144 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1145 |
"@babel/plugin-syntax-flow": "^7.18.6"
|
|
1146 |
},
|
|
1147 |
"engines": {
|
|
1148 |
"node": ">=6.9.0"
|
|
1149 |
},
|
|
1150 |
"peerDependencies": {
|
|
1151 |
"@babel/core": "^7.0.0-0"
|
|
1152 |
}
|
|
1153 |
},
|
|
1154 |
"node_modules/@babel/plugin-transform-for-of": {
|
|
1155 |
"version": "7.21.0",
|
|
1156 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz",
|
|
1157 |
"integrity": "sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==",
|
|
1158 |
"dependencies": {
|
|
1159 |
"@babel/helper-plugin-utils": "^7.20.2"
|
|
1160 |
},
|
|
1161 |
"engines": {
|
|
1162 |
"node": ">=6.9.0"
|
|
1163 |
},
|
|
1164 |
"peerDependencies": {
|
|
1165 |
"@babel/core": "^7.0.0-0"
|
|
1166 |
}
|
|
1167 |
},
|
|
1168 |
"node_modules/@babel/plugin-transform-function-name": {
|
|
1169 |
"version": "7.18.9",
|
|
1170 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz",
|
|
1171 |
"integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==",
|
|
1172 |
"dependencies": {
|
|
1173 |
"@babel/helper-compilation-targets": "^7.18.9",
|
|
1174 |
"@babel/helper-function-name": "^7.18.9",
|
|
1175 |
"@babel/helper-plugin-utils": "^7.18.9"
|
|
1176 |
},
|
|
1177 |
"engines": {
|
|
1178 |
"node": ">=6.9.0"
|
|
1179 |
},
|
|
1180 |
"peerDependencies": {
|
|
1181 |
"@babel/core": "^7.0.0-0"
|
|
1182 |
}
|
|
1183 |
},
|
|
1184 |
"node_modules/@babel/plugin-transform-literals": {
|
|
1185 |
"version": "7.18.9",
|
|
1186 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz",
|
|
1187 |
"integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==",
|
|
1188 |
"dependencies": {
|
|
1189 |
"@babel/helper-plugin-utils": "^7.18.9"
|
|
1190 |
},
|
|
1191 |
"engines": {
|
|
1192 |
"node": ">=6.9.0"
|
|
1193 |
},
|
|
1194 |
"peerDependencies": {
|
|
1195 |
"@babel/core": "^7.0.0-0"
|
|
1196 |
}
|
|
1197 |
},
|
|
1198 |
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
1199 |
"version": "7.18.6",
|
|
1200 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz",
|
|
1201 |
"integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==",
|
|
1202 |
"dependencies": {
|
|
1203 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
1204 |
},
|
|
1205 |
"engines": {
|
|
1206 |
"node": ">=6.9.0"
|
|
1207 |
},
|
|
1208 |
"peerDependencies": {
|
|
1209 |
"@babel/core": "^7.0.0-0"
|
|
1210 |
}
|
|
1211 |
},
|
|
1212 |
"node_modules/@babel/plugin-transform-modules-amd": {
|
|
1213 |
"version": "7.20.11",
|
|
1214 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz",
|
|
1215 |
"integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==",
|
|
1216 |
"dependencies": {
|
|
1217 |
"@babel/helper-module-transforms": "^7.20.11",
|
|
1218 |
"@babel/helper-plugin-utils": "^7.20.2"
|
|
1219 |
},
|
|
1220 |
"engines": {
|
|
1221 |
"node": ">=6.9.0"
|
|
1222 |
},
|
|
1223 |
"peerDependencies": {
|
|
1224 |
"@babel/core": "^7.0.0-0"
|
|
1225 |
}
|
|
1226 |
},
|
|
1227 |
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1228 |
"version": "7.21.2",
|
|
1229 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz",
|
|
1230 |
"integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==",
|
|
1231 |
"dependencies": {
|
|
1232 |
"@babel/helper-module-transforms": "^7.21.2",
|
|
1233 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1234 |
"@babel/helper-simple-access": "^7.20.2"
|
|
1235 |
},
|
|
1236 |
"engines": {
|
|
1237 |
"node": ">=6.9.0"
|
|
1238 |
},
|
|
1239 |
"peerDependencies": {
|
|
1240 |
"@babel/core": "^7.0.0-0"
|
|
1241 |
}
|
|
1242 |
},
|
|
1243 |
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1244 |
"version": "7.20.11",
|
|
1245 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz",
|
|
1246 |
"integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==",
|
|
1247 |
"dependencies": {
|
|
1248 |
"@babel/helper-hoist-variables": "^7.18.6",
|
|
1249 |
"@babel/helper-module-transforms": "^7.20.11",
|
|
1250 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1251 |
"@babel/helper-validator-identifier": "^7.19.1"
|
|
1252 |
},
|
|
1253 |
"engines": {
|
|
1254 |
"node": ">=6.9.0"
|
|
1255 |
},
|
|
1256 |
"peerDependencies": {
|
|
1257 |
"@babel/core": "^7.0.0-0"
|
|
1258 |
}
|
|
1259 |
},
|
|
1260 |
"node_modules/@babel/plugin-transform-modules-umd": {
|
|
1261 |
"version": "7.18.6",
|
|
1262 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz",
|
|
1263 |
"integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==",
|
|
1264 |
"dependencies": {
|
|
1265 |
"@babel/helper-module-transforms": "^7.18.6",
|
|
1266 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
1267 |
},
|
|
1268 |
"engines": {
|
|
1269 |
"node": ">=6.9.0"
|
|
1270 |
},
|
|
1271 |
"peerDependencies": {
|
|
1272 |
"@babel/core": "^7.0.0-0"
|
|
1273 |
}
|
|
1274 |
},
|
|
1275 |
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
1276 |
"version": "7.20.5",
|
|
1277 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz",
|
|
1278 |
"integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==",
|
|
1279 |
"dependencies": {
|
|
1280 |
"@babel/helper-create-regexp-features-plugin": "^7.20.5",
|
|
1281 |
"@babel/helper-plugin-utils": "^7.20.2"
|
|
1282 |
},
|
|
1283 |
"engines": {
|
|
1284 |
"node": ">=6.9.0"
|
|
1285 |
},
|
|
1286 |
"peerDependencies": {
|
|
1287 |
"@babel/core": "^7.0.0"
|
|
1288 |
}
|
|
1289 |
},
|
|
1290 |
"node_modules/@babel/plugin-transform-new-target": {
|
|
1291 |
"version": "7.18.6",
|
|
1292 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
|
|
1293 |
"integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==",
|
|
1294 |
"dependencies": {
|
|
1295 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
1296 |
},
|
|
1297 |
"engines": {
|
|
1298 |
"node": ">=6.9.0"
|
|
1299 |
},
|
|
1300 |
"peerDependencies": {
|
|
1301 |
"@babel/core": "^7.0.0-0"
|
|
1302 |
}
|
|
1303 |
},
|
|
1304 |
"node_modules/@babel/plugin-transform-object-super": {
|
|
1305 |
"version": "7.18.6",
|
|
1306 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz",
|
|
1307 |
"integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==",
|
|
1308 |
"dependencies": {
|
|
1309 |
"@babel/helper-plugin-utils": "^7.18.6",
|
|
1310 |
"@babel/helper-replace-supers": "^7.18.6"
|
|
1311 |
},
|
|
1312 |
"engines": {
|
|
1313 |
"node": ">=6.9.0"
|
|
1314 |
},
|
|
1315 |
"peerDependencies": {
|
|
1316 |
"@babel/core": "^7.0.0-0"
|
|
1317 |
}
|
|
1318 |
},
|
|
1319 |
"node_modules/@babel/plugin-transform-parameters": {
|
|
1320 |
"version": "7.21.3",
|
|
1321 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz",
|
|
1322 |
"integrity": "sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==",
|
|
1323 |
"dependencies": {
|
|
1324 |
"@babel/helper-plugin-utils": "^7.20.2"
|
|
1325 |
},
|
|
1326 |
"engines": {
|
|
1327 |
"node": ">=6.9.0"
|
|
1328 |
},
|
|
1329 |
"peerDependencies": {
|
|
1330 |
"@babel/core": "^7.0.0-0"
|
|
1331 |
}
|
|
1332 |
},
|
|
1333 |
"node_modules/@babel/plugin-transform-property-literals": {
|
|
1334 |
"version": "7.18.6",
|
|
1335 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
|
|
1336 |
"integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==",
|
|
1337 |
"dependencies": {
|
|
1338 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
1339 |
},
|
|
1340 |
"engines": {
|
|
1341 |
"node": ">=6.9.0"
|
|
1342 |
},
|
|
1343 |
"peerDependencies": {
|
|
1344 |
"@babel/core": "^7.0.0-0"
|
|
1345 |
}
|
|
1346 |
},
|
|
1347 |
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
1348 |
"version": "7.18.6",
|
|
1349 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz",
|
|
1350 |
"integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==",
|
|
1351 |
"dependencies": {
|
|
1352 |
"@babel/helper-plugin-utils": "^7.18.6"
|
|
1353 |
},
|
|
1354 |
"engines": {
|
|
1355 |
"node": ">=6.9.0"
|
|
1356 |
},
|
|
1357 |
"peerDependencies": {
|
|
1358 |
"@babel/core": "^7.0.0-0"
|
|
1359 |
}
|
|
1360 |
},
|
|
1361 |
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
1362 |
"version": "7.21.0",
|
|
1363 |
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz",
|
|
1364 |
"integrity": "sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==",
|
|
1365 |
"dependencies": {
|
|
1366 |
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
1367 |
"@babel/helper-module-imports": "^7.18.6",
|
|
1368 |
"@babel/helper-plugin-utils": "^7.20.2",
|
|
1369 |
"@babel/plugin-syntax-jsx": "^7.18.6",
|
|
1370 |
"@babel/types": "^7.21.0"
|
|
1371 |
},
|
|
1372 |
"engines": {
|
|
1373 |
"node": ">=6.9.0"
|
|
1374 |
},
|
Initial commit
Generated by create-expo-app 1.3.2.