-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
sandbox.html
480 lines (477 loc) · 41.3 KB
/
sandbox.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<title>Import Map Generator - JSPM2</title>
<meta property="og:title" content="Import Map Generator">
<meta property="og:image" content="https://jspm.org/jspm.png">
<meta name="Description" content="Generate an import map to load any third party dependencies from the JSPM.IO CDN">
<meta property="og:description" content="Generate an import map to load any third party dependencies from the JSPM.IO CDN">
<meta property="og:url" content="https://generator.jspm.io">
<meta name="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Generated by @jspm/generator - https://github.com/jspm/generator -->
<script async src="https://ga.jspm.io/npm:es-module-shims@1.10.0/dist/es-module-shims.js" crossorigin="anonymous" integrity="sha384-ie1x72Xck445i0j4SlNJ5W5iGeL3Dpa0zD48MZopgWsjNB/lt60SuG1iduZGNnJn"></script>
<script type="importmap">
{
"imports": {
"./src/api.js": "./src/api.js?2",
"./src/dependencies.js": "./src/dependencies.js?2",
"./src/dragdrop.js": "./src/dragdrop.js?2",
"./src/help.js": "./src/help.js?2",
"./src/mapapp.js": "./src/mapapp.js?2",
"./src/popup.js": "./src/popup.js?2",
"./src/progress.js": "./src/progress.js?2",
"./src/select.js": "./src/select.js?2",
"./src/statehash.js": "./src/statehash.js?2",
"./src/toast.js": "./src/toast.js?2",
"./src/url-shim.js": "./src/url-shim.js?2",
"./src/utils.js": "./src/utils.js?2",
"mapapp": "./src/mapapp.js?2"
},
"scopes": {
"./": {
"@jspm/core/nodelibs/buffer": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/buffer.js",
"@jspm/core/nodelibs/crypto": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/crypto.js",
"@jspm/core/nodelibs/zlib": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/zlib.js",
"@jspm/generator": "https://ga.jspm.io/npm:@jspm/generator@2.3.0/dist/generator.js",
"drag-drop": "https://ga.jspm.io/npm:drag-drop@7.2.0/index.js",
"sver": "https://ga.jspm.io/npm:sver@1.8.4/sver.js"
},
"https://ga.jspm.io/": {
"#fetch": "https://ga.jspm.io/npm:@jspm/generator@2.1.2/dist/fetch-native.js",
"#lib/config/files/index.js": "https://ga.jspm.io/npm:@babel/core@7.24.7/lib/config/files/index-browser.js",
"#lib/config/resolve-targets.js": "https://ga.jspm.io/npm:@babel/core@7.24.7/lib/config/resolve-targets-browser.js",
"#lib/transform-file.js": "https://ga.jspm.io/npm:@babel/core@7.24.7/lib/transform-file-browser.js",
"#node.js": "https://ga.jspm.io/npm:browserslist@4.23.2/browser.js",
"@ampproject/remapping": "https://ga.jspm.io/npm:@ampproject/remapping@2.3.0/dist/remapping.umd.js",
"@babel/code-frame": "https://ga.jspm.io/npm:@babel/code-frame@7.24.7/lib/index.js",
"@babel/compat-data/native-modules": "https://ga.jspm.io/npm:@babel/compat-data@7.24.7/native-modules.js",
"@babel/compat-data/plugins": "https://ga.jspm.io/npm:@babel/compat-data@7.24.7/plugins.js",
"@babel/core": "https://ga.jspm.io/npm:@babel/core@7.24.7/lib/index.js",
"@babel/generator": "https://ga.jspm.io/npm:@babel/generator@7.24.7/lib/index.js",
"@babel/helper-annotate-as-pure": "https://ga.jspm.io/npm:@babel/helper-annotate-as-pure@7.24.7/lib/index.js",
"@babel/helper-compilation-targets": "https://ga.jspm.io/npm:@babel/helper-compilation-targets@7.24.7/lib/index.js",
"@babel/helper-create-class-features-plugin": "https://ga.jspm.io/npm:@babel/helper-create-class-features-plugin@7.24.7/lib/index.js",
"@babel/helper-environment-visitor": "https://ga.jspm.io/npm:@babel/helper-environment-visitor@7.24.7/lib/index.js",
"@babel/helper-function-name": "https://ga.jspm.io/npm:@babel/helper-function-name@7.24.7/lib/index.js",
"@babel/helper-hoist-variables": "https://ga.jspm.io/npm:@babel/helper-hoist-variables@7.24.7/lib/index.js",
"@babel/helper-member-expression-to-functions": "https://ga.jspm.io/npm:@babel/helper-member-expression-to-functions@7.24.8/lib/index.js",
"@babel/helper-module-imports": "https://ga.jspm.io/npm:@babel/helper-module-imports@7.24.7/lib/index.js",
"@babel/helper-module-transforms": "https://ga.jspm.io/npm:@babel/helper-module-transforms@7.24.8/lib/index.js",
"@babel/helper-optimise-call-expression": "https://ga.jspm.io/npm:@babel/helper-optimise-call-expression@7.24.7/lib/index.js",
"@babel/helper-plugin-utils": "https://ga.jspm.io/npm:@babel/helper-plugin-utils@7.24.7/lib/index.js",
"@babel/helper-replace-supers": "https://ga.jspm.io/npm:@babel/helper-replace-supers@7.24.7/lib/index.js",
"@babel/helper-simple-access": "https://ga.jspm.io/npm:@babel/helper-simple-access@7.24.7/lib/index.js",
"@babel/helper-skip-transparent-expression-wrappers": "https://ga.jspm.io/npm:@babel/helper-skip-transparent-expression-wrappers@7.24.7/lib/index.js",
"@babel/helper-split-export-declaration": "https://ga.jspm.io/npm:@babel/helper-split-export-declaration@7.24.7/lib/index.js",
"@babel/helper-string-parser": "https://ga.jspm.io/npm:@babel/helper-string-parser@7.24.7/lib/index.js",
"@babel/helper-validator-identifier": "https://ga.jspm.io/npm:@babel/helper-validator-identifier@7.24.7/lib/index.js",
"@babel/helper-validator-option": "https://ga.jspm.io/npm:@babel/helper-validator-option@7.24.7/lib/index.js",
"@babel/helpers": "https://ga.jspm.io/npm:@babel/helpers@7.24.7/lib/index.js",
"@babel/highlight": "https://ga.jspm.io/npm:@babel/highlight@7.24.7/lib/index.js",
"@babel/parser": "https://ga.jspm.io/npm:@babel/parser@7.24.7/lib/index.js",
"@babel/plugin-syntax-import-attributes": "https://ga.jspm.io/npm:@babel/plugin-syntax-import-attributes@7.24.7/lib/index.js",
"@babel/plugin-syntax-jsx": "https://ga.jspm.io/npm:@babel/plugin-syntax-jsx@7.24.7/lib/index.js",
"@babel/plugin-syntax-typescript": "https://ga.jspm.io/npm:@babel/plugin-syntax-typescript@7.24.7/lib/index.js",
"@babel/plugin-transform-modules-commonjs": "https://ga.jspm.io/npm:@babel/plugin-transform-modules-commonjs@7.24.7/lib/index.js",
"@babel/plugin-transform-typescript": "https://ga.jspm.io/npm:@babel/plugin-transform-typescript@7.24.7/lib/index.js",
"@babel/preset-typescript": "https://ga.jspm.io/npm:@babel/preset-typescript@7.24.7/lib/index.js",
"@babel/template": "https://ga.jspm.io/npm:@babel/template@7.24.7/lib/index.js",
"@babel/traverse": "https://ga.jspm.io/npm:@babel/traverse@7.24.8/lib/index.js",
"@babel/types": "https://ga.jspm.io/npm:@babel/types@7.24.7/lib/index.js",
"@jridgewell/gen-mapping": "https://ga.jspm.io/npm:@jridgewell/gen-mapping@0.3.5/dist/gen-mapping.umd.js",
"@jridgewell/resolve-uri": "https://ga.jspm.io/npm:@jridgewell/resolve-uri@3.1.2/dist/resolve-uri.umd.js",
"@jridgewell/set-array": "https://ga.jspm.io/npm:@jridgewell/set-array@1.2.1/dist/set-array.umd.js",
"@jridgewell/sourcemap-codec": "https://ga.jspm.io/npm:@jridgewell/sourcemap-codec@1.5.0/dist/sourcemap-codec.umd.js",
"@jridgewell/trace-mapping": "https://ga.jspm.io/npm:@jridgewell/trace-mapping@0.3.25/dist/trace-mapping.umd.js",
"@jspm/import-map": "https://ga.jspm.io/npm:@jspm/import-map@1.1.0/dist/map.js",
"ansi-styles": "https://ga.jspm.io/npm:ansi-styles@3.2.1/index.js",
"assert": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/assert.js",
"browserslist": "https://ga.jspm.io/npm:browserslist@4.23.2/index.js",
"buffer": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/buffer.js",
"caniuse-lite/dist/unpacker/agents": "https://ga.jspm.io/npm:caniuse-lite@1.0.30001642/dist/unpacker/agents.js",
"chalk": "https://ga.jspm.io/npm:chalk@2.4.2/index.js",
"color-convert": "https://ga.jspm.io/npm:color-convert@1.9.3/index.js",
"color-name": "https://ga.jspm.io/npm:color-name@1.1.3/index.js",
"convert-source-map": "https://ga.jspm.io/npm:convert-source-map@2.0.0/index.js",
"debug": "https://ga.jspm.io/npm:debug@4.3.5/src/browser.js",
"electron-to-chromium/versions": "https://ga.jspm.io/npm:electron-to-chromium@1.4.825/versions.js",
"es-module-lexer": "https://ga.jspm.io/npm:es-module-lexer@1.5.4/dist/lexer.js",
"es-module-lexer/js": "https://ga.jspm.io/npm:es-module-lexer@1.5.4/dist/lexer.asm.js",
"escape-string-regexp": "https://ga.jspm.io/npm:escape-string-regexp@1.0.5/index.js",
"fs": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/fs.js",
"gensync": "https://ga.jspm.io/npm:gensync@1.0.0-beta.2/index.js",
"globals": "https://ga.jspm.io/npm:globals@11.12.0/index.js",
"js-tokens": "https://ga.jspm.io/npm:js-tokens@4.0.0/index.js",
"jsesc": "https://ga.jspm.io/npm:jsesc@2.5.2/jsesc.js",
"lru-cache": "https://ga.jspm.io/npm:lru-cache@5.1.1/index.js",
"ms": "https://ga.jspm.io/npm:ms@2.1.2/index.js",
"node-releases/data/processed/envs.json": "https://ga.jspm.io/npm:node-releases@2.0.14/data/processed/envs.json.js",
"node-releases/data/release-schedule/release-schedule.json": "https://ga.jspm.io/npm:node-releases@2.0.14/data/release-schedule/release-schedule.json.js",
"path": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/path.js",
"picocolors": "https://ga.jspm.io/npm:picocolors@1.0.1/picocolors.browser.js",
"process": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/process-production.js",
"queue-microtask": "https://ga.jspm.io/npm:queue-microtask@1.2.3/index.js",
"run-parallel": "https://ga.jspm.io/npm:run-parallel@1.2.0/index.js",
"semver": "https://ga.jspm.io/npm:semver@6.3.1/semver.js",
"supports-color": "https://ga.jspm.io/npm:supports-color@5.5.0/browser.js",
"sver": "https://ga.jspm.io/npm:sver@1.8.4/sver.js",
"sver/convert-range.js": "https://ga.jspm.io/npm:sver@1.8.4/convert-range.js",
"to-fast-properties": "https://ga.jspm.io/npm:to-fast-properties@2.0.0/index.js",
"url": "https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/url.js",
"yallist": "https://ga.jspm.io/npm:yallist@3.1.1/yallist.js"
},
"https://ga.jspm.io/npm:@jspm/generator@2.3.0/": {
"#fetch": "https://ga.jspm.io/npm:@jspm/generator@2.3.0/dist/fetch-native.js"
}
},
"integrity": {
"./src/api.js?2": "sha384-ZVImTxGUW1BO2Cn9J0QCnY0hBP58CsncoF4fRq/VOMYfJ0sHnHWBEWEIbUovwe7y",
"./src/dependencies.js?2": "sha384-DG/eERQfqEzYFHucrSorl644ZVIRPSj37G/7qmpwLFeejXft1Tx6Gru1rero2bWS",
"./src/dragdrop.js?2": "sha384-kGESzNFIQEHcgHxRopP/wn0rwIpD3In6/x7MMOc9sPGB6PXxobAjzqdrCwEX4nyK",
"./src/help.js?2": "sha384-yrnrCIA+FRZadLb+0SteCSr/m9puRhq94E2sG97ckVPfcqGdLf2usVlciueg3ynG",
"./src/mapapp.js?2": "sha384-ayOysr8Kpe9rHNJM0I/3YSEGWeR/u1mRhwUH1pIHjZnqHPfUUrRdFZX6ygfCwBPM",
"./src/popup.js?2": "sha384-Ll4Kt2YDaGYi/X02OGxM9+J+I942EDdOYxaVx43nFt2wfSHpnnWiHwZ43RkbCMsA",
"./src/progress.js?2": "sha384-5fPEG5cu2BN1BcBbsGEybmm2IQ/wwZhl0cgGMyW//6Fj7e78dfZKkNEvWLrP6T55",
"./src/select.js?2": "sha384-yROtkvmqMubW+DvUczrE5N31/jwcQVMaSlZnPFTpnOyfZ3vR9tLqaPYzXyo55RL5",
"./src/statehash.js?2": "sha384-v+AvEFyHxCHPutD6LkHxBRBcnqpFsaiKhKXFj8d/uuVWaBY+JbjoOIF5LNclmCD4",
"./src/toast.js?2": "sha384-z3n1cs19aXuuqxkND1Tc2n1TBW3/J+lganH0MjyBSlIyov733cX/IGdJveTvS/vM",
"./src/utils.js?2": "sha384-Vy61yAHdbCyCOGpChmr6Kc0IwwOZhawDhwsxRdFGrZumhKWnV8GF7c7yIZqQCLSR",
"https://ga.jspm.io/npm:@ampproject/remapping@2.3.0/dist/remapping.umd.js": "sha384-PUn4fah2UKw6n2oH7/SGBxv+KWPbSq2MVNxRdbDmtAJvbnjyuY1j9h1FtztLIKxi",
"https://ga.jspm.io/npm:@babel/code-frame@7.24.7/lib/index.js": "sha384-q7u76CrAyDNpegUnMtfRUDP9qO7lUYYA0+B49emsPsf+IXBlj6AsvQkcSApFeHuI",
"https://ga.jspm.io/npm:@babel/compat-data@7.24.7/native-modules.js": "sha384-2dEnne8b4+TZh98INjm+VNG4QguH0XbGg+f6tY5y4TwbbqI4sisxNAJIxUZ6k+qT",
"https://ga.jspm.io/npm:@babel/compat-data@7.24.7/plugins.js": "sha384-Ehi18RgjWb+5ajB1CZPamuJjUL9do3VfhRClCVSObqgT/JXz6T+0Ccld9RXf78HR",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/7R30S4Da.js": "sha384-cQKFgz9zuoIXn2e2+XvxQIJ71pf9XOf06XWvLHYlEX3Og7GoWgnURnAdg7XQ+6uv",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/9SW17JK3.js": "sha384-60o6BAo4zclqTF/6t1VDMQOc/47OX80ocDsMLNQ372b1E+oFIzcFw7mJgOZlxzLp",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/OS-YHvxK.js": "sha384-985HSAJ5vuNVC69AoKfTIMobKM8ipEbqiYPXn2m+LES5+PmY+XcTeg6x0FVdICkL",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/bmuToZXX.js": "sha384-Ziqrh0kNUjPcgITqfIozPGxoQ3VXgrGN/cyWcaWHotrIIVWtaTLike3rLEPEfQLp",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/eHDr4582.js": "sha384-x6flzzNei9oHkaDLIyJa+2Of1Nlgnm4j2y4kBv1olbdUliamLobXgIsNoenbgpGG",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/f-2YaZRw.js": "sha384-Vo8SW6axRuTMMe9T4n1QKR8PJJ5+OnONFfckhZDt5NyzvkbWoouzzrXRfKYXX7Ux",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/hczGKnBy.js": "sha384-WDCv3vbugy0YIA2C1oOpv8RUACN37WXjZSndz3katkYzAO/m4koI7VDK6vwtyTse",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/iNg3NhnW.js": "sha384-2tbMLwtDi6u/aH/oBQd9/gF25JahKR7BxuoeunNvJdZPSr1YcoRKTZjTg+wk9TDl",
"https://ga.jspm.io/npm:@babel/core@7.24.7/_/vG4UnRB2.js": "sha384-lOkpGuTBNUGhX67K5/U2ElsWelKaFJf7ZmTIw03Oaff+M28gMMlS1BryiDsKoklp",
"https://ga.jspm.io/npm:@babel/core@7.24.7/lib/config/files/index-browser.js": "sha384-TGC1DzcuEDZ54X73+BBIHTFtM0dwHA8Er4iP7yQg8Ju/t8Q3bHLcf66oExoiCNaA",
"https://ga.jspm.io/npm:@babel/core@7.24.7/lib/config/resolve-targets-browser.js": "sha384-GHxQENkOl1GuwlFreCX6ZRAd3/JVLjG6fcVI9umHu+a9xj7O6rZ3+NzMVpns2wGn",
"https://ga.jspm.io/npm:@babel/core@7.24.7/lib/index.js": "sha384-R8Ee2hN5m6BokPtwpBPY6lUliEJBodGs05UblGHYTml7+8Xjw1MCeiW1zj8MTl45",
"https://ga.jspm.io/npm:@babel/core@7.24.7/lib/transform-file-browser.js": "sha384-KDbPrFFjatPFj8g7V5/75EWODueh4E1TWxp4z6deA9/VgaKdSfiRw9hcjs6sdQje",
"https://ga.jspm.io/npm:@babel/generator@7.24.7/lib/index.js": "sha384-nP8uruw+Wu9HaDElKxSXhQQIhfyI9oMSSkli5zT/m5LvfW4UkvuietwEImkztIzV",
"https://ga.jspm.io/npm:@babel/generator@7.24.7/lib/printer.js": "sha384-cje2S/UdM3HZExBJTDkjZITbiAUe9kccCvJKF7QLvHKvvRZxc4AO2HVo/YOqRNzf",
"https://ga.jspm.io/npm:@babel/helper-annotate-as-pure@7.24.7/lib/index.js": "sha384-BvwL/hCQNtFu3N0iTyqPOhMJIOudIOohwcYhFX8O+ng/XUVEB6icmYFSp2IkvUHC",
"https://ga.jspm.io/npm:@babel/helper-compilation-targets@7.24.7/lib/index.js": "sha384-Tbu+3vU7SJxCt2fk44rnY1Fps4H5KN/yxFSDFqH4mftkdcJ8ABl6umC64OGXjKcT",
"https://ga.jspm.io/npm:@babel/helper-create-class-features-plugin@7.24.7/lib/index.js": "sha384-ryAgcXLNMH+iwQaJb/Pq5Bxyh1Ay/dEdZ3Fh//Tuh/ZL39lim8wLy1DSu/Rosldl",
"https://ga.jspm.io/npm:@babel/helper-environment-visitor@7.24.7/lib/index.js": "sha384-Py+f7wDjSVAZ/4yV6bg2ORY+f5koBY/mCFKHoU1/wEGA9lorhgTkNYZJJvydBJmI",
"https://ga.jspm.io/npm:@babel/helper-function-name@7.24.7/lib/index.js": "sha384-ECE+BpjBEf60Im1ktzI6fghPp2Ww3EKO81Hm4HILRT1e5wlYpFrh8yrkbNcwY3z/",
"https://ga.jspm.io/npm:@babel/helper-hoist-variables@7.24.7/lib/index.js": "sha384-hqO3+2Qc1COInEfC1IMVKIGrxyzoJnoVCtNRYdpFO8+g7g16FmHgQUwxJfIczQYA",
"https://ga.jspm.io/npm:@babel/helper-member-expression-to-functions@7.24.8/lib/index.js": "sha384-7tQM6s9MHnZCEWgHYZrfBOVVKo4+hje3axZ7hsPkwwMxwvFHZagK1+/OQ/BtoS80",
"https://ga.jspm.io/npm:@babel/helper-module-imports@7.24.7/lib/index.js": "sha384-SjqXOG4cxE/pOqdpo8G6p0Wk4GazkF9sxmhMEjsy1+q8iIHanP45sy9JLzzouZnf",
"https://ga.jspm.io/npm:@babel/helper-module-transforms@7.24.8/lib/index.js": "sha384-rXuPnwzQjWGbvF7ogqqRoOiehUTSGGJ7F/vSe9Cn9M+EZ4W88hpeWibdyi09fUcY",
"https://ga.jspm.io/npm:@babel/helper-module-transforms@7.24.8/lib/normalize-and-load-metadata.js": "sha384-4OWglbQahPb1J1uYcDpk91eHtMa2shRwfOCjzOUno9ZvxWrtN4ZoBZfHehm2eXCb",
"https://ga.jspm.io/npm:@babel/helper-optimise-call-expression@7.24.7/lib/index.js": "sha384-WIvwwjYhOJgivseyUCpplF1a4ku1K226CdMkAvhabhhYKB+7c7/g88BZARGOT7ui",
"https://ga.jspm.io/npm:@babel/helper-plugin-utils@7.24.7/lib/index.js": "sha384-TyNEmzzhGMS+VE2Q9AmPiRfr3GnpV1m4VXquMtMwWExuqJOV7t+kRS4A/fWAXm2J",
"https://ga.jspm.io/npm:@babel/helper-replace-supers@7.24.7/lib/index.js": "sha384-vQU5lTKyXpgfhzAPDkY9GAuApWgcmOcuJwo2kWcZ7c2OVHuu1V+tJPmm6IvtMC3N",
"https://ga.jspm.io/npm:@babel/helper-simple-access@7.24.7/lib/index.js": "sha384-znCQP8llxlzrnR5ALCGtmGHzBybz0hSkQHHFUqUcS95VlwHTcoQB9ez5FIEwWqL3",
"https://ga.jspm.io/npm:@babel/helper-skip-transparent-expression-wrappers@7.24.7/lib/index.js": "sha384-MmjIldbhfPsFXbRR6Xm1C2JnSMSgS01w002crVjYjfPjsKxv2FRyYTu12EExucQd",
"https://ga.jspm.io/npm:@babel/helper-split-export-declaration@7.24.7/lib/index.js": "sha384-tLWNypIiMO9Og3fFZiHwCMF4OHg2BA/UIdsv3RFmOUleVgMyAylDmwbzElpUpHpS",
"https://ga.jspm.io/npm:@babel/helper-string-parser@7.24.7/lib/index.js": "sha384-qcJ99VMRK1VM+sQGIWX4urZatFJELqK7gf7VZRmITrV7IPXCXgS2v54FNnpnAwqR",
"https://ga.jspm.io/npm:@babel/helper-validator-identifier@7.24.7/lib/index.js": "sha384-bPyFlSJLeFmadZSRz9wvGW28K/CUx4Iw05E6xSHsLDdhHZt1l/q4S6HnsbyLO8l5",
"https://ga.jspm.io/npm:@babel/helper-validator-option@7.24.7/lib/index.js": "sha384-Jx67UiNO0dEiZY4lcBqFXBLuYkn7spdHiXYgdufh03Pq3w1C6aCbPQNTkCBpl79+",
"https://ga.jspm.io/npm:@babel/helpers@7.24.7/lib/index.js": "sha384-c+kZRwDJVLB/9XVLVIMqaag/6RT96ie6Sv7wmHXKxZv8zXGHb2N7/miO19HUtm6Z",
"https://ga.jspm.io/npm:@babel/highlight@7.24.7/lib/index.js": "sha384-QDopDtCQPTqT1t5Pbpxmo3PIBcz42PlZr5EaArH98hXpGB46ejAmNZcFu5te/R7N",
"https://ga.jspm.io/npm:@babel/parser@7.24.7/lib/index.js": "sha384-JtQPy7H7o2Ft6vqfmD5HRKoVCV/NrdvRF2EB4VHGnpVz+EMXLdDKgqKKqgUGmwv3",
"https://ga.jspm.io/npm:@babel/plugin-syntax-import-attributes@7.24.7/lib/index.js": "sha384-cTiI5TpCJghnyQTrouDgijdlCe6X2vuy3lH+Sb0ACL/yjzZzG88/JBd936Lxn1qT",
"https://ga.jspm.io/npm:@babel/plugin-syntax-jsx@7.24.7/lib/index.js": "sha384-bQ9duTkM2nC69Zes+f1loL9MFv/KI5n4jVKpexDFpxUjpdJCiCVS2dp/UxcFq33S",
"https://ga.jspm.io/npm:@babel/plugin-syntax-typescript@7.24.7/lib/index.js": "sha384-vPRv6w37O/8S88zfTumALPvjfhqXDXPYlUafsk4q8GbbSsuEs1TRCrTKiewxFizV",
"https://ga.jspm.io/npm:@babel/plugin-transform-modules-commonjs@7.24.7/lib/index.js": "sha384-m1sLWdQRaQxOaS12u6ADPnOKXXlFLSSVyiYGlWBiiC4uANJzhxH+qF7/fyxKskpw",
"https://ga.jspm.io/npm:@babel/plugin-transform-typescript@7.24.7/lib/index.js": "sha384-a9/rqTShMpWlm3rVbn7vVMiBgXILoXdqSBtHKejnAa930NKt9dIwdBaUFhcQQ1km",
"https://ga.jspm.io/npm:@babel/preset-typescript@7.24.7/lib/index.js": "sha384-ettl4Xs/SNeMEqkm3SkcLNC4FK5TrWPOg0PS8Qvr2/ccSiPHNS1sHVoESzIgTusH",
"https://ga.jspm.io/npm:@babel/template@7.24.7/lib/index.js": "sha384-McoyCp/RYAsV8WP+2zcC3seFGgtztdxHg6Srw/zltr6zSrNrD+t4zi5TTVNqCXzS",
"https://ga.jspm.io/npm:@babel/traverse@7.24.8/_/CIBXeNQy.js": "sha384-AsxjiYZ9AJSC648Bv0ulX8kCRzd7xZ+YGANJWtV0KnVrBq2zHv+w/tQejTE6KKZb",
"https://ga.jspm.io/npm:@babel/traverse@7.24.8/_/CYeY0pV-.js": "sha384-BIfTnT/US86t9kYzqObF6lN87WjSlsBt9Ab2oe4YdmRwgmRIoP0pfYFEKNzsDRgD",
"https://ga.jspm.io/npm:@babel/traverse@7.24.8/_/Cu3BV97Q.js": "sha384-TxipiRcK9Usx+fOFL8HvQepFtD5iOZo8XUWVYXvlj/rkpwV/9dpPwulTGEO1v3B3",
"https://ga.jspm.io/npm:@babel/traverse@7.24.8/_/DTC1DGWb.js": "sha384-teFXmmHi1eThX0BhjlvokwXbmnIR6M+zuAEgupKOX8vjzRQEerXmx3/bBh74lytK",
"https://ga.jspm.io/npm:@babel/traverse@7.24.8/lib/index.js": "sha384-Ej/knPgc+tXWL36FkR+zK4U+GvNlwjC3mWcb9FrlXpXhYyRm87rhFf6z+3IY+Wqj",
"https://ga.jspm.io/npm:@babel/types@7.24.7/_/8dHU3KMb.js": "sha384-sDeh9LW8C1K1qGX/VQBcziBluiGasERbcPYRKOEjFNJKtmL8ksUV2bTAGdhJDHCC",
"https://ga.jspm.io/npm:@babel/types@7.24.7/_/AKEOvhgZ.js": "sha384-qcPTKgbIeb59lZ8kZjfN6AVWzZDiZHmpTORnzIpYzVCugyffzdp/9q0C/rDHQESh",
"https://ga.jspm.io/npm:@babel/types@7.24.7/_/IFEQyRA2.js": "sha384-7RaImtAIRzqn+ykDd6+W8fcrio7wMmtKoN9q3P1X/thAv2nF5CZWDgmr0KW5J7hV",
"https://ga.jspm.io/npm:@babel/types@7.24.7/_/J35sw0Fk.js": "sha384-+H4mH/QeXu2gHCY7FI0MPP4+YmNV0+JBZZr1Mz5hY8BIl2f4Bi7OErjEmZLKwKBt",
"https://ga.jspm.io/npm:@babel/types@7.24.7/_/Nju4bfC9.js": "sha384-OenMCyKSkvtk/aVwAI0Auv4ZxT8iDqggsRMtCaj85c7QBEh4Ys+SGKoj1UkQadmt",
"https://ga.jspm.io/npm:@babel/types@7.24.7/_/QWVxbrSh.js": "sha384-zsLzxfXxWu4n8GykidxcM6mEYG2qeKUEbUusnvvIzEM9v0uIyit6F3SBSPAODr/t",
"https://ga.jspm.io/npm:@babel/types@7.24.7/_/i069Usiy.js": "sha384-2xQiFXZvhIbdFfTG5Hefwk0114LeW+zadKY6PAzGB5OlgWDa+C2t4WoYiRmlpazP",
"https://ga.jspm.io/npm:@babel/types@7.24.7/_/lyIN0RjN.js": "sha384-40zXj6guY7ltEcQxDX9VZxh3fO9y+4gEu0SdfSQaFjMHcJxHrTB1yytJL+oe2dYS",
"https://ga.jspm.io/npm:@babel/types@7.24.7/lib/index.js": "sha384-wxhV+/37PYee7IXXw5WUAfjOW4wJ/Lza3iQE7KudepZoBxlwn3u5dvMwRyy8PAR4",
"https://ga.jspm.io/npm:@jridgewell/gen-mapping@0.3.5/dist/gen-mapping.umd.js": "sha384-CSMmNBXBK49RJoIwK4U5uAYXfzHVol86h/jlbE1YCHHjx5lKNWo9pPA57LSx7Og0",
"https://ga.jspm.io/npm:@jridgewell/resolve-uri@3.1.2/dist/resolve-uri.umd.js": "sha384-APjRRx+LOe2cT1VlvB3LzNI7xjrEvwIDJbaMD/XkMwXs0pIx3QjDe954SI7urbPe",
"https://ga.jspm.io/npm:@jridgewell/set-array@1.2.1/dist/set-array.umd.js": "sha384-lYfhUgM55HFn1DJaFpCCysbS3U2JCxRWUV+JKlDX+q0DF/Klftd3VzxkP6/6Yv3F",
"https://ga.jspm.io/npm:@jridgewell/sourcemap-codec@1.5.0/dist/sourcemap-codec.umd.js": "sha384-cDzim+eiFS8m7DgpJNwQJl3OFk+EJNWiXqCqTldMHMXvkkMTd7D0LHwaOsTHaIlB",
"https://ga.jspm.io/npm:@jridgewell/trace-mapping@0.3.25/dist/trace-mapping.umd.js": "sha384-YfuIibpLZmncsL8NGGbq1+9zjF29CLw2kG8F0EZT7s32eJc3lMzlyt+Z8c37NM3g",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/0545670c.js": "sha384-cQnCxGI7LiBmqxeY86LjcfKGveHnc6XY73a+btSRi73/SQ4Z9LgBKlEapdrucv/a",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/3fe460d2.js": "sha384-CN9NnqzfuzjsUyavCBOXX6C2xnjUQseKV3X6AD6FiUMFWiKT+4WrZQVVevSmHQE+",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/4a7b19f3.js": "sha384-JppL5NYoWVen5XreX4G1kRlfnD71Q2WTXLtltvIPbm4Jt/EViph6NrITTmnJCqMq",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/57403c48.js": "sha384-Vf5055cFvVkRuHRz2KVDGiveZZbi8FAS36wA3fydc1v5emLT/XJd7O+EpgzZ0aD5",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/633ae550.js": "sha384-zZC2Xj+FbtroegX3bSTPGgYGg1n89U3RUHFTmI0LcrprC/zu2vUnv4Zyk7F40/pr",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/8dc3f476.js": "sha384-+XaaVVRj0qmZRt22XZ5hbTwa5lguyU15n9y6ANgrIpE7bAFJ6nfcT1GYFax+0kDG",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/8ddf35de.js": "sha384-rSNOKsYxsQzrXK35jgWDNjgfd3+D/vfer7bi5d/PITWjeg453TrLwfhSe6wd3WkH",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/9e083af2.js": "sha384-IlOtPTkH+JsahvFfvcHYCZ8hOJoa3GQpe4Ke7xqf2AV7f6KL+oLG7SgIaj1qtlC5",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/a421dfba.js": "sha384-MPLrEBXjTgI3y1Z48u++8XZi3mkX6YoMNAzsabbXeuS3JP8Kr3DYU9jU9kAJo3sk",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/c5b352d6.js": "sha384-7n/wHg7E3NkOsSRquttZVVEda0h1f8Sm72f4uQevV+XmJB7qpOgG2al0KhhMDDGE",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/cb95b980.js": "sha384-3KCDU8mNnMLlkqeBAOe7KEDmDj1Sdb/5a2acnIm9QXw46NNSlfVFXN5BzCd6/n+F",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/_/e0803811.js": "sha384-86SU0CDtL5/6+f1RJ7yJ/i5Avo0l22UoBmQQbDhgcfb+X32K3UvNlun9spfi19wA",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/assert.js": "sha384-+4Dx+5G0GKAlyhL+bfMkLwj+yXImSJRX4WrBIotw7AyLMV+WuCSEdR1F++xNPQWY",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/buffer.js": "sha384-gMrUvM3cWpebvAki2Hfcr+eb3uiLZiv9WU4nw0zSfecGHuty4s+IP+p7+uPE+LXD",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/crypto.js": "sha384-qoY3VN/X2yNQD3tHhOyt4S1sUwEtYjC+ITHqId3Y9RXGFneFaEWngBSA7Sw9Q8wP",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/events.js": "sha384-wUbRzYUW2lvOQdxLyRHJXYwHVyhIhnEnc4VqEv0TXlPHYmI5HkQpkOYSHbriaKMg",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/fs.js": "sha384-T8Y/aNZvlnhgsq5SNZOVPmnWbv//wkpI8BKfyEXLcyVuTak65zbQ1E/5sFfA3VUP",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/path.js": "sha384-JCA5GyIc/Rr//PXRxcTN4O0JLwDXJaUucWQn3+/GvZ3AAW6JC7P+BOaIwgrcjG8N",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/process-production.js": "sha384-83AAIAKtfKaLCaX16NvbeKsoC2PxSlF90GYdbFXQskhAGrvIl+YIWOcZre5sYhxL",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/stream.js": "sha384-xqm0EKzXCxxAoubGMaqDKsklirxN8VbgGg8ayKxPwnVEofKENL17KG1qf5pIZ2YD",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/url.js": "sha384-dl4C3EKLUKoFms+I7pj/UHbUujXn5xG4SamiPu77LZJ9tQB9nJ0K6P/9FvLLrXC2",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/util.js": "sha384-D7XHk4vDwGakwJx1ms5XGRin17t5HamENqAe6CDF8rvb+WJVmj8WPHurCFvO4d3L",
"https://ga.jspm.io/npm:@jspm/core@2.0.1/nodelibs/browser/zlib.js": "sha384-D1EnVfuF63MQ8FIFcTtLmQieUwLfl9tCuflO2Ald7i41itorFnP5UkiruZAx93cV",
"https://ga.jspm.io/npm:@jspm/generator@2.3.0/_/B363zOB9.js": "sha384-ZmvHoxdxzpLrvbBK03yCmfnHq/q2q9X+h4cHrq8xyDOU+BFObM/B5tNNHpsTauPX",
"https://ga.jspm.io/npm:@jspm/generator@2.3.0/_/C86G1GNC.js": "sha384-OA9LP4Gn3raIM7F5u9bFhUZqUAivS+XTp/0o10GwHolU+dOm41LGXsQv3QZMuyEZ",
"https://ga.jspm.io/npm:@jspm/generator@2.3.0/dist/fetch-native.js": "sha384-Fl8lTIVardDvzX9BZPWpbEJ5zQnt6WcflnWRjdJMHrqbG/WlY+scP15d6JOOK8Oy",
"https://ga.jspm.io/npm:@jspm/generator@2.3.0/dist/generator.js": "sha384-6K4jR1HT7J0WurDa2CsTUiH2qlOf9HG2qFgoTZX/JTm3twsNO1AFpUmvVo/b1ZfC",
"https://ga.jspm.io/npm:@jspm/import-map@1.1.0/dist/map.js": "sha384-/Zlk09RPJOCnQu0+k8VCU8Fpr/qqlc2xNi/vPYoLTjfMW4hZfnQ1JKw4um3G1iEF",
"https://ga.jspm.io/npm:ansi-styles@3.2.1/index.js": "sha384-gu6XJ9SnN694nz3ckJE3l4NcdbMOgNrPMF30eHaSljYstk50ZIBVdyR6mlSBp6nS",
"https://ga.jspm.io/npm:browserslist@4.23.2/browser.js": "sha384-NLrMWtik9hWzZ6l38Sg8Wt/q7R/nsmAj48Z6KDtKknw6/781EqmyoeAiBhsLdkc3",
"https://ga.jspm.io/npm:browserslist@4.23.2/error.js": "sha384-z3a8vXQ9NfiIHBOmallkzlBqknO0EzZ59dOsx6edlkp7WPdu9FwoHP3pF9D1Wtcs",
"https://ga.jspm.io/npm:browserslist@4.23.2/index.js": "sha384-KSyqKHwUHFSGwi0qPeXrMEyz35pDdjhii3aJ1MHX6T7ZqONrgK9uXOI/4U0INyKR",
"https://ga.jspm.io/npm:caniuse-lite@1.0.30001642/_/CyTTVGD9.js": "sha384-pApTQqfgf5IpfUNGRpw2jQcEHzE12+oho0G121a47T24U1u+fk+IgOVqaPwisf7n",
"https://ga.jspm.io/npm:caniuse-lite@1.0.30001642/_/Ej4m_hx5.js": "sha384-2QrkDizdvKaxwHeaToAbFa2Xsj62Q+yJUklBe+2/dlG+17r8XLEQamxPmwhyQ4DZ",
"https://ga.jspm.io/npm:caniuse-lite@1.0.30001642/dist/unpacker/agents.js": "sha384-o/NIDYuReFd7wy/P658Za1M43BnnccDAz30ZcOkdybHpULsj4HVI8CFYzPH4XUkm",
"https://ga.jspm.io/npm:chalk@2.4.2/index.js": "sha384-haZ3gaF7ad8jujju1TRWmOlWYHuJgAGNq3t+MzrBTIyXymTJr7wQ2UwLQAkKPqQJ",
"https://ga.jspm.io/npm:chalk@2.4.2/templates.js": "sha384-UP7SeRiHyVWbJ0LYaYPGmUQY83taak9aZGfdSWy8xZpv/PRXURkPFnVGzt60Lq/b",
"https://ga.jspm.io/npm:color-convert@1.9.3/conversions.js": "sha384-rGwcEHgvkCyCVRPquzEuC+jszwvRJwZ/69jCA+5P7mSBax/muBYkZ5ez7NHm6RkA",
"https://ga.jspm.io/npm:color-convert@1.9.3/index.js": "sha384-uzoXjCn/G4cy5YBwI69+j1+mkye8wZNhTTqrmxgQJRjqbVCAt2LABEv8JoyaaPqM",
"https://ga.jspm.io/npm:color-name@1.1.3/index.js": "sha384-71G1SsVtpOQlsRCpSghKK9Ip6mc/BCYv+tXVSV8x/aExEveHyOWfbeaEF57Y5C/X",
"https://ga.jspm.io/npm:convert-source-map@2.0.0/index.js": "sha384-HzSwEl4wVGLzzzEhm4sHItNnBIxTVOkU3aPH6+SVU6KxTzNPC8A/ZLkBH0G7ruzg",
"https://ga.jspm.io/npm:debug@4.3.5/_/6BzmC9Nv.js": "sha384-RgdeMj8a/iMZR9MWAFgZJiq4foacNV0HJ/kRIljOkXJm1oN3gkwYZrW+FC0MMFoi",
"https://ga.jspm.io/npm:debug@4.3.5/src/browser.js": "sha384-qkFmRWdjeWT90OqL4YbK+HJ/vE4DyUzZHogY0jrWuCIbZK0nD+uBm9GuduqVxImO",
"https://ga.jspm.io/npm:drag-drop@7.2.0/index.js": "sha384-Th1LFgsI4ktZvC75M0vaH6Ocoye7Ei9URzggpvQBMul8srUQEvFs+k9q9eTiT8yn",
"https://ga.jspm.io/npm:electron-to-chromium@1.4.825/versions.js": "sha384-dB/fPBlnZgpBIvqRQVdZusisSKnzlXw0lz/tuXuXOOinppnU/XPzQGevQm43m/eB",
"https://ga.jspm.io/npm:es-module-lexer@1.5.4/dist/lexer.asm.js": "sha384-fzdiL+cPesEUOjmE4TcDp3QiUOJU0YSISADbKqD0UJpNaneUVJ8GyHoZ+hUkGbYf",
"https://ga.jspm.io/npm:es-module-lexer@1.5.4/dist/lexer.js": "sha384-1sDx34UGlufIwxIEXEhQ2JknFEVRjgLQwqyEIYSSApr3SG5rOwoCH07yNZFUUk5E",
"https://ga.jspm.io/npm:escape-string-regexp@1.0.5/index.js": "sha384-5wuO7HCMOXRYbze+iQptDRLQmnh9wqYoSQNQawaWa6lT4guiTGK7b544D/VA0kke",
"https://ga.jspm.io/npm:gensync@1.0.0-beta.2/index.js": "sha384-YWSp/1wQc4Ca/F8MdqLJtOdlCUNCFpQasvu7L9A6AvJDsfuK0GDqHIuFmScu6sE9",
"https://ga.jspm.io/npm:globals@11.12.0/index.js": "sha384-YLxSoG4w+8HosbUtwOLfGOi2F6LN2maOnRM+TIH0XJ4Ooyf1bpPFuY9rEgDoJNV7",
"https://ga.jspm.io/npm:js-tokens@4.0.0/index.js": "sha384-OgJB+qZhtDB8rP3zQEvhoup3+8cFBGUA+iTPuV83ry9BjJMQfqMg220+1tYyMPoz",
"https://ga.jspm.io/npm:jsesc@2.5.2/jsesc.js": "sha384-Xt1vs+eY9ttfn3uKjRKCUgNcsadEqSLkG6AmBROg6w0vSwe9TDIhkC0jJSIM5BeN",
"https://ga.jspm.io/npm:lru-cache@5.1.1/index.js": "sha384-1K5TxJsBKWxm9GH6w8LU002gkmtQEyEoIMQSALYDfTrq9eDjdb2hvUlcJVnxuSgd",
"https://ga.jspm.io/npm:ms@2.1.2/index.js": "sha384-blUGU/NVsuRQ6noW80gPl85b5Bk1oNkK5KuWe4rGjmtmPYMNS+/4TcDHKZQ3Rs6N",
"https://ga.jspm.io/npm:node-releases@2.0.14/data/processed/envs.json.js": "sha384-hlFOzXaQm2v0Bh0GuuPo8Wacy6QWPXbX6Zhm7h8hn+0LcYqYaSmh48bR+wo741F9",
"https://ga.jspm.io/npm:node-releases@2.0.14/data/release-schedule/release-schedule.json.js": "sha384-TPVOxMCcn5sImOMsLPGrgYypWYYNnmxnn4eoZo744+vAfX/z5yxJFJn10LH3BX83",
"https://ga.jspm.io/npm:picocolors@1.0.1/picocolors.browser.js": "sha384-+KHo6C77EPGW+54f/7BQM9mu0hijSule8OWzFUrKpWCgnMp+bYMwevLUyv2pxroA",
"https://ga.jspm.io/npm:queue-microtask@1.2.3/index.js": "sha384-BaApQMpT2ll5lM50b2wpxDIbs/lqbdBi4YQnlqLoa2OXDL0ebO2Mj1hXG9EXxOl4",
"https://ga.jspm.io/npm:run-parallel@1.2.0/index.js": "sha384-1C/5enatBghZ5FtmItA48R8cwHqdISZ1DmCuNQvWPgmIVyEnTQaMnnCUNiZqa9a8",
"https://ga.jspm.io/npm:semver@6.3.1/semver.js": "sha384-mtGYcY6FOnT2DCV8c1+pzO5w3ReeIVLp4LStLW3t+BScogWHm4RCDzK/MBq8lo3S",
"https://ga.jspm.io/npm:supports-color@5.5.0/browser.js": "sha384-zynIFMJHTzGWsxz/FD0BORKtgEpAGYKn2hcNVDRik/Qt+MkH/v2iHCak/QV1C9NP",
"https://ga.jspm.io/npm:sver@1.8.4/convert-range.js": "sha384-NViMC+r+boebxf/UPM0xAgo94bECrrKEEKvxA1uvxNUc4efvMvzV+cBiGrICpvlK",
"https://ga.jspm.io/npm:sver@1.8.4/sver.js": "sha384-bQypURYyFvPAz2YTtZnYkfVd4p6Tf2nlxE6S1gnsEPVBzvtG6ZveT85AIeULLNUv",
"https://ga.jspm.io/npm:to-fast-properties@2.0.0/index.js": "sha384-khHO/KMmpOCuF9qPTWEvp7rnrqxCLoD7v93hyC65IIsHMd76s88dN9THDy5e9FXW",
"https://ga.jspm.io/npm:yallist@3.1.1/yallist.js": "sha384-814QatF5e76Ck39bb4ydkJGmnY36dDjN3Zc+N64tGHASaObi+ClE14KSak3q6a6Q"
}
}
</script>
<link rel="modulepreload" href="src/api.js?2" />
<link rel="modulepreload" href="src/dependencies.js?2" />
<link rel="modulepreload" href="src/dragdrop.js?2" />
<link rel="modulepreload" href="src/help.js?2" />
<link rel="modulepreload" href="src/mapapp.js?2" />
<link rel="modulepreload" href="src/popup.js?2" />
<link rel="modulepreload" href="src/progress.js?2" />
<link rel="modulepreload" href="src/select.js?2" />
<link rel="modulepreload" href="src/statehash.js?2" />
<link rel="modulepreload" href="src/toast.js?2" />
<link rel="modulepreload" href="src/utils.js?2" />
<link rel="modulepreload" href="https://ga.jspm.io/npm:sver@1.8.4/sver.js" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="style.css?3">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XHJ5SMZHQB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XHJ5SMZHQB');
</script>
<body class="topbuttons">
<div class="topbar">
<a style="display: block" href="https://jspm.org"><div class="logobox" href="https://jspm.org/"></div></a><h1 class="logo">JSPM:GENERATOR</h1>
<div class="title">
<h1>Import Map / </h1>
<input class="text" type="text" value=""/>
</div>
<ul class="toplinks"><li><a href="https://jspm.org/docs/jspm-cli/stable/" target="_blank">JSPM CLI</a></li><li><a href="https://jspm.org/docs/generator/stable/" target="_blank">Generator API</a></li><li class="github"><a target="_blank" href="https://github.com/jspm/project" rel="noopener"></a></li></ul></div>
<div class="sidebar">
<div class="add">
<input type="search" class="depbox" title='Add a new dependency. For example: "react", "lit-element@2", "lodash/sort".' placeholder="Add Dependency" spellcheck=false pattern="(\w+:)?(@[^\/:\\]+\/)?[^\/:\\]+(@[^\/:]+)?(\/.*[^\/])?" />
</div>
<div id="drop-target">
<div class="dependencies nopreload">
<progress-bar class="deps"></progress-bar>
<div class="dependencies-container"></div>
</div>
<div class="package-json">
<button id="btn-upload-package-json" type="button" title="Upload package.json">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.39198 0.608017C6.1755 0.391531 5.8245 0.391531 5.60802 0.608017L2.08017 4.13587C1.86368 4.35235 1.86368 4.70335 2.08017 4.91983C2.29665 5.13632 2.64765 5.13632 2.86413 4.91983L6 1.78397L9.13587 4.91983C9.35235 5.13632 9.70335 5.13632 9.91983 4.91983C10.1363 4.70335 10.1363 4.35235 9.91983 4.13587L6.39198 0.608017ZM6.55435 9L6.55435 1L5.44565 1L5.44565 9L6.55435 9Z" fill="#7B7B7B"/>
<path d="M11 8.99991V9.99991C11 10.5522 10.5523 10.9999 10 10.9999H2C1.44772 10.9999 1 10.5522 1 9.99991V8.99991" stroke="#7B7B7B"/>
</svg>
Upload
</button>
<p>Drag and drop package.json file here to import dependencies</p>
</div>
</div>
<div class="env">
<h2>Environment Conditions</h2>
<div class="button-cols">
<div class="button-col">
<div class="button r">
<input type="checkbox" id="env-development" class="checkbox" checked>
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="env-development" title="For packages that provide a development export with extra debug information in their package.json, used if available.">Development</label>
</div>
<div class="button-col">
<div class="button r">
<input type="checkbox" id="env-production" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="env-production" title="For packages that define a smaller production export in their package.json, used if available.">Production</label>
</div>
</div>
<div class="button-cols">
<div class="button-col">
<div class="button r">
<input type="checkbox" id="env-browser" class="checkbox" checked>
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="env-browser" title="For packages that define a dedicated browser export in their package.json, used if available.">Browser</label>
</div>
<div class="button-col">
<div class="button r">
<input type="checkbox" id="env-module" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="env-module" title="Packages use the “module” condition to specifically indicate to bundlers these modules can be consumed via both require() and import(), which Node.js does not support.">Module</label>
</div>
</div>
<div class="button-cols">
<div class="button-col">
<div class="button r">
<input type="checkbox" id="env-node" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="env-node" title="For packages that define a specific Node.js export in their package.json, used if available.">Node</label>
</div>
<div class="button-col">
<div class="button r">
<input type="checkbox" id="env-deno" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="env-deno" title="Uses Deno the implementation of the Node.js standard library">Deno</label>
</div>
</div>
</div>
</div>
<progress-bar class="main"></progress-bar>
<div class="container">
<pre><code></code></pre>
</div>
<div class="buttonbar">
<div class="button-box">
<div class="button r">
<input type="checkbox" id="map-boilerplate" class="checkbox" checked>
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="map-boilerplate" title="Embed the import map output in a boilerplate HTML file.">HTML Boilerplate</label>
</div>
<div class="button-box">
<div class="button r">
<input type="checkbox" id="map-preload" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="map-preload" title="Inject link preload tags for dependencies.">Preload</label>
</div>
<div class="button-box">
<div class="button r">
<input type="checkbox" id="map-integrity" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="map-integrity" title="Output the subresource integrity on the link preloads for all resources.">Integrity</label>
</div>
<div class="button-box">
<div class="button r">
<input type="checkbox" id="map-minify" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="map-minify" title="Remove all unnecessary whitespace in the output.">Minify Whitespace</label>
</div>
<div class="button-box">
<div class="button r">
<input type="checkbox" id="map-json" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="map-json" title="Only provide the generated import map JSON.">JSON Only</label>
</div>
<div class="button-box">
<div class="button r">
<input type="checkbox" id="map-system" class="checkbox">
<div class="knobs"><div class="knob"></div></div>
<div class="layer"></div>
</div>
<label class="label" for="map-system" title="Create an import map of System modules to work in legacy browsers with SystemJS.">SystemJS</label>
</div>
<div class="provider">
<select-box class="borderless provider">
<div class="selected"><span>jspm.io</span></div>
<div class="options">
<div class="option"><span>jspm.io</span></div>
<div class="option"><span>esm.sh</span></div>
<div class="option"><span>unpkg</span></div>
<div class="option"><span>jsdelivr</span></div>
</div>
</select-box>
</div>
<div class="end">
<button id="btn-copy" type="button" title="Copy the generated map above to the clipboard.">
<svg width="13" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg" style="top: 0.2em;">
<path d="M11.8492 11.5902H3C2.72386 11.5902 2.5 11.3663 2.5 11.0902V1.16773C2.5 0.891583 2.72386 0.667725 3 0.667725H8.94596C9.10695 0.667725 9.2581 0.745246 9.35203 0.875998L12.2553 4.91728C12.3164 5.00229 12.3492 5.10433 12.3492 5.209V11.0902C12.3492 11.3663 12.1254 11.5902 11.8492 11.5902Z" fill="#FBFBFB" stroke="#7B7B7B"/>
<path d="M8.45001 1.10001V4.60001C8.45001 5.15229 8.89773 5.60001 9.45001 5.60001H12.45" stroke="#7B7B7B"/>
<path d="M9.84924 13.5902H1C0.723857 13.5902 0.5 13.3663 0.5 13.0902V3.16773C0.5 2.89158 0.723858 2.66772 1 2.66772H6.94596C7.10695 2.66772 7.2581 2.74525 7.35203 2.876L10.2553 6.91728C10.3164 7.00229 10.3492 7.10433 10.3492 7.209V13.0902C10.3492 13.3663 10.1254 13.5902 9.84924 13.5902Z" fill="#FBFBFB" stroke="#7B7B7B"/>
<path d="M6.45001 3.10001V6.60001C6.45001 7.15229 6.89773 7.60001 7.45001 7.60001H10.45" stroke="#7B7B7B"/>
</svg>
Copy
</button>
<button id="btn-copy-share" type="button" title="Open in the JSPM Sandbox.">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.39198 0.608017C6.1755 0.391531 5.8245 0.391531 5.60802 0.608017L2.08017 4.13587C1.86368 4.35235 1.86368 4.70335 2.08017 4.91983C2.29665 5.13632 2.64765 5.13632 2.86413 4.91983L6 1.78397L9.13587 4.91983C9.35235 5.13632 9.70335 5.13632 9.91983 4.91983C10.1363 4.70335 10.1363 4.35235 9.91983 4.13587L6.39198 0.608017ZM6.55435 9L6.55435 1L5.44565 1L5.44565 9L6.55435 9Z" fill="#7B7B7B"/>
<path d="M11 8.99991V9.99991C11 10.5522 10.5523 10.9999 10 10.9999H2C1.44772 10.9999 1 10.5522 1 9.99991V8.99991" stroke="#7B7B7B"/>
</svg>
Sandbox
</button>
<button id="btn-download" type="button" title="Download the generated map above as a file.">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.64645 9.50858C5.84171 9.70385 6.15829 9.70385 6.35355 9.50858L9.53553 6.3266C9.7308 6.13134 9.7308 5.81476 9.53553 5.6195C9.34027 5.42423 9.02369 5.42423 8.82843 5.6195L6 8.44792L3.17157 5.6195C2.97631 5.42423 2.65973 5.42423 2.46447 5.6195C2.2692 5.81476 2.2692 6.13134 2.46447 6.3266L5.64645 9.50858ZM5.5 0.155029L5.5 9.15503L6.5 9.15503L6.5 0.155029L5.5 0.155029Z" fill="#7B7B7B"/>
<line y1="10.655" x2="12" y2="10.655" stroke="#7B7B7B"/>
</svg>
Download
</button>
</div>
</div>
<div class="help">Help</div>
</body>
<script type="module">
import 'mapapp'
</script>