-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
439 lines (439 loc) · 16.7 KB
/
package-lock.json
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
{
"name": "transform-subway-map",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@pixi-essentials/svg": "^2.0.1"
},
"devDependencies": {
"rollup": "^3.29.1"
}
},
"node_modules/@pixi-essentials/area-allocator": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@pixi-essentials/area-allocator/-/area-allocator-2.0.0.tgz",
"integrity": "sha512-FidYh9x5LMNx4A1ucKbWlysCYZZ5Znx1Ii0x6HayHU1jywS7MPQBrI0G1eIAHm9K4QEWPli9Xt76XDhM5S640w==",
"peerDependencies": {
"@pixi/math": "^7.0.0"
}
},
"node_modules/@pixi-essentials/cull": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@pixi-essentials/cull/-/cull-2.0.0.tgz",
"integrity": "sha512-6hm1wfCmGItOnyKvCxrmZmOLQVIaN0MqseBweH+tLZH8ecGTIF3qb1cGQDNf9jaK6HH7s/+7m9xXvvk9e92ESw==",
"peerDependencies": {
"@pixi/display": "^7.0.0",
"@pixi/math": "^7.0.0"
}
},
"node_modules/@pixi-essentials/gradients": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@pixi-essentials/gradients/-/gradients-1.0.1.tgz",
"integrity": "sha512-hL383RWm2QznL29y1tI6EEwb7oYl8PKDIkof0b4molh9drZWGo/qWDjXJ9NU4PfMBoLb9BNWdwURZYWl4HS2KQ==",
"peerDependencies": {
"@pixi/core": "^7.0.0",
"@pixi/math": "^7.0.0",
"@pixi/sprite": "^7.0.0"
}
},
"node_modules/@pixi-essentials/svg": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@pixi-essentials/svg/-/svg-2.0.1.tgz",
"integrity": "sha512-eH5XNBJlnePYT/hUJskK3JJIBOhAKcq3yGJQuXJ0c7d56RONRjhUaLua8QC0d+b66AmfqVG2F7MV5c2rCt4T8w==",
"dependencies": {
"@pixi-essentials/cull": "^2.0.0",
"@pixi-essentials/gradients": "^1.0.1",
"@pixi-essentials/texture-allocator": "~2.0.0",
"d-path-parser": "^1.0.0",
"libtess": "~1.2.2",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
"@pixi/core": "^7.0.0",
"@pixi/display": "^7.0.0",
"@pixi/events": "^7.0.0",
"@pixi/filter-color-matrix": "^7.0.0",
"@pixi/graphics": "^7.0.0",
"@pixi/math": "^7.0.0",
"@pixi/sprite": "^7.0.0",
"@pixi/text": "^7.0.0"
}
},
"node_modules/@pixi-essentials/texture-allocator": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@pixi-essentials/texture-allocator/-/texture-allocator-2.0.1.tgz",
"integrity": "sha512-uSyMaSKLT23q4Q6Eb1Rfa3heH5M5VzBubVkTO8U/GAnmR6ZJH7+Ugfy4rS8E841Z7+RWRYhPYAa0URQc3Qw2lA==",
"dependencies": {
"@pixi-essentials/area-allocator": "~2.0.0"
},
"peerDependencies": {
"@pixi/constants": "^7.0.0",
"@pixi/core": "^7.0.0",
"@pixi/math": "^7.0.0"
}
},
"node_modules/@pixi/color": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/color/-/color-7.2.4.tgz",
"integrity": "sha512-B/+9JRcXe2uE8wQfsueFRPZVayF2VEMRB7XGeRAsWCryOX19nmWhv0Nt3nOU2rvzI0niz9XgugJXsB6vVmDFSg==",
"peer": true,
"dependencies": {
"colord": "^2.9.3"
}
},
"node_modules/@pixi/constants": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/constants/-/constants-7.2.4.tgz",
"integrity": "sha512-hKuHBWR6N4Q0Sf5MGF3/9l+POg/G5rqhueHfzofiuelnKg7aBs3BVjjZ+6hZbd6M++vOUmxYelEX/NEFBxrheA==",
"peer": true
},
"node_modules/@pixi/core": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/core/-/core-7.2.4.tgz",
"integrity": "sha512-0XtvrfxHlS2T+beBBSpo7GI8+QLyyTqMVQpNmPqB4woYxzrOEJ9JaUFBaBfCvycLeUkfVih1u6HAbtF+2d1EjQ==",
"peer": true,
"dependencies": {
"@pixi/color": "7.2.4",
"@pixi/constants": "7.2.4",
"@pixi/extensions": "7.2.4",
"@pixi/math": "7.2.4",
"@pixi/runner": "7.2.4",
"@pixi/settings": "7.2.4",
"@pixi/ticker": "7.2.4",
"@pixi/utils": "7.2.4",
"@types/offscreencanvas": "^2019.6.4"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/pixijs"
}
},
"node_modules/@pixi/display": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/display/-/display-7.2.4.tgz",
"integrity": "sha512-w5tqb8cWEO5qIDaO9GEqRvxYhL0iMk0Wsngw23bbLm1gLEQmrFkB2tpJlRAqd7H82C3DrDDeWvkrrxW6+m4apg==",
"peer": true,
"peerDependencies": {
"@pixi/core": "7.2.4"
}
},
"node_modules/@pixi/events": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/events/-/events-7.2.4.tgz",
"integrity": "sha512-/JtmoB98fzIU8giN9xvlRvmvOi6u4MaD2DnKNOMHkQ1MBraj3pmrXM9fZ0JbNzi+324GraAAY76QidgHjIYoYQ==",
"peer": true,
"peerDependencies": {
"@pixi/core": "7.2.4",
"@pixi/display": "7.2.4"
}
},
"node_modules/@pixi/extensions": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/extensions/-/extensions-7.2.4.tgz",
"integrity": "sha512-Mnqv9scbL1ARD3QFKfOWs2aSVJJfP1dL8g5UiqGImYO3rZbz/9QCzXOeMVIZ5n3iaRyKMNhFFr84/zUja2H7Dw==",
"peer": true
},
"node_modules/@pixi/filter-color-matrix": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/filter-color-matrix/-/filter-color-matrix-7.2.4.tgz",
"integrity": "sha512-DFtayybYXoUh73eHUFRK5REbi1t3FZuVUnaQTj+euHKF9L7EaYc3Q9wctpx1WPRcwkqEX50M4SNFhxpA7Pxtaw==",
"peer": true,
"peerDependencies": {
"@pixi/core": "7.2.4"
}
},
"node_modules/@pixi/graphics": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/graphics/-/graphics-7.2.4.tgz",
"integrity": "sha512-3A2EumTjWJgXlDLOyuBrl9b6v1Za/E+/IjOGUIX843HH4NYaf1a2sfDfljx6r3oiDvy+VhuBFmgynRcV5IyA0Q==",
"peer": true,
"peerDependencies": {
"@pixi/core": "7.2.4",
"@pixi/display": "7.2.4",
"@pixi/sprite": "7.2.4"
}
},
"node_modules/@pixi/math": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/math/-/math-7.2.4.tgz",
"integrity": "sha512-LJB+mozyEPllxa0EssFZrKNfVwysfaBun4b2dJKQQInp0DafgbA0j7A+WVg0oe51KhFULTJMpDqbLn/ITFc41A==",
"peer": true
},
"node_modules/@pixi/runner": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/runner/-/runner-7.2.4.tgz",
"integrity": "sha512-YtyqPk1LA+0guEFKSFx6t/YSvbEQwajFwi4Ft8iDhioa6VK2MmTir1GjWwy7JQYLcDmYSAcQjnmFtVTZohyYSw==",
"peer": true
},
"node_modules/@pixi/settings": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/settings/-/settings-7.2.4.tgz",
"integrity": "sha512-ZPKRar9EwibijGmH8EViu4Greq1I/O7V/xQx2rNqN23XA7g09Qo6yfaeQpufu5xl8+/lZrjuHtQSnuY7OgG1CA==",
"peer": true,
"dependencies": {
"@pixi/constants": "7.2.4",
"@types/css-font-loading-module": "^0.0.7",
"ismobilejs": "^1.1.0"
}
},
"node_modules/@pixi/sprite": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/sprite/-/sprite-7.2.4.tgz",
"integrity": "sha512-DhR1B+/d0eXpxHIesJMXcVPrKFwQ+zRA1LvEIFfzewqfaRN3X6PMIuoKX8SIb6tl+Hq8Ba9Pe28zI7d2rmRzrA==",
"peer": true,
"peerDependencies": {
"@pixi/core": "7.2.4",
"@pixi/display": "7.2.4"
}
},
"node_modules/@pixi/text": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/text/-/text-7.2.4.tgz",
"integrity": "sha512-DGu7ktpe+zHhqR2sG9NsJt4mgvSObv5EqXTtUxD4Z0li1gmqF7uktpLyn5I6vSg1TTEL4TECClRDClVDGiykWw==",
"peer": true,
"peerDependencies": {
"@pixi/core": "7.2.4",
"@pixi/sprite": "7.2.4"
}
},
"node_modules/@pixi/ticker": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/ticker/-/ticker-7.2.4.tgz",
"integrity": "sha512-hQQHIHvGeFsP4GNezZqjzuhUgNQEVgCH9+qU05UX1Mc5UHC9l6OJnY4VTVhhcHxZjA6RnyaY+1zBxCnoXuazpg==",
"peer": true,
"dependencies": {
"@pixi/extensions": "7.2.4",
"@pixi/settings": "7.2.4",
"@pixi/utils": "7.2.4"
}
},
"node_modules/@pixi/utils": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@pixi/utils/-/utils-7.2.4.tgz",
"integrity": "sha512-VUGQHBOINIS4ePzoqafwxaGPVRTa3oM/mEutIIHbNGI3b+QvSO+1Dnk40M0zcH6Bo+MxQZbOZK5X/wO9oU5+LQ==",
"peer": true,
"dependencies": {
"@pixi/color": "7.2.4",
"@pixi/constants": "7.2.4",
"@pixi/settings": "7.2.4",
"@types/earcut": "^2.1.0",
"earcut": "^2.2.4",
"eventemitter3": "^4.0.0",
"url": "^0.11.0"
}
},
"node_modules/@types/css-font-loading-module": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/@types/css-font-loading-module/-/css-font-loading-module-0.0.7.tgz",
"integrity": "sha512-nl09VhutdjINdWyXxHWN/w9zlNCfr60JUqJbd24YXUuCwgeL0TpFSdElCwb6cxfB6ybE19Gjj4g0jsgkXxKv1Q==",
"peer": true
},
"node_modules/@types/earcut": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@types/earcut/-/earcut-2.1.1.tgz",
"integrity": "sha512-w8oigUCDjElRHRRrMvn/spybSMyX8MTkKA5Dv+tS1IE/TgmNZPqUYtvYBXGY8cieSE66gm+szeK+bnbxC2xHTQ==",
"peer": true
},
"node_modules/@types/offscreencanvas": {
"version": "2019.7.1",
"resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.1.tgz",
"integrity": "sha512-+HSrJgjBW77ALieQdMJvXhRZUIRN1597L+BKvsyeiIlHHERnqjcuOLyodK3auJ3Y3zRezNKtKAhuQWYJfEgFHQ==",
"peer": true
},
"node_modules/call-bind": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
"peer": true,
"dependencies": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/colord": {
"version": "2.9.3",
"resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
"integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
"peer": true
},
"node_modules/d-path-parser": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/d-path-parser/-/d-path-parser-1.0.0.tgz",
"integrity": "sha512-CY3xMMjZ0LfS0YFTLcrcZxb79yaJzdnDu7KRTZxsbTjCH11PzQSxgTGRxsFb4F4o4dU069B1InS5n3TUDP1XUg=="
},
"node_modules/earcut": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz",
"integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==",
"peer": true
},
"node_modules/eventemitter3": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
"peer": true
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
"peer": true
},
"node_modules/get-intrinsic": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
"integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
"peer": true,
"dependencies": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
"peer": true,
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/has-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
"integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
"peer": true,
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-symbols": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
"peer": true,
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/ismobilejs": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ismobilejs/-/ismobilejs-1.1.1.tgz",
"integrity": "sha512-VaFW53yt8QO61k2WJui0dHf4SlL8lxBofUuUmwBo0ljPk0Drz2TiuDW4jo3wDcv41qy/SxrJ+VAzJ/qYqsmzRw==",
"peer": true
},
"node_modules/libtess": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/libtess/-/libtess-1.2.2.tgz",
"integrity": "sha512-Nps8HPeVVcsmJxUvFLKVJcCgcz+1ajPTXDVAVPs6+giOQP4AHV31uZFFkh+CKow/bkB7GbZWKmwmit7myaqDSw=="
},
"node_modules/object-inspect": {
"version": "1.12.3",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
"integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
"peer": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/punycode": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
"integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
"peer": true
},
"node_modules/qs": {
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
"integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
"peer": true,
"dependencies": {
"side-channel": "^1.0.4"
},
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/rollup": {
"version": "3.29.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.1.tgz",
"integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
},
"engines": {
"node": ">=14.18.0",
"npm": ">=8.0.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/side-channel": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
"integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
"peer": true,
"dependencies": {
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/tinycolor2": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
},
"node_modules/url": {
"version": "0.11.3",
"resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz",
"integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==",
"peer": true,
"dependencies": {
"punycode": "^1.4.1",
"qs": "^6.11.2"
}
}
}
}