Mercurial > code > home > repos > light9
annotate pnpm-lock.yaml @ 2071:56a9eaf5e882
rough ports from coffee to ts. untested
author | drewp@bigasterisk.com |
---|---|
date | Sun, 22 May 2022 03:00:37 -0700 |
parents | d991f7c3485a |
children | 0a4ae0083382 |
rev | line source |
---|---|
2032 | 1 lockfileVersion: 5.3 |
2 | |
3 specifiers: | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
4 '@types/async': ^3.2.13 |
2062 | 5 '@types/d3': ^7.1.0 |
6 '@types/debug': ^4.1.7 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
7 '@types/n3': ^1.10.4 |
2039 | 8 '@types/node': ^17.0.31 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
9 '@types/reconnectingwebsocket': ^1.0.7 |
2062 | 10 '@types/sylvester': ^0.1.8 |
11 '@types/underscore': ^1.11.4 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
12 async: ^3.2.3 |
2062 | 13 d3: ^7.4.4 |
2033 | 14 debug: ^4.3.4 |
2062 | 15 knockout: ^3.5.1 |
2039 | 16 lit: ^2.2.3 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
17 n3: ^1.16.2 |
2034 | 18 parse-prometheus-text-format: ^1.1.1 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
19 reconnectingwebsocket: ^1.0.0 |
2062 | 20 sylvester: ^0.0.21 |
21 underscore: ^1.13.3 | |
2033 | 22 vite: ^2.9.1 |
2039 | 23 vite-plugin-rewrite-all: ^0.1.2 |
2032 | 24 |
25 dependencies: | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
26 '@types/async': 3.2.13 |
2062 | 27 '@types/d3': 7.1.0 |
28 '@types/debug': 4.1.7 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
29 '@types/n3': 1.10.4 |
2039 | 30 '@types/node': 17.0.31 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
31 '@types/reconnectingwebsocket': 1.0.7 |
2062 | 32 '@types/sylvester': 0.1.8 |
33 '@types/underscore': 1.11.4 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
34 async: 3.2.3 |
2062 | 35 d3: 7.4.4 |
2033 | 36 debug: 4.3.4 |
2062 | 37 knockout: 3.5.1 |
2039 | 38 lit: 2.2.3 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
39 n3: 1.16.2 |
2034 | 40 parse-prometheus-text-format: 1.1.1 |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
41 reconnectingwebsocket: 1.0.0 |
2062 | 42 sylvester: 0.0.21 |
43 underscore: 1.13.3 | |
2033 | 44 vite: 2.9.1 |
2039 | 45 vite-plugin-rewrite-all: 0.1.2_vite@2.9.1 |
2032 | 46 |
47 packages: | |
48 | |
2039 | 49 /@lit/reactive-element/1.3.2: |
50 resolution: {integrity: sha512-A2e18XzPMrIh35nhIdE4uoqRzoIpEU5vZYuQN4S3Ee1zkGdYC27DP12pewbw/RLgPHzaE4kx/YqxMzebOpm0dA==} | |
2032 | 51 dev: false |
52 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
53 /@rdfjs/types/1.1.0: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
54 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
|
55 dependencies: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
56 '@types/node': 17.0.31 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
57 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
58 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
59 /@types/async/3.2.13: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
60 resolution: {integrity: sha512-7Q3awrhnvm89OzfsmqeqRQh8mh+8Pxfgq1UvSAn2nWQ5y/F3+NrbIF0RbkWq8+5dY99ozgap2b3DNBNwjLVOxw==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
61 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
62 |
2062 | 63 /@types/d3-array/3.0.2: |
64 resolution: {integrity: sha512-5mjGjz6XOXKOCdTajXTZ/pMsg236RdiwKPrRPWAEf/2S/+PzwY+LLYShUpeysWaMvsdS7LArh6GdUefoxpchsQ==} | |
65 dev: false | |
66 | |
67 /@types/d3-axis/3.0.1: | |
68 resolution: {integrity: sha512-zji/iIbdd49g9WN0aIsGcwcTBUkgLsCSwB+uH+LPVDAiKWENMtI3cJEWt+7/YYwelMoZmbBfzA3qCdrZ2XFNnw==} | |
69 dependencies: | |
70 '@types/d3-selection': 3.0.2 | |
71 dev: false | |
72 | |
73 /@types/d3-brush/3.0.1: | |
74 resolution: {integrity: sha512-B532DozsiTuQMHu2YChdZU0qsFJSio3Q6jmBYGYNp3gMDzBmuFFgPt9qKA4VYuLZMp4qc6eX7IUFUEsvHiXZAw==} | |
75 dependencies: | |
76 '@types/d3-selection': 3.0.2 | |
77 dev: false | |
78 | |
79 /@types/d3-chord/3.0.1: | |
80 resolution: {integrity: sha512-eQfcxIHrg7V++W8Qxn6QkqBNBokyhdWSAS73AbkbMzvLQmVVBviknoz2SRS/ZJdIOmhcmmdCRE/NFOm28Z1AMw==} | |
81 dev: false | |
82 | |
83 /@types/d3-color/3.0.2: | |
84 resolution: {integrity: sha512-WVx6zBiz4sWlboCy7TCgjeyHpNjMsoF36yaagny1uXfbadc9f+5BeBf7U+lRmQqY3EHbGQpP8UdW8AC+cywSwQ==} | |
85 dev: false | |
86 | |
87 /@types/d3-contour/3.0.1: | |
88 resolution: {integrity: sha512-C3zfBrhHZvrpAAK3YXqLWVAGo87A4SvJ83Q/zVJ8rFWJdKejUnDYaWZPkA8K84kb2vDA/g90LTQAz7etXcgoQQ==} | |
89 dependencies: | |
90 '@types/d3-array': 3.0.2 | |
91 '@types/geojson': 7946.0.8 | |
92 dev: false | |
93 | |
94 /@types/d3-delaunay/6.0.0: | |
95 resolution: {integrity: sha512-iGm7ZaGLq11RK3e69VeMM6Oqj2SjKUB9Qhcyd1zIcqn2uE8w9GFB445yCY46NOQO3ByaNyktX1DK+Etz7ZaX+w==} | |
96 dev: false | |
97 | |
98 /@types/d3-dispatch/3.0.1: | |
99 resolution: {integrity: sha512-NhxMn3bAkqhjoxabVJWKryhnZXXYYVQxaBnbANu0O94+O/nX9qSjrA1P1jbAQJxJf+VC72TxDX/YJcKue5bRqw==} | |
100 dev: false | |
101 | |
102 /@types/d3-drag/3.0.1: | |
103 resolution: {integrity: sha512-o1Va7bLwwk6h03+nSM8dpaGEYnoIG19P0lKqlic8Un36ymh9NSkNFX1yiXMKNMx8rJ0Kfnn2eovuFaL6Jvj0zA==} | |
104 dependencies: | |
105 '@types/d3-selection': 3.0.2 | |
106 dev: false | |
107 | |
108 /@types/d3-dsv/3.0.0: | |
109 resolution: {integrity: sha512-o0/7RlMl9p5n6FQDptuJVMxDf/7EDEv2SYEO/CwdG2tr1hTfUVi0Iavkk2ax+VpaQ/1jVhpnj5rq1nj8vwhn2A==} | |
110 dev: false | |
111 | |
112 /@types/d3-ease/3.0.0: | |
113 resolution: {integrity: sha512-aMo4eaAOijJjA6uU+GIeW018dvy9+oH5Y2VPPzjjfxevvGQ/oRDs+tfYC9b50Q4BygRR8yE2QCLsrT0WtAVseA==} | |
114 dev: false | |
115 | |
116 /@types/d3-fetch/3.0.1: | |
117 resolution: {integrity: sha512-toZJNOwrOIqz7Oh6Q7l2zkaNfXkfR7mFSJvGvlD/Ciq/+SQ39d5gynHJZ/0fjt83ec3WL7+u3ssqIijQtBISsw==} | |
118 dependencies: | |
119 '@types/d3-dsv': 3.0.0 | |
120 dev: false | |
121 | |
122 /@types/d3-force/3.0.3: | |
123 resolution: {integrity: sha512-z8GteGVfkWJMKsx6hwC3SiTSLspL98VNpmvLpEFJQpZPq6xpA1I8HNBDNSpukfK0Vb0l64zGFhzunLgEAcBWSA==} | |
124 dev: false | |
125 | |
126 /@types/d3-format/3.0.1: | |
127 resolution: {integrity: sha512-5KY70ifCCzorkLuIkDe0Z9YTf9RR2CjBX1iaJG+rgM/cPP+sO+q9YdQ9WdhQcgPj1EQiJ2/0+yUkkziTG6Lubg==} | |
128 dev: false | |
129 | |
130 /@types/d3-geo/3.0.2: | |
131 resolution: {integrity: sha512-DbqK7MLYA8LpyHQfv6Klz0426bQEf7bRTvhMy44sNGVyZoWn//B0c+Qbeg8Osi2Obdc9BLLXYAKpyWege2/7LQ==} | |
132 dependencies: | |
133 '@types/geojson': 7946.0.8 | |
134 dev: false | |
135 | |
136 /@types/d3-hierarchy/3.0.2: | |
137 resolution: {integrity: sha512-+krnrWOZ+aQB6v+E+jEkmkAx9HvsNAD+1LCD0vlBY3t+HwjKnsBFbpVLx6WWzDzCIuiTWdAxXMEnGnVXpB09qQ==} | |
138 dev: false | |
139 | |
140 /@types/d3-interpolate/3.0.1: | |
141 resolution: {integrity: sha512-jx5leotSeac3jr0RePOH1KdR9rISG91QIE4Q2PYTu4OymLTZfA3SrnURSLzKH48HmXVUru50b8nje4E79oQSQw==} | |
142 dependencies: | |
143 '@types/d3-color': 3.0.2 | |
144 dev: false | |
145 | |
146 /@types/d3-path/3.0.0: | |
147 resolution: {integrity: sha512-0g/A+mZXgFkQxN3HniRDbXMN79K3CdTpLsevj+PXiTcb2hVyvkZUBg37StmgCQkaD84cUJ4uaDAWq7UJOQy2Tg==} | |
148 dev: false | |
149 | |
150 /@types/d3-polygon/3.0.0: | |
151 resolution: {integrity: sha512-D49z4DyzTKXM0sGKVqiTDTYr+DHg/uxsiWDAkNrwXYuiZVd9o9wXZIo+YsHkifOiyBkmSWlEngHCQme54/hnHw==} | |
152 dev: false | |
153 | |
154 /@types/d3-quadtree/3.0.2: | |
155 resolution: {integrity: sha512-QNcK8Jguvc8lU+4OfeNx+qnVy7c0VrDJ+CCVFS9srBo2GL9Y18CnIxBdTF3v38flrGy5s1YggcoAiu6s4fLQIw==} | |
156 dev: false | |
157 | |
158 /@types/d3-random/3.0.1: | |
159 resolution: {integrity: sha512-IIE6YTekGczpLYo/HehAy3JGF1ty7+usI97LqraNa8IiDur+L44d0VOjAvFQWJVdZOJHukUJw+ZdZBlgeUsHOQ==} | |
160 dev: false | |
161 | |
162 /@types/d3-scale-chromatic/3.0.0: | |
163 resolution: {integrity: sha512-dsoJGEIShosKVRBZB0Vo3C8nqSDqVGujJU6tPznsBJxNJNwMF8utmS83nvCBKQYPpjCzaaHcrf66iTRpZosLPw==} | |
164 dev: false | |
165 | |
166 /@types/d3-scale/4.0.2: | |
167 resolution: {integrity: sha512-Yk4htunhPAwN0XGlIwArRomOjdoBFXC3+kCxK2Ubg7I9shQlVSJy/pG/Ht5ASN+gdMIalpk8TJ5xV74jFsetLA==} | |
168 dependencies: | |
169 '@types/d3-time': 3.0.0 | |
170 dev: false | |
171 | |
172 /@types/d3-selection/3.0.2: | |
173 resolution: {integrity: sha512-d29EDd0iUBrRoKhPndhDY6U/PYxOWqgIZwKTooy2UkBfU7TNZNpRho0yLWPxlatQrFWk2mnTu71IZQ4+LRgKlQ==} | |
174 dev: false | |
175 | |
176 /@types/d3-shape/3.0.2: | |
177 resolution: {integrity: sha512-5+ButCmIfNX8id5seZ7jKj3igdcxx+S9IDBiT35fQGTLZUfkFgTv+oBH34xgeoWDKpWcMITSzBILWQtBoN5Piw==} | |
178 dependencies: | |
179 '@types/d3-path': 3.0.0 | |
180 dev: false | |
181 | |
182 /@types/d3-time-format/4.0.0: | |
183 resolution: {integrity: sha512-yjfBUe6DJBsDin2BMIulhSHmr5qNR5Pxs17+oW4DoVPyVIXZ+m6bs7j1UVKP08Emv6jRmYrYqxYzO63mQxy1rw==} | |
184 dev: false | |
185 | |
186 /@types/d3-time/3.0.0: | |
187 resolution: {integrity: sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==} | |
188 dev: false | |
189 | |
190 /@types/d3-timer/3.0.0: | |
191 resolution: {integrity: sha512-HNB/9GHqu7Fo8AQiugyJbv6ZxYz58wef0esl4Mv828w1ZKpAshw/uFWVDUcIB9KKFeFKoxS3cHY07FFgtTRZ1g==} | |
192 dev: false | |
193 | |
194 /@types/d3-transition/3.0.1: | |
195 resolution: {integrity: sha512-Sv4qEI9uq3bnZwlOANvYK853zvpdKEm1yz9rcc8ZTsxvRklcs9Fx4YFuGA3gXoQN/c/1T6QkVNjhaRO/cWj94g==} | |
196 dependencies: | |
197 '@types/d3-selection': 3.0.2 | |
198 dev: false | |
199 | |
200 /@types/d3-zoom/3.0.1: | |
201 resolution: {integrity: sha512-7s5L9TjfqIYQmQQEUcpMAcBOahem7TRoSO/+Gkz02GbMVuULiZzjF2BOdw291dbO2aNon4m2OdFsRGaCq2caLQ==} | |
202 dependencies: | |
203 '@types/d3-interpolate': 3.0.1 | |
204 '@types/d3-selection': 3.0.2 | |
205 dev: false | |
206 | |
207 /@types/d3/7.1.0: | |
208 resolution: {integrity: sha512-gYWvgeGjEl+zmF8c+U1RNIKqe7sfQwIXeLXO5Os72TjDjCEtgpvGBvZ8dXlAuSS1m6B90Y1Uo6Bm36OGR/OtCA==} | |
209 dependencies: | |
210 '@types/d3-array': 3.0.2 | |
211 '@types/d3-axis': 3.0.1 | |
212 '@types/d3-brush': 3.0.1 | |
213 '@types/d3-chord': 3.0.1 | |
214 '@types/d3-color': 3.0.2 | |
215 '@types/d3-contour': 3.0.1 | |
216 '@types/d3-delaunay': 6.0.0 | |
217 '@types/d3-dispatch': 3.0.1 | |
218 '@types/d3-drag': 3.0.1 | |
219 '@types/d3-dsv': 3.0.0 | |
220 '@types/d3-ease': 3.0.0 | |
221 '@types/d3-fetch': 3.0.1 | |
222 '@types/d3-force': 3.0.3 | |
223 '@types/d3-format': 3.0.1 | |
224 '@types/d3-geo': 3.0.2 | |
225 '@types/d3-hierarchy': 3.0.2 | |
226 '@types/d3-interpolate': 3.0.1 | |
227 '@types/d3-path': 3.0.0 | |
228 '@types/d3-polygon': 3.0.0 | |
229 '@types/d3-quadtree': 3.0.2 | |
230 '@types/d3-random': 3.0.1 | |
231 '@types/d3-scale': 4.0.2 | |
232 '@types/d3-scale-chromatic': 3.0.0 | |
233 '@types/d3-selection': 3.0.2 | |
234 '@types/d3-shape': 3.0.2 | |
235 '@types/d3-time': 3.0.0 | |
236 '@types/d3-time-format': 4.0.0 | |
237 '@types/d3-timer': 3.0.0 | |
238 '@types/d3-transition': 3.0.1 | |
239 '@types/d3-zoom': 3.0.1 | |
240 dev: false | |
241 | |
242 /@types/debug/4.1.7: | |
243 resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} | |
244 dependencies: | |
245 '@types/ms': 0.7.31 | |
246 dev: false | |
247 | |
248 /@types/geojson/7946.0.8: | |
249 resolution: {integrity: sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==} | |
250 dev: false | |
251 | |
252 /@types/ms/0.7.31: | |
253 resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} | |
254 dev: false | |
255 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
256 /@types/n3/1.10.4: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
257 resolution: {integrity: sha512-FfRTwcbXcScVHuAjIASveRWL6Fi6fPALl1Ge8tMESYLqU7R42LJvtdBpUi+f9YK0oQPqIN+zFFgMDFJfLMx0bg==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
258 dependencies: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
259 '@types/node': 17.0.31 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
260 rdf-js: 4.0.2 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
261 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
262 |
2039 | 263 /@types/node/17.0.31: |
264 resolution: {integrity: sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==} | |
2033 | 265 dev: false |
266 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
267 /@types/reconnectingwebsocket/1.0.7: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
268 resolution: {integrity: sha512-17pnIZsGi9P8YNp7c0ueY2WEauSxDivuFeGuMuPPJMA3qk34CnFgBHGqkxgun3HUifEuwNr8cf+9rU7vSd8i5g==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
269 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
270 |
2062 | 271 /@types/sylvester/0.1.8: |
272 resolution: {integrity: sha512-x1bzR4PCxvv1/9iPrbdQ15gWgP8Tp8EPjO4VLjhMijepB44BzJ/XvJavoPViSiHxlBX6NgzRgO0H+qa68lJFGA==} | |
273 dev: false | |
274 | |
2033 | 275 /@types/trusted-types/2.0.2: |
276 resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} | |
277 dev: false | |
278 | |
2062 | 279 /@types/underscore/1.11.4: |
280 resolution: {integrity: sha512-uO4CD2ELOjw8tasUrAhvnn2W4A0ZECOvMjCivJr4gA9pGgjv+qxKWY9GLTMVEK8ej85BxQOocUyE7hImmSQYcg==} | |
281 dev: false | |
282 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
283 /async/3.2.3: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
284 resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
285 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
286 |
2062 | 287 /commander/7.2.0: |
288 resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} | |
289 engines: {node: '>= 10'} | |
290 dev: false | |
291 | |
2039 | 292 /connect-history-api-fallback/1.6.0: |
293 resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} | |
294 engines: {node: '>=0.8'} | |
2032 | 295 dev: false |
296 | |
2062 | 297 /d3-array/3.1.6: |
298 resolution: {integrity: sha512-DCbBBNuKOeiR9h04ySRBMW52TFVc91O9wJziuyXw6Ztmy8D3oZbmCkOO3UHKC7ceNJsN2Mavo9+vwV8EAEUXzA==} | |
299 engines: {node: '>=12'} | |
300 dependencies: | |
301 internmap: 2.0.3 | |
302 dev: false | |
303 | |
304 /d3-axis/3.0.0: | |
305 resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==} | |
306 engines: {node: '>=12'} | |
307 dev: false | |
308 | |
309 /d3-brush/3.0.0: | |
310 resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==} | |
311 engines: {node: '>=12'} | |
312 dependencies: | |
313 d3-dispatch: 3.0.1 | |
314 d3-drag: 3.0.0 | |
315 d3-interpolate: 3.0.1 | |
316 d3-selection: 3.0.0 | |
317 d3-transition: 3.0.1_d3-selection@3.0.0 | |
318 dev: false | |
319 | |
320 /d3-chord/3.0.1: | |
321 resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==} | |
322 engines: {node: '>=12'} | |
323 dependencies: | |
324 d3-path: 3.0.1 | |
325 dev: false | |
326 | |
327 /d3-color/3.1.0: | |
328 resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} | |
329 engines: {node: '>=12'} | |
330 dev: false | |
331 | |
332 /d3-contour/3.0.1: | |
333 resolution: {integrity: sha512-0Oc4D0KyhwhM7ZL0RMnfGycLN7hxHB8CMmwZ3+H26PWAG0ozNuYG5hXSDNgmP1SgJkQMrlG6cP20HoaSbvcJTQ==} | |
334 engines: {node: '>=12'} | |
335 dependencies: | |
336 d3-array: 3.1.6 | |
337 dev: false | |
338 | |
339 /d3-delaunay/6.0.2: | |
340 resolution: {integrity: sha512-IMLNldruDQScrcfT+MWnazhHbDJhcRJyOEBAJfwQnHle1RPh6WDuLvxNArUju2VSMSUuKlY5BGHRJ2cYyoFLQQ==} | |
341 engines: {node: '>=12'} | |
342 dependencies: | |
343 delaunator: 5.0.0 | |
344 dev: false | |
345 | |
346 /d3-dispatch/3.0.1: | |
347 resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==} | |
348 engines: {node: '>=12'} | |
349 dev: false | |
350 | |
351 /d3-drag/3.0.0: | |
352 resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==} | |
353 engines: {node: '>=12'} | |
354 dependencies: | |
355 d3-dispatch: 3.0.1 | |
356 d3-selection: 3.0.0 | |
357 dev: false | |
358 | |
359 /d3-dsv/3.0.1: | |
360 resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==} | |
361 engines: {node: '>=12'} | |
362 hasBin: true | |
363 dependencies: | |
364 commander: 7.2.0 | |
365 iconv-lite: 0.6.3 | |
366 rw: 1.3.3 | |
367 dev: false | |
368 | |
369 /d3-ease/3.0.1: | |
370 resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==} | |
371 engines: {node: '>=12'} | |
372 dev: false | |
373 | |
374 /d3-fetch/3.0.1: | |
375 resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==} | |
376 engines: {node: '>=12'} | |
377 dependencies: | |
378 d3-dsv: 3.0.1 | |
379 dev: false | |
380 | |
381 /d3-force/3.0.0: | |
382 resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==} | |
383 engines: {node: '>=12'} | |
384 dependencies: | |
385 d3-dispatch: 3.0.1 | |
386 d3-quadtree: 3.0.1 | |
387 d3-timer: 3.0.1 | |
388 dev: false | |
389 | |
390 /d3-format/3.1.0: | |
391 resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==} | |
392 engines: {node: '>=12'} | |
393 dev: false | |
394 | |
395 /d3-geo/3.0.1: | |
396 resolution: {integrity: sha512-Wt23xBych5tSy9IYAM1FR2rWIBFWa52B/oF/GYe5zbdHrg08FU8+BuI6X4PvTwPDdqdAdq04fuWJpELtsaEjeA==} | |
397 engines: {node: '>=12'} | |
398 dependencies: | |
399 d3-array: 3.1.6 | |
400 dev: false | |
401 | |
402 /d3-hierarchy/3.1.2: | |
403 resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==} | |
404 engines: {node: '>=12'} | |
405 dev: false | |
406 | |
407 /d3-interpolate/3.0.1: | |
408 resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==} | |
409 engines: {node: '>=12'} | |
410 dependencies: | |
411 d3-color: 3.1.0 | |
412 dev: false | |
413 | |
414 /d3-path/3.0.1: | |
415 resolution: {integrity: sha512-gq6gZom9AFZby0YLduxT1qmrp4xpBA1YZr19OI717WIdKE2OM5ETq5qrHLb301IgxhLwcuxvGZVLeeWc/k1I6w==} | |
416 engines: {node: '>=12'} | |
417 dev: false | |
418 | |
419 /d3-polygon/3.0.1: | |
420 resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==} | |
421 engines: {node: '>=12'} | |
422 dev: false | |
423 | |
424 /d3-quadtree/3.0.1: | |
425 resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==} | |
426 engines: {node: '>=12'} | |
427 dev: false | |
428 | |
429 /d3-random/3.0.1: | |
430 resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==} | |
431 engines: {node: '>=12'} | |
432 dev: false | |
433 | |
434 /d3-scale-chromatic/3.0.0: | |
435 resolution: {integrity: sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==} | |
436 engines: {node: '>=12'} | |
437 dependencies: | |
438 d3-color: 3.1.0 | |
439 d3-interpolate: 3.0.1 | |
440 dev: false | |
441 | |
442 /d3-scale/4.0.2: | |
443 resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==} | |
444 engines: {node: '>=12'} | |
445 dependencies: | |
446 d3-array: 3.1.6 | |
447 d3-format: 3.1.0 | |
448 d3-interpolate: 3.0.1 | |
449 d3-time: 3.0.0 | |
450 d3-time-format: 4.1.0 | |
451 dev: false | |
452 | |
453 /d3-selection/3.0.0: | |
454 resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==} | |
455 engines: {node: '>=12'} | |
456 dev: false | |
457 | |
458 /d3-shape/3.1.0: | |
459 resolution: {integrity: sha512-tGDh1Muf8kWjEDT/LswZJ8WF85yDZLvVJpYU9Nq+8+yW1Z5enxrmXOhTArlkaElU+CTn0OTVNli+/i+HP45QEQ==} | |
460 engines: {node: '>=12'} | |
461 dependencies: | |
462 d3-path: 3.0.1 | |
463 dev: false | |
464 | |
465 /d3-time-format/4.1.0: | |
466 resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==} | |
467 engines: {node: '>=12'} | |
468 dependencies: | |
469 d3-time: 3.0.0 | |
470 dev: false | |
471 | |
472 /d3-time/3.0.0: | |
473 resolution: {integrity: sha512-zmV3lRnlaLI08y9IMRXSDshQb5Nj77smnfpnd2LrBa/2K281Jijactokeak14QacHs/kKq0AQ121nidNYlarbQ==} | |
474 engines: {node: '>=12'} | |
475 dependencies: | |
476 d3-array: 3.1.6 | |
477 dev: false | |
478 | |
479 /d3-timer/3.0.1: | |
480 resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==} | |
481 engines: {node: '>=12'} | |
482 dev: false | |
483 | |
484 /d3-transition/3.0.1_d3-selection@3.0.0: | |
485 resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==} | |
486 engines: {node: '>=12'} | |
487 peerDependencies: | |
488 d3-selection: 2 - 3 | |
489 dependencies: | |
490 d3-color: 3.1.0 | |
491 d3-dispatch: 3.0.1 | |
492 d3-ease: 3.0.1 | |
493 d3-interpolate: 3.0.1 | |
494 d3-selection: 3.0.0 | |
495 d3-timer: 3.0.1 | |
496 dev: false | |
497 | |
498 /d3-zoom/3.0.0: | |
499 resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==} | |
500 engines: {node: '>=12'} | |
501 dependencies: | |
502 d3-dispatch: 3.0.1 | |
503 d3-drag: 3.0.0 | |
504 d3-interpolate: 3.0.1 | |
505 d3-selection: 3.0.0 | |
506 d3-transition: 3.0.1_d3-selection@3.0.0 | |
507 dev: false | |
508 | |
509 /d3/7.4.4: | |
510 resolution: {integrity: sha512-97FE+MYdAlV3R9P74+R3Uar7wUKkIFu89UWMjEaDhiJ9VxKvqaMxauImy8PC2DdBkdM2BxJOIoLxPrcZUyrKoQ==} | |
511 engines: {node: '>=12'} | |
512 dependencies: | |
513 d3-array: 3.1.6 | |
514 d3-axis: 3.0.0 | |
515 d3-brush: 3.0.0 | |
516 d3-chord: 3.0.1 | |
517 d3-color: 3.1.0 | |
518 d3-contour: 3.0.1 | |
519 d3-delaunay: 6.0.2 | |
520 d3-dispatch: 3.0.1 | |
521 d3-drag: 3.0.0 | |
522 d3-dsv: 3.0.1 | |
523 d3-ease: 3.0.1 | |
524 d3-fetch: 3.0.1 | |
525 d3-force: 3.0.0 | |
526 d3-format: 3.1.0 | |
527 d3-geo: 3.0.1 | |
528 d3-hierarchy: 3.1.2 | |
529 d3-interpolate: 3.0.1 | |
530 d3-path: 3.0.1 | |
531 d3-polygon: 3.0.1 | |
532 d3-quadtree: 3.0.1 | |
533 d3-random: 3.0.1 | |
534 d3-scale: 4.0.2 | |
535 d3-scale-chromatic: 3.0.0 | |
536 d3-selection: 3.0.0 | |
537 d3-shape: 3.1.0 | |
538 d3-time: 3.0.0 | |
539 d3-time-format: 4.1.0 | |
540 d3-timer: 3.0.1 | |
541 d3-transition: 3.0.1_d3-selection@3.0.0 | |
542 d3-zoom: 3.0.0 | |
543 dev: false | |
544 | |
2032 | 545 /debug/4.3.4: |
546 resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} | |
547 engines: {node: '>=6.0'} | |
548 peerDependencies: | |
549 supports-color: '*' | |
550 peerDependenciesMeta: | |
551 supports-color: | |
552 optional: true | |
553 dependencies: | |
554 ms: 2.1.2 | |
555 dev: false | |
556 | |
2062 | 557 /delaunator/5.0.0: |
558 resolution: {integrity: sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==} | |
559 dependencies: | |
560 robust-predicates: 3.0.1 | |
561 dev: false | |
562 | |
2033 | 563 /esbuild-android-64/0.14.34: |
564 resolution: {integrity: sha512-XfxcfJqmMYsT/LXqrptzFxmaR3GWzXHDLdFNIhm6S00zPaQF1TBBWm+9t0RZ6LRR7iwH57DPjaOeW20vMqI4Yw==} | |
565 engines: {node: '>=12'} | |
566 cpu: [x64] | |
567 os: [android] | |
568 requiresBuild: true | |
569 dev: false | |
570 optional: true | |
571 | |
572 /esbuild-android-arm64/0.14.34: | |
573 resolution: {integrity: sha512-T02+NXTmSRL1Mc6puz+R9CB54rSPICkXKq6+tw8B6vxZFnCPzbJxgwIX4kcluz9p8nYBjF3+lSilTGWb7+Xgew==} | |
574 engines: {node: '>=12'} | |
575 cpu: [arm64] | |
576 os: [android] | |
577 requiresBuild: true | |
578 dev: false | |
579 optional: true | |
580 | |
581 /esbuild-darwin-64/0.14.34: | |
582 resolution: {integrity: sha512-pLRip2Bh4Ng7Bf6AMgCrSp3pPe/qZyf11h5Qo2mOfJqLWzSVjxrXW+CFRJfrOVP7TCnh/gmZSM2AFdCPB72vtw==} | |
583 engines: {node: '>=12'} | |
584 cpu: [x64] | |
585 os: [darwin] | |
586 requiresBuild: true | |
587 dev: false | |
588 optional: true | |
589 | |
590 /esbuild-darwin-arm64/0.14.34: | |
591 resolution: {integrity: sha512-vpidSJEBxx6lf1NWgXC+DCmGqesJuZ5Y8aQVVsaoO4i8tRXbXb0whChRvop/zd3nfNM4dIl5EXAky0knRX5I6w==} | |
592 engines: {node: '>=12'} | |
593 cpu: [arm64] | |
594 os: [darwin] | |
595 requiresBuild: true | |
596 dev: false | |
597 optional: true | |
598 | |
599 /esbuild-freebsd-64/0.14.34: | |
600 resolution: {integrity: sha512-m0HBjePhe0hAQJgtMRMNV9kMgIyV4/qSnzPx42kRMQBcPhgjAq1JRu4Il26czC+9FgpMbFkUktb07f/Lwnc6CA==} | |
601 engines: {node: '>=12'} | |
602 cpu: [x64] | |
603 os: [freebsd] | |
604 requiresBuild: true | |
605 dev: false | |
606 optional: true | |
607 | |
608 /esbuild-freebsd-arm64/0.14.34: | |
609 resolution: {integrity: sha512-cpRc2B94L1KvMPPYB4D6G39jLqpKlD3noAMY4/e86iXXXkhUYJJEtTuyNFTa9JRpWM0xCAp4mxjHjoIiLuoCLA==} | |
610 engines: {node: '>=12'} | |
611 cpu: [arm64] | |
612 os: [freebsd] | |
613 requiresBuild: true | |
614 dev: false | |
615 optional: true | |
616 | |
617 /esbuild-linux-32/0.14.34: | |
618 resolution: {integrity: sha512-8nQaEaoW7MH/K/RlozJa+lE1ejHIr8fuPIHhc513UebRav7HtXgQvxHQ6VZRUkWtep23M6dd7UqhwO1tMOfzQQ==} | |
619 engines: {node: '>=12'} | |
620 cpu: [ia32] | |
621 os: [linux] | |
622 requiresBuild: true | |
623 dev: false | |
624 optional: true | |
625 | |
626 /esbuild-linux-64/0.14.34: | |
627 resolution: {integrity: sha512-Y3of4qQoLLlAgf042MlrY1P+7PnN9zWj8nVtw9XQG5hcLOZLz7IKpU35oeu7n4wvyaZHwvQqDJ93gRLqdJekcQ==} | |
628 engines: {node: '>=12'} | |
629 cpu: [x64] | |
630 os: [linux] | |
631 requiresBuild: true | |
632 dev: false | |
633 optional: true | |
634 | |
635 /esbuild-linux-arm/0.14.34: | |
636 resolution: {integrity: sha512-9lpq1NcJqssAF7alCO6zL3gvBVVt/lKw4oetUM7OgNnRX0OWpB+ZIO9FwCrSj/dMdmgDhPLf+119zB8QxSMmAg==} | |
637 engines: {node: '>=12'} | |
638 cpu: [arm] | |
639 os: [linux] | |
640 requiresBuild: true | |
641 dev: false | |
642 optional: true | |
643 | |
644 /esbuild-linux-arm64/0.14.34: | |
645 resolution: {integrity: sha512-IlWaGtj9ir7+Nrume1DGcyzBDlK8GcnJq0ANKwcI9pVw8tqr+6GD0eqyF9SF1mR8UmAp+odrx1H5NdR2cHdFHA==} | |
646 engines: {node: '>=12'} | |
647 cpu: [arm64] | |
648 os: [linux] | |
649 requiresBuild: true | |
650 dev: false | |
651 optional: true | |
652 | |
653 /esbuild-linux-mips64le/0.14.34: | |
654 resolution: {integrity: sha512-k3or+01Rska1AjUyNjA4buEwB51eyN/xPQAoOx1CjzAQC3l8rpjUDw55kXyL63O/1MUi4ISvtNtl8gLwdyEcxw==} | |
655 engines: {node: '>=12'} | |
656 cpu: [mips64el] | |
657 os: [linux] | |
658 requiresBuild: true | |
659 dev: false | |
660 optional: true | |
661 | |
662 /esbuild-linux-ppc64le/0.14.34: | |
663 resolution: {integrity: sha512-+qxb8M9FfM2CJaVU7GgYpJOHM1ngQOx+/VrtBjb4C8oVqaPcESCeg2anjl+HRZy8VpYc71q/iBYausPPbJ+Keg==} | |
664 engines: {node: '>=12'} | |
665 cpu: [ppc64] | |
666 os: [linux] | |
667 requiresBuild: true | |
668 dev: false | |
669 optional: true | |
670 | |
671 /esbuild-linux-riscv64/0.14.34: | |
672 resolution: {integrity: sha512-Y717ltBdQ5j5sZIHdy1DV9kieo0wMip0dCmVSTceowCPYSn1Cg33Kd6981+F/3b9FDMzNWldZFOBRILViENZSA==} | |
673 engines: {node: '>=12'} | |
674 cpu: [riscv64] | |
675 os: [linux] | |
676 requiresBuild: true | |
677 dev: false | |
678 optional: true | |
679 | |
680 /esbuild-linux-s390x/0.14.34: | |
681 resolution: {integrity: sha512-bDDgYO4LhL4+zPs+WcBkXph+AQoPcQRTv18FzZS0WhjfH8TZx2QqlVPGhmhZ6WidrY+jKthUqO6UhGyIb4MpmA==} | |
682 engines: {node: '>=12'} | |
683 cpu: [s390x] | |
684 os: [linux] | |
685 requiresBuild: true | |
686 dev: false | |
687 optional: true | |
688 | |
689 /esbuild-netbsd-64/0.14.34: | |
690 resolution: {integrity: sha512-cfaFGXdRt0+vHsjNPyF0POM4BVSHPSbhLPe8mppDc7GDDxjIl08mV1Zou14oDWMp/XZMjYN1kWYRSfftiD0vvQ==} | |
691 engines: {node: '>=12'} | |
692 cpu: [x64] | |
693 os: [netbsd] | |
694 requiresBuild: true | |
695 dev: false | |
696 optional: true | |
697 | |
698 /esbuild-openbsd-64/0.14.34: | |
699 resolution: {integrity: sha512-vmy9DxXVnRiI14s8GKuYBtess+EVcDALkbpTqd5jw4XITutIzyB7n4x0Tj5utAkKsgZJB22lLWGekr0ABnSLow==} | |
700 engines: {node: '>=12'} | |
701 cpu: [x64] | |
702 os: [openbsd] | |
703 requiresBuild: true | |
704 dev: false | |
705 optional: true | |
706 | |
707 /esbuild-sunos-64/0.14.34: | |
708 resolution: {integrity: sha512-eNPVatNET1F7tRMhii7goL/eptfxc0ALRjrj9SPFNqp0zmxrehBFD6BaP3R4LjMn6DbMO0jOAnTLFKr8NqcJAA==} | |
709 engines: {node: '>=12'} | |
710 cpu: [x64] | |
711 os: [sunos] | |
712 requiresBuild: true | |
713 dev: false | |
714 optional: true | |
715 | |
716 /esbuild-windows-32/0.14.34: | |
717 resolution: {integrity: sha512-EFhpXyHEcnqWYe2rAHFd8dRw8wkrd9U+9oqcyoEL84GbanAYjiiIjBZsnR8kl0sCQ5w6bLpk7vCEIA2VS32Vcg==} | |
718 engines: {node: '>=12'} | |
719 cpu: [ia32] | |
720 os: [win32] | |
721 requiresBuild: true | |
722 dev: false | |
723 optional: true | |
724 | |
725 /esbuild-windows-64/0.14.34: | |
726 resolution: {integrity: sha512-a8fbl8Ky7PxNEjf1aJmtxdDZj32/hC7S1OcA2ckEpCJRTjiKslI9vAdPpSjrKIWhws4Galpaawy0nB7fjHYf5Q==} | |
727 engines: {node: '>=12'} | |
728 cpu: [x64] | |
729 os: [win32] | |
730 requiresBuild: true | |
731 dev: false | |
732 optional: true | |
733 | |
734 /esbuild-windows-arm64/0.14.34: | |
735 resolution: {integrity: sha512-EYvmKbSa2B3sPnpC28UEu9jBK5atGV4BaVRE7CYGUci2Hlz4AvtV/LML+TcDMT6gBgibnN2gcltWclab3UutMg==} | |
736 engines: {node: '>=12'} | |
737 cpu: [arm64] | |
738 os: [win32] | |
739 requiresBuild: true | |
740 dev: false | |
741 optional: true | |
742 | |
743 /esbuild/0.14.34: | |
744 resolution: {integrity: sha512-QIWdPT/gFF6hCaf4m7kP0cJ+JIuFkdHibI7vVFvu3eJS1HpVmYHWDulyN5WXwbRA0SX/7ZDaJ/1DH8SdY9xOJg==} | |
745 engines: {node: '>=12'} | |
746 hasBin: true | |
747 requiresBuild: true | |
748 optionalDependencies: | |
749 esbuild-android-64: 0.14.34 | |
750 esbuild-android-arm64: 0.14.34 | |
751 esbuild-darwin-64: 0.14.34 | |
752 esbuild-darwin-arm64: 0.14.34 | |
753 esbuild-freebsd-64: 0.14.34 | |
754 esbuild-freebsd-arm64: 0.14.34 | |
755 esbuild-linux-32: 0.14.34 | |
756 esbuild-linux-64: 0.14.34 | |
757 esbuild-linux-arm: 0.14.34 | |
758 esbuild-linux-arm64: 0.14.34 | |
759 esbuild-linux-mips64le: 0.14.34 | |
760 esbuild-linux-ppc64le: 0.14.34 | |
761 esbuild-linux-riscv64: 0.14.34 | |
762 esbuild-linux-s390x: 0.14.34 | |
763 esbuild-netbsd-64: 0.14.34 | |
764 esbuild-openbsd-64: 0.14.34 | |
765 esbuild-sunos-64: 0.14.34 | |
766 esbuild-windows-32: 0.14.34 | |
767 esbuild-windows-64: 0.14.34 | |
768 esbuild-windows-arm64: 0.14.34 | |
769 dev: false | |
770 | |
771 /fsevents/2.3.2: | |
772 resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} | |
773 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} | |
774 os: [darwin] | |
775 requiresBuild: true | |
776 dev: false | |
777 optional: true | |
778 | |
2032 | 779 /function-bind/1.1.1: |
780 resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} | |
781 dev: false | |
782 | |
783 /has/1.0.3: | |
784 resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} | |
785 engines: {node: '>= 0.4.0'} | |
786 dependencies: | |
787 function-bind: 1.1.1 | |
788 dev: false | |
789 | |
2062 | 790 /iconv-lite/0.6.3: |
791 resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} | |
792 engines: {node: '>=0.10.0'} | |
793 dependencies: | |
794 safer-buffer: 2.1.2 | |
795 dev: false | |
796 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
797 /inherits/2.0.4: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
798 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
799 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
800 |
2062 | 801 /internmap/2.0.3: |
802 resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==} | |
803 engines: {node: '>=12'} | |
804 dev: false | |
805 | |
2032 | 806 /is-core-module/2.8.1: |
807 resolution: {integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==} | |
808 dependencies: | |
809 has: 1.0.3 | |
810 dev: false | |
811 | |
2062 | 812 /knockout/3.5.1: |
813 resolution: {integrity: sha512-wRJ9I4az0QcsH7A4v4l0enUpkS++MBx0BnL/68KaLzJg7x1qmbjSlwEoCNol7KTYZ+pmtI7Eh2J0Nu6/2Z5J/Q==} | |
814 dev: false | |
815 | |
2033 | 816 /lit-element/3.2.0: |
817 resolution: {integrity: sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==} | |
818 dependencies: | |
2039 | 819 '@lit/reactive-element': 1.3.2 |
820 lit-html: 2.2.3 | |
2033 | 821 dev: false |
822 | |
2039 | 823 /lit-html/2.2.3: |
824 resolution: {integrity: sha512-vI4j3eWwtQaR8q/O63juZVliBIFMio716X719/lSsGH4UWPy2/7Qf377jsNs4cx3gCHgIbx8yxFgXFQ/igZyXQ==} | |
2033 | 825 dependencies: |
826 '@types/trusted-types': 2.0.2 | |
827 dev: false | |
828 | |
2039 | 829 /lit/2.2.3: |
830 resolution: {integrity: sha512-5/v+r9dH3Pw/o0rhp/qYk3ERvOUclNF31bWb0FiW6MPgwdQIr+/KCt/p3zcd8aPl8lIGnxdGrVcZA+gWS6oFOQ==} | |
2032 | 831 dependencies: |
2039 | 832 '@lit/reactive-element': 1.3.2 |
833 lit-element: 3.2.0 | |
834 lit-html: 2.2.3 | |
2032 | 835 dev: false |
836 | |
837 /ms/2.1.2: | |
838 resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} | |
839 dev: false | |
840 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
841 /n3/1.16.2: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
842 resolution: {integrity: sha512-5vYa2HuNEJ+a26FEs4FGgfFLgaPOODaZpJlc7FS0eUjDumc4uK0cvx216PjKXBkLzmAsSqGgQPwqztcLLvwDsw==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
843 engines: {node: '>=8.0'} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
844 dependencies: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
845 queue-microtask: 1.2.3 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
846 readable-stream: 3.6.0 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
847 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
848 |
2033 | 849 /nanoid/3.3.2: |
850 resolution: {integrity: sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==} | |
851 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} | |
852 hasBin: true | |
853 dev: false | |
854 | |
2034 | 855 /parse-prometheus-text-format/1.1.1: |
856 resolution: {integrity: sha512-dBlhYVACjRdSqLMFe4/Q1l/Gd3UmXm8ruvsTi7J6ul3ih45AkzkVpI5XHV4aZ37juGZW5+3dGU5lwk+QLM9XJA==} | |
857 dependencies: | |
858 shallow-equal: 1.2.1 | |
859 dev: false | |
860 | |
2032 | 861 /path-parse/1.0.7: |
862 resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} | |
863 dev: false | |
864 | |
865 /picocolors/1.0.0: | |
866 resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} | |
867 dev: false | |
868 | |
2033 | 869 /postcss/8.4.12: |
870 resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} | |
871 engines: {node: ^10 || ^12 || >=14} | |
872 dependencies: | |
873 nanoid: 3.3.2 | |
874 picocolors: 1.0.0 | |
875 source-map-js: 1.0.2 | |
876 dev: false | |
877 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
878 /queue-microtask/1.2.3: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
879 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
880 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
881 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
882 /rdf-js/4.0.2: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
883 resolution: {integrity: sha512-ApvlFa/WsQh8LpPK/6hctQwG06Z9ztQQGWVtrcrf9L6+sejHNXLPOqL+w7q3hF+iL0C4sv3AX1PUtGkLNzyZ0Q==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
884 dependencies: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
885 '@rdfjs/types': 1.1.0 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
886 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
887 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
888 /readable-stream/3.6.0: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
889 resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
890 engines: {node: '>= 6'} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
891 dependencies: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
892 inherits: 2.0.4 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
893 string_decoder: 1.3.0 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
894 util-deprecate: 1.0.2 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
895 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
896 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
897 /reconnectingwebsocket/1.0.0: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
898 resolution: {integrity: sha1-C4Jbq7N7ZwRFxlqn0+2XgwAgVEQ=} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
899 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
900 |
2032 | 901 /resolve/1.22.0: |
902 resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==} | |
903 hasBin: true | |
904 dependencies: | |
905 is-core-module: 2.8.1 | |
906 path-parse: 1.0.7 | |
907 supports-preserve-symlinks-flag: 1.0.0 | |
908 dev: false | |
909 | |
2062 | 910 /robust-predicates/3.0.1: |
911 resolution: {integrity: sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==} | |
912 dev: false | |
913 | |
2033 | 914 /rollup/2.70.1: |
915 resolution: {integrity: sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==} | |
916 engines: {node: '>=10.0.0'} | |
917 hasBin: true | |
918 optionalDependencies: | |
919 fsevents: 2.3.2 | |
920 dev: false | |
921 | |
2062 | 922 /rw/1.3.3: |
923 resolution: {integrity: sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=} | |
924 dev: false | |
925 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
926 /safe-buffer/5.2.1: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
927 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
928 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
929 |
2062 | 930 /safer-buffer/2.1.2: |
931 resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} | |
932 dev: false | |
933 | |
2034 | 934 /shallow-equal/1.2.1: |
935 resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==} | |
936 dev: false | |
937 | |
2033 | 938 /source-map-js/1.0.2: |
939 resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} | |
940 engines: {node: '>=0.10.0'} | |
941 dev: false | |
942 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
943 /string_decoder/1.3.0: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
944 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
945 dependencies: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
946 safe-buffer: 5.2.1 |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
947 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
948 |
2032 | 949 /supports-preserve-symlinks-flag/1.0.0: |
950 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} | |
951 engines: {node: '>= 0.4'} | |
952 dev: false | |
953 | |
2062 | 954 /sylvester/0.0.21: |
955 resolution: {integrity: sha1-KYexzivS84sNzio0OIiEv6RADqc=} | |
956 engines: {node: '>=0.2.6'} | |
957 dev: false | |
958 | |
959 /underscore/1.13.3: | |
960 resolution: {integrity: sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA==} | |
961 dev: false | |
962 | |
2071
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
963 /util-deprecate/1.0.2: |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
964 resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
965 dev: false |
56a9eaf5e882
rough ports from coffee to ts. untested
drewp@bigasterisk.com
parents:
2062
diff
changeset
|
966 |
2039 | 967 /vite-plugin-rewrite-all/0.1.2_vite@2.9.1: |
968 resolution: {integrity: sha512-hBFuG043kbixgZ/ke9SzKhkO6P8a5ryxD0CmZTe+/Cz17RIKi7uSeNUJy79V4FgavZ7pWVRg0tqVwJ7lP/A2/Q==} | |
969 engines: {node: '>=12.0.0'} | |
970 peerDependencies: | |
971 vite: ^2.0.2 | |
2032 | 972 dependencies: |
2039 | 973 connect-history-api-fallback: 1.6.0 |
974 vite: 2.9.1 | |
2032 | 975 dev: false |
976 | |
2033 | 977 /vite/2.9.1: |
978 resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==} | |
979 engines: {node: '>=12.2.0'} | |
980 hasBin: true | |
981 peerDependencies: | |
982 less: '*' | |
983 sass: '*' | |
984 stylus: '*' | |
985 peerDependenciesMeta: | |
986 less: | |
987 optional: true | |
988 sass: | |
989 optional: true | |
990 stylus: | |
991 optional: true | |
992 dependencies: | |
993 esbuild: 0.14.34 | |
994 postcss: 8.4.12 | |
995 resolve: 1.22.0 | |
996 rollup: 2.70.1 | |
997 optionalDependencies: | |
998 fsevents: 2.3.2 | |
999 dev: false |