Mercurial > code > home > repos > light9
annotate pnpm-lock.yaml @ 2148:2973ec5df7e4
add dep
author | drewp@bigasterisk.com |
---|---|
date | Wed, 17 May 2023 19:09:01 -0700 |
parents | cc34e9b8bb97 |
children | 22131be6639b |
rev | line source |
---|---|
2138 | 1 lockfileVersion: 5.4 |
2032 | 2 |
3 specifiers: | |
2141 | 4 '@material/mwc-slider': ^0.27.0 |
2103 | 5 '@microsoft/fast-components': ^2.30.6 |
2141 | 6 '@types/async': ^3.2.20 |
7 '@types/d3': ^7.4.0 | |
2062 | 8 '@types/debug': ^4.1.7 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
9 '@types/n3': ^1.10.4 |
2141 | 10 '@types/node': ^20.2.0 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
11 '@types/reconnectingwebsocket': ^1.0.7 |
2062 | 12 '@types/underscore': ^1.11.4 |
2141 | 13 async: ^3.2.4 |
14 d3: ^7.8.4 | |
2033 | 15 debug: ^4.3.4 |
2062 | 16 knockout: ^3.5.1 |
2141 | 17 lit: ^2.7.4 |
18 n3: ^1.16.4 | |
2034 | 19 parse-prometheus-text-format: ^1.1.1 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
20 reconnectingwebsocket: ^1.0.0 |
2062 | 21 sylvester: ^0.0.21 |
2141 | 22 typescript: ^5.0.4 |
23 underscore: ^1.13.6 | |
24 vite: ^4.3.7 | |
25 vite-plugin-rewrite-all: ^1.0.1 | |
2032 | 26 |
27 dependencies: | |
2141 | 28 '@material/mwc-slider': 0.27.0 |
2103 | 29 '@microsoft/fast-components': 2.30.6 |
2141 | 30 '@types/async': 3.2.20 |
31 '@types/d3': 7.4.0 | |
2062 | 32 '@types/debug': 4.1.7 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
33 '@types/n3': 1.10.4 |
2141 | 34 '@types/node': 20.2.0 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
35 '@types/reconnectingwebsocket': 1.0.7 |
2062 | 36 '@types/underscore': 1.11.4 |
2141 | 37 async: 3.2.4 |
38 d3: 7.8.4 | |
2033 | 39 debug: 4.3.4 |
2062 | 40 knockout: 3.5.1 |
2141 | 41 lit: 2.7.4 |
42 n3: 1.16.4 | |
2034 | 43 parse-prometheus-text-format: 1.1.1 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
44 reconnectingwebsocket: 1.0.0 |
2062 | 45 sylvester: 0.0.21 |
2141 | 46 typescript: 5.0.4 |
47 underscore: 1.13.6 | |
48 vite: 4.3.7_@types+node@20.2.0 | |
49 vite-plugin-rewrite-all: 1.0.1_vite@4.3.7 | |
2032 | 50 |
51 packages: | |
52 | |
2141 | 53 /@esbuild/android-arm/0.17.19: |
54 resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==} | |
55 engines: {node: '>=12'} | |
56 cpu: [arm] | |
57 os: [android] | |
58 requiresBuild: true | |
59 dev: false | |
60 optional: true | |
61 | |
62 /@esbuild/android-arm64/0.17.19: | |
63 resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} | |
64 engines: {node: '>=12'} | |
65 cpu: [arm64] | |
66 os: [android] | |
67 requiresBuild: true | |
68 dev: false | |
69 optional: true | |
70 | |
71 /@esbuild/android-x64/0.17.19: | |
72 resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==} | |
73 engines: {node: '>=12'} | |
74 cpu: [x64] | |
75 os: [android] | |
76 requiresBuild: true | |
77 dev: false | |
78 optional: true | |
79 | |
80 /@esbuild/darwin-arm64/0.17.19: | |
81 resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==} | |
82 engines: {node: '>=12'} | |
83 cpu: [arm64] | |
84 os: [darwin] | |
85 requiresBuild: true | |
86 dev: false | |
87 optional: true | |
88 | |
89 /@esbuild/darwin-x64/0.17.19: | |
90 resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==} | |
91 engines: {node: '>=12'} | |
92 cpu: [x64] | |
93 os: [darwin] | |
94 requiresBuild: true | |
95 dev: false | |
96 optional: true | |
97 | |
98 /@esbuild/freebsd-arm64/0.17.19: | |
99 resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==} | |
100 engines: {node: '>=12'} | |
101 cpu: [arm64] | |
102 os: [freebsd] | |
103 requiresBuild: true | |
104 dev: false | |
105 optional: true | |
106 | |
107 /@esbuild/freebsd-x64/0.17.19: | |
108 resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==} | |
109 engines: {node: '>=12'} | |
110 cpu: [x64] | |
111 os: [freebsd] | |
112 requiresBuild: true | |
113 dev: false | |
114 optional: true | |
115 | |
116 /@esbuild/linux-arm/0.17.19: | |
117 resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==} | |
118 engines: {node: '>=12'} | |
119 cpu: [arm] | |
120 os: [linux] | |
121 requiresBuild: true | |
122 dev: false | |
123 optional: true | |
124 | |
125 /@esbuild/linux-arm64/0.17.19: | |
126 resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==} | |
127 engines: {node: '>=12'} | |
128 cpu: [arm64] | |
129 os: [linux] | |
130 requiresBuild: true | |
131 dev: false | |
132 optional: true | |
133 | |
134 /@esbuild/linux-ia32/0.17.19: | |
135 resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==} | |
136 engines: {node: '>=12'} | |
137 cpu: [ia32] | |
138 os: [linux] | |
139 requiresBuild: true | |
140 dev: false | |
141 optional: true | |
142 | |
143 /@esbuild/linux-loong64/0.17.19: | |
144 resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==} | |
145 engines: {node: '>=12'} | |
146 cpu: [loong64] | |
147 os: [linux] | |
148 requiresBuild: true | |
149 dev: false | |
150 optional: true | |
151 | |
152 /@esbuild/linux-mips64el/0.17.19: | |
153 resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==} | |
154 engines: {node: '>=12'} | |
155 cpu: [mips64el] | |
156 os: [linux] | |
157 requiresBuild: true | |
158 dev: false | |
159 optional: true | |
160 | |
161 /@esbuild/linux-ppc64/0.17.19: | |
162 resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==} | |
163 engines: {node: '>=12'} | |
164 cpu: [ppc64] | |
165 os: [linux] | |
166 requiresBuild: true | |
167 dev: false | |
168 optional: true | |
169 | |
170 /@esbuild/linux-riscv64/0.17.19: | |
171 resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==} | |
172 engines: {node: '>=12'} | |
173 cpu: [riscv64] | |
174 os: [linux] | |
175 requiresBuild: true | |
176 dev: false | |
177 optional: true | |
178 | |
179 /@esbuild/linux-s390x/0.17.19: | |
180 resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==} | |
181 engines: {node: '>=12'} | |
182 cpu: [s390x] | |
183 os: [linux] | |
184 requiresBuild: true | |
185 dev: false | |
186 optional: true | |
187 | |
188 /@esbuild/linux-x64/0.17.19: | |
189 resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==} | |
190 engines: {node: '>=12'} | |
191 cpu: [x64] | |
192 os: [linux] | |
193 requiresBuild: true | |
194 dev: false | |
195 optional: true | |
196 | |
197 /@esbuild/netbsd-x64/0.17.19: | |
198 resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==} | |
199 engines: {node: '>=12'} | |
200 cpu: [x64] | |
201 os: [netbsd] | |
202 requiresBuild: true | |
203 dev: false | |
204 optional: true | |
205 | |
206 /@esbuild/openbsd-x64/0.17.19: | |
207 resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==} | |
208 engines: {node: '>=12'} | |
209 cpu: [x64] | |
210 os: [openbsd] | |
211 requiresBuild: true | |
212 dev: false | |
213 optional: true | |
214 | |
215 /@esbuild/sunos-x64/0.17.19: | |
216 resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==} | |
217 engines: {node: '>=12'} | |
218 cpu: [x64] | |
219 os: [sunos] | |
220 requiresBuild: true | |
221 dev: false | |
222 optional: true | |
223 | |
224 /@esbuild/win32-arm64/0.17.19: | |
225 resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==} | |
226 engines: {node: '>=12'} | |
227 cpu: [arm64] | |
228 os: [win32] | |
229 requiresBuild: true | |
230 dev: false | |
231 optional: true | |
232 | |
233 /@esbuild/win32-ia32/0.17.19: | |
234 resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==} | |
235 engines: {node: '>=12'} | |
236 cpu: [ia32] | |
237 os: [win32] | |
238 requiresBuild: true | |
239 dev: false | |
240 optional: true | |
241 | |
242 /@esbuild/win32-x64/0.17.19: | |
243 resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==} | |
244 engines: {node: '>=12'} | |
245 cpu: [x64] | |
246 os: [win32] | |
247 requiresBuild: true | |
248 dev: false | |
249 optional: true | |
250 | |
251 /@lit-labs/ssr-dom-shim/1.1.1: | |
252 resolution: {integrity: sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ==} | |
253 dev: false | |
254 | |
255 /@lit/reactive-element/1.6.1: | |
256 resolution: {integrity: sha512-va15kYZr7KZNNPZdxONGQzpUr+4sxVu7V/VG7a8mRfPPXUyhEYj5RzXCQmGrlP3tAh0L3HHm5AjBMFYRqlM9SA==} | |
257 dependencies: | |
258 '@lit-labs/ssr-dom-shim': 1.1.1 | |
2032 | 259 dev: false |
260 | |
2085 | 261 /@material/animation/14.0.0-canary.53b3cad2f.0: |
262 resolution: {integrity: sha512-GBuR4VmcTQW1D0lPXEosf5Giho72LLbyGIydWGtaEUtLJoive/D9kFkwTN4Fsyt9Kkl7hbhs35vrNe6QkAH4/Q==} | |
263 dependencies: | |
2141 | 264 tslib: 2.5.1 |
2085 | 265 dev: false |
266 | |
267 /@material/base/14.0.0-canary.53b3cad2f.0: | |
268 resolution: {integrity: sha512-UJKbXwZtkrA3sfQDmj8Zbw1Q3Tqtl6KdfVFws95Yf7TCUgTFzbZI/FSx1w7dVugQPOEnIBuZnzqZam/MtHkx4w==} | |
269 dependencies: | |
2141 | 270 tslib: 2.5.1 |
2085 | 271 dev: false |
272 | |
273 /@material/dom/14.0.0-canary.53b3cad2f.0: | |
274 resolution: {integrity: sha512-aR+rfncF6oi2ivdOlKSJI4UXwNzWV5rXM88MLDoSJF1D7lXxhAKhge+tMUBodWGV/q0+FnXLuVAa0WYTrKjo+A==} | |
275 dependencies: | |
276 '@material/feature-targeting': 14.0.0-canary.53b3cad2f.0 | |
2141 | 277 tslib: 2.5.1 |
2085 | 278 dev: false |
279 | |
280 /@material/elevation/14.0.0-canary.53b3cad2f.0: | |
281 resolution: {integrity: sha512-3h+EkR588RMZ5TSNQ4UeXD1FOBnL3ABQix0DQIGwtNJCqSMoPndT/oJEFvwQbTkZNDbFIKN9p1Q7/KuFPVY8Pw==} | |
282 dependencies: | |
283 '@material/animation': 14.0.0-canary.53b3cad2f.0 | |
284 '@material/base': 14.0.0-canary.53b3cad2f.0 | |
285 '@material/feature-targeting': 14.0.0-canary.53b3cad2f.0 | |
286 '@material/rtl': 14.0.0-canary.53b3cad2f.0 | |
287 '@material/theme': 14.0.0-canary.53b3cad2f.0 | |
2141 | 288 tslib: 2.5.1 |
2085 | 289 dev: false |
290 | |
291 /@material/feature-targeting/14.0.0-canary.53b3cad2f.0: | |
292 resolution: {integrity: sha512-fn7Af3PRyARtNeYqtjxXmE3Y/dCpnpQVWWys57MqiGR/nvc6qpgOfJ6rOdcu/MrOysOE/oebTUDmDnTmwpe9Hw==} | |
293 dependencies: | |
2141 | 294 tslib: 2.5.1 |
2085 | 295 dev: false |
296 | |
2141 | 297 /@material/mwc-base/0.27.0: |
298 resolution: {integrity: sha512-oCWWtjbyQ52AaUbzINLGBKScIPyqhps2Y7c8t6Gu6fcFeDxhKXMV1Cqvtj/OMhtAt53XjHfD2XruWwYv3cYYUA==} | |
2085 | 299 dependencies: |
300 '@material/base': 14.0.0-canary.53b3cad2f.0 | |
301 '@material/dom': 14.0.0-canary.53b3cad2f.0 | |
2141 | 302 lit: 2.7.4 |
303 tslib: 2.5.1 | |
2085 | 304 dev: false |
305 | |
2141 | 306 /@material/mwc-ripple/0.27.0: |
307 resolution: {integrity: sha512-by0O8d8g3Rd96/sUB8hxy6MrDx1QTstqOsA64vqypWd526hMTBGRik08jTNap5sVIyrN9Vq17jb4NJLWQLnNHQ==} | |
2085 | 308 dependencies: |
309 '@material/dom': 14.0.0-canary.53b3cad2f.0 | |
2141 | 310 '@material/mwc-base': 0.27.0 |
2085 | 311 '@material/ripple': 14.0.0-canary.53b3cad2f.0 |
2141 | 312 lit: 2.7.4 |
313 tslib: 2.5.1 | |
2085 | 314 dev: false |
315 | |
2141 | 316 /@material/mwc-slider/0.27.0: |
317 resolution: {integrity: sha512-lYkxu1vKisV912dkmetkqs/YlS24fULGqKyxPGKC8zlmdN10ZsvpmC6CRIhtHoJeST0JAKunKWdEswTW3pTPaA==} | |
2085 | 318 dependencies: |
319 '@material/dom': 14.0.0-canary.53b3cad2f.0 | |
2141 | 320 '@material/mwc-base': 0.27.0 |
321 '@material/mwc-ripple': 0.27.0 | |
2085 | 322 '@material/slider': 14.0.0-canary.53b3cad2f.0 |
2141 | 323 lit: 2.7.4 |
324 tslib: 2.5.1 | |
2085 | 325 dev: false |
326 | |
327 /@material/ripple/14.0.0-canary.53b3cad2f.0: | |
328 resolution: {integrity: sha512-6g2G62vd8DsMuIUSXlRrzb98qkZ4o8ZREknNwNP2zaLQEOkJ//4j9HaqDt98/3LIjUTY9UIVFTQENiMmlwKHYQ==} | |
329 dependencies: | |
330 '@material/animation': 14.0.0-canary.53b3cad2f.0 | |
331 '@material/base': 14.0.0-canary.53b3cad2f.0 | |
332 '@material/dom': 14.0.0-canary.53b3cad2f.0 | |
333 '@material/feature-targeting': 14.0.0-canary.53b3cad2f.0 | |
334 '@material/rtl': 14.0.0-canary.53b3cad2f.0 | |
335 '@material/theme': 14.0.0-canary.53b3cad2f.0 | |
2141 | 336 tslib: 2.5.1 |
2085 | 337 dev: false |
338 | |
339 /@material/rtl/14.0.0-canary.53b3cad2f.0: | |
340 resolution: {integrity: sha512-f08LT0HSa0WYU+4Jz/tbm1TQ9Fcf2k+H6dPPYv0J1sZmX6hMgCEmNiUdUFLQFvszoXx2XrRi1/hIFjbz2e69Yg==} | |
341 dependencies: | |
342 '@material/theme': 14.0.0-canary.53b3cad2f.0 | |
2141 | 343 tslib: 2.5.1 |
2085 | 344 dev: false |
345 | |
346 /@material/slider/14.0.0-canary.53b3cad2f.0: | |
347 resolution: {integrity: sha512-vsKgzDrIZh098zy3+zuxZaBvlbfVCbr/4H5a9cPhnUN947+RgqGWnPYgTozVQbFvFfN2pDi1aHOssUaayOUKvw==} | |
348 dependencies: | |
349 '@material/animation': 14.0.0-canary.53b3cad2f.0 | |
350 '@material/base': 14.0.0-canary.53b3cad2f.0 | |
351 '@material/dom': 14.0.0-canary.53b3cad2f.0 | |
352 '@material/elevation': 14.0.0-canary.53b3cad2f.0 | |
353 '@material/feature-targeting': 14.0.0-canary.53b3cad2f.0 | |
354 '@material/ripple': 14.0.0-canary.53b3cad2f.0 | |
355 '@material/rtl': 14.0.0-canary.53b3cad2f.0 | |
356 '@material/theme': 14.0.0-canary.53b3cad2f.0 | |
357 '@material/typography': 14.0.0-canary.53b3cad2f.0 | |
2141 | 358 tslib: 2.5.1 |
2085 | 359 dev: false |
360 | |
361 /@material/theme/14.0.0-canary.53b3cad2f.0: | |
362 resolution: {integrity: sha512-S06XAevDCDWMe+GgsEpITMS07imUidzadNaTbJsqssFajBLr53QWVZsG84BpjXKXoYvyEJvb0hX5U0lq6ip9UQ==} | |
363 dependencies: | |
364 '@material/feature-targeting': 14.0.0-canary.53b3cad2f.0 | |
2141 | 365 tslib: 2.5.1 |
2085 | 366 dev: false |
367 | |
368 /@material/typography/14.0.0-canary.53b3cad2f.0: | |
369 resolution: {integrity: sha512-9J0k2fq7uyHsRzRqJDJLGmg3YzRpfRPtFDVeUH/xBcYoqpZE7wYw5Mb7s/l8eP626EtR7HhXhSPjvRTLA6NIJg==} | |
370 dependencies: | |
371 '@material/feature-targeting': 14.0.0-canary.53b3cad2f.0 | |
372 '@material/theme': 14.0.0-canary.53b3cad2f.0 | |
2141 | 373 tslib: 2.5.1 |
2085 | 374 dev: false |
375 | |
2103 | 376 /@microsoft/fast-colors/5.3.0: |
377 resolution: {integrity: sha512-MtuVlnvoirgc3cyEGzkDdv+zlEt0dEm7y3HaBqoOYwti5OVROi7x99Kbn/cWGlqF13+a/TEX6L8IkYW0/LT7Yw==} | |
378 dev: false | |
379 | |
380 /@microsoft/fast-components/2.30.6: | |
381 resolution: {integrity: sha512-q6nPiRyA/8HHqCbN4ClziJfOfFaTIVIyBUTSJTcO7ODzkr8oEin7VzKJNoIP/qMpKMkg90wxwLOucr6nsokApw==} | |
382 dependencies: | |
383 '@microsoft/fast-colors': 5.3.0 | |
384 '@microsoft/fast-element': 1.10.2 | |
385 '@microsoft/fast-foundation': 2.46.9 | |
386 '@microsoft/fast-web-utilities': 5.4.1 | |
387 tslib: 1.14.1 | |
388 dev: false | |
389 | |
390 /@microsoft/fast-element/1.10.2: | |
391 resolution: {integrity: sha512-Nh80AEx/caDe4jhFYNT75sTG4k6MWy1N6XfgyhmejAX0ylivYy0M78WI2JgQOqi2ZRozCiNcpAPLVhYyAVN9sA==} | |
392 dev: false | |
393 | |
394 /@microsoft/fast-foundation/2.46.9: | |
395 resolution: {integrity: sha512-jgkVT7bAWIV844eDj3V9cmYFsRIcJ8vMuB4h2SlkJ9EmFbCfimvh6RyAhsHv+bC6QZSS0N0bpZHm5A5QsWgi3Q==} | |
396 dependencies: | |
397 '@microsoft/fast-element': 1.10.2 | |
398 '@microsoft/fast-web-utilities': 5.4.1 | |
399 tabbable: 5.3.3 | |
400 tslib: 1.14.1 | |
401 dev: false | |
402 | |
403 /@microsoft/fast-web-utilities/5.4.1: | |
404 resolution: {integrity: sha512-ReWYncndjV3c8D8iq9tp7NcFNc1vbVHvcBFPME2nNFKNbS1XCesYZGlIlf3ot5EmuOXPlrzUHOWzQ2vFpIkqDg==} | |
405 dependencies: | |
406 exenv-es6: 1.1.1 | |
407 dev: false | |
408 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
409 /@rdfjs/types/1.1.0: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
410 resolution: {integrity: sha512-5zm8bN2/CC634dTcn/0AhTRLaQRjXDZs3QfcAsQKNturHT7XVWcKy/8p3P5gXl+YkZTAmy7T5M/LyiT/jbkENw==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
411 dependencies: |
2141 | 412 '@types/node': 20.2.0 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
413 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
414 |
2141 | 415 /@types/async/3.2.20: |
416 resolution: {integrity: sha512-6jSBQQugzyX1aWto0CbvOnmxrU9tMoXfA9gc4IrLEtvr3dTwSg5GLGoWiZnGLI6UG/kqpB3JOQKQrqnhUWGKQA==} | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
417 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
418 |
2141 | 419 /@types/d3-array/3.0.4: |
420 resolution: {integrity: sha512-nwvEkG9vYOc0Ic7G7kwgviY4AQlTfYGIZ0fqB7CQHXGyYM6nO7kJh5EguSNA3jfh4rq7Sb7eMVq8isuvg2/miQ==} | |
2062 | 421 dev: false |
422 | |
2141 | 423 /@types/d3-axis/3.0.2: |
424 resolution: {integrity: sha512-uGC7DBh0TZrU/LY43Fd8Qr+2ja1FKmH07q2FoZFHo1eYl8aj87GhfVoY1saJVJiq24rp1+wpI6BvQJMKgQm8oA==} | |
2062 | 425 dependencies: |
2141 | 426 '@types/d3-selection': 3.0.5 |
2062 | 427 dev: false |
428 | |
2141 | 429 /@types/d3-brush/3.0.2: |
430 resolution: {integrity: sha512-2TEm8KzUG3N7z0TrSKPmbxByBx54M+S9lHoP2J55QuLU0VSQ9mE96EJSAOVNEqd1bbynMjeTS9VHmz8/bSw8rA==} | |
2062 | 431 dependencies: |
2141 | 432 '@types/d3-selection': 3.0.5 |
2062 | 433 dev: false |
434 | |
2141 | 435 /@types/d3-chord/3.0.2: |
436 resolution: {integrity: sha512-abT/iLHD3sGZwqMTX1TYCMEulr+wBd0SzyOQnjYNLp7sngdOHYtNkMRI5v3w5thoN+BWtlHVDx2Osvq6fxhZWw==} | |
2062 | 437 dev: false |
438 | |
2141 | 439 /@types/d3-color/3.1.0: |
440 resolution: {integrity: sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA==} | |
2062 | 441 dev: false |
442 | |
2141 | 443 /@types/d3-contour/3.0.2: |
444 resolution: {integrity: sha512-k6/bGDoAGJZnZWaKzeB+9glgXCYGvh6YlluxzBREiVo8f/X2vpTEdgPy9DN7Z2i42PZOZ4JDhVdlTSTSkLDPlQ==} | |
2062 | 445 dependencies: |
2141 | 446 '@types/d3-array': 3.0.4 |
447 '@types/geojson': 7946.0.10 | |
2062 | 448 dev: false |
449 | |
2141 | 450 /@types/d3-delaunay/6.0.1: |
451 resolution: {integrity: sha512-tLxQ2sfT0p6sxdG75c6f/ekqxjyYR0+LwPrsO1mbC9YDBzPJhs2HbJJRrn8Ez1DBoHRo2yx7YEATI+8V1nGMnQ==} | |
2062 | 452 dev: false |
453 | |
2141 | 454 /@types/d3-dispatch/3.0.2: |
455 resolution: {integrity: sha512-rxN6sHUXEZYCKV05MEh4z4WpPSqIw+aP7n9ZN6WYAAvZoEAghEK1WeVZMZcHRBwyaKflU43PCUAJNjFxCzPDjg==} | |
2062 | 456 dev: false |
457 | |
2141 | 458 /@types/d3-drag/3.0.2: |
459 resolution: {integrity: sha512-qmODKEDvyKWVHcWWCOVcuVcOwikLVsyc4q4EBJMREsoQnR2Qoc2cZQUyFUPgO9q4S3qdSqJKBsuefv+h0Qy+tw==} | |
2062 | 460 dependencies: |
2141 | 461 '@types/d3-selection': 3.0.5 |
2062 | 462 dev: false |
463 | |
2141 | 464 /@types/d3-dsv/3.0.1: |
465 resolution: {integrity: sha512-76pBHCMTvPLt44wFOieouXcGXWOF0AJCceUvaFkxSZEu4VDUdv93JfpMa6VGNFs01FHfuP4a5Ou68eRG1KBfTw==} | |
2062 | 466 dev: false |
467 | |
468 /@types/d3-ease/3.0.0: | |
469 resolution: {integrity: sha512-aMo4eaAOijJjA6uU+GIeW018dvy9+oH5Y2VPPzjjfxevvGQ/oRDs+tfYC9b50Q4BygRR8yE2QCLsrT0WtAVseA==} | |
470 dev: false | |
471 | |
2141 | 472 /@types/d3-fetch/3.0.2: |
473 resolution: {integrity: sha512-gllwYWozWfbep16N9fByNBDTkJW/SyhH6SGRlXloR7WdtAaBui4plTP+gbUgiEot7vGw/ZZop1yDZlgXXSuzjA==} | |
2062 | 474 dependencies: |
2141 | 475 '@types/d3-dsv': 3.0.1 |
2062 | 476 dev: false |
477 | |
2141 | 478 /@types/d3-force/3.0.4: |
479 resolution: {integrity: sha512-q7xbVLrWcXvSBBEoadowIUJ7sRpS1yvgMWnzHJggFy5cUZBq2HZL5k/pBSm0GdYWS1vs5/EDwMjSKF55PDY4Aw==} | |
2062 | 480 dev: false |
481 | |
482 /@types/d3-format/3.0.1: | |
483 resolution: {integrity: sha512-5KY70ifCCzorkLuIkDe0Z9YTf9RR2CjBX1iaJG+rgM/cPP+sO+q9YdQ9WdhQcgPj1EQiJ2/0+yUkkziTG6Lubg==} | |
484 dev: false | |
485 | |
2141 | 486 /@types/d3-geo/3.0.3: |
487 resolution: {integrity: sha512-bK9uZJS3vuDCNeeXQ4z3u0E7OeJZXjUgzFdSOtNtMCJCLvDtWDwfpRVWlyt3y8EvRzI0ccOu9xlMVirawolSCw==} | |
2062 | 488 dependencies: |
2141 | 489 '@types/geojson': 7946.0.10 |
2062 | 490 dev: false |
491 | |
2141 | 492 /@types/d3-hierarchy/3.1.2: |
493 resolution: {integrity: sha512-9hjRTVoZjRFR6xo8igAJyNXQyPX6Aq++Nhb5ebrUF414dv4jr2MitM2fWiOY475wa3Za7TOS2Gh9fmqEhLTt0A==} | |
2062 | 494 dev: false |
495 | |
496 /@types/d3-interpolate/3.0.1: | |
497 resolution: {integrity: sha512-jx5leotSeac3jr0RePOH1KdR9rISG91QIE4Q2PYTu4OymLTZfA3SrnURSLzKH48HmXVUru50b8nje4E79oQSQw==} | |
498 dependencies: | |
2141 | 499 '@types/d3-color': 3.1.0 |
2062 | 500 dev: false |
501 | |
502 /@types/d3-path/3.0.0: | |
503 resolution: {integrity: sha512-0g/A+mZXgFkQxN3HniRDbXMN79K3CdTpLsevj+PXiTcb2hVyvkZUBg37StmgCQkaD84cUJ4uaDAWq7UJOQy2Tg==} | |
504 dev: false | |
505 | |
506 /@types/d3-polygon/3.0.0: | |
507 resolution: {integrity: sha512-D49z4DyzTKXM0sGKVqiTDTYr+DHg/uxsiWDAkNrwXYuiZVd9o9wXZIo+YsHkifOiyBkmSWlEngHCQme54/hnHw==} | |
508 dev: false | |
509 | |
510 /@types/d3-quadtree/3.0.2: | |
511 resolution: {integrity: sha512-QNcK8Jguvc8lU+4OfeNx+qnVy7c0VrDJ+CCVFS9srBo2GL9Y18CnIxBdTF3v38flrGy5s1YggcoAiu6s4fLQIw==} | |
512 dev: false | |
513 | |
514 /@types/d3-random/3.0.1: | |
515 resolution: {integrity: sha512-IIE6YTekGczpLYo/HehAy3JGF1ty7+usI97LqraNa8IiDur+L44d0VOjAvFQWJVdZOJHukUJw+ZdZBlgeUsHOQ==} | |
516 dev: false | |
517 | |
518 /@types/d3-scale-chromatic/3.0.0: | |
519 resolution: {integrity: sha512-dsoJGEIShosKVRBZB0Vo3C8nqSDqVGujJU6tPznsBJxNJNwMF8utmS83nvCBKQYPpjCzaaHcrf66iTRpZosLPw==} | |
520 dev: false | |
521 | |
2141 | 522 /@types/d3-scale/4.0.3: |
523 resolution: {integrity: sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ==} | |
2062 | 524 dependencies: |
525 '@types/d3-time': 3.0.0 | |
526 dev: false | |
527 | |
2141 | 528 /@types/d3-selection/3.0.5: |
529 resolution: {integrity: sha512-xCB0z3Hi8eFIqyja3vW8iV01+OHGYR2di/+e+AiOcXIOrY82lcvWW8Ke1DYE/EUVMsBl4Db9RppSBS3X1U6J0w==} | |
2062 | 530 dev: false |
531 | |
2141 | 532 /@types/d3-shape/3.1.1: |
533 resolution: {integrity: sha512-6Uh86YFF7LGg4PQkuO2oG6EMBRLuW9cbavUW46zkIO5kuS2PfTqo2o9SkgtQzguBHbLgNnU90UNsITpsX1My+A==} | |
2062 | 534 dependencies: |
535 '@types/d3-path': 3.0.0 | |
536 dev: false | |
537 | |
538 /@types/d3-time-format/4.0.0: | |
539 resolution: {integrity: sha512-yjfBUe6DJBsDin2BMIulhSHmr5qNR5Pxs17+oW4DoVPyVIXZ+m6bs7j1UVKP08Emv6jRmYrYqxYzO63mQxy1rw==} | |
540 dev: false | |
541 | |
542 /@types/d3-time/3.0.0: | |
543 resolution: {integrity: sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==} | |
544 dev: false | |
545 | |
546 /@types/d3-timer/3.0.0: | |
547 resolution: {integrity: sha512-HNB/9GHqu7Fo8AQiugyJbv6ZxYz58wef0esl4Mv828w1ZKpAshw/uFWVDUcIB9KKFeFKoxS3cHY07FFgtTRZ1g==} | |
548 dev: false | |
549 | |
2141 | 550 /@types/d3-transition/3.0.3: |
551 resolution: {integrity: sha512-/S90Od8Id1wgQNvIA8iFv9jRhCiZcGhPd2qX0bKF/PS+y0W5CrXKgIiELd2CvG1mlQrWK/qlYh3VxicqG1ZvgA==} | |
2062 | 552 dependencies: |
2141 | 553 '@types/d3-selection': 3.0.5 |
2062 | 554 dev: false |
555 | |
2141 | 556 /@types/d3-zoom/3.0.2: |
557 resolution: {integrity: sha512-t09DDJVBI6AkM7N8kuPsnq/3d/ehtRKBN1xSiYjjMCgbiw6HM6Ged5VhvswmhprfKyGvzeTEL/4WBaK9llWvlA==} | |
2062 | 558 dependencies: |
559 '@types/d3-interpolate': 3.0.1 | |
2141 | 560 '@types/d3-selection': 3.0.5 |
2062 | 561 dev: false |
562 | |
2141 | 563 /@types/d3/7.4.0: |
564 resolution: {integrity: sha512-jIfNVK0ZlxcuRDKtRS/SypEyOQ6UHaFQBKv032X45VvxSJ6Yi5G9behy9h6tNTHTDGh5Vq+KbmBjUWLgY4meCA==} | |
2062 | 565 dependencies: |
2141 | 566 '@types/d3-array': 3.0.4 |
567 '@types/d3-axis': 3.0.2 | |
568 '@types/d3-brush': 3.0.2 | |
569 '@types/d3-chord': 3.0.2 | |
570 '@types/d3-color': 3.1.0 | |
571 '@types/d3-contour': 3.0.2 | |
572 '@types/d3-delaunay': 6.0.1 | |
573 '@types/d3-dispatch': 3.0.2 | |
574 '@types/d3-drag': 3.0.2 | |
575 '@types/d3-dsv': 3.0.1 | |
2062 | 576 '@types/d3-ease': 3.0.0 |
2141 | 577 '@types/d3-fetch': 3.0.2 |
578 '@types/d3-force': 3.0.4 | |
2062 | 579 '@types/d3-format': 3.0.1 |
2141 | 580 '@types/d3-geo': 3.0.3 |
581 '@types/d3-hierarchy': 3.1.2 | |
2062 | 582 '@types/d3-interpolate': 3.0.1 |
583 '@types/d3-path': 3.0.0 | |
584 '@types/d3-polygon': 3.0.0 | |
585 '@types/d3-quadtree': 3.0.2 | |
586 '@types/d3-random': 3.0.1 | |
2141 | 587 '@types/d3-scale': 4.0.3 |
2062 | 588 '@types/d3-scale-chromatic': 3.0.0 |
2141 | 589 '@types/d3-selection': 3.0.5 |
590 '@types/d3-shape': 3.1.1 | |
2062 | 591 '@types/d3-time': 3.0.0 |
592 '@types/d3-time-format': 4.0.0 | |
593 '@types/d3-timer': 3.0.0 | |
2141 | 594 '@types/d3-transition': 3.0.3 |
595 '@types/d3-zoom': 3.0.2 | |
2062 | 596 dev: false |
597 | |
598 /@types/debug/4.1.7: | |
599 resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} | |
600 dependencies: | |
601 '@types/ms': 0.7.31 | |
602 dev: false | |
603 | |
2141 | 604 /@types/geojson/7946.0.10: |
605 resolution: {integrity: sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==} | |
2062 | 606 dev: false |
607 | |
608 /@types/ms/0.7.31: | |
609 resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} | |
610 dev: false | |
611 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
612 /@types/n3/1.10.4: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
613 resolution: {integrity: sha512-FfRTwcbXcScVHuAjIASveRWL6Fi6fPALl1Ge8tMESYLqU7R42LJvtdBpUi+f9YK0oQPqIN+zFFgMDFJfLMx0bg==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
614 dependencies: |
2141 | 615 '@types/node': 20.2.0 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
616 rdf-js: 4.0.2 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
617 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
618 |
2141 | 619 /@types/node/20.2.0: |
620 resolution: {integrity: sha512-3iD2jaCCziTx04uudpJKwe39QxXgSUnpxXSvRQjRvHPxFQfmfP4NXIm/NURVeNlTCc+ru4WqjYGTmpXrW9uMlw==} | |
2033 | 621 dev: false |
622 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
623 /@types/reconnectingwebsocket/1.0.7: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
624 resolution: {integrity: sha512-17pnIZsGi9P8YNp7c0ueY2WEauSxDivuFeGuMuPPJMA3qk34CnFgBHGqkxgun3HUifEuwNr8cf+9rU7vSd8i5g==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
625 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
626 |
2141 | 627 /@types/trusted-types/2.0.3: |
628 resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==} | |
2033 | 629 dev: false |
630 | |
2062 | 631 /@types/underscore/1.11.4: |
632 resolution: {integrity: sha512-uO4CD2ELOjw8tasUrAhvnn2W4A0ZECOvMjCivJr4gA9pGgjv+qxKWY9GLTMVEK8ej85BxQOocUyE7hImmSQYcg==} | |
633 dev: false | |
634 | |
2141 | 635 /abort-controller/3.0.0: |
636 resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} | |
637 engines: {node: '>=6.5'} | |
638 dependencies: | |
639 event-target-shim: 5.0.1 | |
640 dev: false | |
641 | |
642 /async/3.2.4: | |
643 resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} | |
644 dev: false | |
645 | |
646 /base64-js/1.5.1: | |
647 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} | |
648 dev: false | |
649 | |
650 /buffer/6.0.3: | |
651 resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} | |
652 dependencies: | |
653 base64-js: 1.5.1 | |
654 ieee754: 1.2.1 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
655 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
656 |
2062 | 657 /commander/7.2.0: |
658 resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} | |
659 engines: {node: '>= 10'} | |
660 dev: false | |
661 | |
2039 | 662 /connect-history-api-fallback/1.6.0: |
663 resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} | |
664 engines: {node: '>=0.8'} | |
2032 | 665 dev: false |
666 | |
2141 | 667 /d3-array/3.2.3: |
668 resolution: {integrity: sha512-JRHwbQQ84XuAESWhvIPaUV4/1UYTBOLiOPGWqgFDHZS1D5QN9c57FbH3QpEnQMYiOXNzKUQyGTZf+EVO7RT5TQ==} | |
2062 | 669 engines: {node: '>=12'} |
670 dependencies: | |
671 internmap: 2.0.3 | |
672 dev: false | |
673 | |
674 /d3-axis/3.0.0: | |
675 resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==} | |
676 engines: {node: '>=12'} | |
677 dev: false | |
678 | |
679 /d3-brush/3.0.0: | |
680 resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==} | |
681 engines: {node: '>=12'} | |
682 dependencies: | |
683 d3-dispatch: 3.0.1 | |
684 d3-drag: 3.0.0 | |
685 d3-interpolate: 3.0.1 | |
686 d3-selection: 3.0.0 | |
687 d3-transition: 3.0.1_d3-selection@3.0.0 | |
688 dev: false | |
689 | |
690 /d3-chord/3.0.1: | |
691 resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==} | |
692 engines: {node: '>=12'} | |
693 dependencies: | |
2141 | 694 d3-path: 3.1.0 |
2062 | 695 dev: false |
696 | |
697 /d3-color/3.1.0: | |
698 resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} | |
699 engines: {node: '>=12'} | |
700 dev: false | |
701 | |
2141 | 702 /d3-contour/4.0.2: |
703 resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==} | |
2062 | 704 engines: {node: '>=12'} |
705 dependencies: | |
2141 | 706 d3-array: 3.2.3 |
2062 | 707 dev: false |
708 | |
2141 | 709 /d3-delaunay/6.0.4: |
710 resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==} | |
2062 | 711 engines: {node: '>=12'} |
712 dependencies: | |
713 delaunator: 5.0.0 | |
714 dev: false | |
715 | |
716 /d3-dispatch/3.0.1: | |
717 resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==} | |
718 engines: {node: '>=12'} | |
719 dev: false | |
720 | |
721 /d3-drag/3.0.0: | |
722 resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==} | |
723 engines: {node: '>=12'} | |
724 dependencies: | |
725 d3-dispatch: 3.0.1 | |
726 d3-selection: 3.0.0 | |
727 dev: false | |
728 | |
729 /d3-dsv/3.0.1: | |
730 resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==} | |
731 engines: {node: '>=12'} | |
732 hasBin: true | |
733 dependencies: | |
734 commander: 7.2.0 | |
735 iconv-lite: 0.6.3 | |
736 rw: 1.3.3 | |
737 dev: false | |
738 | |
739 /d3-ease/3.0.1: | |
740 resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==} | |
741 engines: {node: '>=12'} | |
742 dev: false | |
743 | |
744 /d3-fetch/3.0.1: | |
745 resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==} | |
746 engines: {node: '>=12'} | |
747 dependencies: | |
748 d3-dsv: 3.0.1 | |
749 dev: false | |
750 | |
751 /d3-force/3.0.0: | |
752 resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==} | |
753 engines: {node: '>=12'} | |
754 dependencies: | |
755 d3-dispatch: 3.0.1 | |
756 d3-quadtree: 3.0.1 | |
757 d3-timer: 3.0.1 | |
758 dev: false | |
759 | |
760 /d3-format/3.1.0: | |
761 resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==} | |
762 engines: {node: '>=12'} | |
763 dev: false | |
764 | |
2141 | 765 /d3-geo/3.1.0: |
766 resolution: {integrity: sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==} | |
2062 | 767 engines: {node: '>=12'} |
768 dependencies: | |
2141 | 769 d3-array: 3.2.3 |
2062 | 770 dev: false |
771 | |
772 /d3-hierarchy/3.1.2: | |
773 resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==} | |
774 engines: {node: '>=12'} | |
775 dev: false | |
776 | |
777 /d3-interpolate/3.0.1: | |
778 resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==} | |
779 engines: {node: '>=12'} | |
780 dependencies: | |
781 d3-color: 3.1.0 | |
782 dev: false | |
783 | |
2141 | 784 /d3-path/3.1.0: |
785 resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==} | |
2062 | 786 engines: {node: '>=12'} |
787 dev: false | |
788 | |
789 /d3-polygon/3.0.1: | |
790 resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==} | |
791 engines: {node: '>=12'} | |
792 dev: false | |
793 | |
794 /d3-quadtree/3.0.1: | |
795 resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==} | |
796 engines: {node: '>=12'} | |
797 dev: false | |
798 | |
799 /d3-random/3.0.1: | |
800 resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==} | |
801 engines: {node: '>=12'} | |
802 dev: false | |
803 | |
804 /d3-scale-chromatic/3.0.0: | |
805 resolution: {integrity: sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==} | |
806 engines: {node: '>=12'} | |
807 dependencies: | |
808 d3-color: 3.1.0 | |
809 d3-interpolate: 3.0.1 | |
810 dev: false | |
811 | |
812 /d3-scale/4.0.2: | |
813 resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==} | |
814 engines: {node: '>=12'} | |
815 dependencies: | |
2141 | 816 d3-array: 3.2.3 |
2062 | 817 d3-format: 3.1.0 |
818 d3-interpolate: 3.0.1 | |
2141 | 819 d3-time: 3.1.0 |
2062 | 820 d3-time-format: 4.1.0 |
821 dev: false | |
822 | |
823 /d3-selection/3.0.0: | |
824 resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==} | |
825 engines: {node: '>=12'} | |
826 dev: false | |
827 | |
2141 | 828 /d3-shape/3.2.0: |
829 resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==} | |
2062 | 830 engines: {node: '>=12'} |
831 dependencies: | |
2141 | 832 d3-path: 3.1.0 |
2062 | 833 dev: false |
834 | |
835 /d3-time-format/4.1.0: | |
836 resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==} | |
837 engines: {node: '>=12'} | |
838 dependencies: | |
2141 | 839 d3-time: 3.1.0 |
2062 | 840 dev: false |
841 | |
2141 | 842 /d3-time/3.1.0: |
843 resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==} | |
2062 | 844 engines: {node: '>=12'} |
845 dependencies: | |
2141 | 846 d3-array: 3.2.3 |
2062 | 847 dev: false |
848 | |
849 /d3-timer/3.0.1: | |
850 resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==} | |
851 engines: {node: '>=12'} | |
852 dev: false | |
853 | |
854 /d3-transition/3.0.1_d3-selection@3.0.0: | |
855 resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==} | |
856 engines: {node: '>=12'} | |
857 peerDependencies: | |
858 d3-selection: 2 - 3 | |
859 dependencies: | |
860 d3-color: 3.1.0 | |
861 d3-dispatch: 3.0.1 | |
862 d3-ease: 3.0.1 | |
863 d3-interpolate: 3.0.1 | |
864 d3-selection: 3.0.0 | |
865 d3-timer: 3.0.1 | |
866 dev: false | |
867 | |
868 /d3-zoom/3.0.0: | |
869 resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==} | |
870 engines: {node: '>=12'} | |
871 dependencies: | |
872 d3-dispatch: 3.0.1 | |
873 d3-drag: 3.0.0 | |
874 d3-interpolate: 3.0.1 | |
875 d3-selection: 3.0.0 | |
876 d3-transition: 3.0.1_d3-selection@3.0.0 | |
877 dev: false | |
878 | |
2141 | 879 /d3/7.8.4: |
880 resolution: {integrity: sha512-q2WHStdhiBtD8DMmhDPyJmXUxr6VWRngKyiJ5EfXMxPw+tqT6BhNjhJZ4w3BHsNm3QoVfZLY8Orq/qPFczwKRA==} | |
2062 | 881 engines: {node: '>=12'} |
882 dependencies: | |
2141 | 883 d3-array: 3.2.3 |
2062 | 884 d3-axis: 3.0.0 |
885 d3-brush: 3.0.0 | |
886 d3-chord: 3.0.1 | |
887 d3-color: 3.1.0 | |
2141 | 888 d3-contour: 4.0.2 |
889 d3-delaunay: 6.0.4 | |
2062 | 890 d3-dispatch: 3.0.1 |
891 d3-drag: 3.0.0 | |
892 d3-dsv: 3.0.1 | |
893 d3-ease: 3.0.1 | |
894 d3-fetch: 3.0.1 | |
895 d3-force: 3.0.0 | |
896 d3-format: 3.1.0 | |
2141 | 897 d3-geo: 3.1.0 |
2062 | 898 d3-hierarchy: 3.1.2 |
899 d3-interpolate: 3.0.1 | |
2141 | 900 d3-path: 3.1.0 |
2062 | 901 d3-polygon: 3.0.1 |
902 d3-quadtree: 3.0.1 | |
903 d3-random: 3.0.1 | |
904 d3-scale: 4.0.2 | |
905 d3-scale-chromatic: 3.0.0 | |
906 d3-selection: 3.0.0 | |
2141 | 907 d3-shape: 3.2.0 |
908 d3-time: 3.1.0 | |
2062 | 909 d3-time-format: 4.1.0 |
910 d3-timer: 3.0.1 | |
911 d3-transition: 3.0.1_d3-selection@3.0.0 | |
912 d3-zoom: 3.0.0 | |
913 dev: false | |
914 | |
2032 | 915 /debug/4.3.4: |
916 resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} | |
917 engines: {node: '>=6.0'} | |
918 peerDependencies: | |
919 supports-color: '*' | |
920 peerDependenciesMeta: | |
921 supports-color: | |
922 optional: true | |
923 dependencies: | |
924 ms: 2.1.2 | |
925 dev: false | |
926 | |
2062 | 927 /delaunator/5.0.0: |
928 resolution: {integrity: sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==} | |
929 dependencies: | |
930 robust-predicates: 3.0.1 | |
931 dev: false | |
932 | |
2141 | 933 /esbuild/0.17.19: |
934 resolution: {integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==} | |
2033 | 935 engines: {node: '>=12'} |
936 hasBin: true | |
937 requiresBuild: true | |
938 optionalDependencies: | |
2141 | 939 '@esbuild/android-arm': 0.17.19 |
940 '@esbuild/android-arm64': 0.17.19 | |
941 '@esbuild/android-x64': 0.17.19 | |
942 '@esbuild/darwin-arm64': 0.17.19 | |
943 '@esbuild/darwin-x64': 0.17.19 | |
944 '@esbuild/freebsd-arm64': 0.17.19 | |
945 '@esbuild/freebsd-x64': 0.17.19 | |
946 '@esbuild/linux-arm': 0.17.19 | |
947 '@esbuild/linux-arm64': 0.17.19 | |
948 '@esbuild/linux-ia32': 0.17.19 | |
949 '@esbuild/linux-loong64': 0.17.19 | |
950 '@esbuild/linux-mips64el': 0.17.19 | |
951 '@esbuild/linux-ppc64': 0.17.19 | |
952 '@esbuild/linux-riscv64': 0.17.19 | |
953 '@esbuild/linux-s390x': 0.17.19 | |
954 '@esbuild/linux-x64': 0.17.19 | |
955 '@esbuild/netbsd-x64': 0.17.19 | |
956 '@esbuild/openbsd-x64': 0.17.19 | |
957 '@esbuild/sunos-x64': 0.17.19 | |
958 '@esbuild/win32-arm64': 0.17.19 | |
959 '@esbuild/win32-ia32': 0.17.19 | |
960 '@esbuild/win32-x64': 0.17.19 | |
961 dev: false | |
962 | |
963 /event-target-shim/5.0.1: | |
964 resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} | |
965 engines: {node: '>=6'} | |
966 dev: false | |
967 | |
968 /events/3.3.0: | |
969 resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} | |
970 engines: {node: '>=0.8.x'} | |
2033 | 971 dev: false |
972 | |
2103 | 973 /exenv-es6/1.1.1: |
974 resolution: {integrity: sha512-vlVu3N8d6yEMpMsEm+7sUBAI81aqYYuEvfK0jNqmdb/OPXzzH7QWDDnVjMvDSY47JdHEqx/dfC/q8WkfoTmpGQ==} | |
975 dev: false | |
976 | |
2033 | 977 /fsevents/2.3.2: |
978 resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} | |
979 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} | |
980 os: [darwin] | |
981 requiresBuild: true | |
982 dev: false | |
983 optional: true | |
984 | |
2062 | 985 /iconv-lite/0.6.3: |
986 resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} | |
987 engines: {node: '>=0.10.0'} | |
988 dependencies: | |
989 safer-buffer: 2.1.2 | |
990 dev: false | |
991 | |
2141 | 992 /ieee754/1.2.1: |
993 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
994 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
995 |
2062 | 996 /internmap/2.0.3: |
997 resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==} | |
998 engines: {node: '>=12'} | |
999 dev: false | |
1000 | |
1001 /knockout/3.5.1: | |
1002 resolution: {integrity: sha512-wRJ9I4az0QcsH7A4v4l0enUpkS++MBx0BnL/68KaLzJg7x1qmbjSlwEoCNol7KTYZ+pmtI7Eh2J0Nu6/2Z5J/Q==} | |
1003 dev: false | |
1004 | |
2141 | 1005 /lit-element/3.3.2: |
1006 resolution: {integrity: sha512-xXAeVWKGr4/njq0rGC9dethMnYCq5hpKYrgQZYTzawt9YQhMiXfD+T1RgrdY3NamOxwq2aXlb0vOI6e29CKgVQ==} | |
2033 | 1007 dependencies: |
2141 | 1008 '@lit-labs/ssr-dom-shim': 1.1.1 |
1009 '@lit/reactive-element': 1.6.1 | |
1010 lit-html: 2.7.4 | |
2033 | 1011 dev: false |
1012 | |
2141 | 1013 /lit-html/2.7.4: |
1014 resolution: {integrity: sha512-/Jw+FBpeEN+z8X6PJva5n7+0MzCVAH2yypN99qHYYkq8bI+j7I39GH+68Z/MZD6rGKDK9RpzBw7CocfmHfq6+g==} | |
2033 | 1015 dependencies: |
2141 | 1016 '@types/trusted-types': 2.0.3 |
2033 | 1017 dev: false |
1018 | |
2141 | 1019 /lit/2.7.4: |
1020 resolution: {integrity: sha512-cgD7xrZoYr21mbrkZIuIrj98YTMw/snJPg52deWVV4A8icLyNHI3bF70xsJeAgwTuiq5Kkd+ZR8gybSJDCPB7g==} | |
2032 | 1021 dependencies: |
2141 | 1022 '@lit/reactive-element': 1.6.1 |
1023 lit-element: 3.3.2 | |
1024 lit-html: 2.7.4 | |
2032 | 1025 dev: false |
1026 | |
1027 /ms/2.1.2: | |
1028 resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} | |
1029 dev: false | |
1030 | |
2141 | 1031 /n3/1.16.4: |
1032 resolution: {integrity: sha512-jtC53efM5/q4BYC3qBnegn1MJDKXHH9PEd6gVDNpIicbgXS6gkANz4DdI0jt4aLvza1xSjCcni33riXWvfoEdw==} | |
1033 engines: {node: '>=12.0'} | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1034 dependencies: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1035 queue-microtask: 1.2.3 |
2141 | 1036 readable-stream: 4.4.0 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1037 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1038 |
2141 | 1039 /nanoid/3.3.6: |
1040 resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} | |
2033 | 1041 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} |
1042 hasBin: true | |
1043 dev: false | |
1044 | |
2034 | 1045 /parse-prometheus-text-format/1.1.1: |
1046 resolution: {integrity: sha512-dBlhYVACjRdSqLMFe4/Q1l/Gd3UmXm8ruvsTi7J6ul3ih45AkzkVpI5XHV4aZ37juGZW5+3dGU5lwk+QLM9XJA==} | |
1047 dependencies: | |
1048 shallow-equal: 1.2.1 | |
1049 dev: false | |
1050 | |
2032 | 1051 /picocolors/1.0.0: |
1052 resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} | |
1053 dev: false | |
1054 | |
2141 | 1055 /postcss/8.4.23: |
1056 resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==} | |
2033 | 1057 engines: {node: ^10 || ^12 || >=14} |
1058 dependencies: | |
2141 | 1059 nanoid: 3.3.6 |
2033 | 1060 picocolors: 1.0.0 |
1061 source-map-js: 1.0.2 | |
1062 dev: false | |
1063 | |
2141 | 1064 /process/0.11.10: |
1065 resolution: {integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI=} | |
1066 engines: {node: '>= 0.6.0'} | |
1067 dev: false | |
1068 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1069 /queue-microtask/1.2.3: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1070 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1071 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1072 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1073 /rdf-js/4.0.2: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1074 resolution: {integrity: sha512-ApvlFa/WsQh8LpPK/6hctQwG06Z9ztQQGWVtrcrf9L6+sejHNXLPOqL+w7q3hF+iL0C4sv3AX1PUtGkLNzyZ0Q==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1075 dependencies: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1076 '@rdfjs/types': 1.1.0 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1077 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1078 |
2141 | 1079 /readable-stream/4.4.0: |
1080 resolution: {integrity: sha512-kDMOq0qLtxV9f/SQv522h8cxZBqNZXuXNyjyezmfAAuribMyVXziljpQ/uQhfE1XLg2/TLTW2DsnoE4VAi/krg==} | |
1081 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1082 dependencies: |
2141 | 1083 abort-controller: 3.0.0 |
1084 buffer: 6.0.3 | |
1085 events: 3.3.0 | |
1086 process: 0.11.10 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1087 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1088 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1089 /reconnectingwebsocket/1.0.0: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1090 resolution: {integrity: sha1-C4Jbq7N7ZwRFxlqn0+2XgwAgVEQ=} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1091 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
1092 |
2062 | 1093 /robust-predicates/3.0.1: |
1094 resolution: {integrity: sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==} | |
1095 dev: false | |
1096 | |
2141 | 1097 /rollup/3.22.0: |
1098 resolution: {integrity: sha512-imsigcWor5Y/dC0rz2q0bBt9PabcL3TORry2hAa6O6BuMvY71bqHyfReAz5qyAqiQATD1m70qdntqBfBQjVWpQ==} | |
1099 engines: {node: '>=14.18.0', npm: '>=8.0.0'} | |
2033 | 1100 hasBin: true |
1101 optionalDependencies: | |
1102 fsevents: 2.3.2 | |
1103 dev: false | |
1104 | |
2062 | 1105 /rw/1.3.3: |
1106 resolution: {integrity: sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=} | |
1107 dev: false | |
1108 | |
1109 /safer-buffer/2.1.2: | |
1110 resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} | |
1111 dev: false | |
1112 | |
2034 | 1113 /shallow-equal/1.2.1: |
1114 resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==} | |
1115 dev: false | |
1116 | |
2033 | 1117 /source-map-js/1.0.2: |
1118 resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} | |
1119 engines: {node: '>=0.10.0'} | |
1120 dev: false | |
1121 | |
2062 | 1122 /sylvester/0.0.21: |
2145
cc34e9b8bb97
workaround sylvester module errors from tsc
drewp@bigasterisk.com
parents:
2141
diff
changeset
|
1123 resolution: {integrity: sha512-yUT0ukFkFEt4nb+NY+n2ag51aS/u9UHXoZw+A4jgD77/jzZsBoSDHuqysrVCBC4CYR4TYvUJq54ONpXgDBH8tA==} |
2062 | 1124 engines: {node: '>=0.2.6'} |
1125 dev: false | |
1126 | |
2103 | 1127 /tabbable/5.3.3: |
1128 resolution: {integrity: sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==} | |
1129 dev: false | |
1130 | |
1131 /tslib/1.14.1: | |
1132 resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} | |
1133 dev: false | |
1134 | |
2141 | 1135 /tslib/2.5.1: |
1136 resolution: {integrity: sha512-KaI6gPil5m9vF7DKaoXxx1ia9fxS4qG5YveErRRVknPDXXriu5M8h48YRjB6h5ZUOKuAKlSJYb0GaDe8I39fRw==} | |
2085 | 1137 dev: false |
1138 | |
2141 | 1139 /typescript/5.0.4: |
1140 resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} | |
1141 engines: {node: '>=12.20'} | |
2085 | 1142 hasBin: true |
1143 dev: false | |
1144 | |
2141 | 1145 /underscore/1.13.6: |
1146 resolution: {integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==} | |
2062 | 1147 dev: false |
1148 | |
2141 | 1149 /vite-plugin-rewrite-all/1.0.1_vite@4.3.7: |
1150 resolution: {integrity: sha512-W0DAchC8ynuQH0lYLIu5/5+JGfYlUTRD8GGNtHFXRJX4FzzB9MajtqHBp26zq/ly9sDt5BqrfdT08rv3RbB0LQ==} | |
2039 | 1151 engines: {node: '>=12.0.0'} |
1152 peerDependencies: | |
2141 | 1153 vite: ^2.0.0 || ^3.0.0 || ^4.0.0 |
2032 | 1154 dependencies: |
2039 | 1155 connect-history-api-fallback: 1.6.0 |
2141 | 1156 vite: 4.3.7_@types+node@20.2.0 |
2032 | 1157 dev: false |
1158 | |
2141 | 1159 /vite/4.3.7_@types+node@20.2.0: |
1160 resolution: {integrity: sha512-MTIFpbIm9v7Hh5b0wSBgkcWzSBz7SAa6K/cBTwS4kUiQJfQLFlZZRJRQgqunCVzhTPCk674tW+0Qaqh3Q00dBg==} | |
1161 engines: {node: ^14.18.0 || >=16.0.0} | |
2033 | 1162 hasBin: true |
1163 peerDependencies: | |
2141 | 1164 '@types/node': '>= 14' |
2033 | 1165 less: '*' |
1166 sass: '*' | |
1167 stylus: '*' | |
2141 | 1168 sugarss: '*' |
1169 terser: ^5.4.0 | |
2033 | 1170 peerDependenciesMeta: |
2141 | 1171 '@types/node': |
1172 optional: true | |
2033 | 1173 less: |
1174 optional: true | |
1175 sass: | |
1176 optional: true | |
1177 stylus: | |
1178 optional: true | |
2141 | 1179 sugarss: |
1180 optional: true | |
1181 terser: | |
1182 optional: true | |
2033 | 1183 dependencies: |
2141 | 1184 '@types/node': 20.2.0 |
1185 esbuild: 0.17.19 | |
1186 postcss: 8.4.23 | |
1187 rollup: 3.22.0 | |
2033 | 1188 optionalDependencies: |
1189 fsevents: 2.3.2 | |
1190 dev: false |