Mercurial > code > home > repos > light9
annotate pnpm-lock.yaml @ 2038:5154f5a23e85
reworking initial setup; get bin/asco running
author | drewp@bigasterisk.com |
---|---|
date | Mon, 09 May 2022 18:45:04 -0700 |
parents | 04ed5d134973 |
children | 1103b2437e6d |
rev | line source |
---|---|
2032 | 1 lockfileVersion: 5.3 |
2 | |
3 specifiers: | |
2033 | 4 '@types/debug': ^4.1.7 |
2032 | 5 '@webcomponents/shadycss': ^1.3.1 |
6 '@webcomponents/webcomponentsjs': ^1.2.0 | |
7 bower: ^1.8.4 | |
8 browserify: ^16.2.3 | |
9 chai: ^3.5.0 | |
10 cjs-to-es6: ^1.1.1 | |
11 coffeelint: ^2.1.0 | |
12 coffeescript: ^2.3.0 | |
13 d3: ^5.1.0 | |
2033 | 14 debug: ^4.3.4 |
2032 | 15 esmify: ^2.1.1 |
2033 | 16 lit: ^2.2.2 |
2032 | 17 mocha: ^2.5.3 |
18 n3: ^1.0.0-alpha | |
2034 | 19 parse-prometheus-text-format: ^1.1.1 |
2032 | 20 pixi.js: ^4.7.3 |
21 significant-rounding: ^2.0.0 | |
2033 | 22 vite: ^2.9.1 |
2032 | 23 |
24 dependencies: | |
2033 | 25 '@types/debug': 4.1.7 |
2032 | 26 '@webcomponents/shadycss': 1.11.0 |
27 '@webcomponents/webcomponentsjs': 1.3.3 | |
28 bower: 1.8.14 | |
29 browserify: 16.5.2 | |
30 chai: 3.5.0 | |
31 cjs-to-es6: 1.1.1 | |
32 coffeelint: 2.1.0 | |
33 coffeescript: 2.6.1 | |
34 d3: 5.16.0 | |
2033 | 35 debug: 4.3.4 |
2032 | 36 esmify: 2.1.1 |
2033 | 37 lit: 2.2.2 |
2032 | 38 mocha: 2.5.3 |
39 n3: 1.16.0 | |
2034 | 40 parse-prometheus-text-format: 1.1.1 |
2032 | 41 pixi.js: 4.8.9 |
42 significant-rounding: 2.0.0 | |
2033 | 43 vite: 2.9.1 |
2032 | 44 |
45 packages: | |
46 | |
47 /5to6-codemod/1.8.0: | |
48 resolution: {integrity: sha512-RUHjjwl9+p1d46USvmoKsmMaHODFUAESE1de/q0qQM+hwzgk/HssTwb1Nc5dbUpKEkJ7duLg6ggMIwScd+TRig==} | |
49 dependencies: | |
50 jscodeshift: 0.6.4 | |
51 lodash: 4.17.21 | |
52 recast: 0.12.9 | |
53 transitivePeerDependencies: | |
54 - supports-color | |
55 dev: false | |
56 | |
57 /@ampproject/remapping/2.1.2: | |
58 resolution: {integrity: sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==} | |
59 engines: {node: '>=6.0.0'} | |
60 dependencies: | |
61 '@jridgewell/trace-mapping': 0.3.4 | |
62 dev: false | |
63 | |
64 /@babel/code-frame/7.16.7: | |
65 resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} | |
66 engines: {node: '>=6.9.0'} | |
67 dependencies: | |
68 '@babel/highlight': 7.17.9 | |
69 dev: false | |
70 | |
71 /@babel/compat-data/7.17.7: | |
72 resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==} | |
73 engines: {node: '>=6.9.0'} | |
74 dev: false | |
75 | |
76 /@babel/core/7.17.9: | |
77 resolution: {integrity: sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==} | |
78 engines: {node: '>=6.9.0'} | |
79 dependencies: | |
80 '@ampproject/remapping': 2.1.2 | |
81 '@babel/code-frame': 7.16.7 | |
82 '@babel/generator': 7.17.9 | |
83 '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 | |
84 '@babel/helper-module-transforms': 7.17.7 | |
85 '@babel/helpers': 7.17.9 | |
86 '@babel/parser': 7.17.9 | |
87 '@babel/template': 7.16.7 | |
88 '@babel/traverse': 7.17.9 | |
89 '@babel/types': 7.17.0 | |
90 convert-source-map: 1.8.0 | |
91 debug: 4.3.4 | |
92 gensync: 1.0.0-beta.2 | |
93 json5: 2.2.1 | |
94 semver: 6.3.0 | |
95 transitivePeerDependencies: | |
96 - supports-color | |
97 dev: false | |
98 | |
99 /@babel/generator/7.17.9: | |
100 resolution: {integrity: sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==} | |
101 engines: {node: '>=6.9.0'} | |
102 dependencies: | |
103 '@babel/types': 7.17.0 | |
104 jsesc: 2.5.2 | |
105 source-map: 0.5.7 | |
106 dev: false | |
107 | |
108 /@babel/helper-annotate-as-pure/7.16.7: | |
109 resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} | |
110 engines: {node: '>=6.9.0'} | |
111 dependencies: | |
112 '@babel/types': 7.17.0 | |
113 dev: false | |
114 | |
115 /@babel/helper-builder-binary-assignment-operator-visitor/7.16.7: | |
116 resolution: {integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==} | |
117 engines: {node: '>=6.9.0'} | |
118 dependencies: | |
119 '@babel/helper-explode-assignable-expression': 7.16.7 | |
120 '@babel/types': 7.17.0 | |
121 dev: false | |
122 | |
123 /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.9: | |
124 resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} | |
125 engines: {node: '>=6.9.0'} | |
126 peerDependencies: | |
127 '@babel/core': ^7.0.0 | |
128 dependencies: | |
129 '@babel/compat-data': 7.17.7 | |
130 '@babel/core': 7.17.9 | |
131 '@babel/helper-validator-option': 7.16.7 | |
132 browserslist: 4.20.2 | |
133 semver: 6.3.0 | |
134 dev: false | |
135 | |
136 /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.9: | |
137 resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==} | |
138 engines: {node: '>=6.9.0'} | |
139 peerDependencies: | |
140 '@babel/core': ^7.0.0 | |
141 dependencies: | |
142 '@babel/core': 7.17.9 | |
143 '@babel/helper-annotate-as-pure': 7.16.7 | |
144 '@babel/helper-environment-visitor': 7.16.7 | |
145 '@babel/helper-function-name': 7.17.9 | |
146 '@babel/helper-member-expression-to-functions': 7.17.7 | |
147 '@babel/helper-optimise-call-expression': 7.16.7 | |
148 '@babel/helper-replace-supers': 7.16.7 | |
149 '@babel/helper-split-export-declaration': 7.16.7 | |
150 transitivePeerDependencies: | |
151 - supports-color | |
152 dev: false | |
153 | |
154 /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.9: | |
155 resolution: {integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==} | |
156 engines: {node: '>=6.9.0'} | |
157 peerDependencies: | |
158 '@babel/core': ^7.0.0 | |
159 dependencies: | |
160 '@babel/core': 7.17.9 | |
161 '@babel/helper-annotate-as-pure': 7.16.7 | |
162 regexpu-core: 5.0.1 | |
163 dev: false | |
164 | |
165 /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.9: | |
166 resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} | |
167 peerDependencies: | |
168 '@babel/core': ^7.4.0-0 | |
169 dependencies: | |
170 '@babel/core': 7.17.9 | |
171 '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 | |
172 '@babel/helper-module-imports': 7.16.7 | |
173 '@babel/helper-plugin-utils': 7.16.7 | |
174 '@babel/traverse': 7.17.9 | |
175 debug: 4.3.4 | |
176 lodash.debounce: 4.0.8 | |
177 resolve: 1.22.0 | |
178 semver: 6.3.0 | |
179 transitivePeerDependencies: | |
180 - supports-color | |
181 dev: false | |
182 | |
183 /@babel/helper-environment-visitor/7.16.7: | |
184 resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==} | |
185 engines: {node: '>=6.9.0'} | |
186 dependencies: | |
187 '@babel/types': 7.17.0 | |
188 dev: false | |
189 | |
190 /@babel/helper-explode-assignable-expression/7.16.7: | |
191 resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==} | |
192 engines: {node: '>=6.9.0'} | |
193 dependencies: | |
194 '@babel/types': 7.17.0 | |
195 dev: false | |
196 | |
197 /@babel/helper-function-name/7.17.9: | |
198 resolution: {integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==} | |
199 engines: {node: '>=6.9.0'} | |
200 dependencies: | |
201 '@babel/template': 7.16.7 | |
202 '@babel/types': 7.17.0 | |
203 dev: false | |
204 | |
205 /@babel/helper-hoist-variables/7.16.7: | |
206 resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} | |
207 engines: {node: '>=6.9.0'} | |
208 dependencies: | |
209 '@babel/types': 7.17.0 | |
210 dev: false | |
211 | |
212 /@babel/helper-member-expression-to-functions/7.17.7: | |
213 resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==} | |
214 engines: {node: '>=6.9.0'} | |
215 dependencies: | |
216 '@babel/types': 7.17.0 | |
217 dev: false | |
218 | |
219 /@babel/helper-module-imports/7.16.7: | |
220 resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} | |
221 engines: {node: '>=6.9.0'} | |
222 dependencies: | |
223 '@babel/types': 7.17.0 | |
224 dev: false | |
225 | |
226 /@babel/helper-module-transforms/7.17.7: | |
227 resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==} | |
228 engines: {node: '>=6.9.0'} | |
229 dependencies: | |
230 '@babel/helper-environment-visitor': 7.16.7 | |
231 '@babel/helper-module-imports': 7.16.7 | |
232 '@babel/helper-simple-access': 7.17.7 | |
233 '@babel/helper-split-export-declaration': 7.16.7 | |
234 '@babel/helper-validator-identifier': 7.16.7 | |
235 '@babel/template': 7.16.7 | |
236 '@babel/traverse': 7.17.9 | |
237 '@babel/types': 7.17.0 | |
238 transitivePeerDependencies: | |
239 - supports-color | |
240 dev: false | |
241 | |
242 /@babel/helper-optimise-call-expression/7.16.7: | |
243 resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} | |
244 engines: {node: '>=6.9.0'} | |
245 dependencies: | |
246 '@babel/types': 7.17.0 | |
247 dev: false | |
248 | |
249 /@babel/helper-plugin-utils/7.16.7: | |
250 resolution: {integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==} | |
251 engines: {node: '>=6.9.0'} | |
252 dev: false | |
253 | |
254 /@babel/helper-remap-async-to-generator/7.16.8: | |
255 resolution: {integrity: sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==} | |
256 engines: {node: '>=6.9.0'} | |
257 dependencies: | |
258 '@babel/helper-annotate-as-pure': 7.16.7 | |
259 '@babel/helper-wrap-function': 7.16.8 | |
260 '@babel/types': 7.17.0 | |
261 transitivePeerDependencies: | |
262 - supports-color | |
263 dev: false | |
264 | |
265 /@babel/helper-replace-supers/7.16.7: | |
266 resolution: {integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==} | |
267 engines: {node: '>=6.9.0'} | |
268 dependencies: | |
269 '@babel/helper-environment-visitor': 7.16.7 | |
270 '@babel/helper-member-expression-to-functions': 7.17.7 | |
271 '@babel/helper-optimise-call-expression': 7.16.7 | |
272 '@babel/traverse': 7.17.9 | |
273 '@babel/types': 7.17.0 | |
274 transitivePeerDependencies: | |
275 - supports-color | |
276 dev: false | |
277 | |
278 /@babel/helper-simple-access/7.17.7: | |
279 resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==} | |
280 engines: {node: '>=6.9.0'} | |
281 dependencies: | |
282 '@babel/types': 7.17.0 | |
283 dev: false | |
284 | |
285 /@babel/helper-skip-transparent-expression-wrappers/7.16.0: | |
286 resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} | |
287 engines: {node: '>=6.9.0'} | |
288 dependencies: | |
289 '@babel/types': 7.17.0 | |
290 dev: false | |
291 | |
292 /@babel/helper-split-export-declaration/7.16.7: | |
293 resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} | |
294 engines: {node: '>=6.9.0'} | |
295 dependencies: | |
296 '@babel/types': 7.17.0 | |
297 dev: false | |
298 | |
299 /@babel/helper-validator-identifier/7.16.7: | |
300 resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==} | |
301 engines: {node: '>=6.9.0'} | |
302 dev: false | |
303 | |
304 /@babel/helper-validator-option/7.16.7: | |
305 resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==} | |
306 engines: {node: '>=6.9.0'} | |
307 dev: false | |
308 | |
309 /@babel/helper-wrap-function/7.16.8: | |
310 resolution: {integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==} | |
311 engines: {node: '>=6.9.0'} | |
312 dependencies: | |
313 '@babel/helper-function-name': 7.17.9 | |
314 '@babel/template': 7.16.7 | |
315 '@babel/traverse': 7.17.9 | |
316 '@babel/types': 7.17.0 | |
317 transitivePeerDependencies: | |
318 - supports-color | |
319 dev: false | |
320 | |
321 /@babel/helpers/7.17.9: | |
322 resolution: {integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==} | |
323 engines: {node: '>=6.9.0'} | |
324 dependencies: | |
325 '@babel/template': 7.16.7 | |
326 '@babel/traverse': 7.17.9 | |
327 '@babel/types': 7.17.0 | |
328 transitivePeerDependencies: | |
329 - supports-color | |
330 dev: false | |
331 | |
332 /@babel/highlight/7.17.9: | |
333 resolution: {integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==} | |
334 engines: {node: '>=6.9.0'} | |
335 dependencies: | |
336 '@babel/helper-validator-identifier': 7.16.7 | |
337 chalk: 2.4.2 | |
338 js-tokens: 4.0.0 | |
339 dev: false | |
340 | |
341 /@babel/parser/7.17.9: | |
342 resolution: {integrity: sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==} | |
343 engines: {node: '>=6.0.0'} | |
344 hasBin: true | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
345 dependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
346 '@babel/types': 7.17.0 |
2032 | 347 dev: false |
348 | |
349 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.9: | |
350 resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} | |
351 engines: {node: '>=6.9.0'} | |
352 peerDependencies: | |
353 '@babel/core': ^7.0.0 | |
354 dependencies: | |
355 '@babel/core': 7.17.9 | |
356 '@babel/helper-plugin-utils': 7.16.7 | |
357 dev: false | |
358 | |
359 /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.9: | |
360 resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} | |
361 engines: {node: '>=6.9.0'} | |
362 peerDependencies: | |
363 '@babel/core': ^7.13.0 | |
364 dependencies: | |
365 '@babel/core': 7.17.9 | |
366 '@babel/helper-plugin-utils': 7.16.7 | |
367 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 | |
368 '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.9 | |
369 dev: false | |
370 | |
371 /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.9: | |
372 resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} | |
373 engines: {node: '>=6.9.0'} | |
374 peerDependencies: | |
375 '@babel/core': ^7.0.0-0 | |
376 dependencies: | |
377 '@babel/core': 7.17.9 | |
378 '@babel/helper-plugin-utils': 7.16.7 | |
379 '@babel/helper-remap-async-to-generator': 7.16.8 | |
380 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.9 | |
381 transitivePeerDependencies: | |
382 - supports-color | |
383 dev: false | |
384 | |
385 /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.9: | |
386 resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} | |
387 engines: {node: '>=6.9.0'} | |
388 peerDependencies: | |
389 '@babel/core': ^7.0.0-0 | |
390 dependencies: | |
391 '@babel/core': 7.17.9 | |
392 '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 | |
393 '@babel/helper-plugin-utils': 7.16.7 | |
394 transitivePeerDependencies: | |
395 - supports-color | |
396 dev: false | |
397 | |
398 /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.9: | |
399 resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==} | |
400 engines: {node: '>=6.9.0'} | |
401 peerDependencies: | |
402 '@babel/core': ^7.12.0 | |
403 dependencies: | |
404 '@babel/core': 7.17.9 | |
405 '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 | |
406 '@babel/helper-plugin-utils': 7.16.7 | |
407 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.9 | |
408 transitivePeerDependencies: | |
409 - supports-color | |
410 dev: false | |
411 | |
412 /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.9: | |
413 resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} | |
414 engines: {node: '>=6.9.0'} | |
415 peerDependencies: | |
416 '@babel/core': ^7.0.0-0 | |
417 dependencies: | |
418 '@babel/core': 7.17.9 | |
419 '@babel/helper-plugin-utils': 7.16.7 | |
420 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9 | |
421 dev: false | |
422 | |
423 /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.9: | |
424 resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} | |
425 engines: {node: '>=6.9.0'} | |
426 peerDependencies: | |
427 '@babel/core': ^7.0.0-0 | |
428 dependencies: | |
429 '@babel/core': 7.17.9 | |
430 '@babel/helper-plugin-utils': 7.16.7 | |
431 '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.9 | |
432 dev: false | |
433 | |
434 /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.9: | |
435 resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} | |
436 engines: {node: '>=6.9.0'} | |
437 peerDependencies: | |
438 '@babel/core': ^7.0.0-0 | |
439 dependencies: | |
440 '@babel/core': 7.17.9 | |
441 '@babel/helper-plugin-utils': 7.16.7 | |
442 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.9 | |
443 dev: false | |
444 | |
445 /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.9: | |
446 resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} | |
447 engines: {node: '>=6.9.0'} | |
448 peerDependencies: | |
449 '@babel/core': ^7.0.0-0 | |
450 dependencies: | |
451 '@babel/core': 7.17.9 | |
452 '@babel/helper-plugin-utils': 7.16.7 | |
453 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.9 | |
454 dev: false | |
455 | |
456 /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.9: | |
457 resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} | |
458 engines: {node: '>=6.9.0'} | |
459 peerDependencies: | |
460 '@babel/core': ^7.0.0-0 | |
461 dependencies: | |
462 '@babel/core': 7.17.9 | |
463 '@babel/helper-plugin-utils': 7.16.7 | |
464 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.9 | |
465 dev: false | |
466 | |
467 /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.9: | |
468 resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} | |
469 engines: {node: '>=6.9.0'} | |
470 peerDependencies: | |
471 '@babel/core': ^7.0.0-0 | |
472 dependencies: | |
473 '@babel/core': 7.17.9 | |
474 '@babel/helper-plugin-utils': 7.16.7 | |
475 '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.9 | |
476 dev: false | |
477 | |
478 /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.9: | |
479 resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==} | |
480 engines: {node: '>=6.9.0'} | |
481 peerDependencies: | |
482 '@babel/core': ^7.0.0-0 | |
483 dependencies: | |
484 '@babel/compat-data': 7.17.7 | |
485 '@babel/core': 7.17.9 | |
486 '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 | |
487 '@babel/helper-plugin-utils': 7.16.7 | |
488 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.9 | |
489 '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.9 | |
490 dev: false | |
491 | |
492 /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.9: | |
493 resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} | |
494 engines: {node: '>=6.9.0'} | |
495 peerDependencies: | |
496 '@babel/core': ^7.0.0-0 | |
497 dependencies: | |
498 '@babel/core': 7.17.9 | |
499 '@babel/helper-plugin-utils': 7.16.7 | |
500 '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.9 | |
501 dev: false | |
502 | |
503 /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.9: | |
504 resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} | |
505 engines: {node: '>=6.9.0'} | |
506 peerDependencies: | |
507 '@babel/core': ^7.0.0-0 | |
508 dependencies: | |
509 '@babel/core': 7.17.9 | |
510 '@babel/helper-plugin-utils': 7.16.7 | |
511 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 | |
512 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.9 | |
513 dev: false | |
514 | |
515 /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.9: | |
516 resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==} | |
517 engines: {node: '>=6.9.0'} | |
518 peerDependencies: | |
519 '@babel/core': ^7.0.0-0 | |
520 dependencies: | |
521 '@babel/core': 7.17.9 | |
522 '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 | |
523 '@babel/helper-plugin-utils': 7.16.7 | |
524 transitivePeerDependencies: | |
525 - supports-color | |
526 dev: false | |
527 | |
528 /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.9: | |
529 resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} | |
530 engines: {node: '>=6.9.0'} | |
531 peerDependencies: | |
532 '@babel/core': ^7.0.0-0 | |
533 dependencies: | |
534 '@babel/core': 7.17.9 | |
535 '@babel/helper-annotate-as-pure': 7.16.7 | |
536 '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 | |
537 '@babel/helper-plugin-utils': 7.16.7 | |
538 '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.9 | |
539 transitivePeerDependencies: | |
540 - supports-color | |
541 dev: false | |
542 | |
543 /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.9: | |
544 resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} | |
545 engines: {node: '>=4'} | |
546 peerDependencies: | |
547 '@babel/core': ^7.0.0-0 | |
548 dependencies: | |
549 '@babel/core': 7.17.9 | |
550 '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9 | |
551 '@babel/helper-plugin-utils': 7.16.7 | |
552 dev: false | |
553 | |
554 /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.9: | |
555 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} | |
556 peerDependencies: | |
557 '@babel/core': ^7.0.0-0 | |
558 dependencies: | |
559 '@babel/core': 7.17.9 | |
560 '@babel/helper-plugin-utils': 7.16.7 | |
561 dev: false | |
562 | |
563 /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.9: | |
564 resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} | |
565 peerDependencies: | |
566 '@babel/core': ^7.0.0-0 | |
567 dependencies: | |
568 '@babel/core': 7.17.9 | |
569 '@babel/helper-plugin-utils': 7.16.7 | |
570 dev: false | |
571 | |
572 /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.9: | |
573 resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} | |
574 engines: {node: '>=6.9.0'} | |
575 peerDependencies: | |
576 '@babel/core': ^7.0.0-0 | |
577 dependencies: | |
578 '@babel/core': 7.17.9 | |
579 '@babel/helper-plugin-utils': 7.16.7 | |
580 dev: false | |
581 | |
582 /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.9: | |
583 resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} | |
584 peerDependencies: | |
585 '@babel/core': ^7.0.0-0 | |
586 dependencies: | |
587 '@babel/core': 7.17.9 | |
588 '@babel/helper-plugin-utils': 7.16.7 | |
589 dev: false | |
590 | |
591 /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.9: | |
592 resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} | |
593 peerDependencies: | |
594 '@babel/core': ^7.0.0-0 | |
595 dependencies: | |
596 '@babel/core': 7.17.9 | |
597 '@babel/helper-plugin-utils': 7.16.7 | |
598 dev: false | |
599 | |
600 /@babel/plugin-syntax-flow/7.16.7_@babel+core@7.17.9: | |
601 resolution: {integrity: sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==} | |
602 engines: {node: '>=6.9.0'} | |
603 peerDependencies: | |
604 '@babel/core': ^7.0.0-0 | |
605 dependencies: | |
606 '@babel/core': 7.17.9 | |
607 '@babel/helper-plugin-utils': 7.16.7 | |
608 dev: false | |
609 | |
610 /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.9: | |
611 resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} | |
612 peerDependencies: | |
613 '@babel/core': ^7.0.0-0 | |
614 dependencies: | |
615 '@babel/core': 7.17.9 | |
616 '@babel/helper-plugin-utils': 7.16.7 | |
617 dev: false | |
618 | |
619 /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.9: | |
620 resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} | |
621 peerDependencies: | |
622 '@babel/core': ^7.0.0-0 | |
623 dependencies: | |
624 '@babel/core': 7.17.9 | |
625 '@babel/helper-plugin-utils': 7.16.7 | |
626 dev: false | |
627 | |
628 /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.9: | |
629 resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} | |
630 peerDependencies: | |
631 '@babel/core': ^7.0.0-0 | |
632 dependencies: | |
633 '@babel/core': 7.17.9 | |
634 '@babel/helper-plugin-utils': 7.16.7 | |
635 dev: false | |
636 | |
637 /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.9: | |
638 resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} | |
639 peerDependencies: | |
640 '@babel/core': ^7.0.0-0 | |
641 dependencies: | |
642 '@babel/core': 7.17.9 | |
643 '@babel/helper-plugin-utils': 7.16.7 | |
644 dev: false | |
645 | |
646 /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.9: | |
647 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} | |
648 peerDependencies: | |
649 '@babel/core': ^7.0.0-0 | |
650 dependencies: | |
651 '@babel/core': 7.17.9 | |
652 '@babel/helper-plugin-utils': 7.16.7 | |
653 dev: false | |
654 | |
655 /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.9: | |
656 resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} | |
657 peerDependencies: | |
658 '@babel/core': ^7.0.0-0 | |
659 dependencies: | |
660 '@babel/core': 7.17.9 | |
661 '@babel/helper-plugin-utils': 7.16.7 | |
662 dev: false | |
663 | |
664 /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.9: | |
665 resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} | |
666 peerDependencies: | |
667 '@babel/core': ^7.0.0-0 | |
668 dependencies: | |
669 '@babel/core': 7.17.9 | |
670 '@babel/helper-plugin-utils': 7.16.7 | |
671 dev: false | |
672 | |
673 /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.9: | |
674 resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} | |
675 engines: {node: '>=6.9.0'} | |
676 peerDependencies: | |
677 '@babel/core': ^7.0.0-0 | |
678 dependencies: | |
679 '@babel/core': 7.17.9 | |
680 '@babel/helper-plugin-utils': 7.16.7 | |
681 dev: false | |
682 | |
683 /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.9: | |
684 resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} | |
685 engines: {node: '>=6.9.0'} | |
686 peerDependencies: | |
687 '@babel/core': ^7.0.0-0 | |
688 dependencies: | |
689 '@babel/core': 7.17.9 | |
690 '@babel/helper-plugin-utils': 7.16.7 | |
691 dev: false | |
692 | |
693 /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.9: | |
694 resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} | |
695 engines: {node: '>=6.9.0'} | |
696 peerDependencies: | |
697 '@babel/core': ^7.0.0-0 | |
698 dependencies: | |
699 '@babel/core': 7.17.9 | |
700 '@babel/helper-plugin-utils': 7.16.7 | |
701 dev: false | |
702 | |
703 /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.9: | |
704 resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} | |
705 engines: {node: '>=6.9.0'} | |
706 peerDependencies: | |
707 '@babel/core': ^7.0.0-0 | |
708 dependencies: | |
709 '@babel/core': 7.17.9 | |
710 '@babel/helper-plugin-utils': 7.16.7 | |
711 dev: false | |
712 | |
713 /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.9: | |
714 resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} | |
715 engines: {node: '>=6.9.0'} | |
716 peerDependencies: | |
717 '@babel/core': ^7.0.0-0 | |
718 dependencies: | |
719 '@babel/core': 7.17.9 | |
720 '@babel/helper-module-imports': 7.16.7 | |
721 '@babel/helper-plugin-utils': 7.16.7 | |
722 '@babel/helper-remap-async-to-generator': 7.16.8 | |
723 transitivePeerDependencies: | |
724 - supports-color | |
725 dev: false | |
726 | |
727 /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.9: | |
728 resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} | |
729 engines: {node: '>=6.9.0'} | |
730 peerDependencies: | |
731 '@babel/core': ^7.0.0-0 | |
732 dependencies: | |
733 '@babel/core': 7.17.9 | |
734 '@babel/helper-plugin-utils': 7.16.7 | |
735 dev: false | |
736 | |
737 /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.9: | |
738 resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} | |
739 engines: {node: '>=6.9.0'} | |
740 peerDependencies: | |
741 '@babel/core': ^7.0.0-0 | |
742 dependencies: | |
743 '@babel/core': 7.17.9 | |
744 '@babel/helper-plugin-utils': 7.16.7 | |
745 dev: false | |
746 | |
747 /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.9: | |
748 resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} | |
749 engines: {node: '>=6.9.0'} | |
750 peerDependencies: | |
751 '@babel/core': ^7.0.0-0 | |
752 dependencies: | |
753 '@babel/core': 7.17.9 | |
754 '@babel/helper-annotate-as-pure': 7.16.7 | |
755 '@babel/helper-environment-visitor': 7.16.7 | |
756 '@babel/helper-function-name': 7.17.9 | |
757 '@babel/helper-optimise-call-expression': 7.16.7 | |
758 '@babel/helper-plugin-utils': 7.16.7 | |
759 '@babel/helper-replace-supers': 7.16.7 | |
760 '@babel/helper-split-export-declaration': 7.16.7 | |
761 globals: 11.12.0 | |
762 transitivePeerDependencies: | |
763 - supports-color | |
764 dev: false | |
765 | |
766 /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.9: | |
767 resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} | |
768 engines: {node: '>=6.9.0'} | |
769 peerDependencies: | |
770 '@babel/core': ^7.0.0-0 | |
771 dependencies: | |
772 '@babel/core': 7.17.9 | |
773 '@babel/helper-plugin-utils': 7.16.7 | |
774 dev: false | |
775 | |
776 /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.9: | |
777 resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==} | |
778 engines: {node: '>=6.9.0'} | |
779 peerDependencies: | |
780 '@babel/core': ^7.0.0-0 | |
781 dependencies: | |
782 '@babel/core': 7.17.9 | |
783 '@babel/helper-plugin-utils': 7.16.7 | |
784 dev: false | |
785 | |
786 /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.9: | |
787 resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} | |
788 engines: {node: '>=6.9.0'} | |
789 peerDependencies: | |
790 '@babel/core': ^7.0.0-0 | |
791 dependencies: | |
792 '@babel/core': 7.17.9 | |
793 '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9 | |
794 '@babel/helper-plugin-utils': 7.16.7 | |
795 dev: false | |
796 | |
797 /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.9: | |
798 resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} | |
799 engines: {node: '>=6.9.0'} | |
800 peerDependencies: | |
801 '@babel/core': ^7.0.0-0 | |
802 dependencies: | |
803 '@babel/core': 7.17.9 | |
804 '@babel/helper-plugin-utils': 7.16.7 | |
805 dev: false | |
806 | |
807 /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.9: | |
808 resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} | |
809 engines: {node: '>=6.9.0'} | |
810 peerDependencies: | |
811 '@babel/core': ^7.0.0-0 | |
812 dependencies: | |
813 '@babel/core': 7.17.9 | |
814 '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 | |
815 '@babel/helper-plugin-utils': 7.16.7 | |
816 dev: false | |
817 | |
818 /@babel/plugin-transform-flow-strip-types/7.16.7_@babel+core@7.17.9: | |
819 resolution: {integrity: sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==} | |
820 engines: {node: '>=6.9.0'} | |
821 peerDependencies: | |
822 '@babel/core': ^7.0.0-0 | |
823 dependencies: | |
824 '@babel/core': 7.17.9 | |
825 '@babel/helper-plugin-utils': 7.16.7 | |
826 '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.9 | |
827 dev: false | |
828 | |
829 /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.9: | |
830 resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==} | |
831 engines: {node: '>=6.9.0'} | |
832 peerDependencies: | |
833 '@babel/core': ^7.0.0-0 | |
834 dependencies: | |
835 '@babel/core': 7.17.9 | |
836 '@babel/helper-plugin-utils': 7.16.7 | |
837 dev: false | |
838 | |
839 /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.9: | |
840 resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} | |
841 engines: {node: '>=6.9.0'} | |
842 peerDependencies: | |
843 '@babel/core': ^7.0.0-0 | |
844 dependencies: | |
845 '@babel/core': 7.17.9 | |
846 '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 | |
847 '@babel/helper-function-name': 7.17.9 | |
848 '@babel/helper-plugin-utils': 7.16.7 | |
849 dev: false | |
850 | |
851 /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.9: | |
852 resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} | |
853 engines: {node: '>=6.9.0'} | |
854 peerDependencies: | |
855 '@babel/core': ^7.0.0-0 | |
856 dependencies: | |
857 '@babel/core': 7.17.9 | |
858 '@babel/helper-plugin-utils': 7.16.7 | |
859 dev: false | |
860 | |
861 /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.9: | |
862 resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} | |
863 engines: {node: '>=6.9.0'} | |
864 peerDependencies: | |
865 '@babel/core': ^7.0.0-0 | |
866 dependencies: | |
867 '@babel/core': 7.17.9 | |
868 '@babel/helper-plugin-utils': 7.16.7 | |
869 dev: false | |
870 | |
871 /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.9: | |
872 resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} | |
873 engines: {node: '>=6.9.0'} | |
874 peerDependencies: | |
875 '@babel/core': ^7.0.0-0 | |
876 dependencies: | |
877 '@babel/core': 7.17.9 | |
878 '@babel/helper-module-transforms': 7.17.7 | |
879 '@babel/helper-plugin-utils': 7.16.7 | |
880 babel-plugin-dynamic-import-node: 2.3.3 | |
881 transitivePeerDependencies: | |
882 - supports-color | |
883 dev: false | |
884 | |
885 /@babel/plugin-transform-modules-commonjs/7.17.9_@babel+core@7.17.9: | |
886 resolution: {integrity: sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==} | |
887 engines: {node: '>=6.9.0'} | |
888 peerDependencies: | |
889 '@babel/core': ^7.0.0-0 | |
890 dependencies: | |
891 '@babel/core': 7.17.9 | |
892 '@babel/helper-module-transforms': 7.17.7 | |
893 '@babel/helper-plugin-utils': 7.16.7 | |
894 '@babel/helper-simple-access': 7.17.7 | |
895 babel-plugin-dynamic-import-node: 2.3.3 | |
896 transitivePeerDependencies: | |
897 - supports-color | |
898 dev: false | |
899 | |
900 /@babel/plugin-transform-modules-systemjs/7.17.8_@babel+core@7.17.9: | |
901 resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==} | |
902 engines: {node: '>=6.9.0'} | |
903 peerDependencies: | |
904 '@babel/core': ^7.0.0-0 | |
905 dependencies: | |
906 '@babel/core': 7.17.9 | |
907 '@babel/helper-hoist-variables': 7.16.7 | |
908 '@babel/helper-module-transforms': 7.17.7 | |
909 '@babel/helper-plugin-utils': 7.16.7 | |
910 '@babel/helper-validator-identifier': 7.16.7 | |
911 babel-plugin-dynamic-import-node: 2.3.3 | |
912 transitivePeerDependencies: | |
913 - supports-color | |
914 dev: false | |
915 | |
916 /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.9: | |
917 resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} | |
918 engines: {node: '>=6.9.0'} | |
919 peerDependencies: | |
920 '@babel/core': ^7.0.0-0 | |
921 dependencies: | |
922 '@babel/core': 7.17.9 | |
923 '@babel/helper-module-transforms': 7.17.7 | |
924 '@babel/helper-plugin-utils': 7.16.7 | |
925 transitivePeerDependencies: | |
926 - supports-color | |
927 dev: false | |
928 | |
929 /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.9: | |
930 resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} | |
931 engines: {node: '>=6.9.0'} | |
932 peerDependencies: | |
933 '@babel/core': ^7.0.0 | |
934 dependencies: | |
935 '@babel/core': 7.17.9 | |
936 '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9 | |
937 dev: false | |
938 | |
939 /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.9: | |
940 resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} | |
941 engines: {node: '>=6.9.0'} | |
942 peerDependencies: | |
943 '@babel/core': ^7.0.0-0 | |
944 dependencies: | |
945 '@babel/core': 7.17.9 | |
946 '@babel/helper-plugin-utils': 7.16.7 | |
947 dev: false | |
948 | |
949 /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.9: | |
950 resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} | |
951 engines: {node: '>=6.9.0'} | |
952 peerDependencies: | |
953 '@babel/core': ^7.0.0-0 | |
954 dependencies: | |
955 '@babel/core': 7.17.9 | |
956 '@babel/helper-plugin-utils': 7.16.7 | |
957 '@babel/helper-replace-supers': 7.16.7 | |
958 transitivePeerDependencies: | |
959 - supports-color | |
960 dev: false | |
961 | |
962 /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.9: | |
963 resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} | |
964 engines: {node: '>=6.9.0'} | |
965 peerDependencies: | |
966 '@babel/core': ^7.0.0-0 | |
967 dependencies: | |
968 '@babel/core': 7.17.9 | |
969 '@babel/helper-plugin-utils': 7.16.7 | |
970 dev: false | |
971 | |
972 /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.9: | |
973 resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} | |
974 engines: {node: '>=6.9.0'} | |
975 peerDependencies: | |
976 '@babel/core': ^7.0.0-0 | |
977 dependencies: | |
978 '@babel/core': 7.17.9 | |
979 '@babel/helper-plugin-utils': 7.16.7 | |
980 dev: false | |
981 | |
982 /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.9: | |
983 resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==} | |
984 engines: {node: '>=6.9.0'} | |
985 peerDependencies: | |
986 '@babel/core': ^7.0.0-0 | |
987 dependencies: | |
988 '@babel/core': 7.17.9 | |
989 regenerator-transform: 0.15.0 | |
990 dev: false | |
991 | |
992 /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.9: | |
993 resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} | |
994 engines: {node: '>=6.9.0'} | |
995 peerDependencies: | |
996 '@babel/core': ^7.0.0-0 | |
997 dependencies: | |
998 '@babel/core': 7.17.9 | |
999 '@babel/helper-plugin-utils': 7.16.7 | |
1000 dev: false | |
1001 | |
1002 /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.9: | |
1003 resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} | |
1004 engines: {node: '>=6.9.0'} | |
1005 peerDependencies: | |
1006 '@babel/core': ^7.0.0-0 | |
1007 dependencies: | |
1008 '@babel/core': 7.17.9 | |
1009 '@babel/helper-plugin-utils': 7.16.7 | |
1010 dev: false | |
1011 | |
1012 /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.9: | |
1013 resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} | |
1014 engines: {node: '>=6.9.0'} | |
1015 peerDependencies: | |
1016 '@babel/core': ^7.0.0-0 | |
1017 dependencies: | |
1018 '@babel/core': 7.17.9 | |
1019 '@babel/helper-plugin-utils': 7.16.7 | |
1020 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 | |
1021 dev: false | |
1022 | |
1023 /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.9: | |
1024 resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} | |
1025 engines: {node: '>=6.9.0'} | |
1026 peerDependencies: | |
1027 '@babel/core': ^7.0.0-0 | |
1028 dependencies: | |
1029 '@babel/core': 7.17.9 | |
1030 '@babel/helper-plugin-utils': 7.16.7 | |
1031 dev: false | |
1032 | |
1033 /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.9: | |
1034 resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} | |
1035 engines: {node: '>=6.9.0'} | |
1036 peerDependencies: | |
1037 '@babel/core': ^7.0.0-0 | |
1038 dependencies: | |
1039 '@babel/core': 7.17.9 | |
1040 '@babel/helper-plugin-utils': 7.16.7 | |
1041 dev: false | |
1042 | |
1043 /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.9: | |
1044 resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} | |
1045 engines: {node: '>=6.9.0'} | |
1046 peerDependencies: | |
1047 '@babel/core': ^7.0.0-0 | |
1048 dependencies: | |
1049 '@babel/core': 7.17.9 | |
1050 '@babel/helper-plugin-utils': 7.16.7 | |
1051 dev: false | |
1052 | |
1053 /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.9: | |
1054 resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==} | |
1055 engines: {node: '>=6.9.0'} | |
1056 peerDependencies: | |
1057 '@babel/core': ^7.0.0-0 | |
1058 dependencies: | |
1059 '@babel/core': 7.17.9 | |
1060 '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 | |
1061 '@babel/helper-plugin-utils': 7.16.7 | |
1062 '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.9 | |
1063 transitivePeerDependencies: | |
1064 - supports-color | |
1065 dev: false | |
1066 | |
1067 /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.9: | |
1068 resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} | |
1069 engines: {node: '>=6.9.0'} | |
1070 peerDependencies: | |
1071 '@babel/core': ^7.0.0-0 | |
1072 dependencies: | |
1073 '@babel/core': 7.17.9 | |
1074 '@babel/helper-plugin-utils': 7.16.7 | |
1075 dev: false | |
1076 | |
1077 /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.9: | |
1078 resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} | |
1079 engines: {node: '>=6.9.0'} | |
1080 peerDependencies: | |
1081 '@babel/core': ^7.0.0-0 | |
1082 dependencies: | |
1083 '@babel/core': 7.17.9 | |
1084 '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9 | |
1085 '@babel/helper-plugin-utils': 7.16.7 | |
1086 dev: false | |
1087 | |
1088 /@babel/preset-env/7.16.11_@babel+core@7.17.9: | |
1089 resolution: {integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==} | |
1090 engines: {node: '>=6.9.0'} | |
1091 peerDependencies: | |
1092 '@babel/core': ^7.0.0-0 | |
1093 dependencies: | |
1094 '@babel/compat-data': 7.17.7 | |
1095 '@babel/core': 7.17.9 | |
1096 '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 | |
1097 '@babel/helper-plugin-utils': 7.16.7 | |
1098 '@babel/helper-validator-option': 7.16.7 | |
1099 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.9 | |
1100 '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.9 | |
1101 '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.9 | |
1102 '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.9 | |
1103 '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.9 | |
1104 '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.9 | |
1105 '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.9 | |
1106 '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.9 | |
1107 '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.9 | |
1108 '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.9 | |
1109 '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.9 | |
1110 '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.9 | |
1111 '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.9 | |
1112 '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.9 | |
1113 '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.9 | |
1114 '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.9 | |
1115 '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.9 | |
1116 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.9 | |
1117 '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.9 | |
1118 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.9 | |
1119 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9 | |
1120 '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.9 | |
1121 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.9 | |
1122 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.9 | |
1123 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.9 | |
1124 '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.9 | |
1125 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.9 | |
1126 '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.9 | |
1127 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.9 | |
1128 '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.9 | |
1129 '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.9 | |
1130 '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.9 | |
1131 '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.9 | |
1132 '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.9 | |
1133 '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.9 | |
1134 '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.9 | |
1135 '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.9 | |
1136 '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.9 | |
1137 '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.9 | |
1138 '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.9 | |
1139 '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.9 | |
1140 '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.9 | |
1141 '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.9 | |
1142 '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.9 | |
1143 '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.9 | |
1144 '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.9 | |
1145 '@babel/plugin-transform-modules-commonjs': 7.17.9_@babel+core@7.17.9 | |
1146 '@babel/plugin-transform-modules-systemjs': 7.17.8_@babel+core@7.17.9 | |
1147 '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.9 | |
1148 '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.9 | |
1149 '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.9 | |
1150 '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.9 | |
1151 '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.9 | |
1152 '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.9 | |
1153 '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.9 | |
1154 '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.9 | |
1155 '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.9 | |
1156 '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.9 | |
1157 '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.9 | |
1158 '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.9 | |
1159 '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.9 | |
1160 '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.9 | |
1161 '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.9 | |
1162 '@babel/preset-modules': 0.1.5_@babel+core@7.17.9 | |
1163 '@babel/types': 7.17.0 | |
1164 babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.9 | |
1165 babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.9 | |
1166 babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.9 | |
1167 core-js-compat: 3.21.1 | |
1168 semver: 6.3.0 | |
1169 transitivePeerDependencies: | |
1170 - supports-color | |
1171 dev: false | |
1172 | |
1173 /@babel/preset-flow/7.16.7_@babel+core@7.17.9: | |
1174 resolution: {integrity: sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==} | |
1175 engines: {node: '>=6.9.0'} | |
1176 peerDependencies: | |
1177 '@babel/core': ^7.0.0-0 | |
1178 dependencies: | |
1179 '@babel/core': 7.17.9 | |
1180 '@babel/helper-plugin-utils': 7.16.7 | |
1181 '@babel/helper-validator-option': 7.16.7 | |
1182 '@babel/plugin-transform-flow-strip-types': 7.16.7_@babel+core@7.17.9 | |
1183 dev: false | |
1184 | |
1185 /@babel/preset-modules/0.1.5_@babel+core@7.17.9: | |
1186 resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} | |
1187 peerDependencies: | |
1188 '@babel/core': ^7.0.0-0 | |
1189 dependencies: | |
1190 '@babel/core': 7.17.9 | |
1191 '@babel/helper-plugin-utils': 7.16.7 | |
1192 '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.9 | |
1193 '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.9 | |
1194 '@babel/types': 7.17.0 | |
1195 esutils: 2.0.3 | |
1196 dev: false | |
1197 | |
1198 /@babel/preset-typescript/7.16.7_@babel+core@7.17.9: | |
1199 resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==} | |
1200 engines: {node: '>=6.9.0'} | |
1201 peerDependencies: | |
1202 '@babel/core': ^7.0.0-0 | |
1203 dependencies: | |
1204 '@babel/core': 7.17.9 | |
1205 '@babel/helper-plugin-utils': 7.16.7 | |
1206 '@babel/helper-validator-option': 7.16.7 | |
1207 '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.9 | |
1208 transitivePeerDependencies: | |
1209 - supports-color | |
1210 dev: false | |
1211 | |
1212 /@babel/register/7.17.7_@babel+core@7.17.9: | |
1213 resolution: {integrity: sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==} | |
1214 engines: {node: '>=6.9.0'} | |
1215 peerDependencies: | |
1216 '@babel/core': ^7.0.0-0 | |
1217 dependencies: | |
1218 '@babel/core': 7.17.9 | |
1219 clone-deep: 4.0.1 | |
1220 find-cache-dir: 2.1.0 | |
1221 make-dir: 2.1.0 | |
1222 pirates: 4.0.5 | |
1223 source-map-support: 0.5.21 | |
1224 dev: false | |
1225 | |
1226 /@babel/runtime/7.17.9: | |
1227 resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==} | |
1228 engines: {node: '>=6.9.0'} | |
1229 dependencies: | |
1230 regenerator-runtime: 0.13.9 | |
1231 dev: false | |
1232 | |
1233 /@babel/template/7.16.7: | |
1234 resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} | |
1235 engines: {node: '>=6.9.0'} | |
1236 dependencies: | |
1237 '@babel/code-frame': 7.16.7 | |
1238 '@babel/parser': 7.17.9 | |
1239 '@babel/types': 7.17.0 | |
1240 dev: false | |
1241 | |
1242 /@babel/traverse/7.17.9: | |
1243 resolution: {integrity: sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==} | |
1244 engines: {node: '>=6.9.0'} | |
1245 dependencies: | |
1246 '@babel/code-frame': 7.16.7 | |
1247 '@babel/generator': 7.17.9 | |
1248 '@babel/helper-environment-visitor': 7.16.7 | |
1249 '@babel/helper-function-name': 7.17.9 | |
1250 '@babel/helper-hoist-variables': 7.16.7 | |
1251 '@babel/helper-split-export-declaration': 7.16.7 | |
1252 '@babel/parser': 7.17.9 | |
1253 '@babel/types': 7.17.0 | |
1254 debug: 4.3.4 | |
1255 globals: 11.12.0 | |
1256 transitivePeerDependencies: | |
1257 - supports-color | |
1258 dev: false | |
1259 | |
1260 /@babel/types/7.17.0: | |
1261 resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==} | |
1262 engines: {node: '>=6.9.0'} | |
1263 dependencies: | |
1264 '@babel/helper-validator-identifier': 7.16.7 | |
1265 to-fast-properties: 2.0.0 | |
1266 dev: false | |
1267 | |
1268 /@jridgewell/resolve-uri/3.0.5: | |
1269 resolution: {integrity: sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==} | |
1270 engines: {node: '>=6.0.0'} | |
1271 dev: false | |
1272 | |
1273 /@jridgewell/sourcemap-codec/1.4.11: | |
1274 resolution: {integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==} | |
1275 dev: false | |
1276 | |
1277 /@jridgewell/trace-mapping/0.3.4: | |
1278 resolution: {integrity: sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==} | |
1279 dependencies: | |
1280 '@jridgewell/resolve-uri': 3.0.5 | |
1281 '@jridgewell/sourcemap-codec': 1.4.11 | |
1282 dev: false | |
1283 | |
2033 | 1284 /@lit/reactive-element/1.3.1: |
1285 resolution: {integrity: sha512-nOJARIr3pReqK3hfFCSW2Zg/kFcFsSAlIE7z4a0C9D2dPrgD/YSn3ZP2ET/rxKB65SXyG7jJbkynBRm+tGlacw==} | |
1286 dev: false | |
1287 | |
1288 /@types/debug/4.1.7: | |
1289 resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} | |
1290 dependencies: | |
1291 '@types/ms': 0.7.31 | |
1292 dev: false | |
1293 | |
1294 /@types/ms/0.7.31: | |
1295 resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} | |
1296 dev: false | |
1297 | |
1298 /@types/trusted-types/2.0.2: | |
1299 resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} | |
1300 dev: false | |
1301 | |
2032 | 1302 /@webcomponents/shadycss/1.11.0: |
1303 resolution: {integrity: sha512-L5O/+UPum8erOleNjKq6k58GVl3fNsEQdSOyh0EUhNmi7tHUyRuCJy1uqJiWydWcLARE5IPsMoPYMZmUGrz1JA==} | |
1304 dev: false | |
1305 | |
1306 /@webcomponents/webcomponentsjs/1.3.3: | |
1307 resolution: {integrity: sha512-eLH04VBMpuZGzBIhOnUjECcQPEPcmfhWEijW9u1B5I+2PPYdWf3vWUExdDxu4Y3GljRSTCOlWnGtS9tpzmXMyQ==} | |
1308 dev: false | |
1309 | |
1310 /JSONStream/1.3.5: | |
1311 resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} | |
1312 hasBin: true | |
1313 dependencies: | |
1314 jsonparse: 1.3.1 | |
1315 through: 2.3.8 | |
1316 dev: false | |
1317 | |
1318 /acorn-node/1.8.2: | |
1319 resolution: {integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==} | |
1320 dependencies: | |
1321 acorn: 7.4.1 | |
1322 acorn-walk: 7.2.0 | |
1323 xtend: 4.0.2 | |
1324 dev: false | |
1325 | |
1326 /acorn-walk/7.2.0: | |
1327 resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} | |
1328 engines: {node: '>=0.4.0'} | |
1329 dev: false | |
1330 | |
1331 /acorn/5.7.4: | |
1332 resolution: {integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==} | |
1333 engines: {node: '>=0.4.0'} | |
1334 hasBin: true | |
1335 dev: false | |
1336 | |
1337 /acorn/7.4.1: | |
1338 resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} | |
1339 engines: {node: '>=0.4.0'} | |
1340 hasBin: true | |
1341 dev: false | |
1342 | |
1343 /align-text/0.1.4: | |
1344 resolution: {integrity: sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=} | |
1345 engines: {node: '>=0.10.0'} | |
1346 dependencies: | |
1347 kind-of: 3.2.2 | |
1348 longest: 1.0.1 | |
1349 repeat-string: 1.6.1 | |
1350 dev: false | |
1351 | |
1352 /alter/0.2.0: | |
1353 resolution: {integrity: sha1-x1iICGF1cgNKrmJICvJrHU0cs80=} | |
1354 dependencies: | |
1355 stable: 0.1.8 | |
1356 dev: false | |
1357 | |
1358 /amdefine/1.0.1: | |
1359 resolution: {integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=} | |
1360 engines: {node: '>=0.4.2'} | |
1361 dev: false | |
1362 | |
1363 /ansi-regex/2.1.1: | |
1364 resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} | |
1365 engines: {node: '>=0.10.0'} | |
1366 dev: false | |
1367 | |
1368 /ansi-styles/1.0.0: | |
1369 resolution: {integrity: sha1-yxAt8cVvUSPquLZ817mAJ6AnkXg=} | |
1370 engines: {node: '>=0.8.0'} | |
1371 dev: false | |
1372 | |
1373 /ansi-styles/2.2.1: | |
1374 resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=} | |
1375 engines: {node: '>=0.10.0'} | |
1376 dev: false | |
1377 | |
1378 /ansi-styles/3.2.1: | |
1379 resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} | |
1380 engines: {node: '>=4'} | |
1381 dependencies: | |
1382 color-convert: 1.9.3 | |
1383 dev: false | |
1384 | |
1385 /arr-diff/2.0.0: | |
1386 resolution: {integrity: sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=} | |
1387 engines: {node: '>=0.10.0'} | |
1388 dependencies: | |
1389 arr-flatten: 1.1.0 | |
1390 dev: false | |
1391 | |
1392 /arr-diff/4.0.0: | |
1393 resolution: {integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=} | |
1394 engines: {node: '>=0.10.0'} | |
1395 dev: false | |
1396 | |
1397 /arr-flatten/1.1.0: | |
1398 resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} | |
1399 engines: {node: '>=0.10.0'} | |
1400 dev: false | |
1401 | |
1402 /arr-union/3.1.0: | |
1403 resolution: {integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=} | |
1404 engines: {node: '>=0.10.0'} | |
1405 dev: false | |
1406 | |
1407 /array-unique/0.2.1: | |
1408 resolution: {integrity: sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=} | |
1409 engines: {node: '>=0.10.0'} | |
1410 dev: false | |
1411 | |
1412 /array-unique/0.3.2: | |
1413 resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=} | |
1414 engines: {node: '>=0.10.0'} | |
1415 dev: false | |
1416 | |
1417 /asn1.js/5.4.1: | |
1418 resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} | |
1419 dependencies: | |
1420 bn.js: 4.12.0 | |
1421 inherits: 2.0.4 | |
1422 minimalistic-assert: 1.0.1 | |
1423 safer-buffer: 2.1.2 | |
1424 dev: false | |
1425 | |
1426 /assert/1.5.0: | |
1427 resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} | |
1428 dependencies: | |
1429 object-assign: 4.1.1 | |
1430 util: 0.10.3 | |
1431 dev: false | |
1432 | |
1433 /assertion-error/1.1.0: | |
1434 resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} | |
1435 dev: false | |
1436 | |
1437 /assign-symbols/1.0.0: | |
1438 resolution: {integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=} | |
1439 engines: {node: '>=0.10.0'} | |
1440 dev: false | |
1441 | |
1442 /ast-traverse/0.1.1: | |
1443 resolution: {integrity: sha1-ac8rg4bxnc2hux4F1o/jWdiJfeY=} | |
1444 dev: false | |
1445 | |
1446 /ast-types/0.10.1: | |
1447 resolution: {integrity: sha512-UY7+9DPzlJ9VM8eY0b2TUZcZvF+1pO0hzMtAyjBYKhOmnvRlqYNYnWdtsMj0V16CGaMlpL0G1jnLbLo4AyotuQ==} | |
1448 engines: {node: '>= 0.8'} | |
1449 dev: false | |
1450 | |
1451 /ast-types/0.11.7: | |
1452 resolution: {integrity: sha512-2mP3TwtkY/aTv5X3ZsMpNAbOnyoC/aMJwJSoaELPkHId0nSQgFcnU4dRW3isxiz7+zBexk0ym3WNVjMiQBnJSw==} | |
1453 engines: {node: '>=4'} | |
1454 dev: false | |
1455 | |
1456 /ast-types/0.8.12: | |
1457 resolution: {integrity: sha1-oNkOQ1G7iHcWyD/WN+v4GK9K38w=} | |
1458 engines: {node: '>= 0.8'} | |
1459 dev: false | |
1460 | |
1461 /ast-types/0.8.15: | |
1462 resolution: {integrity: sha1-ju8IJ/BN/w7IhXupJavj/qYZTlI=} | |
1463 engines: {node: '>= 0.8'} | |
1464 dev: false | |
1465 | |
1466 /ast-types/0.9.6: | |
1467 resolution: {integrity: sha1-ECyenpAF0+fjgpvwxPok7oYu6bk=} | |
1468 engines: {node: '>= 0.8'} | |
1469 dev: false | |
1470 | |
1471 /async/1.5.2: | |
1472 resolution: {integrity: sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=} | |
1473 dev: false | |
1474 | |
1475 /atob/2.1.2: | |
1476 resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} | |
1477 engines: {node: '>= 4.5.0'} | |
1478 hasBin: true | |
1479 dev: false | |
1480 | |
1481 /babel-code-frame/6.26.0: | |
1482 resolution: {integrity: sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=} | |
1483 dependencies: | |
1484 chalk: 1.1.3 | |
1485 esutils: 2.0.3 | |
1486 js-tokens: 3.0.2 | |
1487 dev: false | |
1488 | |
1489 /babel-core/5.8.38: | |
1490 resolution: {integrity: sha1-H8ruedfmG3ULALjlT238nQr4ZVg=} | |
1491 dependencies: | |
1492 babel-plugin-constant-folding: 1.0.1 | |
1493 babel-plugin-dead-code-elimination: 1.0.2 | |
1494 babel-plugin-eval: 1.0.1 | |
1495 babel-plugin-inline-environment-variables: 1.0.1 | |
1496 babel-plugin-jscript: 1.0.4 | |
1497 babel-plugin-member-expression-literals: 1.0.1 | |
1498 babel-plugin-property-literals: 1.0.1 | |
1499 babel-plugin-proto-to-assign: 1.0.4 | |
1500 babel-plugin-react-constant-elements: 1.0.3 | |
1501 babel-plugin-react-display-name: 1.0.3 | |
1502 babel-plugin-remove-console: 1.0.1 | |
1503 babel-plugin-remove-debugger: 1.0.1 | |
1504 babel-plugin-runtime: 1.0.7 | |
1505 babel-plugin-undeclared-variables-check: 1.0.2 | |
1506 babel-plugin-undefined-to-void: 1.1.6 | |
1507 babylon: 5.8.38 | |
1508 bluebird: 2.11.0 | |
1509 chalk: 1.1.3 | |
1510 convert-source-map: 1.8.0 | |
1511 core-js: 1.2.7 | |
1512 debug: 2.6.9 | |
1513 detect-indent: 3.0.1 | |
1514 esutils: 2.0.3 | |
1515 fs-readdir-recursive: 0.1.2 | |
1516 globals: 6.4.1 | |
1517 home-or-tmp: 1.0.0 | |
1518 is-integer: 1.0.7 | |
1519 js-tokens: 1.0.1 | |
1520 json5: 0.4.0 | |
1521 lodash: 3.10.1 | |
1522 minimatch: 2.0.10 | |
1523 output-file-sync: 1.1.2 | |
1524 path-exists: 1.0.0 | |
1525 path-is-absolute: 1.0.1 | |
1526 private: 0.1.8 | |
1527 regenerator: 0.8.40 | |
1528 regexpu: 1.3.0 | |
1529 repeating: 1.1.3 | |
1530 resolve: 1.22.0 | |
1531 shebang-regex: 1.0.0 | |
1532 slash: 1.0.0 | |
1533 source-map: 0.5.7 | |
1534 source-map-support: 0.2.10 | |
1535 to-fast-properties: 1.0.3 | |
1536 trim-right: 1.0.1 | |
1537 try-resolve: 1.0.1 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1538 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1539 - supports-color |
2032 | 1540 dev: false |
1541 | |
1542 /babel-core/6.26.3: | |
1543 resolution: {integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==} | |
1544 dependencies: | |
1545 babel-code-frame: 6.26.0 | |
1546 babel-generator: 6.26.1 | |
1547 babel-helpers: 6.24.1 | |
1548 babel-messages: 6.23.0 | |
1549 babel-register: 6.26.0 | |
1550 babel-runtime: 6.26.0 | |
1551 babel-template: 6.26.0 | |
1552 babel-traverse: 6.26.0 | |
1553 babel-types: 6.26.0 | |
1554 babylon: 6.18.0 | |
1555 convert-source-map: 1.8.0 | |
1556 debug: 2.6.9 | |
1557 json5: 0.5.1 | |
1558 lodash: 4.17.21 | |
1559 minimatch: 3.1.2 | |
1560 path-is-absolute: 1.0.1 | |
1561 private: 0.1.8 | |
1562 slash: 1.0.0 | |
1563 source-map: 0.5.7 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1564 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1565 - supports-color |
2032 | 1566 dev: false |
1567 | |
1568 /babel-core/7.0.0-bridge.0_@babel+core@7.17.9: | |
1569 resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} | |
1570 peerDependencies: | |
1571 '@babel/core': ^7.0.0-0 | |
1572 dependencies: | |
1573 '@babel/core': 7.17.9 | |
1574 dev: false | |
1575 | |
1576 /babel-generator/6.26.1: | |
1577 resolution: {integrity: sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==} | |
1578 dependencies: | |
1579 babel-messages: 6.23.0 | |
1580 babel-runtime: 6.26.0 | |
1581 babel-types: 6.26.0 | |
1582 detect-indent: 4.0.0 | |
1583 jsesc: 1.3.0 | |
1584 lodash: 4.17.21 | |
1585 source-map: 0.5.7 | |
1586 trim-right: 1.0.1 | |
1587 dev: false | |
1588 | |
1589 /babel-helper-bindify-decorators/6.24.1: | |
1590 resolution: {integrity: sha1-FMGeXxQte0fxmlJDHlKxzLxAozA=} | |
1591 dependencies: | |
1592 babel-runtime: 6.26.0 | |
1593 babel-traverse: 6.26.0 | |
1594 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1595 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1596 - supports-color |
2032 | 1597 dev: false |
1598 | |
1599 /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: | |
1600 resolution: {integrity: sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=} | |
1601 dependencies: | |
1602 babel-helper-explode-assignable-expression: 6.24.1 | |
1603 babel-runtime: 6.26.0 | |
1604 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1605 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1606 - supports-color |
2032 | 1607 dev: false |
1608 | |
1609 /babel-helper-call-delegate/6.24.1: | |
1610 resolution: {integrity: sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=} | |
1611 dependencies: | |
1612 babel-helper-hoist-variables: 6.24.1 | |
1613 babel-runtime: 6.26.0 | |
1614 babel-traverse: 6.26.0 | |
1615 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1616 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1617 - supports-color |
2032 | 1618 dev: false |
1619 | |
1620 /babel-helper-define-map/6.26.0: | |
1621 resolution: {integrity: sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=} | |
1622 dependencies: | |
1623 babel-helper-function-name: 6.24.1 | |
1624 babel-runtime: 6.26.0 | |
1625 babel-types: 6.26.0 | |
1626 lodash: 4.17.21 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1627 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1628 - supports-color |
2032 | 1629 dev: false |
1630 | |
1631 /babel-helper-explode-assignable-expression/6.24.1: | |
1632 resolution: {integrity: sha1-8luCz33BBDPFX3BZLVdGQArCLKo=} | |
1633 dependencies: | |
1634 babel-runtime: 6.26.0 | |
1635 babel-traverse: 6.26.0 | |
1636 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1637 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1638 - supports-color |
2032 | 1639 dev: false |
1640 | |
1641 /babel-helper-explode-class/6.24.1: | |
1642 resolution: {integrity: sha1-fcKjkQ3uAHBW4eMdZAztPVTqqes=} | |
1643 dependencies: | |
1644 babel-helper-bindify-decorators: 6.24.1 | |
1645 babel-runtime: 6.26.0 | |
1646 babel-traverse: 6.26.0 | |
1647 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1648 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1649 - supports-color |
2032 | 1650 dev: false |
1651 | |
1652 /babel-helper-function-name/6.24.1: | |
1653 resolution: {integrity: sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=} | |
1654 dependencies: | |
1655 babel-helper-get-function-arity: 6.24.1 | |
1656 babel-runtime: 6.26.0 | |
1657 babel-template: 6.26.0 | |
1658 babel-traverse: 6.26.0 | |
1659 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1660 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1661 - supports-color |
2032 | 1662 dev: false |
1663 | |
1664 /babel-helper-get-function-arity/6.24.1: | |
1665 resolution: {integrity: sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=} | |
1666 dependencies: | |
1667 babel-runtime: 6.26.0 | |
1668 babel-types: 6.26.0 | |
1669 dev: false | |
1670 | |
1671 /babel-helper-hoist-variables/6.24.1: | |
1672 resolution: {integrity: sha1-HssnaJydJVE+rbyZFKc/VAi+enY=} | |
1673 dependencies: | |
1674 babel-runtime: 6.26.0 | |
1675 babel-types: 6.26.0 | |
1676 dev: false | |
1677 | |
1678 /babel-helper-optimise-call-expression/6.24.1: | |
1679 resolution: {integrity: sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=} | |
1680 dependencies: | |
1681 babel-runtime: 6.26.0 | |
1682 babel-types: 6.26.0 | |
1683 dev: false | |
1684 | |
1685 /babel-helper-regex/6.26.0: | |
1686 resolution: {integrity: sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=} | |
1687 dependencies: | |
1688 babel-runtime: 6.26.0 | |
1689 babel-types: 6.26.0 | |
1690 lodash: 4.17.21 | |
1691 dev: false | |
1692 | |
1693 /babel-helper-remap-async-to-generator/6.24.1: | |
1694 resolution: {integrity: sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=} | |
1695 dependencies: | |
1696 babel-helper-function-name: 6.24.1 | |
1697 babel-runtime: 6.26.0 | |
1698 babel-template: 6.26.0 | |
1699 babel-traverse: 6.26.0 | |
1700 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1701 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1702 - supports-color |
2032 | 1703 dev: false |
1704 | |
1705 /babel-helper-replace-supers/6.24.1: | |
1706 resolution: {integrity: sha1-v22/5Dk40XNpohPKiov3S2qQqxo=} | |
1707 dependencies: | |
1708 babel-helper-optimise-call-expression: 6.24.1 | |
1709 babel-messages: 6.23.0 | |
1710 babel-runtime: 6.26.0 | |
1711 babel-template: 6.26.0 | |
1712 babel-traverse: 6.26.0 | |
1713 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1714 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1715 - supports-color |
2032 | 1716 dev: false |
1717 | |
1718 /babel-helpers/6.24.1: | |
1719 resolution: {integrity: sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=} | |
1720 dependencies: | |
1721 babel-runtime: 6.26.0 | |
1722 babel-template: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1723 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1724 - supports-color |
2032 | 1725 dev: false |
1726 | |
1727 /babel-messages/6.23.0: | |
1728 resolution: {integrity: sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=} | |
1729 dependencies: | |
1730 babel-runtime: 6.26.0 | |
1731 dev: false | |
1732 | |
1733 /babel-plugin-check-es2015-constants/6.22.0: | |
1734 resolution: {integrity: sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=} | |
1735 dependencies: | |
1736 babel-runtime: 6.26.0 | |
1737 dev: false | |
1738 | |
1739 /babel-plugin-constant-folding/1.0.1: | |
1740 resolution: {integrity: sha1-g2HTZMmORJw2kr26Ue/whEKQqo4=} | |
1741 dev: false | |
1742 | |
1743 /babel-plugin-dead-code-elimination/1.0.2: | |
1744 resolution: {integrity: sha1-X3xFEnTc18zNv7s+C4XdKBIfD2U=} | |
1745 dev: false | |
1746 | |
1747 /babel-plugin-dynamic-import-node/2.3.3: | |
1748 resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} | |
1749 dependencies: | |
1750 object.assign: 4.1.2 | |
1751 dev: false | |
1752 | |
1753 /babel-plugin-eval/1.0.1: | |
1754 resolution: {integrity: sha1-ovrtJc5r5preS/7CY/cBaRlZUNo=} | |
1755 dev: false | |
1756 | |
1757 /babel-plugin-import-to-require/1.0.0: | |
1758 resolution: {integrity: sha512-dc843CwrFivjO8AVgxcHvxl0cb7J7Ed8ZGFP8+PjH3X1CnyzYtAU1WL1349m9Wc/+oqk4ETx2+cIEO2jlp3XyQ==} | |
1759 dependencies: | |
1760 babel-template: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1761 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1762 - supports-color |
2032 | 1763 dev: false |
1764 | |
1765 /babel-plugin-inline-environment-variables/1.0.1: | |
1766 resolution: {integrity: sha1-H1jOkSB61qgmqL9kX6/mj/X+P/4=} | |
1767 dev: false | |
1768 | |
1769 /babel-plugin-jscript/1.0.4: | |
1770 resolution: {integrity: sha1-jzQsOCduh6R9X6CovT1etsytj8w=} | |
1771 dev: false | |
1772 | |
1773 /babel-plugin-member-expression-literals/1.0.1: | |
1774 resolution: {integrity: sha1-zF7bD6qNyScXDnTW0cAkQAIWJNM=} | |
1775 dev: false | |
1776 | |
1777 /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.9: | |
1778 resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} | |
1779 peerDependencies: | |
1780 '@babel/core': ^7.0.0-0 | |
1781 dependencies: | |
1782 '@babel/compat-data': 7.17.7 | |
1783 '@babel/core': 7.17.9 | |
1784 '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.9 | |
1785 semver: 6.3.0 | |
1786 transitivePeerDependencies: | |
1787 - supports-color | |
1788 dev: false | |
1789 | |
1790 /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.9: | |
1791 resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} | |
1792 peerDependencies: | |
1793 '@babel/core': ^7.0.0-0 | |
1794 dependencies: | |
1795 '@babel/core': 7.17.9 | |
1796 '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.9 | |
1797 core-js-compat: 3.21.1 | |
1798 transitivePeerDependencies: | |
1799 - supports-color | |
1800 dev: false | |
1801 | |
1802 /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.9: | |
1803 resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} | |
1804 peerDependencies: | |
1805 '@babel/core': ^7.0.0-0 | |
1806 dependencies: | |
1807 '@babel/core': 7.17.9 | |
1808 '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.9 | |
1809 transitivePeerDependencies: | |
1810 - supports-color | |
1811 dev: false | |
1812 | |
1813 /babel-plugin-property-literals/1.0.1: | |
1814 resolution: {integrity: sha1-AlIwGQAZKYCxwRjv6kjOk6q4MzY=} | |
1815 dev: false | |
1816 | |
1817 /babel-plugin-proto-to-assign/1.0.4: | |
1818 resolution: {integrity: sha1-xJ56/QL1d7xNoF6i3wAiUM980SM=} | |
1819 dependencies: | |
1820 lodash: 3.10.1 | |
1821 dev: false | |
1822 | |
1823 /babel-plugin-react-constant-elements/1.0.3: | |
1824 resolution: {integrity: sha1-lGc26DeEKcvDSdz/YvUcFDs041o=} | |
1825 dev: false | |
1826 | |
1827 /babel-plugin-react-display-name/1.0.3: | |
1828 resolution: {integrity: sha1-dU/jiSboQkpOexWrbqYTne4FFPw=} | |
1829 dev: false | |
1830 | |
1831 /babel-plugin-remove-console/1.0.1: | |
1832 resolution: {integrity: sha1-2PJFVsOgUAXUKqqv0neH9T/wE6c=} | |
1833 dev: false | |
1834 | |
1835 /babel-plugin-remove-debugger/1.0.1: | |
1836 resolution: {integrity: sha1-/S6jzWGkKK0fO5yJiC/0KT6MFMc=} | |
1837 dev: false | |
1838 | |
1839 /babel-plugin-runtime/1.0.7: | |
1840 resolution: {integrity: sha1-v3x9lm3Vbs1cF/ocslPJrLflSq8=} | |
1841 dev: false | |
1842 | |
1843 /babel-plugin-syntax-async-functions/6.13.0: | |
1844 resolution: {integrity: sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=} | |
1845 dev: false | |
1846 | |
1847 /babel-plugin-syntax-async-generators/6.13.0: | |
1848 resolution: {integrity: sha1-a8lj67FuzLrmuStZbrfzXDQqi5o=} | |
1849 dev: false | |
1850 | |
1851 /babel-plugin-syntax-class-constructor-call/6.18.0: | |
1852 resolution: {integrity: sha1-nLnTn+Q8hgC+yBRkVt3L1OGnZBY=} | |
1853 dev: false | |
1854 | |
1855 /babel-plugin-syntax-class-properties/6.13.0: | |
1856 resolution: {integrity: sha1-1+sjt5oxf4VDlixQW4J8fWysJ94=} | |
1857 dev: false | |
1858 | |
1859 /babel-plugin-syntax-decorators/6.13.0: | |
1860 resolution: {integrity: sha1-MSVjtNvePMgGzuPkFszurd0RrAs=} | |
1861 dev: false | |
1862 | |
1863 /babel-plugin-syntax-dynamic-import/6.18.0: | |
1864 resolution: {integrity: sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo=} | |
1865 dev: false | |
1866 | |
1867 /babel-plugin-syntax-exponentiation-operator/6.13.0: | |
1868 resolution: {integrity: sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=} | |
1869 dev: false | |
1870 | |
1871 /babel-plugin-syntax-export-extensions/6.13.0: | |
1872 resolution: {integrity: sha1-cKFITw+QiaToStRLrDU8lbmxJyE=} | |
1873 dev: false | |
1874 | |
1875 /babel-plugin-syntax-flow/6.18.0: | |
1876 resolution: {integrity: sha1-TDqyCiryaqIM0lmVw5jE63AxDI0=} | |
1877 dev: false | |
1878 | |
1879 /babel-plugin-syntax-object-rest-spread/6.13.0: | |
1880 resolution: {integrity: sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=} | |
1881 dev: false | |
1882 | |
1883 /babel-plugin-syntax-trailing-function-commas/6.22.0: | |
1884 resolution: {integrity: sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=} | |
1885 dev: false | |
1886 | |
1887 /babel-plugin-transform-async-generator-functions/6.24.1: | |
1888 resolution: {integrity: sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds=} | |
1889 dependencies: | |
1890 babel-helper-remap-async-to-generator: 6.24.1 | |
1891 babel-plugin-syntax-async-generators: 6.13.0 | |
1892 babel-runtime: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1893 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1894 - supports-color |
2032 | 1895 dev: false |
1896 | |
1897 /babel-plugin-transform-async-to-generator/6.24.1: | |
1898 resolution: {integrity: sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=} | |
1899 dependencies: | |
1900 babel-helper-remap-async-to-generator: 6.24.1 | |
1901 babel-plugin-syntax-async-functions: 6.13.0 | |
1902 babel-runtime: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1903 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1904 - supports-color |
2032 | 1905 dev: false |
1906 | |
1907 /babel-plugin-transform-class-constructor-call/6.24.1: | |
1908 resolution: {integrity: sha1-gNwoVQWsBn3LjWxl4vbxGrd2Xvk=} | |
1909 dependencies: | |
1910 babel-plugin-syntax-class-constructor-call: 6.18.0 | |
1911 babel-runtime: 6.26.0 | |
1912 babel-template: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1913 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1914 - supports-color |
2032 | 1915 dev: false |
1916 | |
1917 /babel-plugin-transform-class-properties/6.24.1: | |
1918 resolution: {integrity: sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=} | |
1919 dependencies: | |
1920 babel-helper-function-name: 6.24.1 | |
1921 babel-plugin-syntax-class-properties: 6.13.0 | |
1922 babel-runtime: 6.26.0 | |
1923 babel-template: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1924 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1925 - supports-color |
2032 | 1926 dev: false |
1927 | |
1928 /babel-plugin-transform-decorators/6.24.1: | |
1929 resolution: {integrity: sha1-eIAT2PjGtSIr33s0Q5Df13Vp4k0=} | |
1930 dependencies: | |
1931 babel-helper-explode-class: 6.24.1 | |
1932 babel-plugin-syntax-decorators: 6.13.0 | |
1933 babel-runtime: 6.26.0 | |
1934 babel-template: 6.26.0 | |
1935 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1936 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1937 - supports-color |
2032 | 1938 dev: false |
1939 | |
1940 /babel-plugin-transform-es2015-arrow-functions/6.22.0: | |
1941 resolution: {integrity: sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=} | |
1942 dependencies: | |
1943 babel-runtime: 6.26.0 | |
1944 dev: false | |
1945 | |
1946 /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: | |
1947 resolution: {integrity: sha1-u8UbSflk1wy42OC5ToICRs46YUE=} | |
1948 dependencies: | |
1949 babel-runtime: 6.26.0 | |
1950 dev: false | |
1951 | |
1952 /babel-plugin-transform-es2015-block-scoping/6.26.0: | |
1953 resolution: {integrity: sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=} | |
1954 dependencies: | |
1955 babel-runtime: 6.26.0 | |
1956 babel-template: 6.26.0 | |
1957 babel-traverse: 6.26.0 | |
1958 babel-types: 6.26.0 | |
1959 lodash: 4.17.21 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1960 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1961 - supports-color |
2032 | 1962 dev: false |
1963 | |
1964 /babel-plugin-transform-es2015-classes/6.24.1: | |
1965 resolution: {integrity: sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=} | |
1966 dependencies: | |
1967 babel-helper-define-map: 6.26.0 | |
1968 babel-helper-function-name: 6.24.1 | |
1969 babel-helper-optimise-call-expression: 6.24.1 | |
1970 babel-helper-replace-supers: 6.24.1 | |
1971 babel-messages: 6.23.0 | |
1972 babel-runtime: 6.26.0 | |
1973 babel-template: 6.26.0 | |
1974 babel-traverse: 6.26.0 | |
1975 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1976 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1977 - supports-color |
2032 | 1978 dev: false |
1979 | |
1980 /babel-plugin-transform-es2015-computed-properties/6.24.1: | |
1981 resolution: {integrity: sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=} | |
1982 dependencies: | |
1983 babel-runtime: 6.26.0 | |
1984 babel-template: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1985 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
1986 - supports-color |
2032 | 1987 dev: false |
1988 | |
1989 /babel-plugin-transform-es2015-destructuring/6.23.0: | |
1990 resolution: {integrity: sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=} | |
1991 dependencies: | |
1992 babel-runtime: 6.26.0 | |
1993 dev: false | |
1994 | |
1995 /babel-plugin-transform-es2015-duplicate-keys/6.24.1: | |
1996 resolution: {integrity: sha1-c+s9MQypaePvnskcU3QabxV2Qj4=} | |
1997 dependencies: | |
1998 babel-runtime: 6.26.0 | |
1999 babel-types: 6.26.0 | |
2000 dev: false | |
2001 | |
2002 /babel-plugin-transform-es2015-for-of/6.23.0: | |
2003 resolution: {integrity: sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=} | |
2004 dependencies: | |
2005 babel-runtime: 6.26.0 | |
2006 dev: false | |
2007 | |
2008 /babel-plugin-transform-es2015-function-name/6.24.1: | |
2009 resolution: {integrity: sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=} | |
2010 dependencies: | |
2011 babel-helper-function-name: 6.24.1 | |
2012 babel-runtime: 6.26.0 | |
2013 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2014 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2015 - supports-color |
2032 | 2016 dev: false |
2017 | |
2018 /babel-plugin-transform-es2015-literals/6.22.0: | |
2019 resolution: {integrity: sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=} | |
2020 dependencies: | |
2021 babel-runtime: 6.26.0 | |
2022 dev: false | |
2023 | |
2024 /babel-plugin-transform-es2015-modules-amd/6.24.1: | |
2025 resolution: {integrity: sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=} | |
2026 dependencies: | |
2027 babel-plugin-transform-es2015-modules-commonjs: 6.26.2 | |
2028 babel-runtime: 6.26.0 | |
2029 babel-template: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2030 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2031 - supports-color |
2032 | 2032 dev: false |
2033 | |
2034 /babel-plugin-transform-es2015-modules-commonjs/6.26.2: | |
2035 resolution: {integrity: sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==} | |
2036 dependencies: | |
2037 babel-plugin-transform-strict-mode: 6.24.1 | |
2038 babel-runtime: 6.26.0 | |
2039 babel-template: 6.26.0 | |
2040 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2041 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2042 - supports-color |
2032 | 2043 dev: false |
2044 | |
2045 /babel-plugin-transform-es2015-modules-systemjs/6.24.1: | |
2046 resolution: {integrity: sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=} | |
2047 dependencies: | |
2048 babel-helper-hoist-variables: 6.24.1 | |
2049 babel-runtime: 6.26.0 | |
2050 babel-template: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2051 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2052 - supports-color |
2032 | 2053 dev: false |
2054 | |
2055 /babel-plugin-transform-es2015-modules-umd/6.24.1: | |
2056 resolution: {integrity: sha1-rJl+YoXNGO1hdq22B9YCNErThGg=} | |
2057 dependencies: | |
2058 babel-plugin-transform-es2015-modules-amd: 6.24.1 | |
2059 babel-runtime: 6.26.0 | |
2060 babel-template: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2061 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2062 - supports-color |
2032 | 2063 dev: false |
2064 | |
2065 /babel-plugin-transform-es2015-object-super/6.24.1: | |
2066 resolution: {integrity: sha1-JM72muIcuDp/hgPa0CH1cusnj40=} | |
2067 dependencies: | |
2068 babel-helper-replace-supers: 6.24.1 | |
2069 babel-runtime: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2070 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2071 - supports-color |
2032 | 2072 dev: false |
2073 | |
2074 /babel-plugin-transform-es2015-parameters/6.24.1: | |
2075 resolution: {integrity: sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=} | |
2076 dependencies: | |
2077 babel-helper-call-delegate: 6.24.1 | |
2078 babel-helper-get-function-arity: 6.24.1 | |
2079 babel-runtime: 6.26.0 | |
2080 babel-template: 6.26.0 | |
2081 babel-traverse: 6.26.0 | |
2082 babel-types: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2083 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2084 - supports-color |
2032 | 2085 dev: false |
2086 | |
2087 /babel-plugin-transform-es2015-shorthand-properties/6.24.1: | |
2088 resolution: {integrity: sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=} | |
2089 dependencies: | |
2090 babel-runtime: 6.26.0 | |
2091 babel-types: 6.26.0 | |
2092 dev: false | |
2093 | |
2094 /babel-plugin-transform-es2015-spread/6.22.0: | |
2095 resolution: {integrity: sha1-1taKmfia7cRTbIGlQujdnxdG+NE=} | |
2096 dependencies: | |
2097 babel-runtime: 6.26.0 | |
2098 dev: false | |
2099 | |
2100 /babel-plugin-transform-es2015-sticky-regex/6.24.1: | |
2101 resolution: {integrity: sha1-AMHNsaynERLN8M9hJsLta0V8zbw=} | |
2102 dependencies: | |
2103 babel-helper-regex: 6.26.0 | |
2104 babel-runtime: 6.26.0 | |
2105 babel-types: 6.26.0 | |
2106 dev: false | |
2107 | |
2108 /babel-plugin-transform-es2015-template-literals/6.22.0: | |
2109 resolution: {integrity: sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=} | |
2110 dependencies: | |
2111 babel-runtime: 6.26.0 | |
2112 dev: false | |
2113 | |
2114 /babel-plugin-transform-es2015-typeof-symbol/6.23.0: | |
2115 resolution: {integrity: sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=} | |
2116 dependencies: | |
2117 babel-runtime: 6.26.0 | |
2118 dev: false | |
2119 | |
2120 /babel-plugin-transform-es2015-unicode-regex/6.24.1: | |
2121 resolution: {integrity: sha1-04sS9C6nMj9yk4fxinxa4frrNek=} | |
2122 dependencies: | |
2123 babel-helper-regex: 6.26.0 | |
2124 babel-runtime: 6.26.0 | |
2125 regexpu-core: 2.0.0 | |
2126 dev: false | |
2127 | |
2128 /babel-plugin-transform-exponentiation-operator/6.24.1: | |
2129 resolution: {integrity: sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=} | |
2130 dependencies: | |
2131 babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 | |
2132 babel-plugin-syntax-exponentiation-operator: 6.13.0 | |
2133 babel-runtime: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2134 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2135 - supports-color |
2032 | 2136 dev: false |
2137 | |
2138 /babel-plugin-transform-export-extensions/6.22.0: | |
2139 resolution: {integrity: sha1-U3OLR+deghhYnuqUbLvTkQm75lM=} | |
2140 dependencies: | |
2141 babel-plugin-syntax-export-extensions: 6.13.0 | |
2142 babel-runtime: 6.26.0 | |
2143 dev: false | |
2144 | |
2145 /babel-plugin-transform-flow-strip-types/6.22.0: | |
2146 resolution: {integrity: sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988=} | |
2147 dependencies: | |
2148 babel-plugin-syntax-flow: 6.18.0 | |
2149 babel-runtime: 6.26.0 | |
2150 dev: false | |
2151 | |
2152 /babel-plugin-transform-object-rest-spread/6.26.0: | |
2153 resolution: {integrity: sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=} | |
2154 dependencies: | |
2155 babel-plugin-syntax-object-rest-spread: 6.13.0 | |
2156 babel-runtime: 6.26.0 | |
2157 dev: false | |
2158 | |
2159 /babel-plugin-transform-regenerator/6.26.0: | |
2160 resolution: {integrity: sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=} | |
2161 dependencies: | |
2162 regenerator-transform: 0.10.1 | |
2163 dev: false | |
2164 | |
2165 /babel-plugin-transform-strict-mode/6.24.1: | |
2166 resolution: {integrity: sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=} | |
2167 dependencies: | |
2168 babel-runtime: 6.26.0 | |
2169 babel-types: 6.26.0 | |
2170 dev: false | |
2171 | |
2172 /babel-plugin-undeclared-variables-check/1.0.2: | |
2173 resolution: {integrity: sha1-XPGqU52BP/ZOmWQSkK9iCWX2Xe4=} | |
2174 dependencies: | |
2175 leven: 1.0.2 | |
2176 dev: false | |
2177 | |
2178 /babel-plugin-undefined-to-void/1.1.6: | |
2179 resolution: {integrity: sha1-f1eO+LeN+uYAM4XYQXph7aBuL4E=} | |
2180 dev: false | |
2181 | |
2182 /babel-preset-es2015/6.24.1: | |
2183 resolution: {integrity: sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk=} | |
2184 deprecated: '🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!' | |
2185 dependencies: | |
2186 babel-plugin-check-es2015-constants: 6.22.0 | |
2187 babel-plugin-transform-es2015-arrow-functions: 6.22.0 | |
2188 babel-plugin-transform-es2015-block-scoped-functions: 6.22.0 | |
2189 babel-plugin-transform-es2015-block-scoping: 6.26.0 | |
2190 babel-plugin-transform-es2015-classes: 6.24.1 | |
2191 babel-plugin-transform-es2015-computed-properties: 6.24.1 | |
2192 babel-plugin-transform-es2015-destructuring: 6.23.0 | |
2193 babel-plugin-transform-es2015-duplicate-keys: 6.24.1 | |
2194 babel-plugin-transform-es2015-for-of: 6.23.0 | |
2195 babel-plugin-transform-es2015-function-name: 6.24.1 | |
2196 babel-plugin-transform-es2015-literals: 6.22.0 | |
2197 babel-plugin-transform-es2015-modules-amd: 6.24.1 | |
2198 babel-plugin-transform-es2015-modules-commonjs: 6.26.2 | |
2199 babel-plugin-transform-es2015-modules-systemjs: 6.24.1 | |
2200 babel-plugin-transform-es2015-modules-umd: 6.24.1 | |
2201 babel-plugin-transform-es2015-object-super: 6.24.1 | |
2202 babel-plugin-transform-es2015-parameters: 6.24.1 | |
2203 babel-plugin-transform-es2015-shorthand-properties: 6.24.1 | |
2204 babel-plugin-transform-es2015-spread: 6.22.0 | |
2205 babel-plugin-transform-es2015-sticky-regex: 6.24.1 | |
2206 babel-plugin-transform-es2015-template-literals: 6.22.0 | |
2207 babel-plugin-transform-es2015-typeof-symbol: 6.23.0 | |
2208 babel-plugin-transform-es2015-unicode-regex: 6.24.1 | |
2209 babel-plugin-transform-regenerator: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2210 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2211 - supports-color |
2032 | 2212 dev: false |
2213 | |
2214 /babel-preset-stage-1/6.24.1: | |
2215 resolution: {integrity: sha1-dpLNfc1oSZB+auSgqFWJz7niv7A=} | |
2216 dependencies: | |
2217 babel-plugin-transform-class-constructor-call: 6.24.1 | |
2218 babel-plugin-transform-export-extensions: 6.22.0 | |
2219 babel-preset-stage-2: 6.24.1 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2220 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2221 - supports-color |
2032 | 2222 dev: false |
2223 | |
2224 /babel-preset-stage-2/6.24.1: | |
2225 resolution: {integrity: sha1-2eKWD7PXEYfw5k7sYrwHdnIZvcE=} | |
2226 dependencies: | |
2227 babel-plugin-syntax-dynamic-import: 6.18.0 | |
2228 babel-plugin-transform-class-properties: 6.24.1 | |
2229 babel-plugin-transform-decorators: 6.24.1 | |
2230 babel-preset-stage-3: 6.24.1 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2231 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2232 - supports-color |
2032 | 2233 dev: false |
2234 | |
2235 /babel-preset-stage-3/6.24.1: | |
2236 resolution: {integrity: sha1-g2raCp56f6N8sTj7kyb4eTSkg5U=} | |
2237 dependencies: | |
2238 babel-plugin-syntax-trailing-function-commas: 6.22.0 | |
2239 babel-plugin-transform-async-generator-functions: 6.24.1 | |
2240 babel-plugin-transform-async-to-generator: 6.24.1 | |
2241 babel-plugin-transform-exponentiation-operator: 6.24.1 | |
2242 babel-plugin-transform-object-rest-spread: 6.26.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2243 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2244 - supports-color |
2032 | 2245 dev: false |
2246 | |
2247 /babel-register/6.26.0: | |
2248 resolution: {integrity: sha1-btAhFz4vy0htestFxgCahW9kcHE=} | |
2249 dependencies: | |
2250 babel-core: 6.26.3 | |
2251 babel-runtime: 6.26.0 | |
2252 core-js: 2.6.12 | |
2253 home-or-tmp: 2.0.0 | |
2254 lodash: 4.17.21 | |
2255 mkdirp: 0.5.6 | |
2256 source-map-support: 0.4.18 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2257 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2258 - supports-color |
2032 | 2259 dev: false |
2260 | |
2261 /babel-runtime/6.26.0: | |
2262 resolution: {integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4=} | |
2263 dependencies: | |
2264 core-js: 2.6.12 | |
2265 regenerator-runtime: 0.11.1 | |
2266 dev: false | |
2267 | |
2268 /babel-template/6.26.0: | |
2269 resolution: {integrity: sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=} | |
2270 dependencies: | |
2271 babel-runtime: 6.26.0 | |
2272 babel-traverse: 6.26.0 | |
2273 babel-types: 6.26.0 | |
2274 babylon: 6.18.0 | |
2275 lodash: 4.17.21 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2276 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2277 - supports-color |
2032 | 2278 dev: false |
2279 | |
2280 /babel-traverse/6.26.0: | |
2281 resolution: {integrity: sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=} | |
2282 dependencies: | |
2283 babel-code-frame: 6.26.0 | |
2284 babel-messages: 6.23.0 | |
2285 babel-runtime: 6.26.0 | |
2286 babel-types: 6.26.0 | |
2287 babylon: 6.18.0 | |
2288 debug: 2.6.9 | |
2289 globals: 9.18.0 | |
2290 invariant: 2.2.4 | |
2291 lodash: 4.17.21 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2292 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2293 - supports-color |
2032 | 2294 dev: false |
2295 | |
2296 /babel-types/6.26.0: | |
2297 resolution: {integrity: sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=} | |
2298 dependencies: | |
2299 babel-runtime: 6.26.0 | |
2300 esutils: 2.0.3 | |
2301 lodash: 4.17.21 | |
2302 to-fast-properties: 1.0.3 | |
2303 dev: false | |
2304 | |
2305 /babylon/5.8.38: | |
2306 resolution: {integrity: sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=} | |
2307 dev: false | |
2308 | |
2309 /babylon/6.18.0: | |
2310 resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} | |
2311 hasBin: true | |
2312 dev: false | |
2313 | |
2314 /balanced-match/1.0.2: | |
2315 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} | |
2316 dev: false | |
2317 | |
2318 /base/0.11.2: | |
2319 resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} | |
2320 engines: {node: '>=0.10.0'} | |
2321 dependencies: | |
2322 cache-base: 1.0.1 | |
2323 class-utils: 0.3.6 | |
2324 component-emitter: 1.3.0 | |
2325 define-property: 1.0.0 | |
2326 isobject: 3.0.1 | |
2327 mixin-deep: 1.3.2 | |
2328 pascalcase: 0.1.1 | |
2329 dev: false | |
2330 | |
2331 /base64-js/1.5.1: | |
2332 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} | |
2333 dev: false | |
2334 | |
2335 /bit-twiddle/1.0.2: | |
2336 resolution: {integrity: sha1-DGwfq+KyPRcXPZpht7cJPrnhdp4=} | |
2337 dev: false | |
2338 | |
2339 /bluebird/2.11.0: | |
2340 resolution: {integrity: sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=} | |
2341 dev: false | |
2342 | |
2343 /bn.js/4.12.0: | |
2344 resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} | |
2345 dev: false | |
2346 | |
2347 /bn.js/5.2.0: | |
2348 resolution: {integrity: sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==} | |
2349 dev: false | |
2350 | |
2351 /bower/1.8.14: | |
2352 resolution: {integrity: sha512-8Rq058FD91q9Nwthyhw0la9fzpBz0iwZTrt51LWl+w+PnJgZk9J+5wp3nibsJcIUPglMYXr4NRBaR+TUj0OkBQ==} | |
2353 engines: {node: '>=0.10.0'} | |
2354 hasBin: true | |
2355 dev: false | |
2356 | |
2357 /brace-expansion/1.1.11: | |
2358 resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} | |
2359 dependencies: | |
2360 balanced-match: 1.0.2 | |
2361 concat-map: 0.0.1 | |
2362 dev: false | |
2363 | |
2364 /braces/1.8.5: | |
2365 resolution: {integrity: sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=} | |
2366 engines: {node: '>=0.10.0'} | |
2367 dependencies: | |
2368 expand-range: 1.8.2 | |
2369 preserve: 0.2.0 | |
2370 repeat-element: 1.1.4 | |
2371 dev: false | |
2372 | |
2373 /braces/2.3.2: | |
2374 resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} | |
2375 engines: {node: '>=0.10.0'} | |
2376 dependencies: | |
2377 arr-flatten: 1.1.0 | |
2378 array-unique: 0.3.2 | |
2379 extend-shallow: 2.0.1 | |
2380 fill-range: 4.0.0 | |
2381 isobject: 3.0.1 | |
2382 repeat-element: 1.1.4 | |
2383 snapdragon: 0.8.2 | |
2384 snapdragon-node: 2.1.1 | |
2385 split-string: 3.1.0 | |
2386 to-regex: 3.0.2 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2387 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
2388 - supports-color |
2032 | 2389 dev: false |
2390 | |
2391 /breakable/1.0.0: | |
2392 resolution: {integrity: sha1-eEp5eRWjjq0nutRWtVcstLuqeME=} | |
2393 dev: false | |
2394 | |
2395 /brorand/1.1.0: | |
2396 resolution: {integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=} | |
2397 dev: false | |
2398 | |
2399 /browser-pack/6.1.0: | |
2400 resolution: {integrity: sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==} | |
2401 hasBin: true | |
2402 dependencies: | |
2403 combine-source-map: 0.8.0 | |
2404 defined: 1.0.0 | |
2405 JSONStream: 1.3.5 | |
2406 safe-buffer: 5.2.1 | |
2407 through2: 2.0.5 | |
2408 umd: 3.0.3 | |
2409 dev: false | |
2410 | |
2411 /browser-resolve/2.0.0: | |
2412 resolution: {integrity: sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==} | |
2413 dependencies: | |
2414 resolve: 1.22.0 | |
2415 dev: false | |
2416 | |
2417 /browserify-aes/1.2.0: | |
2418 resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} | |
2419 dependencies: | |
2420 buffer-xor: 1.0.3 | |
2421 cipher-base: 1.0.4 | |
2422 create-hash: 1.2.0 | |
2423 evp_bytestokey: 1.0.3 | |
2424 inherits: 2.0.4 | |
2425 safe-buffer: 5.2.1 | |
2426 dev: false | |
2427 | |
2428 /browserify-cipher/1.0.1: | |
2429 resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} | |
2430 dependencies: | |
2431 browserify-aes: 1.2.0 | |
2432 browserify-des: 1.0.2 | |
2433 evp_bytestokey: 1.0.3 | |
2434 dev: false | |
2435 | |
2436 /browserify-des/1.0.2: | |
2437 resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} | |
2438 dependencies: | |
2439 cipher-base: 1.0.4 | |
2440 des.js: 1.0.1 | |
2441 inherits: 2.0.4 | |
2442 safe-buffer: 5.2.1 | |
2443 dev: false | |
2444 | |
2445 /browserify-rsa/4.1.0: | |
2446 resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} | |
2447 dependencies: | |
2448 bn.js: 5.2.0 | |
2449 randombytes: 2.1.0 | |
2450 dev: false | |
2451 | |
2452 /browserify-sign/4.2.1: | |
2453 resolution: {integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==} | |
2454 dependencies: | |
2455 bn.js: 5.2.0 | |
2456 browserify-rsa: 4.1.0 | |
2457 create-hash: 1.2.0 | |
2458 create-hmac: 1.1.7 | |
2459 elliptic: 6.5.4 | |
2460 inherits: 2.0.4 | |
2461 parse-asn1: 5.1.6 | |
2462 readable-stream: 3.6.0 | |
2463 safe-buffer: 5.2.1 | |
2464 dev: false | |
2465 | |
2466 /browserify-zlib/0.2.0: | |
2467 resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} | |
2468 dependencies: | |
2469 pako: 1.0.11 | |
2470 dev: false | |
2471 | |
2472 /browserify/16.5.2: | |
2473 resolution: {integrity: sha512-TkOR1cQGdmXU9zW4YukWzWVSJwrxmNdADFbqbE3HFgQWe5wqZmOawqZ7J/8MPCwk/W8yY7Y0h+7mOtcZxLP23g==} | |
2474 engines: {node: '>= 0.8'} | |
2475 hasBin: true | |
2476 dependencies: | |
2477 assert: 1.5.0 | |
2478 browser-pack: 6.1.0 | |
2479 browser-resolve: 2.0.0 | |
2480 browserify-zlib: 0.2.0 | |
2481 buffer: 5.2.1 | |
2482 cached-path-relative: 1.1.0 | |
2483 concat-stream: 1.6.2 | |
2484 console-browserify: 1.2.0 | |
2485 constants-browserify: 1.0.0 | |
2486 crypto-browserify: 3.12.0 | |
2487 defined: 1.0.0 | |
2488 deps-sort: 2.0.1 | |
2489 domain-browser: 1.2.0 | |
2490 duplexer2: 0.1.4 | |
2491 events: 2.1.0 | |
2492 glob: 7.2.0 | |
2493 has: 1.0.3 | |
2494 htmlescape: 1.1.1 | |
2495 https-browserify: 1.0.0 | |
2496 inherits: 2.0.4 | |
2497 insert-module-globals: 7.2.1 | |
2498 JSONStream: 1.3.5 | |
2499 labeled-stream-splicer: 2.0.2 | |
2500 mkdirp-classic: 0.5.3 | |
2501 module-deps: 6.2.3 | |
2502 os-browserify: 0.3.0 | |
2503 parents: 1.0.1 | |
2504 path-browserify: 0.0.1 | |
2505 process: 0.11.10 | |
2506 punycode: 1.4.1 | |
2507 querystring-es3: 0.2.1 | |
2508 read-only-stream: 2.0.0 | |
2509 readable-stream: 2.3.7 | |
2510 resolve: 1.22.0 | |
2511 shasum: 1.0.2 | |
2512 shell-quote: 1.7.3 | |
2513 stream-browserify: 2.0.2 | |
2514 stream-http: 3.2.0 | |
2515 string_decoder: 1.3.0 | |
2516 subarg: 1.0.0 | |
2517 syntax-error: 1.4.0 | |
2518 through2: 2.0.5 | |
2519 timers-browserify: 1.4.2 | |
2520 tty-browserify: 0.0.1 | |
2521 url: 0.11.0 | |
2522 util: 0.10.4 | |
2523 vm-browserify: 1.1.2 | |
2524 xtend: 4.0.2 | |
2525 dev: false | |
2526 | |
2527 /browserslist/4.20.2: | |
2528 resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==} | |
2529 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} | |
2530 hasBin: true | |
2531 dependencies: | |
2532 caniuse-lite: 1.0.30001325 | |
2533 electron-to-chromium: 1.4.105 | |
2534 escalade: 3.1.1 | |
2535 node-releases: 2.0.2 | |
2536 picocolors: 1.0.0 | |
2537 dev: false | |
2538 | |
2539 /buffer-from/1.1.2: | |
2540 resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} | |
2541 dev: false | |
2542 | |
2543 /buffer-xor/1.0.3: | |
2544 resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=} | |
2545 dev: false | |
2546 | |
2547 /buffer/5.2.1: | |
2548 resolution: {integrity: sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==} | |
2549 dependencies: | |
2550 base64-js: 1.5.1 | |
2551 ieee754: 1.2.1 | |
2552 dev: false | |
2553 | |
2554 /builtin-status-codes/3.0.0: | |
2555 resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} | |
2556 dev: false | |
2557 | |
2558 /cache-base/1.0.1: | |
2559 resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} | |
2560 engines: {node: '>=0.10.0'} | |
2561 dependencies: | |
2562 collection-visit: 1.0.0 | |
2563 component-emitter: 1.3.0 | |
2564 get-value: 2.0.6 | |
2565 has-value: 1.0.0 | |
2566 isobject: 3.0.1 | |
2567 set-value: 2.0.1 | |
2568 to-object-path: 0.3.0 | |
2569 union-value: 1.0.1 | |
2570 unset-value: 1.0.0 | |
2571 dev: false | |
2572 | |
2573 /cached-path-relative/1.1.0: | |
2574 resolution: {integrity: sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==} | |
2575 dev: false | |
2576 | |
2577 /call-bind/1.0.2: | |
2578 resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} | |
2579 dependencies: | |
2580 function-bind: 1.1.1 | |
2581 get-intrinsic: 1.1.1 | |
2582 dev: false | |
2583 | |
2584 /camelcase/1.2.1: | |
2585 resolution: {integrity: sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=} | |
2586 engines: {node: '>=0.10.0'} | |
2587 dev: false | |
2588 | |
2589 /camelcase/2.1.1: | |
2590 resolution: {integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=} | |
2591 engines: {node: '>=0.10.0'} | |
2592 dev: false | |
2593 | |
2594 /caniuse-lite/1.0.30001325: | |
2595 resolution: {integrity: sha512-sB1bZHjseSjDtijV1Hb7PB2Zd58Kyx+n/9EotvZ4Qcz2K3d0lWB8dB4nb8wN/TsOGFq3UuAm0zQZNQ4SoR7TrQ==} | |
2596 dev: false | |
2597 | |
2598 /center-align/0.1.3: | |
2599 resolution: {integrity: sha1-qg0yYptu6XIgBBHL1EYckHvCt60=} | |
2600 engines: {node: '>=0.10.0'} | |
2601 dependencies: | |
2602 align-text: 0.1.4 | |
2603 lazy-cache: 1.0.4 | |
2604 dev: false | |
2605 | |
2606 /chai/3.5.0: | |
2607 resolution: {integrity: sha1-TQJjewZ/6Vi9v906QOxW/vc3Mkc=} | |
2608 engines: {node: '>= 0.4.0'} | |
2609 dependencies: | |
2610 assertion-error: 1.1.0 | |
2611 deep-eql: 0.1.3 | |
2612 type-detect: 1.0.0 | |
2613 dev: false | |
2614 | |
2615 /chalk/0.4.0: | |
2616 resolution: {integrity: sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8=} | |
2617 engines: {node: '>=0.8.0'} | |
2618 dependencies: | |
2619 ansi-styles: 1.0.0 | |
2620 has-color: 0.1.7 | |
2621 strip-ansi: 0.1.1 | |
2622 dev: false | |
2623 | |
2624 /chalk/1.1.3: | |
2625 resolution: {integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=} | |
2626 engines: {node: '>=0.10.0'} | |
2627 dependencies: | |
2628 ansi-styles: 2.2.1 | |
2629 escape-string-regexp: 1.0.5 | |
2630 has-ansi: 2.0.0 | |
2631 strip-ansi: 3.0.1 | |
2632 supports-color: 2.0.0 | |
2633 dev: false | |
2634 | |
2635 /chalk/2.4.2: | |
2636 resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} | |
2637 engines: {node: '>=4'} | |
2638 dependencies: | |
2639 ansi-styles: 3.2.1 | |
2640 escape-string-regexp: 1.0.5 | |
2641 supports-color: 5.5.0 | |
2642 dev: false | |
2643 | |
2644 /child-process-promise/2.2.1: | |
2645 resolution: {integrity: sha1-RzChHvYQ+tRQuPIjx50x172tgHQ=} | |
2646 dependencies: | |
2647 cross-spawn: 4.0.2 | |
2648 node-version: 1.2.0 | |
2649 promise-polyfill: 6.1.0 | |
2650 dev: false | |
2651 | |
2652 /cipher-base/1.0.4: | |
2653 resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} | |
2654 dependencies: | |
2655 inherits: 2.0.4 | |
2656 safe-buffer: 5.2.1 | |
2657 dev: false | |
2658 | |
2659 /cjs-to-es6/1.1.1: | |
2660 resolution: {integrity: sha512-KzRa4dogR6NuES9OxiuPhKhGTYNdy5Z24smNgBqopzQOmZ2kkkPPi+ACEiLWIYJ6VsNpubBjw9Kr56h577dijA==} | |
2661 hasBin: true | |
2662 dependencies: | |
2663 5to6-codemod: 1.8.0 | |
2664 child-process-promise: 2.2.1 | |
2665 colors: 1.4.1 | |
2666 denodeify: 1.2.1 | |
2667 findit: 2.0.0 | |
2668 jscodeshift: 0.3.32 | |
2669 lie: 3.3.0 | |
2670 lodash.flatten: 4.4.0 | |
2671 uniq: 1.0.1 | |
2672 yargs: 3.32.0 | |
2673 transitivePeerDependencies: | |
2674 - supports-color | |
2675 dev: false | |
2676 | |
2677 /class-utils/0.3.6: | |
2678 resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} | |
2679 engines: {node: '>=0.10.0'} | |
2680 dependencies: | |
2681 arr-union: 3.1.0 | |
2682 define-property: 0.2.5 | |
2683 isobject: 3.0.1 | |
2684 static-extend: 0.1.2 | |
2685 dev: false | |
2686 | |
2687 /cliui/2.1.0: | |
2688 resolution: {integrity: sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=} | |
2689 dependencies: | |
2690 center-align: 0.1.3 | |
2691 right-align: 0.1.3 | |
2692 wordwrap: 0.0.2 | |
2693 dev: false | |
2694 | |
2695 /cliui/3.2.0: | |
2696 resolution: {integrity: sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=} | |
2697 dependencies: | |
2698 string-width: 1.0.2 | |
2699 strip-ansi: 3.0.1 | |
2700 wrap-ansi: 2.1.0 | |
2701 dev: false | |
2702 | |
2703 /clone-deep/4.0.1: | |
2704 resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} | |
2705 engines: {node: '>=6'} | |
2706 dependencies: | |
2707 is-plain-object: 2.0.4 | |
2708 kind-of: 6.0.3 | |
2709 shallow-clone: 3.0.1 | |
2710 dev: false | |
2711 | |
2712 /code-point-at/1.1.0: | |
2713 resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} | |
2714 engines: {node: '>=0.10.0'} | |
2715 dev: false | |
2716 | |
2717 /coffeelint/2.1.0: | |
2718 resolution: {integrity: sha1-r2XfNjTpmdmsAUgHNsNtPNL12tg=} | |
2719 engines: {node: '>=6.9.1', npm: '>=1.3.7'} | |
2720 hasBin: true | |
2721 dependencies: | |
2722 coffeescript: 2.6.1 | |
2723 glob: 7.2.0 | |
2724 ignore: 3.3.10 | |
2725 optimist: 0.6.1 | |
2726 resolve: 0.6.3 | |
2727 strip-json-comments: 1.0.4 | |
2728 dev: false | |
2729 | |
2730 /coffeescript/2.6.1: | |
2731 resolution: {integrity: sha512-GG5nkF93qII8HmHqnnibkgpp/SV7PSnSPiWsbinwya7nNOe95aE/x2xrKZJFks8Qpko3TNrC+/LahaKgrz5YCg==} | |
2732 engines: {node: '>=6'} | |
2733 hasBin: true | |
2734 dev: false | |
2735 | |
2736 /collection-visit/1.0.0: | |
2737 resolution: {integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=} | |
2738 engines: {node: '>=0.10.0'} | |
2739 dependencies: | |
2740 map-visit: 1.0.0 | |
2741 object-visit: 1.0.1 | |
2742 dev: false | |
2743 | |
2744 /color-convert/1.9.3: | |
2745 resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} | |
2746 dependencies: | |
2747 color-name: 1.1.3 | |
2748 dev: false | |
2749 | |
2750 /color-name/1.1.3: | |
2751 resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} | |
2752 dev: false | |
2753 | |
2754 /colors/1.4.1: | |
2755 resolution: {integrity: sha512-urbBmMVnD1vk0mUwCpnWv06P3f16EF+RMTtIXTkylJk5mAdfrMepu9B3hhSnL8DGkc1Ra6pENJHrXTKvcAZ0wA==} | |
2756 engines: {node: '>=0.1.90'} | |
2757 dev: false | |
2758 | |
2759 /combine-source-map/0.8.0: | |
2760 resolution: {integrity: sha1-pY0N8ELBhvz4IqjoAV9UUNLXmos=} | |
2761 dependencies: | |
2762 convert-source-map: 1.1.3 | |
2763 inline-source-map: 0.6.2 | |
2764 lodash.memoize: 3.0.4 | |
2765 source-map: 0.5.7 | |
2766 dev: false | |
2767 | |
2768 /commander/0.6.1: | |
2769 resolution: {integrity: sha1-+mihT2qUXVTbvlDYzbMyDp47GgY=} | |
2770 engines: {node: '>= 0.4.x'} | |
2771 dev: false | |
2772 | |
2773 /commander/2.20.3: | |
2774 resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} | |
2775 dev: false | |
2776 | |
2777 /commander/2.3.0: | |
2778 resolution: {integrity: sha1-/UMOiJgy7DU7ms0d4hfBHLPu+HM=} | |
2779 engines: {node: '>= 0.6.x'} | |
2780 dev: false | |
2781 | |
2782 /commondir/1.0.1: | |
2783 resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=} | |
2784 dev: false | |
2785 | |
2786 /commoner/0.10.8: | |
2787 resolution: {integrity: sha1-NPw2cs0kOT6LtH5wyqApOBH08sU=} | |
2788 engines: {node: '>= 0.8'} | |
2789 hasBin: true | |
2790 dependencies: | |
2791 commander: 2.20.3 | |
2792 detective: 4.7.1 | |
2793 glob: 5.0.15 | |
2794 graceful-fs: 4.2.10 | |
2795 iconv-lite: 0.4.24 | |
2796 mkdirp: 0.5.6 | |
2797 private: 0.1.8 | |
2798 q: 1.5.1 | |
2799 recast: 0.11.23 | |
2800 dev: false | |
2801 | |
2802 /component-emitter/1.3.0: | |
2803 resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} | |
2804 dev: false | |
2805 | |
2806 /concat-map/0.0.1: | |
2807 resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} | |
2808 dev: false | |
2809 | |
2810 /concat-stream/1.6.2: | |
2811 resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} | |
2812 engines: {'0': node >= 0.8} | |
2813 dependencies: | |
2814 buffer-from: 1.1.2 | |
2815 inherits: 2.0.4 | |
2816 readable-stream: 2.3.7 | |
2817 typedarray: 0.0.6 | |
2818 dev: false | |
2819 | |
2820 /console-browserify/1.2.0: | |
2821 resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} | |
2822 dev: false | |
2823 | |
2824 /constants-browserify/1.0.0: | |
2825 resolution: {integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=} | |
2826 dev: false | |
2827 | |
2828 /convert-source-map/1.1.3: | |
2829 resolution: {integrity: sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=} | |
2830 dev: false | |
2831 | |
2832 /convert-source-map/1.8.0: | |
2833 resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} | |
2834 dependencies: | |
2835 safe-buffer: 5.1.2 | |
2836 dev: false | |
2837 | |
2838 /copy-descriptor/0.1.1: | |
2839 resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} | |
2840 engines: {node: '>=0.10.0'} | |
2841 dev: false | |
2842 | |
2843 /core-js-compat/3.21.1: | |
2844 resolution: {integrity: sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==} | |
2845 dependencies: | |
2846 browserslist: 4.20.2 | |
2847 semver: 7.0.0 | |
2848 dev: false | |
2849 | |
2850 /core-js/1.2.7: | |
2851 resolution: {integrity: sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=} | |
2852 deprecated: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. | |
2853 dev: false | |
2854 | |
2855 /core-js/2.6.12: | |
2856 resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} | |
2857 deprecated: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. | |
2858 requiresBuild: true | |
2859 dev: false | |
2860 | |
2861 /core-util-is/1.0.3: | |
2862 resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} | |
2863 dev: false | |
2864 | |
2865 /create-ecdh/4.0.4: | |
2866 resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} | |
2867 dependencies: | |
2868 bn.js: 4.12.0 | |
2869 elliptic: 6.5.4 | |
2870 dev: false | |
2871 | |
2872 /create-hash/1.2.0: | |
2873 resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} | |
2874 dependencies: | |
2875 cipher-base: 1.0.4 | |
2876 inherits: 2.0.4 | |
2877 md5.js: 1.3.5 | |
2878 ripemd160: 2.0.2 | |
2879 sha.js: 2.4.11 | |
2880 dev: false | |
2881 | |
2882 /create-hmac/1.1.7: | |
2883 resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} | |
2884 dependencies: | |
2885 cipher-base: 1.0.4 | |
2886 create-hash: 1.2.0 | |
2887 inherits: 2.0.4 | |
2888 ripemd160: 2.0.2 | |
2889 safe-buffer: 5.2.1 | |
2890 sha.js: 2.4.11 | |
2891 dev: false | |
2892 | |
2893 /cross-spawn/4.0.2: | |
2894 resolution: {integrity: sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE=} | |
2895 dependencies: | |
2896 lru-cache: 4.1.5 | |
2897 which: 1.3.1 | |
2898 dev: false | |
2899 | |
2900 /crypto-browserify/3.12.0: | |
2901 resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} | |
2902 dependencies: | |
2903 browserify-cipher: 1.0.1 | |
2904 browserify-sign: 4.2.1 | |
2905 create-ecdh: 4.0.4 | |
2906 create-hash: 1.2.0 | |
2907 create-hmac: 1.1.7 | |
2908 diffie-hellman: 5.0.3 | |
2909 inherits: 2.0.4 | |
2910 pbkdf2: 3.1.2 | |
2911 public-encrypt: 4.0.3 | |
2912 randombytes: 2.1.0 | |
2913 randomfill: 1.0.4 | |
2914 dev: false | |
2915 | |
2916 /d3-array/1.2.4: | |
2917 resolution: {integrity: sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==} | |
2918 dev: false | |
2919 | |
2920 /d3-axis/1.0.12: | |
2921 resolution: {integrity: sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ==} | |
2922 dev: false | |
2923 | |
2924 /d3-brush/1.1.6: | |
2925 resolution: {integrity: sha512-7RW+w7HfMCPyZLifTz/UnJmI5kdkXtpCbombUSs8xniAyo0vIbrDzDwUJB6eJOgl9u5DQOt2TQlYumxzD1SvYA==} | |
2926 dependencies: | |
2927 d3-dispatch: 1.0.6 | |
2928 d3-drag: 1.2.5 | |
2929 d3-interpolate: 1.4.0 | |
2930 d3-selection: 1.4.2 | |
2931 d3-transition: 1.3.2 | |
2932 dev: false | |
2933 | |
2934 /d3-chord/1.0.6: | |
2935 resolution: {integrity: sha512-JXA2Dro1Fxw9rJe33Uv+Ckr5IrAa74TlfDEhE/jfLOaXegMQFQTAgAw9WnZL8+HxVBRXaRGCkrNU7pJeylRIuA==} | |
2936 dependencies: | |
2937 d3-array: 1.2.4 | |
2938 d3-path: 1.0.9 | |
2939 dev: false | |
2940 | |
2941 /d3-collection/1.0.7: | |
2942 resolution: {integrity: sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==} | |
2943 dev: false | |
2944 | |
2945 /d3-color/1.4.1: | |
2946 resolution: {integrity: sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==} | |
2947 dev: false | |
2948 | |
2949 /d3-contour/1.3.2: | |
2950 resolution: {integrity: sha512-hoPp4K/rJCu0ladiH6zmJUEz6+u3lgR+GSm/QdM2BBvDraU39Vr7YdDCicJcxP1z8i9B/2dJLgDC1NcvlF8WCg==} | |
2951 dependencies: | |
2952 d3-array: 1.2.4 | |
2953 dev: false | |
2954 | |
2955 /d3-dispatch/1.0.6: | |
2956 resolution: {integrity: sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==} | |
2957 dev: false | |
2958 | |
2959 /d3-drag/1.2.5: | |
2960 resolution: {integrity: sha512-rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w==} | |
2961 dependencies: | |
2962 d3-dispatch: 1.0.6 | |
2963 d3-selection: 1.4.2 | |
2964 dev: false | |
2965 | |
2966 /d3-dsv/1.2.0: | |
2967 resolution: {integrity: sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==} | |
2968 hasBin: true | |
2969 dependencies: | |
2970 commander: 2.20.3 | |
2971 iconv-lite: 0.4.24 | |
2972 rw: 1.3.3 | |
2973 dev: false | |
2974 | |
2975 /d3-ease/1.0.7: | |
2976 resolution: {integrity: sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==} | |
2977 dev: false | |
2978 | |
2979 /d3-fetch/1.2.0: | |
2980 resolution: {integrity: sha512-yC78NBVcd2zFAyR/HnUiBS7Lf6inSCoWcSxFfw8FYL7ydiqe80SazNwoffcqOfs95XaLo7yebsmQqDKSsXUtvA==} | |
2981 dependencies: | |
2982 d3-dsv: 1.2.0 | |
2983 dev: false | |
2984 | |
2985 /d3-force/1.2.1: | |
2986 resolution: {integrity: sha512-HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg==} | |
2987 dependencies: | |
2988 d3-collection: 1.0.7 | |
2989 d3-dispatch: 1.0.6 | |
2990 d3-quadtree: 1.0.7 | |
2991 d3-timer: 1.0.10 | |
2992 dev: false | |
2993 | |
2994 /d3-format/1.4.5: | |
2995 resolution: {integrity: sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==} | |
2996 dev: false | |
2997 | |
2998 /d3-geo/1.12.1: | |
2999 resolution: {integrity: sha512-XG4d1c/UJSEX9NfU02KwBL6BYPj8YKHxgBEw5om2ZnTRSbIcego6dhHwcxuSR3clxh0EpE38os1DVPOmnYtTPg==} | |
3000 dependencies: | |
3001 d3-array: 1.2.4 | |
3002 dev: false | |
3003 | |
3004 /d3-hierarchy/1.1.9: | |
3005 resolution: {integrity: sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==} | |
3006 dev: false | |
3007 | |
3008 /d3-interpolate/1.4.0: | |
3009 resolution: {integrity: sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==} | |
3010 dependencies: | |
3011 d3-color: 1.4.1 | |
3012 dev: false | |
3013 | |
3014 /d3-path/1.0.9: | |
3015 resolution: {integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==} | |
3016 dev: false | |
3017 | |
3018 /d3-polygon/1.0.6: | |
3019 resolution: {integrity: sha512-k+RF7WvI08PC8reEoXa/w2nSg5AUMTi+peBD9cmFc+0ixHfbs4QmxxkarVal1IkVkgxVuk9JSHhJURHiyHKAuQ==} | |
3020 dev: false | |
3021 | |
3022 /d3-quadtree/1.0.7: | |
3023 resolution: {integrity: sha512-RKPAeXnkC59IDGD0Wu5mANy0Q2V28L+fNe65pOCXVdVuTJS3WPKaJlFHer32Rbh9gIo9qMuJXio8ra4+YmIymA==} | |
3024 dev: false | |
3025 | |
3026 /d3-random/1.1.2: | |
3027 resolution: {integrity: sha512-6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==} | |
3028 dev: false | |
3029 | |
3030 /d3-scale-chromatic/1.5.0: | |
3031 resolution: {integrity: sha512-ACcL46DYImpRFMBcpk9HhtIyC7bTBR4fNOPxwVSl0LfulDAwyiHyPOTqcDG1+t5d4P9W7t/2NAuWu59aKko/cg==} | |
3032 dependencies: | |
3033 d3-color: 1.4.1 | |
3034 d3-interpolate: 1.4.0 | |
3035 dev: false | |
3036 | |
3037 /d3-scale/2.2.2: | |
3038 resolution: {integrity: sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==} | |
3039 dependencies: | |
3040 d3-array: 1.2.4 | |
3041 d3-collection: 1.0.7 | |
3042 d3-format: 1.4.5 | |
3043 d3-interpolate: 1.4.0 | |
3044 d3-time: 1.1.0 | |
3045 d3-time-format: 2.3.0 | |
3046 dev: false | |
3047 | |
3048 /d3-selection/1.4.2: | |
3049 resolution: {integrity: sha512-SJ0BqYihzOjDnnlfyeHT0e30k0K1+5sR3d5fNueCNeuhZTnGw4M4o8mqJchSwgKMXCNFo+e2VTChiSJ0vYtXkg==} | |
3050 dev: false | |
3051 | |
3052 /d3-shape/1.3.7: | |
3053 resolution: {integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==} | |
3054 dependencies: | |
3055 d3-path: 1.0.9 | |
3056 dev: false | |
3057 | |
3058 /d3-time-format/2.3.0: | |
3059 resolution: {integrity: sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==} | |
3060 dependencies: | |
3061 d3-time: 1.1.0 | |
3062 dev: false | |
3063 | |
3064 /d3-time/1.1.0: | |
3065 resolution: {integrity: sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==} | |
3066 dev: false | |
3067 | |
3068 /d3-timer/1.0.10: | |
3069 resolution: {integrity: sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==} | |
3070 dev: false | |
3071 | |
3072 /d3-transition/1.3.2: | |
3073 resolution: {integrity: sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==} | |
3074 dependencies: | |
3075 d3-color: 1.4.1 | |
3076 d3-dispatch: 1.0.6 | |
3077 d3-ease: 1.0.7 | |
3078 d3-interpolate: 1.4.0 | |
3079 d3-selection: 1.4.2 | |
3080 d3-timer: 1.0.10 | |
3081 dev: false | |
3082 | |
3083 /d3-voronoi/1.1.4: | |
3084 resolution: {integrity: sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==} | |
3085 dev: false | |
3086 | |
3087 /d3-zoom/1.8.3: | |
3088 resolution: {integrity: sha512-VoLXTK4wvy1a0JpH2Il+F2CiOhVu7VRXWF5M/LroMIh3/zBAC3WAt7QoIvPibOavVo20hN6/37vwAsdBejLyKQ==} | |
3089 dependencies: | |
3090 d3-dispatch: 1.0.6 | |
3091 d3-drag: 1.2.5 | |
3092 d3-interpolate: 1.4.0 | |
3093 d3-selection: 1.4.2 | |
3094 d3-transition: 1.3.2 | |
3095 dev: false | |
3096 | |
3097 /d3/5.16.0: | |
3098 resolution: {integrity: sha512-4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw==} | |
3099 dependencies: | |
3100 d3-array: 1.2.4 | |
3101 d3-axis: 1.0.12 | |
3102 d3-brush: 1.1.6 | |
3103 d3-chord: 1.0.6 | |
3104 d3-collection: 1.0.7 | |
3105 d3-color: 1.4.1 | |
3106 d3-contour: 1.3.2 | |
3107 d3-dispatch: 1.0.6 | |
3108 d3-drag: 1.2.5 | |
3109 d3-dsv: 1.2.0 | |
3110 d3-ease: 1.0.7 | |
3111 d3-fetch: 1.2.0 | |
3112 d3-force: 1.2.1 | |
3113 d3-format: 1.4.5 | |
3114 d3-geo: 1.12.1 | |
3115 d3-hierarchy: 1.1.9 | |
3116 d3-interpolate: 1.4.0 | |
3117 d3-path: 1.0.9 | |
3118 d3-polygon: 1.0.6 | |
3119 d3-quadtree: 1.0.7 | |
3120 d3-random: 1.1.2 | |
3121 d3-scale: 2.2.2 | |
3122 d3-scale-chromatic: 1.5.0 | |
3123 d3-selection: 1.4.2 | |
3124 d3-shape: 1.3.7 | |
3125 d3-time: 1.1.0 | |
3126 d3-time-format: 2.3.0 | |
3127 d3-timer: 1.0.10 | |
3128 d3-transition: 1.3.2 | |
3129 d3-voronoi: 1.1.4 | |
3130 d3-zoom: 1.8.3 | |
3131 dev: false | |
3132 | |
3133 /dash-ast/1.0.0: | |
3134 resolution: {integrity: sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==} | |
3135 dev: false | |
3136 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3137 /debug/2.2.0_supports-color@1.2.0: |
2032 | 3138 resolution: {integrity: sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=} |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3139 peerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3140 supports-color: '*' |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3141 peerDependenciesMeta: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3142 supports-color: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3143 optional: true |
2032 | 3144 dependencies: |
3145 ms: 0.7.1 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3146 supports-color: 1.2.0 |
2032 | 3147 dev: false |
3148 | |
3149 /debug/2.6.9: | |
3150 resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3151 peerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3152 supports-color: '*' |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3153 peerDependenciesMeta: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3154 supports-color: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3155 optional: true |
2032 | 3156 dependencies: |
3157 ms: 2.0.0 | |
3158 dev: false | |
3159 | |
3160 /debug/4.3.4: | |
3161 resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} | |
3162 engines: {node: '>=6.0'} | |
3163 peerDependencies: | |
3164 supports-color: '*' | |
3165 peerDependenciesMeta: | |
3166 supports-color: | |
3167 optional: true | |
3168 dependencies: | |
3169 ms: 2.1.2 | |
3170 dev: false | |
3171 | |
3172 /decamelize/1.2.0: | |
3173 resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} | |
3174 engines: {node: '>=0.10.0'} | |
3175 dev: false | |
3176 | |
3177 /decode-uri-component/0.2.0: | |
3178 resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=} | |
3179 engines: {node: '>=0.10'} | |
3180 dev: false | |
3181 | |
3182 /deep-eql/0.1.3: | |
3183 resolution: {integrity: sha1-71WKyrjeJSBs1xOQbXTlaTDrafI=} | |
3184 dependencies: | |
3185 type-detect: 0.1.1 | |
3186 dev: false | |
3187 | |
3188 /define-properties/1.1.3: | |
3189 resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==} | |
3190 engines: {node: '>= 0.4'} | |
3191 dependencies: | |
3192 object-keys: 1.1.1 | |
3193 dev: false | |
3194 | |
3195 /define-property/0.2.5: | |
3196 resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=} | |
3197 engines: {node: '>=0.10.0'} | |
3198 dependencies: | |
3199 is-descriptor: 0.1.6 | |
3200 dev: false | |
3201 | |
3202 /define-property/1.0.0: | |
3203 resolution: {integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY=} | |
3204 engines: {node: '>=0.10.0'} | |
3205 dependencies: | |
3206 is-descriptor: 1.0.2 | |
3207 dev: false | |
3208 | |
3209 /define-property/2.0.2: | |
3210 resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} | |
3211 engines: {node: '>=0.10.0'} | |
3212 dependencies: | |
3213 is-descriptor: 1.0.2 | |
3214 isobject: 3.0.1 | |
3215 dev: false | |
3216 | |
3217 /defined/1.0.0: | |
3218 resolution: {integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=} | |
3219 dev: false | |
3220 | |
3221 /defs/1.1.1: | |
3222 resolution: {integrity: sha1-siYJ8sehG6ej2xFoBcE5scr/qdI=} | |
3223 hasBin: true | |
3224 dependencies: | |
3225 alter: 0.2.0 | |
3226 ast-traverse: 0.1.1 | |
3227 breakable: 1.0.0 | |
3228 esprima-fb: 15001.1001.0-dev-harmony-fb | |
3229 simple-fmt: 0.1.0 | |
3230 simple-is: 0.2.0 | |
3231 stringmap: 0.2.2 | |
3232 stringset: 0.2.1 | |
3233 tryor: 0.1.2 | |
3234 yargs: 3.27.0 | |
3235 dev: false | |
3236 | |
3237 /denodeify/1.2.1: | |
3238 resolution: {integrity: sha1-OjYof1A05pnnV3kBBSwubJQlFjE=} | |
3239 dev: false | |
3240 | |
3241 /deps-sort/2.0.1: | |
3242 resolution: {integrity: sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==} | |
3243 hasBin: true | |
3244 dependencies: | |
3245 JSONStream: 1.3.5 | |
3246 shasum-object: 1.0.0 | |
3247 subarg: 1.0.0 | |
3248 through2: 2.0.5 | |
3249 dev: false | |
3250 | |
3251 /des.js/1.0.1: | |
3252 resolution: {integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==} | |
3253 dependencies: | |
3254 inherits: 2.0.4 | |
3255 minimalistic-assert: 1.0.1 | |
3256 dev: false | |
3257 | |
3258 /detect-indent/3.0.1: | |
3259 resolution: {integrity: sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=} | |
3260 engines: {node: '>=0.10.0'} | |
3261 hasBin: true | |
3262 dependencies: | |
3263 get-stdin: 4.0.1 | |
3264 minimist: 1.2.6 | |
3265 repeating: 1.1.3 | |
3266 dev: false | |
3267 | |
3268 /detect-indent/4.0.0: | |
3269 resolution: {integrity: sha1-920GQ1LN9Docts5hnE7jqUdd4gg=} | |
3270 engines: {node: '>=0.10.0'} | |
3271 dependencies: | |
3272 repeating: 2.0.1 | |
3273 dev: false | |
3274 | |
3275 /detective/4.7.1: | |
3276 resolution: {integrity: sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==} | |
3277 dependencies: | |
3278 acorn: 5.7.4 | |
3279 defined: 1.0.0 | |
3280 dev: false | |
3281 | |
3282 /detective/5.2.0: | |
3283 resolution: {integrity: sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==} | |
3284 engines: {node: '>=0.8.0'} | |
3285 hasBin: true | |
3286 dependencies: | |
3287 acorn-node: 1.8.2 | |
3288 defined: 1.0.0 | |
3289 minimist: 1.2.6 | |
3290 dev: false | |
3291 | |
3292 /diff/1.4.0: | |
3293 resolution: {integrity: sha1-fyjS657nsVqX79ic5j3P2qPMur8=} | |
3294 engines: {node: '>=0.3.1'} | |
3295 dev: false | |
3296 | |
3297 /diffie-hellman/5.0.3: | |
3298 resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} | |
3299 dependencies: | |
3300 bn.js: 4.12.0 | |
3301 miller-rabin: 4.0.1 | |
3302 randombytes: 2.1.0 | |
3303 dev: false | |
3304 | |
3305 /domain-browser/1.2.0: | |
3306 resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==} | |
3307 engines: {node: '>=0.4', npm: '>=1.2'} | |
3308 dev: false | |
3309 | |
3310 /duplexer2/0.1.4: | |
3311 resolution: {integrity: sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=} | |
3312 dependencies: | |
3313 readable-stream: 2.3.7 | |
3314 dev: false | |
3315 | |
3316 /earcut/2.2.3: | |
3317 resolution: {integrity: sha512-iRDI1QeCQIhMCZk48DRDMVgQSSBDmbzzNhnxIo+pwx3swkfjMh6vh0nWLq1NdvGHLKH6wIrAM3vQWeTj6qeoug==} | |
3318 dev: false | |
3319 | |
3320 /electron-to-chromium/1.4.105: | |
3321 resolution: {integrity: sha512-6w2bmoQBSUgCQjbSjiVv9IS1lXwW2aQABlUJ1vlE8Vci/sVXxUNQrHLQa5N1ioc82Py+a36DlUA5KvrAlHMMeA==} | |
3322 dev: false | |
3323 | |
3324 /elliptic/6.5.4: | |
3325 resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} | |
3326 dependencies: | |
3327 bn.js: 4.12.0 | |
3328 brorand: 1.1.0 | |
3329 hash.js: 1.1.7 | |
3330 hmac-drbg: 1.0.1 | |
3331 inherits: 2.0.4 | |
3332 minimalistic-assert: 1.0.1 | |
3333 minimalistic-crypto-utils: 1.0.1 | |
3334 dev: false | |
3335 | |
2033 | 3336 /esbuild-android-64/0.14.34: |
3337 resolution: {integrity: sha512-XfxcfJqmMYsT/LXqrptzFxmaR3GWzXHDLdFNIhm6S00zPaQF1TBBWm+9t0RZ6LRR7iwH57DPjaOeW20vMqI4Yw==} | |
3338 engines: {node: '>=12'} | |
3339 cpu: [x64] | |
3340 os: [android] | |
3341 requiresBuild: true | |
3342 dev: false | |
3343 optional: true | |
3344 | |
3345 /esbuild-android-arm64/0.14.34: | |
3346 resolution: {integrity: sha512-T02+NXTmSRL1Mc6puz+R9CB54rSPICkXKq6+tw8B6vxZFnCPzbJxgwIX4kcluz9p8nYBjF3+lSilTGWb7+Xgew==} | |
3347 engines: {node: '>=12'} | |
3348 cpu: [arm64] | |
3349 os: [android] | |
3350 requiresBuild: true | |
3351 dev: false | |
3352 optional: true | |
3353 | |
3354 /esbuild-darwin-64/0.14.34: | |
3355 resolution: {integrity: sha512-pLRip2Bh4Ng7Bf6AMgCrSp3pPe/qZyf11h5Qo2mOfJqLWzSVjxrXW+CFRJfrOVP7TCnh/gmZSM2AFdCPB72vtw==} | |
3356 engines: {node: '>=12'} | |
3357 cpu: [x64] | |
3358 os: [darwin] | |
3359 requiresBuild: true | |
3360 dev: false | |
3361 optional: true | |
3362 | |
3363 /esbuild-darwin-arm64/0.14.34: | |
3364 resolution: {integrity: sha512-vpidSJEBxx6lf1NWgXC+DCmGqesJuZ5Y8aQVVsaoO4i8tRXbXb0whChRvop/zd3nfNM4dIl5EXAky0knRX5I6w==} | |
3365 engines: {node: '>=12'} | |
3366 cpu: [arm64] | |
3367 os: [darwin] | |
3368 requiresBuild: true | |
3369 dev: false | |
3370 optional: true | |
3371 | |
3372 /esbuild-freebsd-64/0.14.34: | |
3373 resolution: {integrity: sha512-m0HBjePhe0hAQJgtMRMNV9kMgIyV4/qSnzPx42kRMQBcPhgjAq1JRu4Il26czC+9FgpMbFkUktb07f/Lwnc6CA==} | |
3374 engines: {node: '>=12'} | |
3375 cpu: [x64] | |
3376 os: [freebsd] | |
3377 requiresBuild: true | |
3378 dev: false | |
3379 optional: true | |
3380 | |
3381 /esbuild-freebsd-arm64/0.14.34: | |
3382 resolution: {integrity: sha512-cpRc2B94L1KvMPPYB4D6G39jLqpKlD3noAMY4/e86iXXXkhUYJJEtTuyNFTa9JRpWM0xCAp4mxjHjoIiLuoCLA==} | |
3383 engines: {node: '>=12'} | |
3384 cpu: [arm64] | |
3385 os: [freebsd] | |
3386 requiresBuild: true | |
3387 dev: false | |
3388 optional: true | |
3389 | |
3390 /esbuild-linux-32/0.14.34: | |
3391 resolution: {integrity: sha512-8nQaEaoW7MH/K/RlozJa+lE1ejHIr8fuPIHhc513UebRav7HtXgQvxHQ6VZRUkWtep23M6dd7UqhwO1tMOfzQQ==} | |
3392 engines: {node: '>=12'} | |
3393 cpu: [ia32] | |
3394 os: [linux] | |
3395 requiresBuild: true | |
3396 dev: false | |
3397 optional: true | |
3398 | |
3399 /esbuild-linux-64/0.14.34: | |
3400 resolution: {integrity: sha512-Y3of4qQoLLlAgf042MlrY1P+7PnN9zWj8nVtw9XQG5hcLOZLz7IKpU35oeu7n4wvyaZHwvQqDJ93gRLqdJekcQ==} | |
3401 engines: {node: '>=12'} | |
3402 cpu: [x64] | |
3403 os: [linux] | |
3404 requiresBuild: true | |
3405 dev: false | |
3406 optional: true | |
3407 | |
3408 /esbuild-linux-arm/0.14.34: | |
3409 resolution: {integrity: sha512-9lpq1NcJqssAF7alCO6zL3gvBVVt/lKw4oetUM7OgNnRX0OWpB+ZIO9FwCrSj/dMdmgDhPLf+119zB8QxSMmAg==} | |
3410 engines: {node: '>=12'} | |
3411 cpu: [arm] | |
3412 os: [linux] | |
3413 requiresBuild: true | |
3414 dev: false | |
3415 optional: true | |
3416 | |
3417 /esbuild-linux-arm64/0.14.34: | |
3418 resolution: {integrity: sha512-IlWaGtj9ir7+Nrume1DGcyzBDlK8GcnJq0ANKwcI9pVw8tqr+6GD0eqyF9SF1mR8UmAp+odrx1H5NdR2cHdFHA==} | |
3419 engines: {node: '>=12'} | |
3420 cpu: [arm64] | |
3421 os: [linux] | |
3422 requiresBuild: true | |
3423 dev: false | |
3424 optional: true | |
3425 | |
3426 /esbuild-linux-mips64le/0.14.34: | |
3427 resolution: {integrity: sha512-k3or+01Rska1AjUyNjA4buEwB51eyN/xPQAoOx1CjzAQC3l8rpjUDw55kXyL63O/1MUi4ISvtNtl8gLwdyEcxw==} | |
3428 engines: {node: '>=12'} | |
3429 cpu: [mips64el] | |
3430 os: [linux] | |
3431 requiresBuild: true | |
3432 dev: false | |
3433 optional: true | |
3434 | |
3435 /esbuild-linux-ppc64le/0.14.34: | |
3436 resolution: {integrity: sha512-+qxb8M9FfM2CJaVU7GgYpJOHM1ngQOx+/VrtBjb4C8oVqaPcESCeg2anjl+HRZy8VpYc71q/iBYausPPbJ+Keg==} | |
3437 engines: {node: '>=12'} | |
3438 cpu: [ppc64] | |
3439 os: [linux] | |
3440 requiresBuild: true | |
3441 dev: false | |
3442 optional: true | |
3443 | |
3444 /esbuild-linux-riscv64/0.14.34: | |
3445 resolution: {integrity: sha512-Y717ltBdQ5j5sZIHdy1DV9kieo0wMip0dCmVSTceowCPYSn1Cg33Kd6981+F/3b9FDMzNWldZFOBRILViENZSA==} | |
3446 engines: {node: '>=12'} | |
3447 cpu: [riscv64] | |
3448 os: [linux] | |
3449 requiresBuild: true | |
3450 dev: false | |
3451 optional: true | |
3452 | |
3453 /esbuild-linux-s390x/0.14.34: | |
3454 resolution: {integrity: sha512-bDDgYO4LhL4+zPs+WcBkXph+AQoPcQRTv18FzZS0WhjfH8TZx2QqlVPGhmhZ6WidrY+jKthUqO6UhGyIb4MpmA==} | |
3455 engines: {node: '>=12'} | |
3456 cpu: [s390x] | |
3457 os: [linux] | |
3458 requiresBuild: true | |
3459 dev: false | |
3460 optional: true | |
3461 | |
3462 /esbuild-netbsd-64/0.14.34: | |
3463 resolution: {integrity: sha512-cfaFGXdRt0+vHsjNPyF0POM4BVSHPSbhLPe8mppDc7GDDxjIl08mV1Zou14oDWMp/XZMjYN1kWYRSfftiD0vvQ==} | |
3464 engines: {node: '>=12'} | |
3465 cpu: [x64] | |
3466 os: [netbsd] | |
3467 requiresBuild: true | |
3468 dev: false | |
3469 optional: true | |
3470 | |
3471 /esbuild-openbsd-64/0.14.34: | |
3472 resolution: {integrity: sha512-vmy9DxXVnRiI14s8GKuYBtess+EVcDALkbpTqd5jw4XITutIzyB7n4x0Tj5utAkKsgZJB22lLWGekr0ABnSLow==} | |
3473 engines: {node: '>=12'} | |
3474 cpu: [x64] | |
3475 os: [openbsd] | |
3476 requiresBuild: true | |
3477 dev: false | |
3478 optional: true | |
3479 | |
3480 /esbuild-sunos-64/0.14.34: | |
3481 resolution: {integrity: sha512-eNPVatNET1F7tRMhii7goL/eptfxc0ALRjrj9SPFNqp0zmxrehBFD6BaP3R4LjMn6DbMO0jOAnTLFKr8NqcJAA==} | |
3482 engines: {node: '>=12'} | |
3483 cpu: [x64] | |
3484 os: [sunos] | |
3485 requiresBuild: true | |
3486 dev: false | |
3487 optional: true | |
3488 | |
3489 /esbuild-windows-32/0.14.34: | |
3490 resolution: {integrity: sha512-EFhpXyHEcnqWYe2rAHFd8dRw8wkrd9U+9oqcyoEL84GbanAYjiiIjBZsnR8kl0sCQ5w6bLpk7vCEIA2VS32Vcg==} | |
3491 engines: {node: '>=12'} | |
3492 cpu: [ia32] | |
3493 os: [win32] | |
3494 requiresBuild: true | |
3495 dev: false | |
3496 optional: true | |
3497 | |
3498 /esbuild-windows-64/0.14.34: | |
3499 resolution: {integrity: sha512-a8fbl8Ky7PxNEjf1aJmtxdDZj32/hC7S1OcA2ckEpCJRTjiKslI9vAdPpSjrKIWhws4Galpaawy0nB7fjHYf5Q==} | |
3500 engines: {node: '>=12'} | |
3501 cpu: [x64] | |
3502 os: [win32] | |
3503 requiresBuild: true | |
3504 dev: false | |
3505 optional: true | |
3506 | |
3507 /esbuild-windows-arm64/0.14.34: | |
3508 resolution: {integrity: sha512-EYvmKbSa2B3sPnpC28UEu9jBK5atGV4BaVRE7CYGUci2Hlz4AvtV/LML+TcDMT6gBgibnN2gcltWclab3UutMg==} | |
3509 engines: {node: '>=12'} | |
3510 cpu: [arm64] | |
3511 os: [win32] | |
3512 requiresBuild: true | |
3513 dev: false | |
3514 optional: true | |
3515 | |
3516 /esbuild/0.14.34: | |
3517 resolution: {integrity: sha512-QIWdPT/gFF6hCaf4m7kP0cJ+JIuFkdHibI7vVFvu3eJS1HpVmYHWDulyN5WXwbRA0SX/7ZDaJ/1DH8SdY9xOJg==} | |
3518 engines: {node: '>=12'} | |
3519 hasBin: true | |
3520 requiresBuild: true | |
3521 optionalDependencies: | |
3522 esbuild-android-64: 0.14.34 | |
3523 esbuild-android-arm64: 0.14.34 | |
3524 esbuild-darwin-64: 0.14.34 | |
3525 esbuild-darwin-arm64: 0.14.34 | |
3526 esbuild-freebsd-64: 0.14.34 | |
3527 esbuild-freebsd-arm64: 0.14.34 | |
3528 esbuild-linux-32: 0.14.34 | |
3529 esbuild-linux-64: 0.14.34 | |
3530 esbuild-linux-arm: 0.14.34 | |
3531 esbuild-linux-arm64: 0.14.34 | |
3532 esbuild-linux-mips64le: 0.14.34 | |
3533 esbuild-linux-ppc64le: 0.14.34 | |
3534 esbuild-linux-riscv64: 0.14.34 | |
3535 esbuild-linux-s390x: 0.14.34 | |
3536 esbuild-netbsd-64: 0.14.34 | |
3537 esbuild-openbsd-64: 0.14.34 | |
3538 esbuild-sunos-64: 0.14.34 | |
3539 esbuild-windows-32: 0.14.34 | |
3540 esbuild-windows-64: 0.14.34 | |
3541 esbuild-windows-arm64: 0.14.34 | |
3542 dev: false | |
3543 | |
2032 | 3544 /escalade/3.1.1: |
3545 resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} | |
3546 engines: {node: '>=6'} | |
3547 dev: false | |
3548 | |
3549 /escape-string-regexp/1.0.2: | |
3550 resolution: {integrity: sha1-Tbwv5nTnGUnK8/smlc5/LcHZqNE=} | |
3551 engines: {node: '>=0.8.0'} | |
3552 dev: false | |
3553 | |
3554 /escape-string-regexp/1.0.5: | |
3555 resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} | |
3556 engines: {node: '>=0.8.0'} | |
3557 dev: false | |
3558 | |
3559 /esmify/2.1.1: | |
3560 resolution: {integrity: sha512-GyOVgjG7sNyYB5Mbo15Ll4aGrcXZzZ3LI22rbLOjCI7L/wYelzQpBHRZkZkqbPNZ/QIRilcaHqzgNCLcEsi1lQ==} | |
3561 dependencies: | |
3562 '@babel/core': 7.17.9 | |
3563 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.9 | |
3564 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9 | |
3565 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.9 | |
3566 '@babel/plugin-transform-modules-commonjs': 7.17.9_@babel+core@7.17.9 | |
3567 babel-plugin-import-to-require: 1.0.0 | |
3568 cached-path-relative: 1.1.0 | |
3569 concat-stream: 1.6.2 | |
3570 duplexer2: 0.1.4 | |
3571 through2: 2.0.5 | |
3572 transitivePeerDependencies: | |
3573 - supports-color | |
3574 dev: false | |
3575 | |
3576 /esprima-fb/15001.1001.0-dev-harmony-fb: | |
3577 resolution: {integrity: sha1-Q761fsJujPI3092LM+QlM1d/Jlk=} | |
3578 engines: {node: '>=0.4.0'} | |
3579 hasBin: true | |
3580 dev: false | |
3581 | |
3582 /esprima/2.7.3: | |
3583 resolution: {integrity: sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=} | |
3584 engines: {node: '>=0.10.0'} | |
3585 hasBin: true | |
3586 dev: false | |
3587 | |
3588 /esprima/3.1.3: | |
3589 resolution: {integrity: sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=} | |
3590 engines: {node: '>=4'} | |
3591 hasBin: true | |
3592 dev: false | |
3593 | |
3594 /esprima/4.0.1: | |
3595 resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} | |
3596 engines: {node: '>=4'} | |
3597 hasBin: true | |
3598 dev: false | |
3599 | |
3600 /esutils/2.0.3: | |
3601 resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} | |
3602 engines: {node: '>=0.10.0'} | |
3603 dev: false | |
3604 | |
3605 /eventemitter3/2.0.3: | |
3606 resolution: {integrity: sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=} | |
3607 dev: false | |
3608 | |
3609 /events/2.1.0: | |
3610 resolution: {integrity: sha512-3Zmiobend8P9DjmKAty0Era4jV8oJ0yGYe2nJJAxgymF9+N8F2m0hhZiMoWtcfepExzNKZumFU3ksdQbInGWCg==} | |
3611 engines: {node: '>=0.4.x'} | |
3612 dev: false | |
3613 | |
3614 /evp_bytestokey/1.0.3: | |
3615 resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} | |
3616 dependencies: | |
3617 md5.js: 1.3.5 | |
3618 safe-buffer: 5.2.1 | |
3619 dev: false | |
3620 | |
3621 /expand-brackets/0.1.5: | |
3622 resolution: {integrity: sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=} | |
3623 engines: {node: '>=0.10.0'} | |
3624 dependencies: | |
3625 is-posix-bracket: 0.1.1 | |
3626 dev: false | |
3627 | |
3628 /expand-brackets/2.1.4: | |
3629 resolution: {integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI=} | |
3630 engines: {node: '>=0.10.0'} | |
3631 dependencies: | |
3632 debug: 2.6.9 | |
3633 define-property: 0.2.5 | |
3634 extend-shallow: 2.0.1 | |
3635 posix-character-classes: 0.1.1 | |
3636 regex-not: 1.0.2 | |
3637 snapdragon: 0.8.2 | |
3638 to-regex: 3.0.2 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3639 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3640 - supports-color |
2032 | 3641 dev: false |
3642 | |
3643 /expand-range/1.8.2: | |
3644 resolution: {integrity: sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=} | |
3645 engines: {node: '>=0.10.0'} | |
3646 dependencies: | |
3647 fill-range: 2.2.4 | |
3648 dev: false | |
3649 | |
3650 /extend-shallow/2.0.1: | |
3651 resolution: {integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=} | |
3652 engines: {node: '>=0.10.0'} | |
3653 dependencies: | |
3654 is-extendable: 0.1.1 | |
3655 dev: false | |
3656 | |
3657 /extend-shallow/3.0.2: | |
3658 resolution: {integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=} | |
3659 engines: {node: '>=0.10.0'} | |
3660 dependencies: | |
3661 assign-symbols: 1.0.0 | |
3662 is-extendable: 1.0.1 | |
3663 dev: false | |
3664 | |
3665 /extglob/0.3.2: | |
3666 resolution: {integrity: sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=} | |
3667 engines: {node: '>=0.10.0'} | |
3668 dependencies: | |
3669 is-extglob: 1.0.0 | |
3670 dev: false | |
3671 | |
3672 /extglob/2.0.4: | |
3673 resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} | |
3674 engines: {node: '>=0.10.0'} | |
3675 dependencies: | |
3676 array-unique: 0.3.2 | |
3677 define-property: 1.0.0 | |
3678 expand-brackets: 2.1.4 | |
3679 extend-shallow: 2.0.1 | |
3680 fragment-cache: 0.2.1 | |
3681 regex-not: 1.0.2 | |
3682 snapdragon: 0.8.2 | |
3683 to-regex: 3.0.2 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3684 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
3685 - supports-color |
2032 | 3686 dev: false |
3687 | |
3688 /fast-safe-stringify/2.1.1: | |
3689 resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} | |
3690 dev: false | |
3691 | |
3692 /filename-regex/2.0.1: | |
3693 resolution: {integrity: sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=} | |
3694 engines: {node: '>=0.10.0'} | |
3695 dev: false | |
3696 | |
3697 /fill-range/2.2.4: | |
3698 resolution: {integrity: sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==} | |
3699 engines: {node: '>=0.10.0'} | |
3700 dependencies: | |
3701 is-number: 2.1.0 | |
3702 isobject: 2.1.0 | |
3703 randomatic: 3.1.1 | |
3704 repeat-element: 1.1.4 | |
3705 repeat-string: 1.6.1 | |
3706 dev: false | |
3707 | |
3708 /fill-range/4.0.0: | |
3709 resolution: {integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=} | |
3710 engines: {node: '>=0.10.0'} | |
3711 dependencies: | |
3712 extend-shallow: 2.0.1 | |
3713 is-number: 3.0.0 | |
3714 repeat-string: 1.6.1 | |
3715 to-regex-range: 2.1.1 | |
3716 dev: false | |
3717 | |
3718 /find-cache-dir/2.1.0: | |
3719 resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} | |
3720 engines: {node: '>=6'} | |
3721 dependencies: | |
3722 commondir: 1.0.1 | |
3723 make-dir: 2.1.0 | |
3724 pkg-dir: 3.0.0 | |
3725 dev: false | |
3726 | |
3727 /find-up/3.0.0: | |
3728 resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} | |
3729 engines: {node: '>=6'} | |
3730 dependencies: | |
3731 locate-path: 3.0.0 | |
3732 dev: false | |
3733 | |
3734 /findit/2.0.0: | |
3735 resolution: {integrity: sha1-ZQnwEmr0wXhVHPqZOU4DLhOk1W4=} | |
3736 dev: false | |
3737 | |
3738 /flow-parser/0.175.1: | |
3739 resolution: {integrity: sha512-gYes5/nxeLYiu02MMb+WH4KaOIYrVcTVIuV9M4aP/4hqJ+zULxxS/In+WEj/tEBsQ+8/wSHo9IDWKQL1FhrLmA==} | |
3740 engines: {node: '>=0.4.0'} | |
3741 dev: false | |
3742 | |
3743 /for-in/1.0.2: | |
3744 resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} | |
3745 engines: {node: '>=0.10.0'} | |
3746 dev: false | |
3747 | |
3748 /for-own/0.1.5: | |
3749 resolution: {integrity: sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=} | |
3750 engines: {node: '>=0.10.0'} | |
3751 dependencies: | |
3752 for-in: 1.0.2 | |
3753 dev: false | |
3754 | |
3755 /fragment-cache/0.2.1: | |
3756 resolution: {integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=} | |
3757 engines: {node: '>=0.10.0'} | |
3758 dependencies: | |
3759 map-cache: 0.2.2 | |
3760 dev: false | |
3761 | |
3762 /fs-readdir-recursive/0.1.2: | |
3763 resolution: {integrity: sha1-MVtPuMHKW4xH3v7zGdBz2tNWgFk=} | |
3764 dev: false | |
3765 | |
3766 /fs.realpath/1.0.0: | |
3767 resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} | |
3768 dev: false | |
3769 | |
2033 | 3770 /fsevents/2.3.2: |
3771 resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} | |
3772 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} | |
3773 os: [darwin] | |
3774 requiresBuild: true | |
3775 dev: false | |
3776 optional: true | |
3777 | |
2032 | 3778 /function-bind/1.1.1: |
3779 resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} | |
3780 dev: false | |
3781 | |
3782 /gensync/1.0.0-beta.2: | |
3783 resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} | |
3784 engines: {node: '>=6.9.0'} | |
3785 dev: false | |
3786 | |
3787 /get-assigned-identifiers/1.2.0: | |
3788 resolution: {integrity: sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==} | |
3789 dev: false | |
3790 | |
3791 /get-intrinsic/1.1.1: | |
3792 resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} | |
3793 dependencies: | |
3794 function-bind: 1.1.1 | |
3795 has: 1.0.3 | |
3796 has-symbols: 1.0.3 | |
3797 dev: false | |
3798 | |
3799 /get-stdin/4.0.1: | |
3800 resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} | |
3801 engines: {node: '>=0.10.0'} | |
3802 dev: false | |
3803 | |
3804 /get-value/2.0.6: | |
3805 resolution: {integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=} | |
3806 engines: {node: '>=0.10.0'} | |
3807 dev: false | |
3808 | |
3809 /glob-base/0.3.0: | |
3810 resolution: {integrity: sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=} | |
3811 engines: {node: '>=0.10.0'} | |
3812 dependencies: | |
3813 glob-parent: 2.0.0 | |
3814 is-glob: 2.0.1 | |
3815 dev: false | |
3816 | |
3817 /glob-parent/2.0.0: | |
3818 resolution: {integrity: sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=} | |
3819 dependencies: | |
3820 is-glob: 2.0.1 | |
3821 dev: false | |
3822 | |
3823 /glob/3.2.11: | |
3824 resolution: {integrity: sha1-Spc/Y1uRkPcV0QmH1cAP0oFevj0=} | |
3825 dependencies: | |
3826 inherits: 2.0.4 | |
3827 minimatch: 0.3.0 | |
3828 dev: false | |
3829 | |
3830 /glob/5.0.15: | |
3831 resolution: {integrity: sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=} | |
3832 dependencies: | |
3833 inflight: 1.0.6 | |
3834 inherits: 2.0.4 | |
3835 minimatch: 2.0.10 | |
3836 once: 1.4.0 | |
3837 path-is-absolute: 1.0.1 | |
3838 dev: false | |
3839 | |
3840 /glob/7.2.0: | |
3841 resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} | |
3842 dependencies: | |
3843 fs.realpath: 1.0.0 | |
3844 inflight: 1.0.6 | |
3845 inherits: 2.0.4 | |
3846 minimatch: 3.1.2 | |
3847 once: 1.4.0 | |
3848 path-is-absolute: 1.0.1 | |
3849 dev: false | |
3850 | |
3851 /globals/11.12.0: | |
3852 resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} | |
3853 engines: {node: '>=4'} | |
3854 dev: false | |
3855 | |
3856 /globals/6.4.1: | |
3857 resolution: {integrity: sha1-hJgDKzttHMge68X3lpDY/in6v08=} | |
3858 engines: {node: '>=0.10.0'} | |
3859 dev: false | |
3860 | |
3861 /globals/9.18.0: | |
3862 resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==} | |
3863 engines: {node: '>=0.10.0'} | |
3864 dev: false | |
3865 | |
3866 /graceful-fs/4.2.10: | |
3867 resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} | |
3868 dev: false | |
3869 | |
3870 /growl/1.9.2: | |
3871 resolution: {integrity: sha1-Dqd0NxXbjY3ixe3hd14bRayFwC8=} | |
3872 dev: false | |
3873 | |
3874 /has-ansi/2.0.0: | |
3875 resolution: {integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=} | |
3876 engines: {node: '>=0.10.0'} | |
3877 dependencies: | |
3878 ansi-regex: 2.1.1 | |
3879 dev: false | |
3880 | |
3881 /has-color/0.1.7: | |
3882 resolution: {integrity: sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=} | |
3883 engines: {node: '>=0.10.0'} | |
3884 dev: false | |
3885 | |
3886 /has-flag/3.0.0: | |
3887 resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} | |
3888 engines: {node: '>=4'} | |
3889 dev: false | |
3890 | |
3891 /has-symbols/1.0.3: | |
3892 resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} | |
3893 engines: {node: '>= 0.4'} | |
3894 dev: false | |
3895 | |
3896 /has-value/0.3.1: | |
3897 resolution: {integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=} | |
3898 engines: {node: '>=0.10.0'} | |
3899 dependencies: | |
3900 get-value: 2.0.6 | |
3901 has-values: 0.1.4 | |
3902 isobject: 2.1.0 | |
3903 dev: false | |
3904 | |
3905 /has-value/1.0.0: | |
3906 resolution: {integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=} | |
3907 engines: {node: '>=0.10.0'} | |
3908 dependencies: | |
3909 get-value: 2.0.6 | |
3910 has-values: 1.0.0 | |
3911 isobject: 3.0.1 | |
3912 dev: false | |
3913 | |
3914 /has-values/0.1.4: | |
3915 resolution: {integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E=} | |
3916 engines: {node: '>=0.10.0'} | |
3917 dev: false | |
3918 | |
3919 /has-values/1.0.0: | |
3920 resolution: {integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=} | |
3921 engines: {node: '>=0.10.0'} | |
3922 dependencies: | |
3923 is-number: 3.0.0 | |
3924 kind-of: 4.0.0 | |
3925 dev: false | |
3926 | |
3927 /has/1.0.3: | |
3928 resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} | |
3929 engines: {node: '>= 0.4.0'} | |
3930 dependencies: | |
3931 function-bind: 1.1.1 | |
3932 dev: false | |
3933 | |
3934 /hash-base/3.1.0: | |
3935 resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} | |
3936 engines: {node: '>=4'} | |
3937 dependencies: | |
3938 inherits: 2.0.4 | |
3939 readable-stream: 3.6.0 | |
3940 safe-buffer: 5.2.1 | |
3941 dev: false | |
3942 | |
3943 /hash.js/1.1.7: | |
3944 resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} | |
3945 dependencies: | |
3946 inherits: 2.0.4 | |
3947 minimalistic-assert: 1.0.1 | |
3948 dev: false | |
3949 | |
3950 /hmac-drbg/1.0.1: | |
3951 resolution: {integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=} | |
3952 dependencies: | |
3953 hash.js: 1.1.7 | |
3954 minimalistic-assert: 1.0.1 | |
3955 minimalistic-crypto-utils: 1.0.1 | |
3956 dev: false | |
3957 | |
3958 /home-or-tmp/1.0.0: | |
3959 resolution: {integrity: sha1-S58eQIAMPlDGwn94FnavzOcfOYU=} | |
3960 engines: {node: '>=0.10.0'} | |
3961 dependencies: | |
3962 os-tmpdir: 1.0.2 | |
3963 user-home: 1.1.1 | |
3964 dev: false | |
3965 | |
3966 /home-or-tmp/2.0.0: | |
3967 resolution: {integrity: sha1-42w/LSyufXRqhX440Y1fMqeILbg=} | |
3968 engines: {node: '>=0.10.0'} | |
3969 dependencies: | |
3970 os-homedir: 1.0.2 | |
3971 os-tmpdir: 1.0.2 | |
3972 dev: false | |
3973 | |
3974 /htmlescape/1.1.1: | |
3975 resolution: {integrity: sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=} | |
3976 engines: {node: '>=0.10'} | |
3977 dev: false | |
3978 | |
3979 /https-browserify/1.0.0: | |
3980 resolution: {integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=} | |
3981 dev: false | |
3982 | |
3983 /iconv-lite/0.4.24: | |
3984 resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} | |
3985 engines: {node: '>=0.10.0'} | |
3986 dependencies: | |
3987 safer-buffer: 2.1.2 | |
3988 dev: false | |
3989 | |
3990 /ieee754/1.2.1: | |
3991 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} | |
3992 dev: false | |
3993 | |
3994 /ignore/3.3.10: | |
3995 resolution: {integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==} | |
3996 dev: false | |
3997 | |
3998 /immediate/3.0.6: | |
3999 resolution: {integrity: sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=} | |
4000 dev: false | |
4001 | |
4002 /imurmurhash/0.1.4: | |
4003 resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} | |
4004 engines: {node: '>=0.8.19'} | |
4005 dev: false | |
4006 | |
4007 /inflight/1.0.6: | |
4008 resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} | |
4009 dependencies: | |
4010 once: 1.4.0 | |
4011 wrappy: 1.0.2 | |
4012 dev: false | |
4013 | |
4014 /inherits/2.0.1: | |
4015 resolution: {integrity: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=} | |
4016 dev: false | |
4017 | |
4018 /inherits/2.0.3: | |
4019 resolution: {integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=} | |
4020 dev: false | |
4021 | |
4022 /inherits/2.0.4: | |
4023 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} | |
4024 dev: false | |
4025 | |
4026 /inline-source-map/0.6.2: | |
4027 resolution: {integrity: sha1-+Tk0ccGKedFyT4Y/o4tYY3Ct4qU=} | |
4028 dependencies: | |
4029 source-map: 0.5.7 | |
4030 dev: false | |
4031 | |
4032 /insert-module-globals/7.2.1: | |
4033 resolution: {integrity: sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==} | |
4034 hasBin: true | |
4035 dependencies: | |
4036 acorn-node: 1.8.2 | |
4037 combine-source-map: 0.8.0 | |
4038 concat-stream: 1.6.2 | |
4039 is-buffer: 1.1.6 | |
4040 JSONStream: 1.3.5 | |
4041 path-is-absolute: 1.0.1 | |
4042 process: 0.11.10 | |
4043 through2: 2.0.5 | |
4044 undeclared-identifiers: 1.1.3 | |
4045 xtend: 4.0.2 | |
4046 dev: false | |
4047 | |
4048 /invariant/2.2.4: | |
4049 resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} | |
4050 dependencies: | |
4051 loose-envify: 1.4.0 | |
4052 dev: false | |
4053 | |
4054 /invert-kv/1.0.0: | |
4055 resolution: {integrity: sha1-EEqOSqym09jNFXqO+L+rLXo//bY=} | |
4056 engines: {node: '>=0.10.0'} | |
4057 dev: false | |
4058 | |
4059 /is-accessor-descriptor/0.1.6: | |
4060 resolution: {integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=} | |
4061 engines: {node: '>=0.10.0'} | |
4062 dependencies: | |
4063 kind-of: 3.2.2 | |
4064 dev: false | |
4065 | |
4066 /is-accessor-descriptor/1.0.0: | |
4067 resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} | |
4068 engines: {node: '>=0.10.0'} | |
4069 dependencies: | |
4070 kind-of: 6.0.3 | |
4071 dev: false | |
4072 | |
4073 /is-buffer/1.1.6: | |
4074 resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} | |
4075 dev: false | |
4076 | |
4077 /is-core-module/2.8.1: | |
4078 resolution: {integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==} | |
4079 dependencies: | |
4080 has: 1.0.3 | |
4081 dev: false | |
4082 | |
4083 /is-data-descriptor/0.1.4: | |
4084 resolution: {integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=} | |
4085 engines: {node: '>=0.10.0'} | |
4086 dependencies: | |
4087 kind-of: 3.2.2 | |
4088 dev: false | |
4089 | |
4090 /is-data-descriptor/1.0.0: | |
4091 resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} | |
4092 engines: {node: '>=0.10.0'} | |
4093 dependencies: | |
4094 kind-of: 6.0.3 | |
4095 dev: false | |
4096 | |
4097 /is-descriptor/0.1.6: | |
4098 resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} | |
4099 engines: {node: '>=0.10.0'} | |
4100 dependencies: | |
4101 is-accessor-descriptor: 0.1.6 | |
4102 is-data-descriptor: 0.1.4 | |
4103 kind-of: 5.1.0 | |
4104 dev: false | |
4105 | |
4106 /is-descriptor/1.0.2: | |
4107 resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} | |
4108 engines: {node: '>=0.10.0'} | |
4109 dependencies: | |
4110 is-accessor-descriptor: 1.0.0 | |
4111 is-data-descriptor: 1.0.0 | |
4112 kind-of: 6.0.3 | |
4113 dev: false | |
4114 | |
4115 /is-dotfile/1.0.3: | |
4116 resolution: {integrity: sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=} | |
4117 engines: {node: '>=0.10.0'} | |
4118 dev: false | |
4119 | |
4120 /is-equal-shallow/0.1.3: | |
4121 resolution: {integrity: sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=} | |
4122 engines: {node: '>=0.10.0'} | |
4123 dependencies: | |
4124 is-primitive: 2.0.0 | |
4125 dev: false | |
4126 | |
4127 /is-extendable/0.1.1: | |
4128 resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=} | |
4129 engines: {node: '>=0.10.0'} | |
4130 dev: false | |
4131 | |
4132 /is-extendable/1.0.1: | |
4133 resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} | |
4134 engines: {node: '>=0.10.0'} | |
4135 dependencies: | |
4136 is-plain-object: 2.0.4 | |
4137 dev: false | |
4138 | |
4139 /is-extglob/1.0.0: | |
4140 resolution: {integrity: sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=} | |
4141 engines: {node: '>=0.10.0'} | |
4142 dev: false | |
4143 | |
4144 /is-finite/1.1.0: | |
4145 resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} | |
4146 engines: {node: '>=0.10.0'} | |
4147 dev: false | |
4148 | |
4149 /is-fullwidth-code-point/1.0.0: | |
4150 resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=} | |
4151 engines: {node: '>=0.10.0'} | |
4152 dependencies: | |
4153 number-is-nan: 1.0.1 | |
4154 dev: false | |
4155 | |
4156 /is-glob/2.0.1: | |
4157 resolution: {integrity: sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=} | |
4158 engines: {node: '>=0.10.0'} | |
4159 dependencies: | |
4160 is-extglob: 1.0.0 | |
4161 dev: false | |
4162 | |
4163 /is-integer/1.0.7: | |
4164 resolution: {integrity: sha1-a96Bqs3feLZZtmKdYpytxRqIbVw=} | |
4165 dependencies: | |
4166 is-finite: 1.1.0 | |
4167 dev: false | |
4168 | |
4169 /is-number/2.1.0: | |
4170 resolution: {integrity: sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=} | |
4171 engines: {node: '>=0.10.0'} | |
4172 dependencies: | |
4173 kind-of: 3.2.2 | |
4174 dev: false | |
4175 | |
4176 /is-number/3.0.0: | |
4177 resolution: {integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=} | |
4178 engines: {node: '>=0.10.0'} | |
4179 dependencies: | |
4180 kind-of: 3.2.2 | |
4181 dev: false | |
4182 | |
4183 /is-number/4.0.0: | |
4184 resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} | |
4185 engines: {node: '>=0.10.0'} | |
4186 dev: false | |
4187 | |
4188 /is-plain-object/2.0.4: | |
4189 resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} | |
4190 engines: {node: '>=0.10.0'} | |
4191 dependencies: | |
4192 isobject: 3.0.1 | |
4193 dev: false | |
4194 | |
4195 /is-posix-bracket/0.1.1: | |
4196 resolution: {integrity: sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=} | |
4197 engines: {node: '>=0.10.0'} | |
4198 dev: false | |
4199 | |
4200 /is-primitive/2.0.0: | |
4201 resolution: {integrity: sha1-IHurkWOEmcB7Kt8kCkGochADRXU=} | |
4202 engines: {node: '>=0.10.0'} | |
4203 dev: false | |
4204 | |
4205 /is-windows/1.0.2: | |
4206 resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} | |
4207 engines: {node: '>=0.10.0'} | |
4208 dev: false | |
4209 | |
4210 /isarray/1.0.0: | |
4211 resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} | |
4212 dev: false | |
4213 | |
4214 /isexe/2.0.0: | |
4215 resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} | |
4216 dev: false | |
4217 | |
4218 /ismobilejs/0.5.2: | |
4219 resolution: {integrity: sha512-ta9UdV60xVZk/ZafFtSFslQaE76SvNkcs1r73d2PVR21zVzx9xuYv9tNe4MxA1NN7WoeCc2RjGot3Bz1eHDx3Q==} | |
4220 dev: false | |
4221 | |
4222 /isobject/2.1.0: | |
4223 resolution: {integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=} | |
4224 engines: {node: '>=0.10.0'} | |
4225 dependencies: | |
4226 isarray: 1.0.0 | |
4227 dev: false | |
4228 | |
4229 /isobject/3.0.1: | |
4230 resolution: {integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=} | |
4231 engines: {node: '>=0.10.0'} | |
4232 dev: false | |
4233 | |
4234 /jade/0.26.3: | |
4235 resolution: {integrity: sha1-jxDXl32NefL2/4YqgbBRPMslaGw=} | |
4236 deprecated: Jade has been renamed to pug, please install the latest version of pug instead of jade | |
4237 hasBin: true | |
4238 dependencies: | |
4239 commander: 0.6.1 | |
4240 mkdirp: 0.3.0 | |
4241 dev: false | |
4242 | |
4243 /js-tokens/1.0.1: | |
4244 resolution: {integrity: sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=} | |
4245 dev: false | |
4246 | |
4247 /js-tokens/3.0.2: | |
4248 resolution: {integrity: sha1-mGbfOVECEw449/mWvOtlRDIJwls=} | |
4249 dev: false | |
4250 | |
4251 /js-tokens/4.0.0: | |
4252 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} | |
4253 dev: false | |
4254 | |
4255 /jscodeshift/0.3.32: | |
4256 resolution: {integrity: sha1-3s5etgLxY0DY2VTH+WrJB8UC6rs=} | |
4257 engines: {node: '>=4'} | |
4258 hasBin: true | |
4259 dependencies: | |
4260 async: 1.5.2 | |
4261 babel-core: 5.8.38 | |
4262 babel-plugin-transform-flow-strip-types: 6.22.0 | |
4263 babel-preset-es2015: 6.24.1 | |
4264 babel-preset-stage-1: 6.24.1 | |
4265 babel-register: 6.26.0 | |
4266 babylon: 6.18.0 | |
4267 colors: 1.4.1 | |
4268 flow-parser: 0.175.1 | |
4269 lodash: 4.17.21 | |
4270 micromatch: 2.3.11 | |
4271 node-dir: 0.1.8 | |
4272 nomnom: 1.8.1 | |
4273 recast: 0.12.9 | |
4274 temp: 0.8.4 | |
4275 write-file-atomic: 1.3.4 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
4276 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
4277 - supports-color |
2032 | 4278 dev: false |
4279 | |
4280 /jscodeshift/0.6.4: | |
4281 resolution: {integrity: sha512-+NF/tlNbc2WEhXUuc4WEJLsJumF84tnaMUZW2hyJw3jThKKRvsPX4sPJVgO1lPE28z0gNL+gwniLG9d8mYvQCQ==} | |
4282 hasBin: true | |
4283 dependencies: | |
4284 '@babel/core': 7.17.9 | |
4285 '@babel/parser': 7.17.9 | |
4286 '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.9 | |
4287 '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.9 | |
4288 '@babel/preset-env': 7.16.11_@babel+core@7.17.9 | |
4289 '@babel/preset-flow': 7.16.7_@babel+core@7.17.9 | |
4290 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.9 | |
4291 '@babel/register': 7.17.7_@babel+core@7.17.9 | |
4292 babel-core: 7.0.0-bridge.0_@babel+core@7.17.9 | |
4293 colors: 1.4.1 | |
4294 flow-parser: 0.175.1 | |
4295 graceful-fs: 4.2.10 | |
4296 micromatch: 3.1.10 | |
4297 neo-async: 2.6.2 | |
4298 node-dir: 0.1.17 | |
4299 recast: 0.16.2 | |
4300 temp: 0.8.4 | |
4301 write-file-atomic: 2.4.3 | |
4302 transitivePeerDependencies: | |
4303 - supports-color | |
4304 dev: false | |
4305 | |
4306 /jsesc/0.5.0: | |
4307 resolution: {integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=} | |
4308 hasBin: true | |
4309 dev: false | |
4310 | |
4311 /jsesc/1.3.0: | |
4312 resolution: {integrity: sha1-RsP+yMGJKxKwgz25vHYiF226s0s=} | |
4313 hasBin: true | |
4314 dev: false | |
4315 | |
4316 /jsesc/2.5.2: | |
4317 resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} | |
4318 engines: {node: '>=4'} | |
4319 hasBin: true | |
4320 dev: false | |
4321 | |
4322 /json-stable-stringify/0.0.1: | |
4323 resolution: {integrity: sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=} | |
4324 dependencies: | |
4325 jsonify: 0.0.0 | |
4326 dev: false | |
4327 | |
4328 /json5/0.4.0: | |
4329 resolution: {integrity: sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=} | |
4330 hasBin: true | |
4331 dev: false | |
4332 | |
4333 /json5/0.5.1: | |
4334 resolution: {integrity: sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=} | |
4335 hasBin: true | |
4336 dev: false | |
4337 | |
4338 /json5/2.2.1: | |
4339 resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} | |
4340 engines: {node: '>=6'} | |
4341 hasBin: true | |
4342 dev: false | |
4343 | |
4344 /jsonify/0.0.0: | |
4345 resolution: {integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=} | |
4346 dev: false | |
4347 | |
4348 /jsonparse/1.3.1: | |
4349 resolution: {integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=} | |
4350 engines: {'0': node >= 0.2.0} | |
4351 dev: false | |
4352 | |
4353 /kind-of/3.2.2: | |
4354 resolution: {integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=} | |
4355 engines: {node: '>=0.10.0'} | |
4356 dependencies: | |
4357 is-buffer: 1.1.6 | |
4358 dev: false | |
4359 | |
4360 /kind-of/4.0.0: | |
4361 resolution: {integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc=} | |
4362 engines: {node: '>=0.10.0'} | |
4363 dependencies: | |
4364 is-buffer: 1.1.6 | |
4365 dev: false | |
4366 | |
4367 /kind-of/5.1.0: | |
4368 resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} | |
4369 engines: {node: '>=0.10.0'} | |
4370 dev: false | |
4371 | |
4372 /kind-of/6.0.3: | |
4373 resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} | |
4374 engines: {node: '>=0.10.0'} | |
4375 dev: false | |
4376 | |
4377 /labeled-stream-splicer/2.0.2: | |
4378 resolution: {integrity: sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==} | |
4379 dependencies: | |
4380 inherits: 2.0.4 | |
4381 stream-splicer: 2.0.1 | |
4382 dev: false | |
4383 | |
4384 /lazy-cache/1.0.4: | |
4385 resolution: {integrity: sha1-odePw6UEdMuAhF07O24dpJpEbo4=} | |
4386 engines: {node: '>=0.10.0'} | |
4387 dev: false | |
4388 | |
4389 /lcid/1.0.0: | |
4390 resolution: {integrity: sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=} | |
4391 engines: {node: '>=0.10.0'} | |
4392 dependencies: | |
4393 invert-kv: 1.0.0 | |
4394 dev: false | |
4395 | |
4396 /leven/1.0.2: | |
4397 resolution: {integrity: sha1-kUS27ryl8dBoAWnxpncNzqYLdcM=} | |
4398 engines: {node: '>=0.10.0'} | |
4399 hasBin: true | |
4400 dev: false | |
4401 | |
4402 /lie/3.3.0: | |
4403 resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==} | |
4404 dependencies: | |
4405 immediate: 3.0.6 | |
4406 dev: false | |
4407 | |
2033 | 4408 /lit-element/3.2.0: |
4409 resolution: {integrity: sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==} | |
4410 dependencies: | |
4411 '@lit/reactive-element': 1.3.1 | |
4412 lit-html: 2.2.2 | |
4413 dev: false | |
4414 | |
4415 /lit-html/2.2.2: | |
4416 resolution: {integrity: sha512-cJofCRXuizwyaiGt9pJjJOcauezUlSB6t87VBXsPwRhbzF29MgD8GH6fZ0BuZdXAAC02IRONZBd//VPUuU8QbQ==} | |
4417 dependencies: | |
4418 '@types/trusted-types': 2.0.2 | |
4419 dev: false | |
4420 | |
4421 /lit/2.2.2: | |
4422 resolution: {integrity: sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==} | |
4423 dependencies: | |
4424 '@lit/reactive-element': 1.3.1 | |
4425 lit-element: 3.2.0 | |
4426 lit-html: 2.2.2 | |
2032 | 4427 dev: false |
4428 | |
4429 /locate-path/3.0.0: | |
4430 resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} | |
4431 engines: {node: '>=6'} | |
4432 dependencies: | |
4433 p-locate: 3.0.0 | |
4434 path-exists: 3.0.0 | |
4435 dev: false | |
4436 | |
4437 /lodash.debounce/4.0.8: | |
4438 resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=} | |
4439 dev: false | |
4440 | |
4441 /lodash.flatten/4.4.0: | |
4442 resolution: {integrity: sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=} | |
4443 dev: false | |
4444 | |
4445 /lodash.memoize/3.0.4: | |
4446 resolution: {integrity: sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=} | |
4447 dev: false | |
4448 | |
4449 /lodash/3.10.1: | |
4450 resolution: {integrity: sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=} | |
4451 dev: false | |
4452 | |
4453 /lodash/4.17.21: | |
4454 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} | |
4455 dev: false | |
4456 | |
4457 /longest/1.0.1: | |
4458 resolution: {integrity: sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=} | |
4459 engines: {node: '>=0.10.0'} | |
4460 dev: false | |
4461 | |
4462 /loose-envify/1.4.0: | |
4463 resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} | |
4464 hasBin: true | |
4465 dependencies: | |
4466 js-tokens: 4.0.0 | |
4467 dev: false | |
4468 | |
4469 /lru-cache/2.7.3: | |
4470 resolution: {integrity: sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=} | |
4471 dev: false | |
4472 | |
4473 /lru-cache/4.1.5: | |
4474 resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} | |
4475 dependencies: | |
4476 pseudomap: 1.0.2 | |
4477 yallist: 2.1.2 | |
4478 dev: false | |
4479 | |
4480 /make-dir/2.1.0: | |
4481 resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} | |
4482 engines: {node: '>=6'} | |
4483 dependencies: | |
4484 pify: 4.0.1 | |
4485 semver: 5.7.1 | |
4486 dev: false | |
4487 | |
4488 /map-cache/0.2.2: | |
4489 resolution: {integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=} | |
4490 engines: {node: '>=0.10.0'} | |
4491 dev: false | |
4492 | |
4493 /map-visit/1.0.0: | |
4494 resolution: {integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=} | |
4495 engines: {node: '>=0.10.0'} | |
4496 dependencies: | |
4497 object-visit: 1.0.1 | |
4498 dev: false | |
4499 | |
4500 /math-random/1.0.4: | |
4501 resolution: {integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==} | |
4502 dev: false | |
4503 | |
4504 /md5.js/1.3.5: | |
4505 resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} | |
4506 dependencies: | |
4507 hash-base: 3.1.0 | |
4508 inherits: 2.0.4 | |
4509 safe-buffer: 5.2.1 | |
4510 dev: false | |
4511 | |
4512 /micromatch/2.3.11: | |
4513 resolution: {integrity: sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=} | |
4514 engines: {node: '>=0.10.0'} | |
4515 dependencies: | |
4516 arr-diff: 2.0.0 | |
4517 array-unique: 0.2.1 | |
4518 braces: 1.8.5 | |
4519 expand-brackets: 0.1.5 | |
4520 extglob: 0.3.2 | |
4521 filename-regex: 2.0.1 | |
4522 is-extglob: 1.0.0 | |
4523 is-glob: 2.0.1 | |
4524 kind-of: 3.2.2 | |
4525 normalize-path: 2.1.1 | |
4526 object.omit: 2.0.1 | |
4527 parse-glob: 3.0.4 | |
4528 regex-cache: 0.4.4 | |
4529 dev: false | |
4530 | |
4531 /micromatch/3.1.10: | |
4532 resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} | |
4533 engines: {node: '>=0.10.0'} | |
4534 dependencies: | |
4535 arr-diff: 4.0.0 | |
4536 array-unique: 0.3.2 | |
4537 braces: 2.3.2 | |
4538 define-property: 2.0.2 | |
4539 extend-shallow: 3.0.2 | |
4540 extglob: 2.0.4 | |
4541 fragment-cache: 0.2.1 | |
4542 kind-of: 6.0.3 | |
4543 nanomatch: 1.2.13 | |
4544 object.pick: 1.3.0 | |
4545 regex-not: 1.0.2 | |
4546 snapdragon: 0.8.2 | |
4547 to-regex: 3.0.2 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
4548 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
4549 - supports-color |
2032 | 4550 dev: false |
4551 | |
4552 /miller-rabin/4.0.1: | |
4553 resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} | |
4554 hasBin: true | |
4555 dependencies: | |
4556 bn.js: 4.12.0 | |
4557 brorand: 1.1.0 | |
4558 dev: false | |
4559 | |
4560 /mini-signals/1.2.0: | |
4561 resolution: {integrity: sha1-RbCAE8X65RokqhqTXNMXye1yHXQ=} | |
4562 dev: false | |
4563 | |
4564 /minimalistic-assert/1.0.1: | |
4565 resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} | |
4566 dev: false | |
4567 | |
4568 /minimalistic-crypto-utils/1.0.1: | |
4569 resolution: {integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=} | |
4570 dev: false | |
4571 | |
4572 /minimatch/0.3.0: | |
4573 resolution: {integrity: sha1-J12O2qxPG7MyZHIInnlJyDlGmd0=} | |
4574 deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
4575 dependencies: | |
4576 lru-cache: 2.7.3 | |
4577 sigmund: 1.0.1 | |
4578 dev: false | |
4579 | |
4580 /minimatch/2.0.10: | |
4581 resolution: {integrity: sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=} | |
4582 deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
4583 dependencies: | |
4584 brace-expansion: 1.1.11 | |
4585 dev: false | |
4586 | |
4587 /minimatch/3.1.2: | |
4588 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} | |
4589 dependencies: | |
4590 brace-expansion: 1.1.11 | |
4591 dev: false | |
4592 | |
4593 /minimist/0.0.10: | |
4594 resolution: {integrity: sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=} | |
4595 dev: false | |
4596 | |
4597 /minimist/0.0.8: | |
4598 resolution: {integrity: sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=} | |
4599 dev: false | |
4600 | |
4601 /minimist/1.2.6: | |
4602 resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} | |
4603 dev: false | |
4604 | |
4605 /mixin-deep/1.3.2: | |
4606 resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} | |
4607 engines: {node: '>=0.10.0'} | |
4608 dependencies: | |
4609 for-in: 1.0.2 | |
4610 is-extendable: 1.0.1 | |
4611 dev: false | |
4612 | |
4613 /mkdirp-classic/0.5.3: | |
4614 resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} | |
4615 dev: false | |
4616 | |
4617 /mkdirp/0.3.0: | |
4618 resolution: {integrity: sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=} | |
4619 deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) | |
4620 dev: false | |
4621 | |
4622 /mkdirp/0.5.1: | |
4623 resolution: {integrity: sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=} | |
4624 deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) | |
4625 hasBin: true | |
4626 dependencies: | |
4627 minimist: 0.0.8 | |
4628 dev: false | |
4629 | |
4630 /mkdirp/0.5.6: | |
4631 resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} | |
4632 hasBin: true | |
4633 dependencies: | |
4634 minimist: 1.2.6 | |
4635 dev: false | |
4636 | |
4637 /mocha/2.5.3: | |
4638 resolution: {integrity: sha1-FhvlvetJZ3HrmzV0UFC2IrWu/Fg=} | |
4639 engines: {node: '>= 0.8.x'} | |
4640 hasBin: true | |
4641 dependencies: | |
4642 commander: 2.3.0 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
4643 debug: 2.2.0_supports-color@1.2.0 |
2032 | 4644 diff: 1.4.0 |
4645 escape-string-regexp: 1.0.2 | |
4646 glob: 3.2.11 | |
4647 growl: 1.9.2 | |
4648 jade: 0.26.3 | |
4649 mkdirp: 0.5.1 | |
4650 supports-color: 1.2.0 | |
4651 to-iso-string: 0.0.2 | |
4652 dev: false | |
4653 | |
4654 /module-deps/6.2.3: | |
4655 resolution: {integrity: sha512-fg7OZaQBcL4/L+AK5f4iVqf9OMbCclXfy/znXRxTVhJSeW5AIlS9AwheYwDaXM3lVW7OBeaeUEY3gbaC6cLlSA==} | |
4656 engines: {node: '>= 0.8.0'} | |
4657 hasBin: true | |
4658 dependencies: | |
4659 browser-resolve: 2.0.0 | |
4660 cached-path-relative: 1.1.0 | |
4661 concat-stream: 1.6.2 | |
4662 defined: 1.0.0 | |
4663 detective: 5.2.0 | |
4664 duplexer2: 0.1.4 | |
4665 inherits: 2.0.4 | |
4666 JSONStream: 1.3.5 | |
4667 parents: 1.0.1 | |
4668 readable-stream: 2.3.7 | |
4669 resolve: 1.22.0 | |
4670 stream-combiner2: 1.1.1 | |
4671 subarg: 1.0.0 | |
4672 through2: 2.0.5 | |
4673 xtend: 4.0.2 | |
4674 dev: false | |
4675 | |
4676 /ms/0.7.1: | |
4677 resolution: {integrity: sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=} | |
4678 dev: false | |
4679 | |
4680 /ms/2.0.0: | |
4681 resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} | |
4682 dev: false | |
4683 | |
4684 /ms/2.1.2: | |
4685 resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} | |
4686 dev: false | |
4687 | |
4688 /n3/1.16.0: | |
4689 resolution: {integrity: sha512-gE5KF07yhGXhEdAVru5QUqC4fKltA4sMwgASWpOrZSwn8fi8cuLHYPjRl9pR5WhQL96lhaNMZwT8enRIayVfLg==} | |
4690 engines: {node: '>=8.0'} | |
4691 dependencies: | |
4692 queue-microtask: 1.2.3 | |
4693 readable-stream: 3.6.0 | |
4694 dev: false | |
4695 | |
2033 | 4696 /nanoid/3.3.2: |
4697 resolution: {integrity: sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==} | |
4698 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} | |
4699 hasBin: true | |
4700 dev: false | |
4701 | |
2032 | 4702 /nanomatch/1.2.13: |
4703 resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} | |
4704 engines: {node: '>=0.10.0'} | |
4705 dependencies: | |
4706 arr-diff: 4.0.0 | |
4707 array-unique: 0.3.2 | |
4708 define-property: 2.0.2 | |
4709 extend-shallow: 3.0.2 | |
4710 fragment-cache: 0.2.1 | |
4711 is-windows: 1.0.2 | |
4712 kind-of: 6.0.3 | |
4713 object.pick: 1.3.0 | |
4714 regex-not: 1.0.2 | |
4715 snapdragon: 0.8.2 | |
4716 to-regex: 3.0.2 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
4717 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
4718 - supports-color |
2032 | 4719 dev: false |
4720 | |
4721 /neo-async/2.6.2: | |
4722 resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} | |
4723 dev: false | |
4724 | |
4725 /node-dir/0.1.17: | |
4726 resolution: {integrity: sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=} | |
4727 engines: {node: '>= 0.10.5'} | |
4728 dependencies: | |
4729 minimatch: 3.1.2 | |
4730 dev: false | |
4731 | |
4732 /node-dir/0.1.8: | |
4733 resolution: {integrity: sha1-VfuN62mQcHB/tn+RpGDwRIKUx30=} | |
4734 engines: {node: '>= 0.10.5'} | |
4735 dev: false | |
4736 | |
4737 /node-releases/2.0.2: | |
4738 resolution: {integrity: sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==} | |
4739 dev: false | |
4740 | |
4741 /node-version/1.2.0: | |
4742 resolution: {integrity: sha512-ma6oU4Sk0qOoKEAymVoTvk8EdXEobdS7m/mAGhDJ8Rouugho48crHBORAmy5BoOcv8wraPM6xumapQp5hl4iIQ==} | |
4743 engines: {node: '>=6.0.0'} | |
4744 dev: false | |
4745 | |
4746 /nomnom/1.8.1: | |
4747 resolution: {integrity: sha1-IVH3Ikcrp55Qp2/BJbuMjy5Nwqc=} | |
4748 deprecated: Package no longer supported. Contact support@npmjs.com for more info. | |
4749 dependencies: | |
4750 chalk: 0.4.0 | |
4751 underscore: 1.6.0 | |
4752 dev: false | |
4753 | |
4754 /normalize-path/2.1.1: | |
4755 resolution: {integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=} | |
4756 engines: {node: '>=0.10.0'} | |
4757 dependencies: | |
4758 remove-trailing-separator: 1.1.0 | |
4759 dev: false | |
4760 | |
4761 /number-is-nan/1.0.1: | |
4762 resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} | |
4763 engines: {node: '>=0.10.0'} | |
4764 dev: false | |
4765 | |
4766 /object-assign/4.1.1: | |
4767 resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} | |
4768 engines: {node: '>=0.10.0'} | |
4769 dev: false | |
4770 | |
4771 /object-copy/0.1.0: | |
4772 resolution: {integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw=} | |
4773 engines: {node: '>=0.10.0'} | |
4774 dependencies: | |
4775 copy-descriptor: 0.1.1 | |
4776 define-property: 0.2.5 | |
4777 kind-of: 3.2.2 | |
4778 dev: false | |
4779 | |
4780 /object-keys/1.1.1: | |
4781 resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} | |
4782 engines: {node: '>= 0.4'} | |
4783 dev: false | |
4784 | |
4785 /object-visit/1.0.1: | |
4786 resolution: {integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=} | |
4787 engines: {node: '>=0.10.0'} | |
4788 dependencies: | |
4789 isobject: 3.0.1 | |
4790 dev: false | |
4791 | |
4792 /object.assign/4.1.2: | |
4793 resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==} | |
4794 engines: {node: '>= 0.4'} | |
4795 dependencies: | |
4796 call-bind: 1.0.2 | |
4797 define-properties: 1.1.3 | |
4798 has-symbols: 1.0.3 | |
4799 object-keys: 1.1.1 | |
4800 dev: false | |
4801 | |
4802 /object.omit/2.0.1: | |
4803 resolution: {integrity: sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=} | |
4804 engines: {node: '>=0.10.0'} | |
4805 dependencies: | |
4806 for-own: 0.1.5 | |
4807 is-extendable: 0.1.1 | |
4808 dev: false | |
4809 | |
4810 /object.pick/1.3.0: | |
4811 resolution: {integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=} | |
4812 engines: {node: '>=0.10.0'} | |
4813 dependencies: | |
4814 isobject: 3.0.1 | |
4815 dev: false | |
4816 | |
4817 /once/1.4.0: | |
4818 resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} | |
4819 dependencies: | |
4820 wrappy: 1.0.2 | |
4821 dev: false | |
4822 | |
4823 /optimist/0.6.1: | |
4824 resolution: {integrity: sha1-2j6nRob6IaGaERwybpDrFaAZZoY=} | |
4825 dependencies: | |
4826 minimist: 0.0.10 | |
4827 wordwrap: 0.0.3 | |
4828 dev: false | |
4829 | |
4830 /os-browserify/0.3.0: | |
4831 resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=} | |
4832 dev: false | |
4833 | |
4834 /os-homedir/1.0.2: | |
4835 resolution: {integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M=} | |
4836 engines: {node: '>=0.10.0'} | |
4837 dev: false | |
4838 | |
4839 /os-locale/1.4.0: | |
4840 resolution: {integrity: sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=} | |
4841 engines: {node: '>=0.10.0'} | |
4842 dependencies: | |
4843 lcid: 1.0.0 | |
4844 dev: false | |
4845 | |
4846 /os-tmpdir/1.0.2: | |
4847 resolution: {integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=} | |
4848 engines: {node: '>=0.10.0'} | |
4849 dev: false | |
4850 | |
4851 /output-file-sync/1.1.2: | |
4852 resolution: {integrity: sha1-0KM+7+YaIF+suQCS6CZZjVJFznY=} | |
4853 dependencies: | |
4854 graceful-fs: 4.2.10 | |
4855 mkdirp: 0.5.6 | |
4856 object-assign: 4.1.1 | |
4857 dev: false | |
4858 | |
4859 /p-limit/2.3.0: | |
4860 resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} | |
4861 engines: {node: '>=6'} | |
4862 dependencies: | |
4863 p-try: 2.2.0 | |
4864 dev: false | |
4865 | |
4866 /p-locate/3.0.0: | |
4867 resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} | |
4868 engines: {node: '>=6'} | |
4869 dependencies: | |
4870 p-limit: 2.3.0 | |
4871 dev: false | |
4872 | |
4873 /p-try/2.2.0: | |
4874 resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} | |
4875 engines: {node: '>=6'} | |
4876 dev: false | |
4877 | |
4878 /pako/1.0.11: | |
4879 resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} | |
4880 dev: false | |
4881 | |
4882 /parents/1.0.1: | |
4883 resolution: {integrity: sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=} | |
4884 dependencies: | |
4885 path-platform: 0.11.15 | |
4886 dev: false | |
4887 | |
4888 /parse-asn1/5.1.6: | |
4889 resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==} | |
4890 dependencies: | |
4891 asn1.js: 5.4.1 | |
4892 browserify-aes: 1.2.0 | |
4893 evp_bytestokey: 1.0.3 | |
4894 pbkdf2: 3.1.2 | |
4895 safe-buffer: 5.2.1 | |
4896 dev: false | |
4897 | |
4898 /parse-glob/3.0.4: | |
4899 resolution: {integrity: sha1-ssN2z7EfNVE7rdFz7wu246OIORw=} | |
4900 engines: {node: '>=0.10.0'} | |
4901 dependencies: | |
4902 glob-base: 0.3.0 | |
4903 is-dotfile: 1.0.3 | |
4904 is-extglob: 1.0.0 | |
4905 is-glob: 2.0.1 | |
4906 dev: false | |
4907 | |
2034 | 4908 /parse-prometheus-text-format/1.1.1: |
4909 resolution: {integrity: sha512-dBlhYVACjRdSqLMFe4/Q1l/Gd3UmXm8ruvsTi7J6ul3ih45AkzkVpI5XHV4aZ37juGZW5+3dGU5lwk+QLM9XJA==} | |
4910 dependencies: | |
4911 shallow-equal: 1.2.1 | |
4912 dev: false | |
4913 | |
2032 | 4914 /parse-uri/1.0.7: |
4915 resolution: {integrity: sha512-eWuZCMKNlVkXrEoANdXxbmqhu2SQO9jUMCSpdbJDObin0JxISn6e400EWsSRbr/czdKvWKkhZnMKEGUwf/Plmg==} | |
4916 engines: {node: '>= 0.10'} | |
4917 dev: false | |
4918 | |
4919 /pascalcase/0.1.1: | |
4920 resolution: {integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=} | |
4921 engines: {node: '>=0.10.0'} | |
4922 dev: false | |
4923 | |
4924 /path-browserify/0.0.1: | |
4925 resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} | |
4926 dev: false | |
4927 | |
4928 /path-exists/1.0.0: | |
4929 resolution: {integrity: sha1-1aiZjrce83p0w06w2eum6HjuoIE=} | |
4930 engines: {node: '>=0.10.0'} | |
4931 dev: false | |
4932 | |
4933 /path-exists/3.0.0: | |
4934 resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} | |
4935 engines: {node: '>=4'} | |
4936 dev: false | |
4937 | |
4938 /path-is-absolute/1.0.1: | |
4939 resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} | |
4940 engines: {node: '>=0.10.0'} | |
4941 dev: false | |
4942 | |
4943 /path-parse/1.0.7: | |
4944 resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} | |
4945 dev: false | |
4946 | |
4947 /path-platform/0.11.15: | |
4948 resolution: {integrity: sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=} | |
4949 engines: {node: '>= 0.8.0'} | |
4950 dev: false | |
4951 | |
4952 /pbkdf2/3.1.2: | |
4953 resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} | |
4954 engines: {node: '>=0.12'} | |
4955 dependencies: | |
4956 create-hash: 1.2.0 | |
4957 create-hmac: 1.1.7 | |
4958 ripemd160: 2.0.2 | |
4959 safe-buffer: 5.2.1 | |
4960 sha.js: 2.4.11 | |
4961 dev: false | |
4962 | |
4963 /picocolors/1.0.0: | |
4964 resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} | |
4965 dev: false | |
4966 | |
4967 /pify/4.0.1: | |
4968 resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} | |
4969 engines: {node: '>=6'} | |
4970 dev: false | |
4971 | |
4972 /pirates/4.0.5: | |
4973 resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} | |
4974 engines: {node: '>= 6'} | |
4975 dev: false | |
4976 | |
4977 /pixi-gl-core/1.1.4: | |
4978 resolution: {integrity: sha1-i0tcQzsx5Bm8N53FZc4bg1qRs3I=} | |
4979 dev: false | |
4980 | |
4981 /pixi.js/4.8.9: | |
4982 resolution: {integrity: sha512-YcepG5/bXLAVTSTXaMIU9NeSzwyPq/oMu2oQi6L6iE5giwng02ixVCKgc6/eMv3zl2Ho+teSOLC8R5Wp3jBvLA==} | |
4983 dependencies: | |
4984 bit-twiddle: 1.0.2 | |
4985 earcut: 2.2.3 | |
4986 eventemitter3: 2.0.3 | |
4987 ismobilejs: 0.5.2 | |
4988 object-assign: 4.1.1 | |
4989 pixi-gl-core: 1.1.4 | |
4990 remove-array-items: 1.1.1 | |
4991 resource-loader: 2.2.4 | |
4992 dev: false | |
4993 | |
4994 /pkg-dir/3.0.0: | |
4995 resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} | |
4996 engines: {node: '>=6'} | |
4997 dependencies: | |
4998 find-up: 3.0.0 | |
4999 dev: false | |
5000 | |
5001 /posix-character-classes/0.1.1: | |
5002 resolution: {integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=} | |
5003 engines: {node: '>=0.10.0'} | |
5004 dev: false | |
5005 | |
2033 | 5006 /postcss/8.4.12: |
5007 resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} | |
5008 engines: {node: ^10 || ^12 || >=14} | |
5009 dependencies: | |
5010 nanoid: 3.3.2 | |
5011 picocolors: 1.0.0 | |
5012 source-map-js: 1.0.2 | |
5013 dev: false | |
5014 | |
2032 | 5015 /preserve/0.2.0: |
5016 resolution: {integrity: sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=} | |
5017 engines: {node: '>=0.10.0'} | |
5018 dev: false | |
5019 | |
5020 /private/0.1.8: | |
5021 resolution: {integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==} | |
5022 engines: {node: '>= 0.6'} | |
5023 dev: false | |
5024 | |
5025 /process-nextick-args/2.0.1: | |
5026 resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} | |
5027 dev: false | |
5028 | |
5029 /process/0.11.10: | |
5030 resolution: {integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI=} | |
5031 engines: {node: '>= 0.6.0'} | |
5032 dev: false | |
5033 | |
5034 /promise-polyfill/6.1.0: | |
5035 resolution: {integrity: sha1-36lpQ+qcEh/KTem1hoyznTRy4Fc=} | |
5036 dev: false | |
5037 | |
5038 /pseudomap/1.0.2: | |
5039 resolution: {integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM=} | |
5040 dev: false | |
5041 | |
5042 /public-encrypt/4.0.3: | |
5043 resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} | |
5044 dependencies: | |
5045 bn.js: 4.12.0 | |
5046 browserify-rsa: 4.1.0 | |
5047 create-hash: 1.2.0 | |
5048 parse-asn1: 5.1.6 | |
5049 randombytes: 2.1.0 | |
5050 safe-buffer: 5.2.1 | |
5051 dev: false | |
5052 | |
5053 /punycode/1.3.2: | |
5054 resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=} | |
5055 dev: false | |
5056 | |
5057 /punycode/1.4.1: | |
5058 resolution: {integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4=} | |
5059 dev: false | |
5060 | |
5061 /q/1.5.1: | |
5062 resolution: {integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=} | |
5063 engines: {node: '>=0.6.0', teleport: '>=0.2.0'} | |
5064 dev: false | |
5065 | |
5066 /querystring-es3/0.2.1: | |
5067 resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=} | |
5068 engines: {node: '>=0.4.x'} | |
5069 dev: false | |
5070 | |
5071 /querystring/0.2.0: | |
5072 resolution: {integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=} | |
5073 engines: {node: '>=0.4.x'} | |
5074 deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. | |
5075 dev: false | |
5076 | |
5077 /queue-microtask/1.2.3: | |
5078 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} | |
5079 dev: false | |
5080 | |
5081 /randomatic/3.1.1: | |
5082 resolution: {integrity: sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==} | |
5083 engines: {node: '>= 0.10.0'} | |
5084 dependencies: | |
5085 is-number: 4.0.0 | |
5086 kind-of: 6.0.3 | |
5087 math-random: 1.0.4 | |
5088 dev: false | |
5089 | |
5090 /randombytes/2.1.0: | |
5091 resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} | |
5092 dependencies: | |
5093 safe-buffer: 5.2.1 | |
5094 dev: false | |
5095 | |
5096 /randomfill/1.0.4: | |
5097 resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} | |
5098 dependencies: | |
5099 randombytes: 2.1.0 | |
5100 safe-buffer: 5.2.1 | |
5101 dev: false | |
5102 | |
5103 /read-only-stream/2.0.0: | |
5104 resolution: {integrity: sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=} | |
5105 dependencies: | |
5106 readable-stream: 2.3.7 | |
5107 dev: false | |
5108 | |
5109 /readable-stream/2.3.7: | |
5110 resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} | |
5111 dependencies: | |
5112 core-util-is: 1.0.3 | |
5113 inherits: 2.0.4 | |
5114 isarray: 1.0.0 | |
5115 process-nextick-args: 2.0.1 | |
5116 safe-buffer: 5.1.2 | |
5117 string_decoder: 1.1.1 | |
5118 util-deprecate: 1.0.2 | |
5119 dev: false | |
5120 | |
5121 /readable-stream/3.6.0: | |
5122 resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} | |
5123 engines: {node: '>= 6'} | |
5124 dependencies: | |
5125 inherits: 2.0.4 | |
5126 string_decoder: 1.3.0 | |
5127 util-deprecate: 1.0.2 | |
5128 dev: false | |
5129 | |
5130 /recast/0.10.33: | |
5131 resolution: {integrity: sha1-lCgI96oBbx+nFCxGHX5XBKqo1pc=} | |
5132 engines: {node: '>= 0.8'} | |
5133 dependencies: | |
5134 ast-types: 0.8.12 | |
5135 esprima-fb: 15001.1001.0-dev-harmony-fb | |
5136 private: 0.1.8 | |
5137 source-map: 0.5.7 | |
5138 dev: false | |
5139 | |
5140 /recast/0.10.43: | |
5141 resolution: {integrity: sha1-uV1Q9tYHYaX2JS4V2AZ4FoSRzn8=} | |
5142 engines: {node: '>= 0.8'} | |
5143 dependencies: | |
5144 ast-types: 0.8.15 | |
5145 esprima-fb: 15001.1001.0-dev-harmony-fb | |
5146 private: 0.1.8 | |
5147 source-map: 0.5.7 | |
5148 dev: false | |
5149 | |
5150 /recast/0.11.23: | |
5151 resolution: {integrity: sha1-RR/TAEqx5N+bTktmN2sqIZEkYtM=} | |
5152 engines: {node: '>= 0.8'} | |
5153 dependencies: | |
5154 ast-types: 0.9.6 | |
5155 esprima: 3.1.3 | |
5156 private: 0.1.8 | |
5157 source-map: 0.5.7 | |
5158 dev: false | |
5159 | |
5160 /recast/0.12.9: | |
5161 resolution: {integrity: sha512-y7ANxCWmMW8xLOaiopiRDlyjQ9ajKRENBH+2wjntIbk3A6ZR1+BLQttkmSHMY7Arl+AAZFwJ10grg2T6f1WI8A==} | |
5162 engines: {node: '>= 0.8'} | |
5163 dependencies: | |
5164 ast-types: 0.10.1 | |
5165 core-js: 2.6.12 | |
5166 esprima: 4.0.1 | |
5167 private: 0.1.8 | |
5168 source-map: 0.6.1 | |
5169 dev: false | |
5170 | |
5171 /recast/0.16.2: | |
5172 resolution: {integrity: sha512-O/7qXi51DPjRVdbrpNzoBQH5dnAPQNbfoOFyRiUwreTMJfIHYOEBzwuH+c0+/BTSJ3CQyKs6ILSWXhESH6Op3A==} | |
5173 engines: {node: '>= 4'} | |
5174 dependencies: | |
5175 ast-types: 0.11.7 | |
5176 esprima: 4.0.1 | |
5177 private: 0.1.8 | |
5178 source-map: 0.6.1 | |
5179 dev: false | |
5180 | |
5181 /regenerate-unicode-properties/10.0.1: | |
5182 resolution: {integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==} | |
5183 engines: {node: '>=4'} | |
5184 dependencies: | |
5185 regenerate: 1.4.2 | |
5186 dev: false | |
5187 | |
5188 /regenerate/1.4.2: | |
5189 resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} | |
5190 dev: false | |
5191 | |
5192 /regenerator-runtime/0.11.1: | |
5193 resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} | |
5194 dev: false | |
5195 | |
5196 /regenerator-runtime/0.13.9: | |
5197 resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==} | |
5198 dev: false | |
5199 | |
5200 /regenerator-transform/0.10.1: | |
5201 resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} | |
5202 dependencies: | |
5203 babel-runtime: 6.26.0 | |
5204 babel-types: 6.26.0 | |
5205 private: 0.1.8 | |
5206 dev: false | |
5207 | |
5208 /regenerator-transform/0.15.0: | |
5209 resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} | |
5210 dependencies: | |
5211 '@babel/runtime': 7.17.9 | |
5212 dev: false | |
5213 | |
5214 /regenerator/0.8.40: | |
5215 resolution: {integrity: sha1-oORXxY69uuV1yfjNdRJ+k3VkNdg=} | |
5216 engines: {node: '>= 0.6'} | |
5217 hasBin: true | |
5218 dependencies: | |
5219 commoner: 0.10.8 | |
5220 defs: 1.1.1 | |
5221 esprima-fb: 15001.1001.0-dev-harmony-fb | |
5222 private: 0.1.8 | |
5223 recast: 0.10.33 | |
5224 through: 2.3.8 | |
5225 dev: false | |
5226 | |
5227 /regex-cache/0.4.4: | |
5228 resolution: {integrity: sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==} | |
5229 engines: {node: '>=0.10.0'} | |
5230 dependencies: | |
5231 is-equal-shallow: 0.1.3 | |
5232 dev: false | |
5233 | |
5234 /regex-not/1.0.2: | |
5235 resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} | |
5236 engines: {node: '>=0.10.0'} | |
5237 dependencies: | |
5238 extend-shallow: 3.0.2 | |
5239 safe-regex: 1.1.0 | |
5240 dev: false | |
5241 | |
5242 /regexpu-core/2.0.0: | |
5243 resolution: {integrity: sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=} | |
5244 dependencies: | |
5245 regenerate: 1.4.2 | |
5246 regjsgen: 0.2.0 | |
5247 regjsparser: 0.1.5 | |
5248 dev: false | |
5249 | |
5250 /regexpu-core/5.0.1: | |
5251 resolution: {integrity: sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==} | |
5252 engines: {node: '>=4'} | |
5253 dependencies: | |
5254 regenerate: 1.4.2 | |
5255 regenerate-unicode-properties: 10.0.1 | |
5256 regjsgen: 0.6.0 | |
5257 regjsparser: 0.8.4 | |
5258 unicode-match-property-ecmascript: 2.0.0 | |
5259 unicode-match-property-value-ecmascript: 2.0.0 | |
5260 dev: false | |
5261 | |
5262 /regexpu/1.3.0: | |
5263 resolution: {integrity: sha1-5TTcmRqeWEYFDJjebX3UpVyeoW0=} | |
5264 hasBin: true | |
5265 dependencies: | |
5266 esprima: 2.7.3 | |
5267 recast: 0.10.43 | |
5268 regenerate: 1.4.2 | |
5269 regjsgen: 0.2.0 | |
5270 regjsparser: 0.1.5 | |
5271 dev: false | |
5272 | |
5273 /regjsgen/0.2.0: | |
5274 resolution: {integrity: sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=} | |
5275 dev: false | |
5276 | |
5277 /regjsgen/0.6.0: | |
5278 resolution: {integrity: sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==} | |
5279 dev: false | |
5280 | |
5281 /regjsparser/0.1.5: | |
5282 resolution: {integrity: sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=} | |
5283 hasBin: true | |
5284 dependencies: | |
5285 jsesc: 0.5.0 | |
5286 dev: false | |
5287 | |
5288 /regjsparser/0.8.4: | |
5289 resolution: {integrity: sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==} | |
5290 hasBin: true | |
5291 dependencies: | |
5292 jsesc: 0.5.0 | |
5293 dev: false | |
5294 | |
5295 /remove-array-items/1.1.1: | |
5296 resolution: {integrity: sha512-MXW/jtHyl5F1PZI7NbpS8SOtympdLuF20aoWJT5lELR1p/HJDd5nqW8Eu9uLh/hCRY3FgvrIT5AwDCgBODklcA==} | |
5297 dev: false | |
5298 | |
5299 /remove-trailing-separator/1.1.0: | |
5300 resolution: {integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8=} | |
5301 dev: false | |
5302 | |
5303 /repeat-element/1.1.4: | |
5304 resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} | |
5305 engines: {node: '>=0.10.0'} | |
5306 dev: false | |
5307 | |
5308 /repeat-string/1.6.1: | |
5309 resolution: {integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc=} | |
5310 engines: {node: '>=0.10'} | |
5311 dev: false | |
5312 | |
5313 /repeating/1.1.3: | |
5314 resolution: {integrity: sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=} | |
5315 engines: {node: '>=0.10.0'} | |
5316 hasBin: true | |
5317 dependencies: | |
5318 is-finite: 1.1.0 | |
5319 dev: false | |
5320 | |
5321 /repeating/2.0.1: | |
5322 resolution: {integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=} | |
5323 engines: {node: '>=0.10.0'} | |
5324 dependencies: | |
5325 is-finite: 1.1.0 | |
5326 dev: false | |
5327 | |
5328 /resolve-url/0.2.1: | |
5329 resolution: {integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=} | |
5330 deprecated: https://github.com/lydell/resolve-url#deprecated | |
5331 dev: false | |
5332 | |
5333 /resolve/0.6.3: | |
5334 resolution: {integrity: sha1-3ZV5gufnNt699TtYpN2RdUV13UY=} | |
5335 dev: false | |
5336 | |
5337 /resolve/1.22.0: | |
5338 resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==} | |
5339 hasBin: true | |
5340 dependencies: | |
5341 is-core-module: 2.8.1 | |
5342 path-parse: 1.0.7 | |
5343 supports-preserve-symlinks-flag: 1.0.0 | |
5344 dev: false | |
5345 | |
5346 /resource-loader/2.2.4: | |
5347 resolution: {integrity: sha512-MrY0bEJN26us3h4bzJUSP0n4tFEb79lCpYBavtLjSezWCcXZMgxhSgvC9LxueuqpcxG+qPjhwFu5SQAcUNacdA==} | |
5348 dependencies: | |
5349 mini-signals: 1.2.0 | |
5350 parse-uri: 1.0.7 | |
5351 dev: false | |
5352 | |
5353 /ret/0.1.15: | |
5354 resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} | |
5355 engines: {node: '>=0.12'} | |
5356 dev: false | |
5357 | |
5358 /right-align/0.1.3: | |
5359 resolution: {integrity: sha1-YTObci/mo1FWiSENJOFMlhSGE+8=} | |
5360 engines: {node: '>=0.10.0'} | |
5361 dependencies: | |
5362 align-text: 0.1.4 | |
5363 dev: false | |
5364 | |
5365 /rimraf/2.6.3: | |
5366 resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} | |
5367 hasBin: true | |
5368 dependencies: | |
5369 glob: 7.2.0 | |
5370 dev: false | |
5371 | |
5372 /ripemd160/2.0.2: | |
5373 resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} | |
5374 dependencies: | |
5375 hash-base: 3.1.0 | |
5376 inherits: 2.0.4 | |
5377 dev: false | |
5378 | |
2033 | 5379 /rollup/2.70.1: |
5380 resolution: {integrity: sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==} | |
5381 engines: {node: '>=10.0.0'} | |
5382 hasBin: true | |
5383 optionalDependencies: | |
5384 fsevents: 2.3.2 | |
5385 dev: false | |
5386 | |
2032 | 5387 /rw/1.3.3: |
5388 resolution: {integrity: sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=} | |
5389 dev: false | |
5390 | |
5391 /safe-buffer/5.1.2: | |
5392 resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} | |
5393 dev: false | |
5394 | |
5395 /safe-buffer/5.2.1: | |
5396 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} | |
5397 dev: false | |
5398 | |
5399 /safe-regex/1.1.0: | |
5400 resolution: {integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4=} | |
5401 dependencies: | |
5402 ret: 0.1.15 | |
5403 dev: false | |
5404 | |
5405 /safer-buffer/2.1.2: | |
5406 resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} | |
5407 dev: false | |
5408 | |
5409 /semver/5.7.1: | |
5410 resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} | |
5411 hasBin: true | |
5412 dev: false | |
5413 | |
5414 /semver/6.3.0: | |
5415 resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} | |
5416 hasBin: true | |
5417 dev: false | |
5418 | |
5419 /semver/7.0.0: | |
5420 resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==} | |
5421 hasBin: true | |
5422 dev: false | |
5423 | |
5424 /set-value/2.0.1: | |
5425 resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} | |
5426 engines: {node: '>=0.10.0'} | |
5427 dependencies: | |
5428 extend-shallow: 2.0.1 | |
5429 is-extendable: 0.1.1 | |
5430 is-plain-object: 2.0.4 | |
5431 split-string: 3.1.0 | |
5432 dev: false | |
5433 | |
5434 /sha.js/2.4.11: | |
5435 resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} | |
5436 hasBin: true | |
5437 dependencies: | |
5438 inherits: 2.0.4 | |
5439 safe-buffer: 5.2.1 | |
5440 dev: false | |
5441 | |
5442 /shallow-clone/3.0.1: | |
5443 resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} | |
5444 engines: {node: '>=8'} | |
5445 dependencies: | |
5446 kind-of: 6.0.3 | |
5447 dev: false | |
5448 | |
2034 | 5449 /shallow-equal/1.2.1: |
5450 resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==} | |
5451 dev: false | |
5452 | |
2032 | 5453 /shasum-object/1.0.0: |
5454 resolution: {integrity: sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==} | |
5455 dependencies: | |
5456 fast-safe-stringify: 2.1.1 | |
5457 dev: false | |
5458 | |
5459 /shasum/1.0.2: | |
5460 resolution: {integrity: sha1-5wEjENj0F/TetXEhUOVni4euVl8=} | |
5461 dependencies: | |
5462 json-stable-stringify: 0.0.1 | |
5463 sha.js: 2.4.11 | |
5464 dev: false | |
5465 | |
5466 /shebang-regex/1.0.0: | |
5467 resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} | |
5468 engines: {node: '>=0.10.0'} | |
5469 dev: false | |
5470 | |
5471 /shell-quote/1.7.3: | |
5472 resolution: {integrity: sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==} | |
5473 dev: false | |
5474 | |
5475 /sigmund/1.0.1: | |
5476 resolution: {integrity: sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=} | |
5477 dev: false | |
5478 | |
5479 /signal-exit/3.0.7: | |
5480 resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} | |
5481 dev: false | |
5482 | |
5483 /significant-rounding/2.0.0: | |
5484 resolution: {integrity: sha1-6CSnuPji/i7kqmgQoF2jS7PJLn0=} | |
5485 dev: false | |
5486 | |
5487 /simple-concat/1.0.1: | |
5488 resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} | |
5489 dev: false | |
5490 | |
5491 /simple-fmt/0.1.0: | |
5492 resolution: {integrity: sha1-GRv1ZqWeZTBILLJatTtKjchcOms=} | |
5493 dev: false | |
5494 | |
5495 /simple-is/0.2.0: | |
5496 resolution: {integrity: sha1-Krt1qt453rXMgVzhDmGRFkhQuvA=} | |
5497 dev: false | |
5498 | |
5499 /slash/1.0.0: | |
5500 resolution: {integrity: sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=} | |
5501 engines: {node: '>=0.10.0'} | |
5502 dev: false | |
5503 | |
5504 /slide/1.1.6: | |
5505 resolution: {integrity: sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=} | |
5506 dev: false | |
5507 | |
5508 /snapdragon-node/2.1.1: | |
5509 resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} | |
5510 engines: {node: '>=0.10.0'} | |
5511 dependencies: | |
5512 define-property: 1.0.0 | |
5513 isobject: 3.0.1 | |
5514 snapdragon-util: 3.0.1 | |
5515 dev: false | |
5516 | |
5517 /snapdragon-util/3.0.1: | |
5518 resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} | |
5519 engines: {node: '>=0.10.0'} | |
5520 dependencies: | |
5521 kind-of: 3.2.2 | |
5522 dev: false | |
5523 | |
5524 /snapdragon/0.8.2: | |
5525 resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} | |
5526 engines: {node: '>=0.10.0'} | |
5527 dependencies: | |
5528 base: 0.11.2 | |
5529 debug: 2.6.9 | |
5530 define-property: 0.2.5 | |
5531 extend-shallow: 2.0.1 | |
5532 map-cache: 0.2.2 | |
5533 source-map: 0.5.7 | |
5534 source-map-resolve: 0.5.3 | |
5535 use: 3.1.1 | |
2038
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
5536 transitivePeerDependencies: |
5154f5a23e85
reworking initial setup; get bin/asco running
drewp@bigasterisk.com
parents:
2034
diff
changeset
|
5537 - supports-color |
2032 | 5538 dev: false |
5539 | |
2033 | 5540 /source-map-js/1.0.2: |
5541 resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} | |
5542 engines: {node: '>=0.10.0'} | |
5543 dev: false | |
5544 | |
2032 | 5545 /source-map-resolve/0.5.3: |
5546 resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} | |
5547 dependencies: | |
5548 atob: 2.1.2 | |
5549 decode-uri-component: 0.2.0 | |
5550 resolve-url: 0.2.1 | |
5551 source-map-url: 0.4.1 | |
5552 urix: 0.1.0 | |
5553 dev: false | |
5554 | |
5555 /source-map-support/0.2.10: | |
5556 resolution: {integrity: sha1-6lo5AKHByyUJagrozFwrSxDe09w=} | |
5557 dependencies: | |
5558 source-map: 0.1.32 | |
5559 dev: false | |
5560 | |
5561 /source-map-support/0.4.18: | |
5562 resolution: {integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==} | |
5563 dependencies: | |
5564 source-map: 0.5.7 | |
5565 dev: false | |
5566 | |
5567 /source-map-support/0.5.21: | |
5568 resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} | |
5569 dependencies: | |
5570 buffer-from: 1.1.2 | |
5571 source-map: 0.6.1 | |
5572 dev: false | |
5573 | |
5574 /source-map-url/0.4.1: | |
5575 resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} | |
5576 dev: false | |
5577 | |
5578 /source-map/0.1.32: | |
5579 resolution: {integrity: sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=} | |
5580 engines: {node: '>=0.8.0'} | |
5581 dependencies: | |
5582 amdefine: 1.0.1 | |
5583 dev: false | |
5584 | |
5585 /source-map/0.5.7: | |
5586 resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} | |
5587 engines: {node: '>=0.10.0'} | |
5588 dev: false | |
5589 | |
5590 /source-map/0.6.1: | |
5591 resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} | |
5592 engines: {node: '>=0.10.0'} | |
5593 dev: false | |
5594 | |
5595 /split-string/3.1.0: | |
5596 resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} | |
5597 engines: {node: '>=0.10.0'} | |
5598 dependencies: | |
5599 extend-shallow: 3.0.2 | |
5600 dev: false | |
5601 | |
5602 /stable/0.1.8: | |
5603 resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} | |
5604 dev: false | |
5605 | |
5606 /static-extend/0.1.2: | |
5607 resolution: {integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=} | |
5608 engines: {node: '>=0.10.0'} | |
5609 dependencies: | |
5610 define-property: 0.2.5 | |
5611 object-copy: 0.1.0 | |
5612 dev: false | |
5613 | |
5614 /stream-browserify/2.0.2: | |
5615 resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} | |
5616 dependencies: | |
5617 inherits: 2.0.4 | |
5618 readable-stream: 2.3.7 | |
5619 dev: false | |
5620 | |
5621 /stream-combiner2/1.1.1: | |
5622 resolution: {integrity: sha1-+02KFCDqNidk4hrUeAOXvry0HL4=} | |
5623 dependencies: | |
5624 duplexer2: 0.1.4 | |
5625 readable-stream: 2.3.7 | |
5626 dev: false | |
5627 | |
5628 /stream-http/3.2.0: | |
5629 resolution: {integrity: sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==} | |
5630 dependencies: | |
5631 builtin-status-codes: 3.0.0 | |
5632 inherits: 2.0.4 | |
5633 readable-stream: 3.6.0 | |
5634 xtend: 4.0.2 | |
5635 dev: false | |
5636 | |
5637 /stream-splicer/2.0.1: | |
5638 resolution: {integrity: sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==} | |
5639 dependencies: | |
5640 inherits: 2.0.4 | |
5641 readable-stream: 2.3.7 | |
5642 dev: false | |
5643 | |
5644 /string-width/1.0.2: | |
5645 resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} | |
5646 engines: {node: '>=0.10.0'} | |
5647 dependencies: | |
5648 code-point-at: 1.1.0 | |
5649 is-fullwidth-code-point: 1.0.0 | |
5650 strip-ansi: 3.0.1 | |
5651 dev: false | |
5652 | |
5653 /string_decoder/1.1.1: | |
5654 resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} | |
5655 dependencies: | |
5656 safe-buffer: 5.1.2 | |
5657 dev: false | |
5658 | |
5659 /string_decoder/1.3.0: | |
5660 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} | |
5661 dependencies: | |
5662 safe-buffer: 5.2.1 | |
5663 dev: false | |
5664 | |
5665 /stringmap/0.2.2: | |
5666 resolution: {integrity: sha1-VWwTeyWPlCuHdvWy71gqoGnX0bE=} | |
5667 dev: false | |
5668 | |
5669 /stringset/0.2.1: | |
5670 resolution: {integrity: sha1-7yWcTjSTRDd/zRyRPdLoSMnAQrU=} | |
5671 dev: false | |
5672 | |
5673 /strip-ansi/0.1.1: | |
5674 resolution: {integrity: sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE=} | |
5675 engines: {node: '>=0.8.0'} | |
5676 hasBin: true | |
5677 dev: false | |
5678 | |
5679 /strip-ansi/3.0.1: | |
5680 resolution: {integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=} | |
5681 engines: {node: '>=0.10.0'} | |
5682 dependencies: | |
5683 ansi-regex: 2.1.1 | |
5684 dev: false | |
5685 | |
5686 /strip-json-comments/1.0.4: | |
5687 resolution: {integrity: sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=} | |
5688 engines: {node: '>=0.8.0'} | |
5689 hasBin: true | |
5690 dev: false | |
5691 | |
5692 /subarg/1.0.0: | |
5693 resolution: {integrity: sha1-9izxdYHplrSPyWVpn1TAauJouNI=} | |
5694 dependencies: | |
5695 minimist: 1.2.6 | |
5696 dev: false | |
5697 | |
5698 /supports-color/1.2.0: | |
5699 resolution: {integrity: sha1-/x7R5hFp0Gs88tWI4YixjYhH4X4=} | |
5700 engines: {node: '>=0.10.0'} | |
5701 hasBin: true | |
5702 dev: false | |
5703 | |
5704 /supports-color/2.0.0: | |
5705 resolution: {integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=} | |
5706 engines: {node: '>=0.8.0'} | |
5707 dev: false | |
5708 | |
5709 /supports-color/5.5.0: | |
5710 resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} | |
5711 engines: {node: '>=4'} | |
5712 dependencies: | |
5713 has-flag: 3.0.0 | |
5714 dev: false | |
5715 | |
5716 /supports-preserve-symlinks-flag/1.0.0: | |
5717 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} | |
5718 engines: {node: '>= 0.4'} | |
5719 dev: false | |
5720 | |
5721 /syntax-error/1.4.0: | |
5722 resolution: {integrity: sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==} | |
5723 dependencies: | |
5724 acorn-node: 1.8.2 | |
5725 dev: false | |
5726 | |
5727 /temp/0.8.4: | |
5728 resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} | |
5729 engines: {node: '>=6.0.0'} | |
5730 dependencies: | |
5731 rimraf: 2.6.3 | |
5732 dev: false | |
5733 | |
5734 /through/2.3.8: | |
5735 resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} | |
5736 dev: false | |
5737 | |
5738 /through2/2.0.5: | |
5739 resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} | |
5740 dependencies: | |
5741 readable-stream: 2.3.7 | |
5742 xtend: 4.0.2 | |
5743 dev: false | |
5744 | |
5745 /timers-browserify/1.4.2: | |
5746 resolution: {integrity: sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=} | |
5747 engines: {node: '>=0.6.0'} | |
5748 dependencies: | |
5749 process: 0.11.10 | |
5750 dev: false | |
5751 | |
5752 /to-fast-properties/1.0.3: | |
5753 resolution: {integrity: sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=} | |
5754 engines: {node: '>=0.10.0'} | |
5755 dev: false | |
5756 | |
5757 /to-fast-properties/2.0.0: | |
5758 resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} | |
5759 engines: {node: '>=4'} | |
5760 dev: false | |
5761 | |
5762 /to-iso-string/0.0.2: | |
5763 resolution: {integrity: sha1-TcGeZk38y+Jb2NtQiwDG2hWCVdE=} | |
5764 deprecated: to-iso-string has been deprecated, use @segment/to-iso-string instead. | |
5765 dev: false | |
5766 | |
5767 /to-object-path/0.3.0: | |
5768 resolution: {integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=} | |
5769 engines: {node: '>=0.10.0'} | |
5770 dependencies: | |
5771 kind-of: 3.2.2 | |
5772 dev: false | |
5773 | |
5774 /to-regex-range/2.1.1: | |
5775 resolution: {integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=} | |
5776 engines: {node: '>=0.10.0'} | |
5777 dependencies: | |
5778 is-number: 3.0.0 | |
5779 repeat-string: 1.6.1 | |
5780 dev: false | |
5781 | |
5782 /to-regex/3.0.2: | |
5783 resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} | |
5784 engines: {node: '>=0.10.0'} | |
5785 dependencies: | |
5786 define-property: 2.0.2 | |
5787 extend-shallow: 3.0.2 | |
5788 regex-not: 1.0.2 | |
5789 safe-regex: 1.1.0 | |
5790 dev: false | |
5791 | |
5792 /trim-right/1.0.1: | |
5793 resolution: {integrity: sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=} | |
5794 engines: {node: '>=0.10.0'} | |
5795 dev: false | |
5796 | |
5797 /try-resolve/1.0.1: | |
5798 resolution: {integrity: sha1-z95vq9ctY+V5fPqrhzq76OcA6RI=} | |
5799 dev: false | |
5800 | |
5801 /tryor/0.1.2: | |
5802 resolution: {integrity: sha1-gUXkynyv9ArN48z5Rui4u3W0Fys=} | |
5803 dev: false | |
5804 | |
5805 /tty-browserify/0.0.1: | |
5806 resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} | |
5807 dev: false | |
5808 | |
5809 /type-detect/0.1.1: | |
5810 resolution: {integrity: sha1-C6XsKohWQORw6k6FBZcZANrFiCI=} | |
5811 dev: false | |
5812 | |
5813 /type-detect/1.0.0: | |
5814 resolution: {integrity: sha1-diIXzAbbJY7EiQihKY6LlRIejqI=} | |
5815 dev: false | |
5816 | |
5817 /typedarray/0.0.6: | |
5818 resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} | |
5819 dev: false | |
5820 | |
5821 /umd/3.0.3: | |
5822 resolution: {integrity: sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==} | |
5823 hasBin: true | |
5824 dev: false | |
5825 | |
5826 /undeclared-identifiers/1.1.3: | |
5827 resolution: {integrity: sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==} | |
5828 hasBin: true | |
5829 dependencies: | |
5830 acorn-node: 1.8.2 | |
5831 dash-ast: 1.0.0 | |
5832 get-assigned-identifiers: 1.2.0 | |
5833 simple-concat: 1.0.1 | |
5834 xtend: 4.0.2 | |
5835 dev: false | |
5836 | |
5837 /underscore/1.6.0: | |
5838 resolution: {integrity: sha1-izixDKze9jM3uLJOT/htRa6lKag=} | |
5839 dev: false | |
5840 | |
5841 /unicode-canonical-property-names-ecmascript/2.0.0: | |
5842 resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} | |
5843 engines: {node: '>=4'} | |
5844 dev: false | |
5845 | |
5846 /unicode-match-property-ecmascript/2.0.0: | |
5847 resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} | |
5848 engines: {node: '>=4'} | |
5849 dependencies: | |
5850 unicode-canonical-property-names-ecmascript: 2.0.0 | |
5851 unicode-property-aliases-ecmascript: 2.0.0 | |
5852 dev: false | |
5853 | |
5854 /unicode-match-property-value-ecmascript/2.0.0: | |
5855 resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==} | |
5856 engines: {node: '>=4'} | |
5857 dev: false | |
5858 | |
5859 /unicode-property-aliases-ecmascript/2.0.0: | |
5860 resolution: {integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==} | |
5861 engines: {node: '>=4'} | |
5862 dev: false | |
5863 | |
5864 /union-value/1.0.1: | |
5865 resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} | |
5866 engines: {node: '>=0.10.0'} | |
5867 dependencies: | |
5868 arr-union: 3.1.0 | |
5869 get-value: 2.0.6 | |
5870 is-extendable: 0.1.1 | |
5871 set-value: 2.0.1 | |
5872 dev: false | |
5873 | |
5874 /uniq/1.0.1: | |
5875 resolution: {integrity: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=} | |
5876 dev: false | |
5877 | |
5878 /unset-value/1.0.0: | |
5879 resolution: {integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=} | |
5880 engines: {node: '>=0.10.0'} | |
5881 dependencies: | |
5882 has-value: 0.3.1 | |
5883 isobject: 3.0.1 | |
5884 dev: false | |
5885 | |
5886 /urix/0.1.0: | |
5887 resolution: {integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=} | |
5888 deprecated: Please see https://github.com/lydell/urix#deprecated | |
5889 dev: false | |
5890 | |
5891 /url/0.11.0: | |
5892 resolution: {integrity: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=} | |
5893 dependencies: | |
5894 punycode: 1.3.2 | |
5895 querystring: 0.2.0 | |
5896 dev: false | |
5897 | |
5898 /use/3.1.1: | |
5899 resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} | |
5900 engines: {node: '>=0.10.0'} | |
5901 dev: false | |
5902 | |
5903 /user-home/1.1.1: | |
5904 resolution: {integrity: sha1-K1viOjK2Onyd640PKNSFcko98ZA=} | |
5905 engines: {node: '>=0.10.0'} | |
5906 hasBin: true | |
5907 dev: false | |
5908 | |
5909 /util-deprecate/1.0.2: | |
5910 resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} | |
5911 dev: false | |
5912 | |
5913 /util/0.10.3: | |
5914 resolution: {integrity: sha1-evsa/lCAUkZInj23/g7TeTNqwPk=} | |
5915 dependencies: | |
5916 inherits: 2.0.1 | |
5917 dev: false | |
5918 | |
5919 /util/0.10.4: | |
5920 resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==} | |
5921 dependencies: | |
5922 inherits: 2.0.3 | |
5923 dev: false | |
5924 | |
2033 | 5925 /vite/2.9.1: |
5926 resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==} | |
5927 engines: {node: '>=12.2.0'} | |
5928 hasBin: true | |
5929 peerDependencies: | |
5930 less: '*' | |
5931 sass: '*' | |
5932 stylus: '*' | |
5933 peerDependenciesMeta: | |
5934 less: | |
5935 optional: true | |
5936 sass: | |
5937 optional: true | |
5938 stylus: | |
5939 optional: true | |
5940 dependencies: | |
5941 esbuild: 0.14.34 | |
5942 postcss: 8.4.12 | |
5943 resolve: 1.22.0 | |
5944 rollup: 2.70.1 | |
5945 optionalDependencies: | |
5946 fsevents: 2.3.2 | |
5947 dev: false | |
5948 | |
2032 | 5949 /vm-browserify/1.1.2: |
5950 resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} | |
5951 dev: false | |
5952 | |
5953 /which/1.3.1: | |
5954 resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} | |
5955 hasBin: true | |
5956 dependencies: | |
5957 isexe: 2.0.0 | |
5958 dev: false | |
5959 | |
5960 /window-size/0.1.4: | |
5961 resolution: {integrity: sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=} | |
5962 engines: {node: '>= 0.10.0'} | |
5963 hasBin: true | |
5964 dev: false | |
5965 | |
5966 /wordwrap/0.0.2: | |
5967 resolution: {integrity: sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=} | |
5968 engines: {node: '>=0.4.0'} | |
5969 dev: false | |
5970 | |
5971 /wordwrap/0.0.3: | |
5972 resolution: {integrity: sha1-o9XabNXAvAAI03I0u68b7WMFkQc=} | |
5973 engines: {node: '>=0.4.0'} | |
5974 dev: false | |
5975 | |
5976 /wrap-ansi/2.1.0: | |
5977 resolution: {integrity: sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=} | |
5978 engines: {node: '>=0.10.0'} | |
5979 dependencies: | |
5980 string-width: 1.0.2 | |
5981 strip-ansi: 3.0.1 | |
5982 dev: false | |
5983 | |
5984 /wrappy/1.0.2: | |
5985 resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} | |
5986 dev: false | |
5987 | |
5988 /write-file-atomic/1.3.4: | |
5989 resolution: {integrity: sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=} | |
5990 dependencies: | |
5991 graceful-fs: 4.2.10 | |
5992 imurmurhash: 0.1.4 | |
5993 slide: 1.1.6 | |
5994 dev: false | |
5995 | |
5996 /write-file-atomic/2.4.3: | |
5997 resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} | |
5998 dependencies: | |
5999 graceful-fs: 4.2.10 | |
6000 imurmurhash: 0.1.4 | |
6001 signal-exit: 3.0.7 | |
6002 dev: false | |
6003 | |
6004 /xtend/4.0.2: | |
6005 resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} | |
6006 engines: {node: '>=0.4'} | |
6007 dev: false | |
6008 | |
6009 /y18n/3.2.2: | |
6010 resolution: {integrity: sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==} | |
6011 dev: false | |
6012 | |
6013 /yallist/2.1.2: | |
6014 resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=} | |
6015 dev: false | |
6016 | |
6017 /yargs/3.27.0: | |
6018 resolution: {integrity: sha1-ISBUaTFuk5Ex1Z8toMbX+YIh6kA=} | |
6019 dependencies: | |
6020 camelcase: 1.2.1 | |
6021 cliui: 2.1.0 | |
6022 decamelize: 1.2.0 | |
6023 os-locale: 1.4.0 | |
6024 window-size: 0.1.4 | |
6025 y18n: 3.2.2 | |
6026 dev: false | |
6027 | |
6028 /yargs/3.32.0: | |
6029 resolution: {integrity: sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU=} | |
6030 dependencies: | |
6031 camelcase: 2.1.1 | |
6032 cliui: 3.2.0 | |
6033 decamelize: 1.2.0 | |
6034 os-locale: 1.4.0 | |
6035 string-width: 1.0.2 | |
6036 window-size: 0.1.4 | |
6037 y18n: 3.2.2 | |
6038 dev: false |