Mercurial > code > home > repos > streamed-graph
annotate pnpm-lock.yaml @ 101:76c1a29a328f
repo now demos itself, which runs better than using the nested demo/ project
author | drewp@bigasterisk.com |
---|---|
date | Fri, 11 Feb 2022 23:24:41 -0800 |
parents | ad08e5e25fc9 |
children | 5e6840229a05 |
rev | line source |
---|---|
91 | 1 lockfileVersion: 5.3 |
2 | |
3 specifiers: | |
98 | 4 '@types/jest': ^27.4.0 |
91 | 5 '@types/jsonld': ^1.5.6 |
6 '@types/n3': ^1.10.4 | |
7 immutable: ^4.0.0 | |
98 | 8 jest: ^27.5.1 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
9 jsonld: ^2.0.2 |
98 | 10 lit: ^2.1.3 |
11 n3: ^1.13.0 | |
91 | 12 rdf-js: ^4.0.2 |
98 | 13 stylus: ^0.56.0 |
14 ts-jest: ^27.1.3 | |
91 | 15 tslib: ^2.3.1 |
98 | 16 typescript: ^4.5.5 |
99 | 17 vite: ^2.8.1 |
91 | 18 |
60 | 19 dependencies: |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
20 '@types/jsonld': 1.5.6 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
21 '@types/n3': 1.10.4 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
22 immutable: 4.0.0 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
23 jsonld: 2.0.2 |
98 | 24 lit: 2.1.3 |
25 n3: 1.13.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
26 rdf-js: 4.0.2 |
91 | 27 |
60 | 28 devDependencies: |
98 | 29 '@types/jest': 27.4.0 |
30 jest: 27.5.1 | |
31 stylus: 0.56.0 | |
32 ts-jest: 27.1.3_1e2406a8ca2ae3dc934d01f9ee2aebbb | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
33 tslib: 2.3.1 |
98 | 34 typescript: 4.5.5 |
99 | 35 vite: 2.8.1_stylus@0.56.0 |
91 | 36 |
60 | 37 packages: |
91 | 38 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
39 /@babel/code-frame/7.16.0: |
91 | 40 resolution: {integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==} |
41 engines: {node: '>=6.9.0'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
42 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
43 '@babel/highlight': 7.16.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
44 dev: true |
91 | 45 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
46 /@babel/compat-data/7.16.4: |
91 | 47 resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==} |
48 engines: {node: '>=6.9.0'} | |
49 dev: true | |
50 | |
51 /@babel/core/7.16.0: | |
52 resolution: {integrity: sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==} | |
53 engines: {node: '>=6.9.0'} | |
60 | 54 dependencies: |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
55 '@babel/code-frame': 7.16.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
56 '@babel/generator': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
57 '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
58 '@babel/helper-module-transforms': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
59 '@babel/helpers': 7.16.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
60 '@babel/parser': 7.16.4 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
61 '@babel/template': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
62 '@babel/traverse': 7.16.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
63 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
64 convert-source-map: 1.8.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
65 debug: 4.3.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
66 gensync: 1.0.0-beta.2 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
67 json5: 2.2.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
68 semver: 6.3.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
69 source-map: 0.5.7 |
91 | 70 transitivePeerDependencies: |
71 - supports-color | |
72 dev: true | |
73 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
74 /@babel/generator/7.16.0: |
91 | 75 resolution: {integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==} |
76 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
77 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
78 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
79 jsesc: 2.5.2 |
60 | 80 source-map: 0.5.7 |
81 dev: true | |
91 | 82 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
83 /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0: |
91 | 84 resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} |
85 engines: {node: '>=6.9.0'} | |
86 peerDependencies: | |
87 '@babel/core': ^7.0.0 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
88 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
89 '@babel/compat-data': 7.16.4 |
91 | 90 '@babel/core': 7.16.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
91 '@babel/helper-validator-option': 7.14.5 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
92 browserslist: 4.18.1 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
93 semver: 6.3.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
94 dev: true |
91 | 95 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
96 /@babel/helper-function-name/7.16.0: |
91 | 97 resolution: {integrity: sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==} |
98 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
99 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
100 '@babel/helper-get-function-arity': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
101 '@babel/template': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
102 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
103 dev: true |
91 | 104 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
105 /@babel/helper-get-function-arity/7.16.0: |
91 | 106 resolution: {integrity: sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==} |
107 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
108 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
109 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
110 dev: true |
91 | 111 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
112 /@babel/helper-hoist-variables/7.16.0: |
91 | 113 resolution: {integrity: sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==} |
114 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
115 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
116 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
117 dev: true |
91 | 118 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
119 /@babel/helper-member-expression-to-functions/7.16.0: |
91 | 120 resolution: {integrity: sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==} |
121 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
122 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
123 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
124 dev: true |
91 | 125 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
126 /@babel/helper-module-imports/7.16.0: |
91 | 127 resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==} |
128 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
129 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
130 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
131 dev: true |
91 | 132 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
133 /@babel/helper-module-transforms/7.16.0: |
91 | 134 resolution: {integrity: sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==} |
135 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
136 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
137 '@babel/helper-module-imports': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
138 '@babel/helper-replace-supers': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
139 '@babel/helper-simple-access': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
140 '@babel/helper-split-export-declaration': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
141 '@babel/helper-validator-identifier': 7.15.7 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
142 '@babel/template': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
143 '@babel/traverse': 7.16.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
144 '@babel/types': 7.16.0 |
91 | 145 transitivePeerDependencies: |
146 - supports-color | |
147 dev: true | |
148 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
149 /@babel/helper-optimise-call-expression/7.16.0: |
91 | 150 resolution: {integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==} |
151 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
152 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
153 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
154 dev: true |
91 | 155 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
156 /@babel/helper-plugin-utils/7.14.5: |
91 | 157 resolution: {integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==} |
158 engines: {node: '>=6.9.0'} | |
159 dev: true | |
160 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
161 /@babel/helper-replace-supers/7.16.0: |
91 | 162 resolution: {integrity: sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==} |
163 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
164 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
165 '@babel/helper-member-expression-to-functions': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
166 '@babel/helper-optimise-call-expression': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
167 '@babel/traverse': 7.16.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
168 '@babel/types': 7.16.0 |
91 | 169 transitivePeerDependencies: |
170 - supports-color | |
171 dev: true | |
172 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
173 /@babel/helper-simple-access/7.16.0: |
91 | 174 resolution: {integrity: sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==} |
175 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
176 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
177 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
178 dev: true |
91 | 179 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
180 /@babel/helper-split-export-declaration/7.16.0: |
91 | 181 resolution: {integrity: sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==} |
182 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
183 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
184 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
185 dev: true |
91 | 186 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
187 /@babel/helper-validator-identifier/7.15.7: |
91 | 188 resolution: {integrity: sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==} |
189 engines: {node: '>=6.9.0'} | |
190 dev: true | |
191 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
192 /@babel/helper-validator-option/7.14.5: |
91 | 193 resolution: {integrity: sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==} |
194 engines: {node: '>=6.9.0'} | |
195 dev: true | |
196 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
197 /@babel/helpers/7.16.3: |
91 | 198 resolution: {integrity: sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==} |
199 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
200 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
201 '@babel/template': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
202 '@babel/traverse': 7.16.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
203 '@babel/types': 7.16.0 |
91 | 204 transitivePeerDependencies: |
205 - supports-color | |
206 dev: true | |
207 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
208 /@babel/highlight/7.16.0: |
91 | 209 resolution: {integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==} |
210 engines: {node: '>=6.9.0'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
211 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
212 '@babel/helper-validator-identifier': 7.15.7 |
60 | 213 chalk: 2.4.2 |
214 js-tokens: 4.0.0 | |
215 dev: true | |
91 | 216 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
217 /@babel/parser/7.16.4: |
91 | 218 resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==} |
219 engines: {node: '>=6.0.0'} | |
60 | 220 hasBin: true |
91 | 221 dev: true |
222 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
223 /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.0: |
91 | 224 resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
225 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
226 '@babel/core': ^7.0.0-0 |
91 | 227 dependencies: |
228 '@babel/core': 7.16.0 | |
229 '@babel/helper-plugin-utils': 7.14.5 | |
230 dev: true | |
231 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
232 /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.0: |
91 | 233 resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} |
234 peerDependencies: | |
235 '@babel/core': ^7.0.0-0 | |
236 dependencies: | |
237 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
238 '@babel/helper-plugin-utils': 7.14.5 |
75 | 239 dev: true |
91 | 240 |
241 /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0: | |
242 resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} | |
75 | 243 peerDependencies: |
244 '@babel/core': ^7.0.0-0 | |
91 | 245 dependencies: |
246 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
247 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
248 dev: true |
91 | 249 |
250 /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.0: | |
251 resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
252 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
253 '@babel/core': ^7.0.0-0 |
91 | 254 dependencies: |
255 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
256 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
257 dev: true |
91 | 258 |
259 /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0: | |
260 resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
261 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
262 '@babel/core': ^7.0.0-0 |
91 | 263 dependencies: |
264 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
265 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
266 dev: true |
91 | 267 |
268 /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0: | |
269 resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
270 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
271 '@babel/core': ^7.0.0-0 |
91 | 272 dependencies: |
273 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
274 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
275 dev: true |
91 | 276 |
277 /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0: | |
278 resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
279 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
280 '@babel/core': ^7.0.0-0 |
91 | 281 dependencies: |
282 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
283 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
284 dev: true |
91 | 285 |
286 /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0: | |
287 resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
288 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
289 '@babel/core': ^7.0.0-0 |
91 | 290 dependencies: |
291 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
292 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
293 dev: true |
91 | 294 |
295 /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0: | |
296 resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
297 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
298 '@babel/core': ^7.0.0-0 |
91 | 299 dependencies: |
300 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
301 '@babel/helper-plugin-utils': 7.14.5 |
60 | 302 dev: true |
91 | 303 |
304 /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0: | |
305 resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} | |
60 | 306 peerDependencies: |
307 '@babel/core': ^7.0.0-0 | |
91 | 308 dependencies: |
309 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
310 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
311 dev: true |
91 | 312 |
313 /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0: | |
314 resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
315 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
316 '@babel/core': ^7.0.0-0 |
91 | 317 dependencies: |
318 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
319 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
320 dev: true |
91 | 321 |
322 /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.0: | |
323 resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} | |
324 engines: {node: '>=6.9.0'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
325 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
326 '@babel/core': ^7.0.0-0 |
91 | 327 dependencies: |
328 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
329 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
330 dev: true |
91 | 331 |
332 /@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.0: | |
333 resolution: {integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==} | |
334 engines: {node: '>=6.9.0'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
335 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
336 '@babel/core': ^7.0.0-0 |
91 | 337 dependencies: |
338 '@babel/core': 7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
339 '@babel/helper-plugin-utils': 7.14.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
340 dev: true |
91 | 341 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
342 /@babel/template/7.16.0: |
91 | 343 resolution: {integrity: sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==} |
344 engines: {node: '>=6.9.0'} | |
60 | 345 dependencies: |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
346 '@babel/code-frame': 7.16.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
347 '@babel/parser': 7.16.4 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
348 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
349 dev: true |
91 | 350 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
351 /@babel/traverse/7.16.3: |
91 | 352 resolution: {integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==} |
353 engines: {node: '>=6.9.0'} | |
60 | 354 dependencies: |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
355 '@babel/code-frame': 7.16.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
356 '@babel/generator': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
357 '@babel/helper-function-name': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
358 '@babel/helper-hoist-variables': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
359 '@babel/helper-split-export-declaration': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
360 '@babel/parser': 7.16.4 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
361 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
362 debug: 4.3.3 |
60 | 363 globals: 11.12.0 |
91 | 364 transitivePeerDependencies: |
365 - supports-color | |
366 dev: true | |
367 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
368 /@babel/types/7.16.0: |
91 | 369 resolution: {integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==} |
370 engines: {node: '>=6.9.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
371 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
372 '@babel/helper-validator-identifier': 7.15.7 |
60 | 373 to-fast-properties: 2.0.0 |
374 dev: true | |
91 | 375 |
75 | 376 /@bcoe/v8-coverage/0.2.3: |
91 | 377 resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} |
378 dev: true | |
379 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
380 /@istanbuljs/load-nyc-config/1.1.0: |
91 | 381 resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} |
382 engines: {node: '>=8'} | |
75 | 383 dependencies: |
384 camelcase: 5.3.1 | |
385 find-up: 4.1.0 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
386 get-package-type: 0.1.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
387 js-yaml: 3.14.1 |
75 | 388 resolve-from: 5.0.0 |
389 dev: true | |
91 | 390 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
391 /@istanbuljs/schema/0.1.3: |
91 | 392 resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} |
393 engines: {node: '>=8'} | |
394 dev: true | |
395 | |
98 | 396 /@jest/console/27.5.1: |
397 resolution: {integrity: sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==} | |
91 | 398 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
399 dependencies: |
98 | 400 '@jest/types': 27.5.1 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
401 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
402 chalk: 4.1.2 |
98 | 403 jest-message-util: 27.5.1 |
404 jest-util: 27.5.1 | |
75 | 405 slash: 3.0.0 |
406 dev: true | |
91 | 407 |
98 | 408 /@jest/core/27.5.1: |
409 resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} | |
91 | 410 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
411 peerDependencies: | |
412 node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 | |
413 peerDependenciesMeta: | |
414 node-notifier: | |
415 optional: true | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
416 dependencies: |
98 | 417 '@jest/console': 27.5.1 |
418 '@jest/reporters': 27.5.1 | |
419 '@jest/test-result': 27.5.1 | |
420 '@jest/transform': 27.5.1 | |
421 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
422 '@types/node': 16.11.11 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
423 ansi-escapes: 4.3.2 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
424 chalk: 4.1.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
425 emittery: 0.8.1 |
60 | 426 exit: 0.1.2 |
98 | 427 graceful-fs: 4.2.9 |
428 jest-changed-files: 27.5.1 | |
429 jest-config: 27.5.1 | |
430 jest-haste-map: 27.5.1 | |
431 jest-message-util: 27.5.1 | |
432 jest-regex-util: 27.5.1 | |
433 jest-resolve: 27.5.1 | |
434 jest-resolve-dependencies: 27.5.1 | |
435 jest-runner: 27.5.1 | |
436 jest-runtime: 27.5.1 | |
437 jest-snapshot: 27.5.1 | |
438 jest-util: 27.5.1 | |
439 jest-validate: 27.5.1 | |
440 jest-watcher: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
441 micromatch: 4.0.4 |
75 | 442 rimraf: 3.0.2 |
443 slash: 3.0.0 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
444 strip-ansi: 6.0.1 |
91 | 445 transitivePeerDependencies: |
446 - bufferutil | |
447 - canvas | |
448 - supports-color | |
449 - ts-node | |
450 - utf-8-validate | |
451 dev: true | |
452 | |
98 | 453 /@jest/environment/27.5.1: |
454 resolution: {integrity: sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==} | |
91 | 455 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
456 dependencies: |
98 | 457 '@jest/fake-timers': 27.5.1 |
458 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
459 '@types/node': 16.11.11 |
98 | 460 jest-mock: 27.5.1 |
461 dev: true | |
462 | |
463 /@jest/fake-timers/27.5.1: | |
464 resolution: {integrity: sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==} | |
91 | 465 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
466 dependencies: |
98 | 467 '@jest/types': 27.5.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
468 '@sinonjs/fake-timers': 8.1.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
469 '@types/node': 16.11.11 |
98 | 470 jest-message-util: 27.5.1 |
471 jest-mock: 27.5.1 | |
472 jest-util: 27.5.1 | |
473 dev: true | |
474 | |
475 /@jest/globals/27.5.1: | |
476 resolution: {integrity: sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==} | |
91 | 477 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
478 dependencies: |
98 | 479 '@jest/environment': 27.5.1 |
480 '@jest/types': 27.5.1 | |
481 expect: 27.5.1 | |
482 dev: true | |
483 | |
484 /@jest/reporters/27.5.1: | |
485 resolution: {integrity: sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==} | |
91 | 486 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
487 peerDependencies: | |
488 node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 | |
489 peerDependenciesMeta: | |
490 node-notifier: | |
491 optional: true | |
75 | 492 dependencies: |
493 '@bcoe/v8-coverage': 0.2.3 | |
98 | 494 '@jest/console': 27.5.1 |
495 '@jest/test-result': 27.5.1 | |
496 '@jest/transform': 27.5.1 | |
497 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
498 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
499 chalk: 4.1.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
500 collect-v8-coverage: 1.0.1 |
60 | 501 exit: 0.1.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
502 glob: 7.2.0 |
98 | 503 graceful-fs: 4.2.9 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
504 istanbul-lib-coverage: 3.2.0 |
98 | 505 istanbul-lib-instrument: 5.1.0 |
75 | 506 istanbul-lib-report: 3.0.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
507 istanbul-lib-source-maps: 4.0.1 |
98 | 508 istanbul-reports: 3.1.4 |
509 jest-haste-map: 27.5.1 | |
510 jest-resolve: 27.5.1 | |
511 jest-util: 27.5.1 | |
512 jest-worker: 27.5.1 | |
75 | 513 slash: 3.0.0 |
60 | 514 source-map: 0.6.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
515 string-length: 4.0.2 |
75 | 516 terminal-link: 2.1.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
517 v8-to-istanbul: 8.1.0 |
91 | 518 transitivePeerDependencies: |
519 - supports-color | |
520 dev: true | |
521 | |
98 | 522 /@jest/source-map/27.5.1: |
523 resolution: {integrity: sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==} | |
91 | 524 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
60 | 525 dependencies: |
526 callsites: 3.1.0 | |
98 | 527 graceful-fs: 4.2.9 |
60 | 528 source-map: 0.6.1 |
529 dev: true | |
91 | 530 |
98 | 531 /@jest/test-result/27.5.1: |
532 resolution: {integrity: sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==} | |
91 | 533 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
534 dependencies: |
98 | 535 '@jest/console': 27.5.1 |
536 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
537 '@types/istanbul-lib-coverage': 2.0.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
538 collect-v8-coverage: 1.0.1 |
75 | 539 dev: true |
91 | 540 |
98 | 541 /@jest/test-sequencer/27.5.1: |
542 resolution: {integrity: sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==} | |
91 | 543 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
544 dependencies: |
98 | 545 '@jest/test-result': 27.5.1 |
546 graceful-fs: 4.2.9 | |
547 jest-haste-map: 27.5.1 | |
548 jest-runtime: 27.5.1 | |
91 | 549 transitivePeerDependencies: |
550 - supports-color | |
551 dev: true | |
552 | |
98 | 553 /@jest/transform/27.5.1: |
554 resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} | |
91 | 555 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
556 dependencies: | |
557 '@babel/core': 7.16.0 | |
98 | 558 '@jest/types': 27.5.1 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
559 babel-plugin-istanbul: 6.1.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
560 chalk: 4.1.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
561 convert-source-map: 1.8.0 |
60 | 562 fast-json-stable-stringify: 2.1.0 |
98 | 563 graceful-fs: 4.2.9 |
564 jest-haste-map: 27.5.1 | |
565 jest-regex-util: 27.5.1 | |
566 jest-util: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
567 micromatch: 4.0.4 |
98 | 568 pirates: 4.0.5 |
75 | 569 slash: 3.0.0 |
60 | 570 source-map: 0.6.1 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
571 write-file-atomic: 3.0.3 |
91 | 572 transitivePeerDependencies: |
573 - supports-color | |
574 dev: true | |
575 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
576 /@jest/types/27.4.0: |
91 | 577 resolution: {integrity: sha512-jIsLdASXMf8GS7P7oGFGwobNse/6Ewq3GBPHoo0i6XRmja+NrUoDqJm4a1ffF2bHGleKJizxokcp1sCqSktP3g==} |
578 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
579 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
580 '@types/istanbul-lib-coverage': 2.0.3 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
581 '@types/istanbul-reports': 3.0.1 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
582 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
583 '@types/yargs': 16.0.4 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
584 chalk: 4.1.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
585 dev: true |
91 | 586 |
98 | 587 /@jest/types/27.5.1: |
588 resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} | |
589 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
590 dependencies: | |
591 '@types/istanbul-lib-coverage': 2.0.3 | |
592 '@types/istanbul-reports': 3.0.1 | |
593 '@types/node': 16.11.11 | |
594 '@types/yargs': 16.0.4 | |
595 chalk: 4.1.2 | |
596 dev: true | |
597 | |
91 | 598 /@lit/reactive-element/1.1.1: |
599 resolution: {integrity: sha512-B2JdRMwCGv+VpIRj3CYVQBx3muPDeE8y+HPgWqzrAHsO5/40BpwDFZeplIV790BaTqDVUDvZOKMSbuFM9zWC0w==} | |
60 | 600 dev: false |
91 | 601 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
602 /@rdfjs/types/1.0.1: |
91 | 603 resolution: {integrity: sha512-YxVkH0XrCNG3MWeZxfg596GFe+oorTVusmNxRP6ZHTsGczZ8AGvG3UchRNkg3Fy4MyysI7vBAA5YZbESL+VmHQ==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
604 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
605 '@types/node': 16.11.11 |
60 | 606 dev: false |
91 | 607 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
608 /@sinonjs/commons/1.8.3: |
91 | 609 resolution: {integrity: sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==} |
75 | 610 dependencies: |
611 type-detect: 4.0.8 | |
612 dev: true | |
91 | 613 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
614 /@sinonjs/fake-timers/8.1.0: |
91 | 615 resolution: {integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
616 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
617 '@sinonjs/commons': 1.8.3 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
618 dev: true |
91 | 619 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
620 /@tootallnate/once/1.1.2: |
91 | 621 resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} |
622 engines: {node: '>= 6'} | |
623 dev: true | |
624 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
625 /@types/babel__core/7.1.16: |
91 | 626 resolution: {integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==} |
60 | 627 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
628 '@babel/parser': 7.16.4 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
629 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
630 '@types/babel__generator': 7.6.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
631 '@types/babel__template': 7.4.1 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
632 '@types/babel__traverse': 7.14.2 |
60 | 633 dev: true |
91 | 634 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
635 /@types/babel__generator/7.6.3: |
91 | 636 resolution: {integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
637 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
638 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
639 dev: true |
91 | 640 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
641 /@types/babel__template/7.4.1: |
91 | 642 resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
643 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
644 '@babel/parser': 7.16.4 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
645 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
646 dev: true |
91 | 647 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
648 /@types/babel__traverse/7.14.2: |
91 | 649 resolution: {integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
650 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
651 '@babel/types': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
652 dev: true |
91 | 653 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
654 /@types/graceful-fs/4.1.5: |
91 | 655 resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
656 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
657 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
658 dev: true |
91 | 659 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
660 /@types/istanbul-lib-coverage/2.0.3: |
91 | 661 resolution: {integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==} |
662 dev: true | |
663 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
664 /@types/istanbul-lib-report/3.0.0: |
91 | 665 resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
666 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
667 '@types/istanbul-lib-coverage': 2.0.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
668 dev: true |
91 | 669 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
670 /@types/istanbul-reports/3.0.1: |
91 | 671 resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
672 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
673 '@types/istanbul-lib-report': 3.0.0 |
60 | 674 dev: true |
91 | 675 |
98 | 676 /@types/jest/27.4.0: |
677 resolution: {integrity: sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
678 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
679 jest-diff: 27.4.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
680 pretty-format: 27.4.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
681 dev: true |
91 | 682 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
683 /@types/jsonld/1.5.6: |
91 | 684 resolution: {integrity: sha512-OUcfMjRie5IOrJulUQwVNvV57SOdKcTfBj3pjXNxzXqeOIrY2aGDNGW/Tlp83EQPkz4tCE6YWVrGuc/ZeaAQGg==} |
60 | 685 dev: false |
91 | 686 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
687 /@types/n3/1.10.4: |
91 | 688 resolution: {integrity: sha512-FfRTwcbXcScVHuAjIASveRWL6Fi6fPALl1Ge8tMESYLqU7R42LJvtdBpUi+f9YK0oQPqIN+zFFgMDFJfLMx0bg==} |
60 | 689 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
690 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
691 rdf-js: 4.0.2 |
60 | 692 dev: false |
91 | 693 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
694 /@types/node/16.11.11: |
91 | 695 resolution: {integrity: sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==} |
696 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
697 /@types/prettier/2.4.2: |
91 | 698 resolution: {integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==} |
699 dev: true | |
700 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
701 /@types/stack-utils/2.0.1: |
91 | 702 resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} |
703 dev: true | |
704 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
705 /@types/trusted-types/2.0.2: |
91 | 706 resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
707 dev: false |
91 | 708 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
709 /@types/yargs-parser/20.2.1: |
91 | 710 resolution: {integrity: sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==} |
711 dev: true | |
712 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
713 /@types/yargs/16.0.4: |
91 | 714 resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} |
60 | 715 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
716 '@types/yargs-parser': 20.2.1 |
60 | 717 dev: true |
91 | 718 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
719 /abab/2.0.5: |
91 | 720 resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} |
721 dev: true | |
722 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
723 /acorn-globals/6.0.0: |
91 | 724 resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
725 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
726 acorn: 7.4.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
727 acorn-walk: 7.2.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
728 dev: true |
91 | 729 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
730 /acorn-walk/7.2.0: |
91 | 731 resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} |
732 engines: {node: '>=0.4.0'} | |
733 dev: true | |
734 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
735 /acorn/7.4.1: |
91 | 736 resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} |
737 engines: {node: '>=0.4.0'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
738 hasBin: true |
91 | 739 dev: true |
740 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
741 /acorn/8.6.0: |
91 | 742 resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} |
743 engines: {node: '>=0.4.0'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
744 hasBin: true |
91 | 745 dev: true |
746 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
747 /agent-base/6.0.2: |
91 | 748 resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} |
749 engines: {node: '>= 6.0.0'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
750 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
751 debug: 4.3.3 |
91 | 752 transitivePeerDependencies: |
753 - supports-color | |
754 dev: true | |
755 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
756 /ajv/6.12.6: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
757 resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
758 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
759 fast-deep-equal: 3.1.3 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
760 fast-json-stable-stringify: 2.1.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
761 json-schema-traverse: 0.4.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
762 uri-js: 4.4.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
763 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
764 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
765 /ansi-escapes/4.3.2: |
91 | 766 resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} |
767 engines: {node: '>=8'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
768 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
769 type-fest: 0.21.3 |
75 | 770 dev: true |
91 | 771 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
772 /ansi-regex/5.0.1: |
91 | 773 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} |
774 engines: {node: '>=8'} | |
775 dev: true | |
776 | |
60 | 777 /ansi-styles/3.2.1: |
91 | 778 resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} |
779 engines: {node: '>=4'} | |
60 | 780 dependencies: |
781 color-convert: 1.9.3 | |
782 dev: true | |
91 | 783 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
784 /ansi-styles/4.3.0: |
91 | 785 resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} |
786 engines: {node: '>=8'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
787 dependencies: |
75 | 788 color-convert: 2.0.1 |
789 dev: true | |
91 | 790 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
791 /ansi-styles/5.2.0: |
91 | 792 resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} |
793 engines: {node: '>=10'} | |
794 dev: true | |
795 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
796 /anymatch/3.1.2: |
91 | 797 resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} |
798 engines: {node: '>= 8'} | |
75 | 799 dependencies: |
800 normalize-path: 3.0.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
801 picomatch: 2.3.0 |
75 | 802 dev: true |
91 | 803 |
60 | 804 /argparse/1.0.10: |
91 | 805 resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} |
60 | 806 dependencies: |
807 sprintf-js: 1.0.3 | |
808 dev: true | |
91 | 809 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
810 /asn1/0.2.6: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
811 resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
812 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
813 safer-buffer: 2.1.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
814 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
815 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
816 /assert-plus/1.0.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
817 resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
818 engines: {node: '>=0.8'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
819 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
820 |
60 | 821 /asynckit/0.4.0: |
91 | 822 resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} |
823 | |
60 | 824 /atob/2.1.2: |
91 | 825 resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} |
826 engines: {node: '>= 4.5.0'} | |
60 | 827 hasBin: true |
91 | 828 dev: true |
829 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
830 /aws-sign2/0.7.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
831 resolution: {integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
832 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
833 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
834 /aws4/1.11.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
835 resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
836 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
837 |
98 | 838 /babel-jest/27.5.1_@babel+core@7.16.0: |
839 resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} | |
91 | 840 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
841 peerDependencies: | |
842 '@babel/core': ^7.8.0 | |
843 dependencies: | |
844 '@babel/core': 7.16.0 | |
98 | 845 '@jest/transform': 27.5.1 |
846 '@jest/types': 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
847 '@types/babel__core': 7.1.16 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
848 babel-plugin-istanbul: 6.1.1 |
98 | 849 babel-preset-jest: 27.5.1_@babel+core@7.16.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
850 chalk: 4.1.2 |
98 | 851 graceful-fs: 4.2.9 |
75 | 852 slash: 3.0.0 |
91 | 853 transitivePeerDependencies: |
854 - supports-color | |
855 dev: true | |
856 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
857 /babel-plugin-istanbul/6.1.1: |
91 | 858 resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} |
859 engines: {node: '>=8'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
860 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
861 '@babel/helper-plugin-utils': 7.14.5 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
862 '@istanbuljs/load-nyc-config': 1.1.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
863 '@istanbuljs/schema': 0.1.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
864 istanbul-lib-instrument: 5.1.0 |
75 | 865 test-exclude: 6.0.0 |
91 | 866 transitivePeerDependencies: |
867 - supports-color | |
868 dev: true | |
869 | |
98 | 870 /babel-plugin-jest-hoist/27.5.1: |
871 resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} | |
91 | 872 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
873 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
874 '@babel/template': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
875 '@babel/types': 7.16.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
876 '@types/babel__core': 7.1.16 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
877 '@types/babel__traverse': 7.14.2 |
60 | 878 dev: true |
91 | 879 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
880 /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.0: |
91 | 881 resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} |
882 peerDependencies: | |
883 '@babel/core': ^7.0.0 | |
884 dependencies: | |
885 '@babel/core': 7.16.0 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
886 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
887 '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
888 '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
889 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
890 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
891 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
892 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
893 '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
894 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
895 '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
896 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
897 '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
898 dev: true |
91 | 899 |
98 | 900 /babel-preset-jest/27.5.1_@babel+core@7.16.0: |
901 resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} | |
91 | 902 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
903 peerDependencies: | |
904 '@babel/core': ^7.0.0 | |
905 dependencies: | |
906 '@babel/core': 7.16.0 | |
98 | 907 babel-plugin-jest-hoist: 27.5.1 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
908 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
909 dev: true |
91 | 910 |
80
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
911 /balanced-match/1.0.2: |
91 | 912 resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} |
913 dev: true | |
914 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
915 /bcrypt-pbkdf/1.0.2: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
916 resolution: {integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
917 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
918 tweetnacl: 0.14.5 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
919 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
920 |
60 | 921 /brace-expansion/1.1.11: |
91 | 922 resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} |
60 | 923 dependencies: |
80
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
924 balanced-match: 1.0.2 |
60 | 925 concat-map: 0.0.1 |
926 dev: true | |
91 | 927 |
75 | 928 /braces/3.0.2: |
91 | 929 resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} |
930 engines: {node: '>=8'} | |
75 | 931 dependencies: |
932 fill-range: 7.0.1 | |
933 dev: true | |
91 | 934 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
935 /browser-process-hrtime/1.0.0: |
91 | 936 resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} |
937 dev: true | |
938 | |
939 /browserslist/4.18.1: | |
940 resolution: {integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==} | |
941 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} | |
60 | 942 hasBin: true |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
943 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
944 caniuse-lite: 1.0.30001283 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
945 electron-to-chromium: 1.4.5 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
946 escalade: 3.1.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
947 node-releases: 2.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
948 picocolors: 1.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
949 dev: true |
91 | 950 |
60 | 951 /bs-logger/0.2.6: |
91 | 952 resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} |
953 engines: {node: '>= 6'} | |
60 | 954 dependencies: |
955 fast-json-stable-stringify: 2.1.0 | |
956 dev: true | |
91 | 957 |
60 | 958 /bser/2.1.1: |
91 | 959 resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} |
60 | 960 dependencies: |
961 node-int64: 0.4.0 | |
962 dev: true | |
91 | 963 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
964 /buffer-from/1.1.2: |
91 | 965 resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} |
966 dev: true | |
967 | |
60 | 968 /callsites/3.1.0: |
91 | 969 resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} |
970 engines: {node: '>=6'} | |
971 dev: true | |
972 | |
60 | 973 /camelcase/5.3.1: |
91 | 974 resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} |
975 engines: {node: '>=6'} | |
976 dev: true | |
977 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
978 /camelcase/6.2.1: |
91 | 979 resolution: {integrity: sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==} |
980 engines: {node: '>=10'} | |
981 dev: true | |
982 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
983 /caniuse-lite/1.0.30001283: |
91 | 984 resolution: {integrity: sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==} |
985 dev: true | |
986 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
987 /canonicalize/1.0.8: |
91 | 988 resolution: {integrity: sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==} |
60 | 989 dev: false |
91 | 990 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
991 /caseless/0.12.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
992 resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
993 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
994 |
60 | 995 /chalk/2.4.2: |
91 | 996 resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} |
997 engines: {node: '>=4'} | |
60 | 998 dependencies: |
999 ansi-styles: 3.2.1 | |
1000 escape-string-regexp: 1.0.5 | |
1001 supports-color: 5.5.0 | |
1002 dev: true | |
91 | 1003 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1004 /chalk/4.1.2: |
91 | 1005 resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} |
1006 engines: {node: '>=10'} | |
75 | 1007 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1008 ansi-styles: 4.3.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1009 supports-color: 7.2.0 |
75 | 1010 dev: true |
91 | 1011 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1012 /char-regex/1.0.2: |
91 | 1013 resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} |
1014 engines: {node: '>=10'} | |
1015 dev: true | |
1016 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1017 /ci-info/3.3.0: |
91 | 1018 resolution: {integrity: sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==} |
1019 dev: true | |
1020 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1021 /cjs-module-lexer/1.2.2: |
91 | 1022 resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} |
1023 dev: true | |
1024 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1025 /cliui/7.0.4: |
91 | 1026 resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} |
75 | 1027 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1028 string-width: 4.2.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1029 strip-ansi: 6.0.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1030 wrap-ansi: 7.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1031 dev: true |
91 | 1032 |
60 | 1033 /co/4.6.0: |
91 | 1034 resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} |
1035 engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} | |
1036 dev: true | |
1037 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1038 /collect-v8-coverage/1.0.1: |
91 | 1039 resolution: {integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==} |
1040 dev: true | |
1041 | |
60 | 1042 /color-convert/1.9.3: |
91 | 1043 resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} |
60 | 1044 dependencies: |
1045 color-name: 1.1.3 | |
1046 dev: true | |
91 | 1047 |
75 | 1048 /color-convert/2.0.1: |
91 | 1049 resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} |
1050 engines: {node: '>=7.0.0'} | |
75 | 1051 dependencies: |
1052 color-name: 1.1.4 | |
1053 dev: true | |
91 | 1054 |
60 | 1055 /color-name/1.1.3: |
91 | 1056 resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} |
1057 dev: true | |
1058 | |
60 | 1059 /color-name/1.1.4: |
91 | 1060 resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} |
1061 dev: true | |
1062 | |
60 | 1063 /combined-stream/1.0.8: |
91 | 1064 resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} |
1065 engines: {node: '>= 0.8'} | |
60 | 1066 dependencies: |
1067 delayed-stream: 1.0.0 | |
91 | 1068 |
60 | 1069 /concat-map/0.0.1: |
91 | 1070 resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} |
1071 dev: true | |
1072 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1073 /convert-source-map/1.8.0: |
91 | 1074 resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} |
60 | 1075 dependencies: |
1076 safe-buffer: 5.1.2 | |
1077 dev: true | |
91 | 1078 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1079 /core-util-is/1.0.2: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1080 resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1081 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1082 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1083 /cross-spawn/7.0.3: |
91 | 1084 resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} |
1085 engines: {node: '>= 8'} | |
75 | 1086 dependencies: |
1087 path-key: 3.1.1 | |
1088 shebang-command: 2.0.0 | |
1089 which: 2.0.2 | |
1090 dev: true | |
91 | 1091 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1092 /css/3.0.0: |
91 | 1093 resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==} |
60 | 1094 dependencies: |
1095 inherits: 2.0.4 | |
1096 source-map: 0.6.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1097 source-map-resolve: 0.6.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1098 dev: true |
91 | 1099 |
60 | 1100 /cssom/0.3.8: |
91 | 1101 resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} |
1102 dev: true | |
1103 | |
75 | 1104 /cssom/0.4.4: |
91 | 1105 resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} |
1106 dev: true | |
1107 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1108 /cssstyle/2.3.0: |
91 | 1109 resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} |
1110 engines: {node: '>=8'} | |
60 | 1111 dependencies: |
1112 cssom: 0.3.8 | |
1113 dev: true | |
91 | 1114 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1115 /dashdash/1.14.1: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1116 resolution: {integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1117 engines: {node: '>=0.10'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1118 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1119 assert-plus: 1.0.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1120 dev: false |
91 | 1121 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1122 /data-urls/2.0.0: |
91 | 1123 resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} |
1124 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1125 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1126 abab: 2.0.5 |
60 | 1127 whatwg-mimetype: 2.3.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1128 whatwg-url: 8.7.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1129 dev: true |
91 | 1130 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1131 /debug/4.3.3: |
91 | 1132 resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} |
1133 engines: {node: '>=6.0'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1134 peerDependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1135 supports-color: '*' |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1136 peerDependenciesMeta: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1137 supports-color: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1138 optional: true |
91 | 1139 dependencies: |
1140 ms: 2.1.2 | |
1141 dev: true | |
1142 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1143 /decimal.js/10.3.1: |
91 | 1144 resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} |
1145 dev: true | |
1146 | |
60 | 1147 /decode-uri-component/0.2.0: |
91 | 1148 resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=} |
1149 engines: {node: '>=0.10'} | |
1150 dev: true | |
1151 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1152 /dedent/0.7.0: |
91 | 1153 resolution: {integrity: sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=} |
1154 dev: true | |
1155 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1156 /deep-is/0.1.4: |
91 | 1157 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} |
1158 dev: true | |
1159 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1160 /deepmerge/4.2.2: |
91 | 1161 resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} |
1162 engines: {node: '>=0.10.0'} | |
1163 dev: true | |
1164 | |
60 | 1165 /delayed-stream/1.0.0: |
91 | 1166 resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} |
1167 engines: {node: '>=0.4.0'} | |
1168 | |
75 | 1169 /detect-newline/3.1.0: |
91 | 1170 resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} |
1171 engines: {node: '>=8'} | |
1172 dev: true | |
1173 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1174 /diff-sequences/27.4.0: |
91 | 1175 resolution: {integrity: sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==} |
1176 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
1177 dev: true | |
1178 | |
98 | 1179 /diff-sequences/27.5.1: |
1180 resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} | |
1181 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
1182 dev: true | |
1183 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1184 /domexception/2.0.1: |
91 | 1185 resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} |
1186 engines: {node: '>=8'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1187 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1188 webidl-conversions: 5.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1189 dev: true |
91 | 1190 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1191 /ecc-jsbn/0.1.2: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1192 resolution: {integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1193 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1194 jsbn: 0.1.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1195 safer-buffer: 2.1.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1196 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1197 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1198 /electron-to-chromium/1.4.5: |
91 | 1199 resolution: {integrity: sha512-YKaB+t8ul5crdh6OeqT2qXdxJGI0fAYb6/X8pDIyye+c3a7ndOCk5gVeKX+ABwivCGNS56vOAif3TN0qJMpEHw==} |
1200 dev: true | |
1201 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1202 /emittery/0.8.1: |
91 | 1203 resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} |
1204 engines: {node: '>=10'} | |
1205 dev: true | |
1206 | |
75 | 1207 /emoji-regex/8.0.0: |
91 | 1208 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} |
1209 dev: true | |
1210 | |
98 | 1211 /error-ex/1.3.2: |
1212 resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} | |
1213 dependencies: | |
1214 is-arrayish: 0.2.1 | |
1215 dev: true | |
1216 | |
99 | 1217 /esbuild-android-arm64/0.14.21: |
1218 resolution: {integrity: sha512-Bqgld1TY0wZv8TqiQmVxQFgYzz8ZmyzT7clXBDZFkOOdRybzsnj8AZuK1pwcLVA7Ya6XncHgJqIao7NFd3s0RQ==} | |
1219 engines: {node: '>=12'} | |
1220 cpu: [arm64] | |
1221 os: [android] | |
1222 requiresBuild: true | |
1223 dev: true | |
1224 optional: true | |
1225 | |
1226 /esbuild-darwin-64/0.14.21: | |
1227 resolution: {integrity: sha512-j+Eg+e13djzyYINVvAbOo2/zvZ2DivuJJTaBrJnJHSD7kUNuGHRkHoSfFjbI80KHkn091w350wdmXDNSgRjfYQ==} | |
1228 engines: {node: '>=12'} | |
1229 cpu: [x64] | |
1230 os: [darwin] | |
1231 requiresBuild: true | |
1232 dev: true | |
1233 optional: true | |
1234 | |
1235 /esbuild-darwin-arm64/0.14.21: | |
1236 resolution: {integrity: sha512-nDNTKWDPI0RuoPj5BhcSB2z5EmZJJAyRtZLIjyXSqSpAyoB8eyAKXl4lB8U2P78Fnh4Lh1le/fmpewXE04JhBQ==} | |
1237 engines: {node: '>=12'} | |
1238 cpu: [arm64] | |
1239 os: [darwin] | |
1240 requiresBuild: true | |
1241 dev: true | |
1242 optional: true | |
1243 | |
1244 /esbuild-freebsd-64/0.14.21: | |
1245 resolution: {integrity: sha512-zIurkCHXhxELiDZtLGiexi8t8onQc2LtuE+S7457H/pP0g0MLRKMrsn/IN4LDkNe6lvBjuoZZi2OfelOHn831g==} | |
1246 engines: {node: '>=12'} | |
1247 cpu: [x64] | |
1248 os: [freebsd] | |
1249 requiresBuild: true | |
1250 dev: true | |
1251 optional: true | |
1252 | |
1253 /esbuild-freebsd-arm64/0.14.21: | |
1254 resolution: {integrity: sha512-wdxMmkJfbwcN+q85MpeUEamVZ40FNsBa9mPq8tAszDn8TRT2HoJvVRADPIIBa9SWWwlDChIMjkDKAnS3KS/sPA==} | |
1255 engines: {node: '>=12'} | |
1256 cpu: [arm64] | |
1257 os: [freebsd] | |
1258 requiresBuild: true | |
1259 dev: true | |
1260 optional: true | |
1261 | |
1262 /esbuild-linux-32/0.14.21: | |
1263 resolution: {integrity: sha512-fmxvyzOPPh2xiEHojpCeIQP6pXcoKsWbz3ryDDIKLOsk4xp3GbpHIEAWP0xTeuhEbendmvBDVKbAVv3PnODXLg==} | |
1264 engines: {node: '>=12'} | |
1265 cpu: [ia32] | |
1266 os: [linux] | |
1267 requiresBuild: true | |
1268 dev: true | |
1269 optional: true | |
1270 | |
1271 /esbuild-linux-64/0.14.21: | |
1272 resolution: {integrity: sha512-edZyNOv1ql+kpmlzdqzzDjRQYls+tSyi4QFi+PdBhATJFUqHsnNELWA9vMSzAaInPOEaVUTA5Ml28XFChcy4DA==} | |
1273 engines: {node: '>=12'} | |
1274 cpu: [x64] | |
1275 os: [linux] | |
1276 requiresBuild: true | |
1277 dev: true | |
1278 optional: true | |
1279 | |
1280 /esbuild-linux-arm/0.14.21: | |
1281 resolution: {integrity: sha512-aSU5pUueK6afqmLQsbU+QcFBT62L+4G9hHMJDHWfxgid6hzhSmfRH9U/f+ymvxsSTr/HFRU4y7ox8ZyhlVl98w==} | |
1282 engines: {node: '>=12'} | |
1283 cpu: [arm] | |
1284 os: [linux] | |
1285 requiresBuild: true | |
1286 dev: true | |
1287 optional: true | |
1288 | |
1289 /esbuild-linux-arm64/0.14.21: | |
1290 resolution: {integrity: sha512-t5qxRkq4zdQC0zXpzSB2bTtfLgOvR0C6BXYaRE/6/k8/4SrkZcTZBeNu+xGvwCU4b5dU9ST9pwIWkK6T1grS8g==} | |
1291 engines: {node: '>=12'} | |
1292 cpu: [arm64] | |
1293 os: [linux] | |
1294 requiresBuild: true | |
1295 dev: true | |
1296 optional: true | |
1297 | |
1298 /esbuild-linux-mips64le/0.14.21: | |
1299 resolution: {integrity: sha512-jLZLQGCNlUsmIHtGqNvBs3zN+7a4D9ckf0JZ+jQTwHdZJ1SgV9mAjbB980OFo66LoY+WeM7t3WEnq3FjI1zw4A==} | |
1300 engines: {node: '>=12'} | |
1301 cpu: [mips64el] | |
1302 os: [linux] | |
1303 requiresBuild: true | |
1304 dev: true | |
1305 optional: true | |
1306 | |
1307 /esbuild-linux-ppc64le/0.14.21: | |
1308 resolution: {integrity: sha512-4TWxpK391en2UBUw6GSrukToTDu6lL9vkm3Ll40HrI08WG3qcnJu7bl8e1+GzelDsiw1QmfAY/nNvJ6iaHRpCQ==} | |
1309 engines: {node: '>=12'} | |
1310 cpu: [ppc64] | |
1311 os: [linux] | |
1312 requiresBuild: true | |
1313 dev: true | |
1314 optional: true | |
1315 | |
1316 /esbuild-linux-riscv64/0.14.21: | |
1317 resolution: {integrity: sha512-fElngqOaOfTsF+u+oetDLHsPG74vB2ZaGZUqmGefAJn3a5z9Z2pNa4WpVbbKgHpaAAy5tWM1m1sbGohj6Ki6+Q==} | |
1318 engines: {node: '>=12'} | |
1319 cpu: [riscv64] | |
1320 os: [linux] | |
1321 requiresBuild: true | |
1322 dev: true | |
1323 optional: true | |
1324 | |
1325 /esbuild-linux-s390x/0.14.21: | |
1326 resolution: {integrity: sha512-brleZ6R5fYv0qQ7ZBwenQmP6i9TdvJCB092c/3D3pTLQHBGHJb5zWgKxOeS7bdHzmLy6a6W7GbFk6QKpjyD6QA==} | |
1327 engines: {node: '>=12'} | |
1328 cpu: [s390x] | |
1329 os: [linux] | |
1330 requiresBuild: true | |
1331 dev: true | |
1332 optional: true | |
1333 | |
1334 /esbuild-netbsd-64/0.14.21: | |
1335 resolution: {integrity: sha512-nCEgsLCQ8RoFWVV8pVI+kX66ICwbPP/M9vEa0NJGIEB/Vs5sVGMqkf67oln90XNSkbc0bPBDuo4G6FxlF7PN8g==} | |
1336 engines: {node: '>=12'} | |
1337 cpu: [x64] | |
1338 os: [netbsd] | |
1339 requiresBuild: true | |
1340 dev: true | |
1341 optional: true | |
1342 | |
1343 /esbuild-openbsd-64/0.14.21: | |
1344 resolution: {integrity: sha512-h9zLMyVD0T73MDTVYIb/qUTokwI6EJH9O6wESuTNq6+XpMSr6C5aYZ4fvFKdNELW+Xsod+yDS2hV2JTUAbFrLA==} | |
1345 engines: {node: '>=12'} | |
1346 cpu: [x64] | |
1347 os: [openbsd] | |
1348 requiresBuild: true | |
1349 dev: true | |
1350 optional: true | |
1351 | |
1352 /esbuild-sunos-64/0.14.21: | |
1353 resolution: {integrity: sha512-Kl+7Cot32qd9oqpLdB1tEGXEkjBlijrIxMJ0+vlDFaqsODutif25on0IZlFxEBtL2Gosd4p5WCV1U7UskNQfXA==} | |
1354 engines: {node: '>=12'} | |
1355 cpu: [x64] | |
1356 os: [sunos] | |
1357 requiresBuild: true | |
1358 dev: true | |
1359 optional: true | |
1360 | |
1361 /esbuild-windows-32/0.14.21: | |
1362 resolution: {integrity: sha512-V7vnTq67xPBUCk/9UtlolmQ798Ecjdr1ZoI1vcSgw7M82aSSt0eZdP6bh5KAFZU8pxDcx3qoHyWQfHYr11f22A==} | |
1363 engines: {node: '>=12'} | |
1364 cpu: [ia32] | |
1365 os: [win32] | |
1366 requiresBuild: true | |
1367 dev: true | |
1368 optional: true | |
1369 | |
1370 /esbuild-windows-64/0.14.21: | |
1371 resolution: {integrity: sha512-kDgHjKOHwjfJDCyRGELzVxiP/RBJBTA+wyspf78MTTJQkyPuxH2vChReNdWc+dU2S4gIZFHMdP1Qrl/k22ZmaA==} | |
1372 engines: {node: '>=12'} | |
1373 cpu: [x64] | |
1374 os: [win32] | |
1375 requiresBuild: true | |
1376 dev: true | |
1377 optional: true | |
1378 | |
1379 /esbuild-windows-arm64/0.14.21: | |
1380 resolution: {integrity: sha512-8Sbo0zpzgwWrwjQYLmHF78f7E2xg5Ve63bjB2ng3V2aManilnnTGaliq2snYg+NOX60+hEvJHRdVnuIAHW0lVw==} | |
1381 engines: {node: '>=12'} | |
1382 cpu: [arm64] | |
1383 os: [win32] | |
1384 requiresBuild: true | |
1385 dev: true | |
1386 optional: true | |
1387 | |
1388 /esbuild/0.14.21: | |
1389 resolution: {integrity: sha512-7WEoNMBJdLN993dr9h0CpFHPRc3yFZD+EAVY9lg6syJJ12gc5fHq8d75QRExuhnMkT2DaRiIKFThRvDWP+fO+A==} | |
1390 engines: {node: '>=12'} | |
1391 hasBin: true | |
1392 requiresBuild: true | |
1393 optionalDependencies: | |
1394 esbuild-android-arm64: 0.14.21 | |
1395 esbuild-darwin-64: 0.14.21 | |
1396 esbuild-darwin-arm64: 0.14.21 | |
1397 esbuild-freebsd-64: 0.14.21 | |
1398 esbuild-freebsd-arm64: 0.14.21 | |
1399 esbuild-linux-32: 0.14.21 | |
1400 esbuild-linux-64: 0.14.21 | |
1401 esbuild-linux-arm: 0.14.21 | |
1402 esbuild-linux-arm64: 0.14.21 | |
1403 esbuild-linux-mips64le: 0.14.21 | |
1404 esbuild-linux-ppc64le: 0.14.21 | |
1405 esbuild-linux-riscv64: 0.14.21 | |
1406 esbuild-linux-s390x: 0.14.21 | |
1407 esbuild-netbsd-64: 0.14.21 | |
1408 esbuild-openbsd-64: 0.14.21 | |
1409 esbuild-sunos-64: 0.14.21 | |
1410 esbuild-windows-32: 0.14.21 | |
1411 esbuild-windows-64: 0.14.21 | |
1412 esbuild-windows-arm64: 0.14.21 | |
1413 dev: true | |
1414 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1415 /escalade/3.1.1: |
91 | 1416 resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} |
1417 engines: {node: '>=6'} | |
1418 dev: true | |
1419 | |
60 | 1420 /escape-string-regexp/1.0.5: |
91 | 1421 resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} |
1422 engines: {node: '>=0.8.0'} | |
1423 dev: true | |
1424 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1425 /escape-string-regexp/2.0.0: |
91 | 1426 resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} |
1427 engines: {node: '>=8'} | |
1428 dev: true | |
1429 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1430 /escodegen/2.0.0: |
91 | 1431 resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} |
1432 engines: {node: '>=6.0'} | |
1433 hasBin: true | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1434 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1435 esprima: 4.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1436 estraverse: 5.3.0 |
60 | 1437 esutils: 2.0.3 |
1438 optionator: 0.8.3 | |
1439 optionalDependencies: | |
1440 source-map: 0.6.1 | |
91 | 1441 dev: true |
1442 | |
60 | 1443 /esprima/4.0.1: |
91 | 1444 resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} |
1445 engines: {node: '>=4'} | |
60 | 1446 hasBin: true |
91 | 1447 dev: true |
1448 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1449 /estraverse/5.3.0: |
91 | 1450 resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} |
1451 engines: {node: '>=4.0'} | |
1452 dev: true | |
1453 | |
60 | 1454 /esutils/2.0.3: |
91 | 1455 resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} |
1456 engines: {node: '>=0.10.0'} | |
1457 dev: true | |
1458 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1459 /execa/5.1.1: |
91 | 1460 resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} |
1461 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1462 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1463 cross-spawn: 7.0.3 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1464 get-stream: 6.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1465 human-signals: 2.1.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1466 is-stream: 2.0.1 |
75 | 1467 merge-stream: 2.0.0 |
1468 npm-run-path: 4.0.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1469 onetime: 5.1.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1470 signal-exit: 3.0.6 |
75 | 1471 strip-final-newline: 2.0.0 |
1472 dev: true | |
91 | 1473 |
60 | 1474 /exit/0.1.2: |
91 | 1475 resolution: {integrity: sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=} |
1476 engines: {node: '>= 0.8.0'} | |
1477 dev: true | |
1478 | |
98 | 1479 /expect/27.5.1: |
1480 resolution: {integrity: sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==} | |
91 | 1481 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1482 dependencies: |
98 | 1483 '@jest/types': 27.5.1 |
1484 jest-get-type: 27.5.1 | |
1485 jest-matcher-utils: 27.5.1 | |
1486 jest-message-util: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1487 dev: true |
91 | 1488 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1489 /extend/3.0.2: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1490 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1491 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1492 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1493 /extsprintf/1.3.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1494 resolution: {integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1495 engines: {'0': node >=0.6.0} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1496 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1497 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1498 /fast-deep-equal/3.1.3: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1499 resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1500 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1501 |
60 | 1502 /fast-json-stable-stringify/2.1.0: |
91 | 1503 resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} |
1504 | |
60 | 1505 /fast-levenshtein/2.0.6: |
91 | 1506 resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} |
1507 dev: true | |
1508 | |
60 | 1509 /fb-watchman/2.0.1: |
91 | 1510 resolution: {integrity: sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==} |
60 | 1511 dependencies: |
1512 bser: 2.1.1 | |
1513 dev: true | |
91 | 1514 |
75 | 1515 /fill-range/7.0.1: |
91 | 1516 resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} |
1517 engines: {node: '>=8'} | |
75 | 1518 dependencies: |
1519 to-regex-range: 5.0.1 | |
1520 dev: true | |
91 | 1521 |
60 | 1522 /find-up/4.1.0: |
91 | 1523 resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} |
1524 engines: {node: '>=8'} | |
60 | 1525 dependencies: |
1526 locate-path: 5.0.0 | |
1527 path-exists: 4.0.0 | |
1528 dev: true | |
91 | 1529 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1530 /forever-agent/0.6.1: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1531 resolution: {integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1532 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1533 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1534 /form-data/2.3.3: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1535 resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1536 engines: {node: '>= 0.12'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1537 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1538 asynckit: 0.4.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1539 combined-stream: 1.0.8 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1540 mime-types: 2.1.34 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1541 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1542 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1543 /form-data/3.0.1: |
91 | 1544 resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} |
1545 engines: {node: '>= 6'} | |
60 | 1546 dependencies: |
1547 asynckit: 0.4.0 | |
1548 combined-stream: 1.0.8 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1549 mime-types: 2.1.34 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1550 dev: true |
91 | 1551 |
60 | 1552 /fs.realpath/1.0.0: |
91 | 1553 resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} |
1554 dev: true | |
1555 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1556 /fsevents/2.3.2: |
91 | 1557 resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} |
1558 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} | |
1559 os: [darwin] | |
1560 requiresBuild: true | |
1561 dev: true | |
75 | 1562 optional: true |
91 | 1563 |
60 | 1564 /function-bind/1.1.1: |
91 | 1565 resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} |
1566 dev: true | |
1567 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1568 /gensync/1.0.0-beta.2: |
91 | 1569 resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} |
1570 engines: {node: '>=6.9.0'} | |
1571 dev: true | |
1572 | |
60 | 1573 /get-caller-file/2.0.5: |
91 | 1574 resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} |
1575 engines: {node: 6.* || 8.* || >= 10.*} | |
1576 dev: true | |
1577 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1578 /get-package-type/0.1.0: |
91 | 1579 resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} |
1580 engines: {node: '>=8.0.0'} | |
1581 dev: true | |
1582 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1583 /get-stream/6.0.1: |
91 | 1584 resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} |
1585 engines: {node: '>=10'} | |
1586 dev: true | |
1587 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1588 /getpass/0.1.7: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1589 resolution: {integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1590 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1591 assert-plus: 1.0.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1592 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1593 |
80
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1594 /glob/7.2.0: |
91 | 1595 resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} |
80
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1596 dependencies: |
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1597 fs.realpath: 1.0.0 |
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1598 inflight: 1.0.6 |
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1599 inherits: 2.0.4 |
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1600 minimatch: 3.0.4 |
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1601 once: 1.4.0 |
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1602 path-is-absolute: 1.0.1 |
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
1603 dev: true |
91 | 1604 |
60 | 1605 /globals/11.12.0: |
91 | 1606 resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} |
1607 engines: {node: '>=4'} | |
1608 dev: true | |
1609 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1610 /graceful-fs/4.2.8: |
91 | 1611 resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} |
1612 dev: true | |
1613 | |
98 | 1614 /graceful-fs/4.2.9: |
1615 resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==} | |
1616 dev: true | |
1617 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1618 /har-schema/2.0.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1619 resolution: {integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1620 engines: {node: '>=4'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1621 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1622 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1623 /har-validator/5.1.5: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1624 resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1625 engines: {node: '>=6'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1626 deprecated: this library is no longer supported |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1627 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1628 ajv: 6.12.6 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1629 har-schema: 2.0.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1630 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1631 |
60 | 1632 /has-flag/3.0.0: |
91 | 1633 resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} |
1634 engines: {node: '>=4'} | |
1635 dev: true | |
1636 | |
75 | 1637 /has-flag/4.0.0: |
91 | 1638 resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} |
1639 engines: {node: '>=8'} | |
1640 dev: true | |
1641 | |
60 | 1642 /has/1.0.3: |
91 | 1643 resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} |
1644 engines: {node: '>= 0.4.0'} | |
60 | 1645 dependencies: |
1646 function-bind: 1.1.1 | |
1647 dev: true | |
91 | 1648 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1649 /html-encoding-sniffer/2.0.1: |
91 | 1650 resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} |
1651 engines: {node: '>=10'} | |
60 | 1652 dependencies: |
1653 whatwg-encoding: 1.0.5 | |
1654 dev: true | |
91 | 1655 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1656 /html-escaper/2.0.2: |
91 | 1657 resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} |
1658 dev: true | |
1659 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1660 /http-proxy-agent/4.0.1: |
91 | 1661 resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} |
1662 engines: {node: '>= 6'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1663 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1664 '@tootallnate/once': 1.1.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1665 agent-base: 6.0.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1666 debug: 4.3.3 |
91 | 1667 transitivePeerDependencies: |
1668 - supports-color | |
1669 dev: true | |
1670 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1671 /http-signature/1.2.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1672 resolution: {integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1673 engines: {node: '>=0.8', npm: '>=1.3.7'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1674 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1675 assert-plus: 1.0.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1676 jsprim: 1.4.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1677 sshpk: 1.17.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1678 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1679 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1680 /https-proxy-agent/5.0.0: |
91 | 1681 resolution: {integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==} |
1682 engines: {node: '>= 6'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1683 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1684 agent-base: 6.0.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1685 debug: 4.3.3 |
91 | 1686 transitivePeerDependencies: |
1687 - supports-color | |
1688 dev: true | |
1689 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1690 /human-signals/2.1.0: |
91 | 1691 resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} |
1692 engines: {node: '>=10.17.0'} | |
1693 dev: true | |
1694 | |
60 | 1695 /iconv-lite/0.4.24: |
91 | 1696 resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} |
1697 engines: {node: '>=0.10.0'} | |
60 | 1698 dependencies: |
1699 safer-buffer: 2.1.2 | |
1700 dev: true | |
91 | 1701 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1702 /immutable/4.0.0: |
91 | 1703 resolution: {integrity: sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1704 dev: false |
91 | 1705 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1706 /import-local/3.0.3: |
91 | 1707 resolution: {integrity: sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==} |
1708 engines: {node: '>=8'} | |
1709 hasBin: true | |
75 | 1710 dependencies: |
1711 pkg-dir: 4.2.0 | |
1712 resolve-cwd: 3.0.0 | |
1713 dev: true | |
91 | 1714 |
60 | 1715 /imurmurhash/0.1.4: |
91 | 1716 resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} |
1717 engines: {node: '>=0.8.19'} | |
1718 dev: true | |
1719 | |
60 | 1720 /inflight/1.0.6: |
91 | 1721 resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} |
60 | 1722 dependencies: |
1723 once: 1.4.0 | |
1724 wrappy: 1.0.2 | |
1725 dev: true | |
91 | 1726 |
60 | 1727 /inherits/2.0.4: |
91 | 1728 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} |
1729 | |
98 | 1730 /is-arrayish/0.2.1: |
1731 resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} | |
1732 dev: true | |
1733 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1734 /is-core-module/2.8.0: |
91 | 1735 resolution: {integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1736 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1737 has: 1.0.3 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1738 dev: true |
91 | 1739 |
99 | 1740 /is-core-module/2.8.1: |
1741 resolution: {integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==} | |
1742 dependencies: | |
1743 has: 1.0.3 | |
1744 dev: true | |
1745 | |
75 | 1746 /is-fullwidth-code-point/3.0.0: |
91 | 1747 resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} |
1748 engines: {node: '>=8'} | |
1749 dev: true | |
1750 | |
60 | 1751 /is-generator-fn/2.1.0: |
91 | 1752 resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} |
1753 engines: {node: '>=6'} | |
1754 dev: true | |
1755 | |
75 | 1756 /is-number/7.0.0: |
91 | 1757 resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} |
1758 engines: {node: '>=0.12.0'} | |
1759 dev: true | |
1760 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1761 /is-potential-custom-element-name/1.0.1: |
91 | 1762 resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} |
1763 dev: true | |
1764 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1765 /is-stream/2.0.1: |
91 | 1766 resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} |
1767 engines: {node: '>=8'} | |
1768 dev: true | |
1769 | |
60 | 1770 /is-typedarray/1.0.0: |
91 | 1771 resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=} |
1772 | |
60 | 1773 /isexe/2.0.0: |
91 | 1774 resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} |
1775 dev: true | |
1776 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1777 /isstream/0.1.2: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1778 resolution: {integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1779 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
1780 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1781 /istanbul-lib-coverage/3.2.0: |
91 | 1782 resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} |
1783 engines: {node: '>=8'} | |
1784 dev: true | |
1785 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1786 /istanbul-lib-instrument/5.1.0: |
91 | 1787 resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} |
1788 engines: {node: '>=8'} | |
1789 dependencies: | |
1790 '@babel/core': 7.16.0 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1791 '@babel/parser': 7.16.4 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1792 '@istanbuljs/schema': 0.1.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1793 istanbul-lib-coverage: 3.2.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1794 semver: 6.3.0 |
91 | 1795 transitivePeerDependencies: |
1796 - supports-color | |
1797 dev: true | |
1798 | |
75 | 1799 /istanbul-lib-report/3.0.0: |
91 | 1800 resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} |
1801 engines: {node: '>=8'} | |
75 | 1802 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1803 istanbul-lib-coverage: 3.2.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1804 make-dir: 3.1.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1805 supports-color: 7.2.0 |
75 | 1806 dev: true |
91 | 1807 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1808 /istanbul-lib-source-maps/4.0.1: |
91 | 1809 resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} |
1810 engines: {node: '>=10'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1811 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1812 debug: 4.3.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1813 istanbul-lib-coverage: 3.2.0 |
60 | 1814 source-map: 0.6.1 |
91 | 1815 transitivePeerDependencies: |
1816 - supports-color | |
1817 dev: true | |
1818 | |
98 | 1819 /istanbul-reports/3.1.4: |
1820 resolution: {integrity: sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==} | |
91 | 1821 engines: {node: '>=8'} |
60 | 1822 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1823 html-escaper: 2.0.2 |
75 | 1824 istanbul-lib-report: 3.0.0 |
1825 dev: true | |
91 | 1826 |
98 | 1827 /jest-changed-files/27.5.1: |
1828 resolution: {integrity: sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==} | |
91 | 1829 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1830 dependencies: |
98 | 1831 '@jest/types': 27.5.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1832 execa: 5.1.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1833 throat: 6.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1834 dev: true |
91 | 1835 |
98 | 1836 /jest-circus/27.5.1: |
1837 resolution: {integrity: sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==} | |
91 | 1838 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1839 dependencies: |
98 | 1840 '@jest/environment': 27.5.1 |
1841 '@jest/test-result': 27.5.1 | |
1842 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1843 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1844 chalk: 4.1.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1845 co: 4.6.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1846 dedent: 0.7.0 |
98 | 1847 expect: 27.5.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1848 is-generator-fn: 2.1.0 |
98 | 1849 jest-each: 27.5.1 |
1850 jest-matcher-utils: 27.5.1 | |
1851 jest-message-util: 27.5.1 | |
1852 jest-runtime: 27.5.1 | |
1853 jest-snapshot: 27.5.1 | |
1854 jest-util: 27.5.1 | |
1855 pretty-format: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1856 slash: 3.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1857 stack-utils: 2.0.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1858 throat: 6.0.1 |
91 | 1859 transitivePeerDependencies: |
1860 - supports-color | |
1861 dev: true | |
1862 | |
98 | 1863 /jest-cli/27.5.1: |
1864 resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} | |
91 | 1865 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1866 hasBin: true | |
1867 peerDependencies: | |
1868 node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 | |
1869 peerDependenciesMeta: | |
1870 node-notifier: | |
1871 optional: true | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1872 dependencies: |
98 | 1873 '@jest/core': 27.5.1 |
1874 '@jest/test-result': 27.5.1 | |
1875 '@jest/types': 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1876 chalk: 4.1.2 |
60 | 1877 exit: 0.1.2 |
98 | 1878 graceful-fs: 4.2.9 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1879 import-local: 3.0.3 |
98 | 1880 jest-config: 27.5.1 |
1881 jest-util: 27.5.1 | |
1882 jest-validate: 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1883 prompts: 2.4.2 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1884 yargs: 16.2.0 |
91 | 1885 transitivePeerDependencies: |
1886 - bufferutil | |
1887 - canvas | |
1888 - supports-color | |
1889 - ts-node | |
1890 - utf-8-validate | |
1891 dev: true | |
1892 | |
98 | 1893 /jest-config/27.5.1: |
1894 resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} | |
91 | 1895 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1896 peerDependencies: |
91 | 1897 ts-node: '>=9.0.0' |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1898 peerDependenciesMeta: |
91 | 1899 ts-node: |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1900 optional: true |
91 | 1901 dependencies: |
1902 '@babel/core': 7.16.0 | |
98 | 1903 '@jest/test-sequencer': 27.5.1 |
1904 '@jest/types': 27.5.1 | |
1905 babel-jest: 27.5.1_@babel+core@7.16.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1906 chalk: 4.1.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1907 ci-info: 3.3.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1908 deepmerge: 4.2.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1909 glob: 7.2.0 |
98 | 1910 graceful-fs: 4.2.9 |
1911 jest-circus: 27.5.1 | |
1912 jest-environment-jsdom: 27.5.1 | |
1913 jest-environment-node: 27.5.1 | |
1914 jest-get-type: 27.5.1 | |
1915 jest-jasmine2: 27.5.1 | |
1916 jest-regex-util: 27.5.1 | |
1917 jest-resolve: 27.5.1 | |
1918 jest-runner: 27.5.1 | |
1919 jest-util: 27.5.1 | |
1920 jest-validate: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1921 micromatch: 4.0.4 |
98 | 1922 parse-json: 5.2.0 |
1923 pretty-format: 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1924 slash: 3.0.0 |
98 | 1925 strip-json-comments: 3.1.1 |
91 | 1926 transitivePeerDependencies: |
1927 - bufferutil | |
1928 - canvas | |
1929 - supports-color | |
1930 - utf-8-validate | |
1931 dev: true | |
1932 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1933 /jest-diff/27.4.0: |
91 | 1934 resolution: {integrity: sha512-fdXgpnyQH4LNSnYgRfHN/g413bqbPspWIAZPlXrdNISehDih1VNDtuRvlzGQJ4Go+fur1HKB2IyI25t6cWi5EA==} |
1935 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1936 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1937 chalk: 4.1.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1938 diff-sequences: 27.4.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1939 jest-get-type: 27.4.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1940 pretty-format: 27.4.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1941 dev: true |
91 | 1942 |
98 | 1943 /jest-diff/27.5.1: |
1944 resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} | |
1945 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
1946 dependencies: | |
1947 chalk: 4.1.2 | |
1948 diff-sequences: 27.5.1 | |
1949 jest-get-type: 27.5.1 | |
1950 pretty-format: 27.5.1 | |
1951 dev: true | |
1952 | |
1953 /jest-docblock/27.5.1: | |
1954 resolution: {integrity: sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==} | |
91 | 1955 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
75 | 1956 dependencies: |
1957 detect-newline: 3.1.0 | |
1958 dev: true | |
91 | 1959 |
98 | 1960 /jest-each/27.5.1: |
1961 resolution: {integrity: sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==} | |
91 | 1962 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1963 dependencies: |
98 | 1964 '@jest/types': 27.5.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1965 chalk: 4.1.2 |
98 | 1966 jest-get-type: 27.5.1 |
1967 jest-util: 27.5.1 | |
1968 pretty-format: 27.5.1 | |
1969 dev: true | |
1970 | |
1971 /jest-environment-jsdom/27.5.1: | |
1972 resolution: {integrity: sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==} | |
91 | 1973 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1974 dependencies: |
98 | 1975 '@jest/environment': 27.5.1 |
1976 '@jest/fake-timers': 27.5.1 | |
1977 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1978 '@types/node': 16.11.11 |
98 | 1979 jest-mock: 27.5.1 |
1980 jest-util: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1981 jsdom: 16.7.0 |
91 | 1982 transitivePeerDependencies: |
1983 - bufferutil | |
1984 - canvas | |
1985 - supports-color | |
1986 - utf-8-validate | |
1987 dev: true | |
1988 | |
98 | 1989 /jest-environment-node/27.5.1: |
1990 resolution: {integrity: sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==} | |
91 | 1991 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1992 dependencies: |
98 | 1993 '@jest/environment': 27.5.1 |
1994 '@jest/fake-timers': 27.5.1 | |
1995 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
1996 '@types/node': 16.11.11 |
98 | 1997 jest-mock: 27.5.1 |
1998 jest-util: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
1999 dev: true |
91 | 2000 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2001 /jest-get-type/27.4.0: |
91 | 2002 resolution: {integrity: sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ==} |
2003 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
2004 dev: true | |
2005 | |
98 | 2006 /jest-get-type/27.5.1: |
2007 resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} | |
91 | 2008 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
98 | 2009 dev: true |
2010 | |
2011 /jest-haste-map/27.5.1: | |
2012 resolution: {integrity: sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==} | |
2013 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
2014 dependencies: | |
2015 '@jest/types': 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2016 '@types/graceful-fs': 4.1.5 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2017 '@types/node': 16.11.11 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2018 anymatch: 3.1.2 |
60 | 2019 fb-watchman: 2.0.1 |
98 | 2020 graceful-fs: 4.2.9 |
2021 jest-regex-util: 27.5.1 | |
2022 jest-serializer: 27.5.1 | |
2023 jest-util: 27.5.1 | |
2024 jest-worker: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2025 micromatch: 4.0.4 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2026 walker: 1.0.8 |
60 | 2027 optionalDependencies: |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2028 fsevents: 2.3.2 |
91 | 2029 dev: true |
2030 | |
98 | 2031 /jest-jasmine2/27.5.1: |
2032 resolution: {integrity: sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==} | |
91 | 2033 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2034 dependencies: |
98 | 2035 '@jest/environment': 27.5.1 |
2036 '@jest/source-map': 27.5.1 | |
2037 '@jest/test-result': 27.5.1 | |
2038 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2039 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2040 chalk: 4.1.2 |
60 | 2041 co: 4.6.0 |
98 | 2042 expect: 27.5.1 |
60 | 2043 is-generator-fn: 2.1.0 |
98 | 2044 jest-each: 27.5.1 |
2045 jest-matcher-utils: 27.5.1 | |
2046 jest-message-util: 27.5.1 | |
2047 jest-runtime: 27.5.1 | |
2048 jest-snapshot: 27.5.1 | |
2049 jest-util: 27.5.1 | |
2050 pretty-format: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2051 throat: 6.0.1 |
91 | 2052 transitivePeerDependencies: |
2053 - supports-color | |
2054 dev: true | |
2055 | |
98 | 2056 /jest-leak-detector/27.5.1: |
2057 resolution: {integrity: sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==} | |
91 | 2058 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2059 dependencies: |
98 | 2060 jest-get-type: 27.5.1 |
2061 pretty-format: 27.5.1 | |
2062 dev: true | |
2063 | |
2064 /jest-matcher-utils/27.5.1: | |
2065 resolution: {integrity: sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==} | |
91 | 2066 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2067 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2068 chalk: 4.1.2 |
98 | 2069 jest-diff: 27.5.1 |
2070 jest-get-type: 27.5.1 | |
2071 pretty-format: 27.5.1 | |
2072 dev: true | |
2073 | |
2074 /jest-message-util/27.5.1: | |
2075 resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} | |
91 | 2076 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2077 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2078 '@babel/code-frame': 7.16.0 |
98 | 2079 '@jest/types': 27.5.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2080 '@types/stack-utils': 2.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2081 chalk: 4.1.2 |
98 | 2082 graceful-fs: 4.2.9 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2083 micromatch: 4.0.4 |
98 | 2084 pretty-format: 27.5.1 |
75 | 2085 slash: 3.0.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2086 stack-utils: 2.0.5 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2087 dev: true |
91 | 2088 |
98 | 2089 /jest-mock/27.5.1: |
2090 resolution: {integrity: sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==} | |
91 | 2091 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2092 dependencies: |
98 | 2093 '@jest/types': 27.5.1 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2094 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2095 dev: true |
91 | 2096 |
98 | 2097 /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: |
91 | 2098 resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} |
2099 engines: {node: '>=6'} | |
60 | 2100 peerDependencies: |
2101 jest-resolve: '*' | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2102 peerDependenciesMeta: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2103 jest-resolve: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2104 optional: true |
91 | 2105 dependencies: |
98 | 2106 jest-resolve: 27.5.1 |
2107 dev: true | |
2108 | |
2109 /jest-regex-util/27.5.1: | |
2110 resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} | |
91 | 2111 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
2112 dev: true | |
2113 | |
98 | 2114 /jest-resolve-dependencies/27.5.1: |
2115 resolution: {integrity: sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==} | |
91 | 2116 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2117 dependencies: |
98 | 2118 '@jest/types': 27.5.1 |
2119 jest-regex-util: 27.5.1 | |
2120 jest-snapshot: 27.5.1 | |
91 | 2121 transitivePeerDependencies: |
2122 - supports-color | |
2123 dev: true | |
2124 | |
98 | 2125 /jest-resolve/27.5.1: |
2126 resolution: {integrity: sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==} | |
91 | 2127 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2128 dependencies: |
98 | 2129 '@jest/types': 27.5.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2130 chalk: 4.1.2 |
98 | 2131 graceful-fs: 4.2.9 |
2132 jest-haste-map: 27.5.1 | |
2133 jest-pnp-resolver: 1.2.2_jest-resolve@27.5.1 | |
2134 jest-util: 27.5.1 | |
2135 jest-validate: 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2136 resolve: 1.20.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2137 resolve.exports: 1.1.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2138 slash: 3.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2139 dev: true |
91 | 2140 |
98 | 2141 /jest-runner/27.5.1: |
2142 resolution: {integrity: sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==} | |
91 | 2143 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2144 dependencies: |
98 | 2145 '@jest/console': 27.5.1 |
2146 '@jest/environment': 27.5.1 | |
2147 '@jest/test-result': 27.5.1 | |
2148 '@jest/transform': 27.5.1 | |
2149 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2150 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2151 chalk: 4.1.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2152 emittery: 0.8.1 |
98 | 2153 graceful-fs: 4.2.9 |
2154 jest-docblock: 27.5.1 | |
2155 jest-environment-jsdom: 27.5.1 | |
2156 jest-environment-node: 27.5.1 | |
2157 jest-haste-map: 27.5.1 | |
2158 jest-leak-detector: 27.5.1 | |
2159 jest-message-util: 27.5.1 | |
2160 jest-resolve: 27.5.1 | |
2161 jest-runtime: 27.5.1 | |
2162 jest-util: 27.5.1 | |
2163 jest-worker: 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2164 source-map-support: 0.5.21 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2165 throat: 6.0.1 |
91 | 2166 transitivePeerDependencies: |
2167 - bufferutil | |
2168 - canvas | |
2169 - supports-color | |
2170 - utf-8-validate | |
2171 dev: true | |
2172 | |
98 | 2173 /jest-runtime/27.5.1: |
2174 resolution: {integrity: sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==} | |
91 | 2175 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2176 dependencies: |
98 | 2177 '@jest/environment': 27.5.1 |
2178 '@jest/fake-timers': 27.5.1 | |
2179 '@jest/globals': 27.5.1 | |
2180 '@jest/source-map': 27.5.1 | |
2181 '@jest/test-result': 27.5.1 | |
2182 '@jest/transform': 27.5.1 | |
2183 '@jest/types': 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2184 chalk: 4.1.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2185 cjs-module-lexer: 1.2.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2186 collect-v8-coverage: 1.0.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2187 execa: 5.1.1 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2188 glob: 7.2.0 |
98 | 2189 graceful-fs: 4.2.9 |
2190 jest-haste-map: 27.5.1 | |
2191 jest-message-util: 27.5.1 | |
2192 jest-mock: 27.5.1 | |
2193 jest-regex-util: 27.5.1 | |
2194 jest-resolve: 27.5.1 | |
2195 jest-snapshot: 27.5.1 | |
2196 jest-util: 27.5.1 | |
75 | 2197 slash: 3.0.0 |
2198 strip-bom: 4.0.0 | |
91 | 2199 transitivePeerDependencies: |
2200 - supports-color | |
2201 dev: true | |
2202 | |
98 | 2203 /jest-serializer/27.5.1: |
2204 resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} | |
91 | 2205 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2206 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2207 '@types/node': 16.11.11 |
98 | 2208 graceful-fs: 4.2.9 |
2209 dev: true | |
2210 | |
2211 /jest-snapshot/27.5.1: | |
2212 resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} | |
91 | 2213 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
2214 dependencies: | |
2215 '@babel/core': 7.16.0 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2216 '@babel/generator': 7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2217 '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2218 '@babel/traverse': 7.16.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2219 '@babel/types': 7.16.0 |
98 | 2220 '@jest/transform': 27.5.1 |
2221 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2222 '@types/babel__traverse': 7.14.2 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2223 '@types/prettier': 2.4.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2224 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2225 chalk: 4.1.2 |
98 | 2226 expect: 27.5.1 |
2227 graceful-fs: 4.2.9 | |
2228 jest-diff: 27.5.1 | |
2229 jest-get-type: 27.5.1 | |
2230 jest-haste-map: 27.5.1 | |
2231 jest-matcher-utils: 27.5.1 | |
2232 jest-message-util: 27.5.1 | |
2233 jest-util: 27.5.1 | |
60 | 2234 natural-compare: 1.4.0 |
98 | 2235 pretty-format: 27.5.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2236 semver: 7.3.5 |
91 | 2237 transitivePeerDependencies: |
2238 - supports-color | |
2239 dev: true | |
2240 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2241 /jest-util/27.4.0: |
91 | 2242 resolution: {integrity: sha512-9HL5h/IWeg2u2dt0UIiseVRCnadh7CMPD4B9AeoEO23/NofaEfcPzIfl8dw45CpGHjP+xenw1viQYMd25DWquA==} |
2243 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2244 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2245 '@jest/types': 27.4.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2246 '@types/node': 16.11.11 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2247 chalk: 4.1.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2248 ci-info: 3.3.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2249 graceful-fs: 4.2.8 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2250 picomatch: 2.3.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2251 dev: true |
91 | 2252 |
98 | 2253 /jest-util/27.5.1: |
2254 resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==} | |
91 | 2255 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2256 dependencies: |
98 | 2257 '@jest/types': 27.5.1 |
2258 '@types/node': 16.11.11 | |
2259 chalk: 4.1.2 | |
2260 ci-info: 3.3.0 | |
2261 graceful-fs: 4.2.9 | |
2262 picomatch: 2.3.0 | |
2263 dev: true | |
2264 | |
2265 /jest-validate/27.5.1: | |
2266 resolution: {integrity: sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==} | |
2267 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
2268 dependencies: | |
2269 '@jest/types': 27.5.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2270 camelcase: 6.2.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2271 chalk: 4.1.2 |
98 | 2272 jest-get-type: 27.5.1 |
60 | 2273 leven: 3.1.0 |
98 | 2274 pretty-format: 27.5.1 |
2275 dev: true | |
2276 | |
2277 /jest-watcher/27.5.1: | |
2278 resolution: {integrity: sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==} | |
91 | 2279 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2280 dependencies: |
98 | 2281 '@jest/test-result': 27.5.1 |
2282 '@jest/types': 27.5.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2283 '@types/node': 16.11.11 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2284 ansi-escapes: 4.3.2 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2285 chalk: 4.1.2 |
98 | 2286 jest-util: 27.5.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2287 string-length: 4.0.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2288 dev: true |
91 | 2289 |
98 | 2290 /jest-worker/27.5.1: |
2291 resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} | |
91 | 2292 engines: {node: '>= 10.13.0'} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2293 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2294 '@types/node': 16.11.11 |
60 | 2295 merge-stream: 2.0.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2296 supports-color: 8.1.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2297 dev: true |
91 | 2298 |
98 | 2299 /jest/27.5.1: |
2300 resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} | |
91 | 2301 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
60 | 2302 hasBin: true |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2303 peerDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2304 node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2305 peerDependenciesMeta: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2306 node-notifier: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2307 optional: true |
91 | 2308 dependencies: |
98 | 2309 '@jest/core': 27.5.1 |
91 | 2310 import-local: 3.0.3 |
98 | 2311 jest-cli: 27.5.1 |
91 | 2312 transitivePeerDependencies: |
2313 - bufferutil | |
2314 - canvas | |
2315 - supports-color | |
2316 - ts-node | |
2317 - utf-8-validate | |
2318 dev: true | |
2319 | |
60 | 2320 /js-tokens/4.0.0: |
91 | 2321 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} |
2322 dev: true | |
2323 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2324 /js-yaml/3.14.1: |
91 | 2325 resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} |
2326 hasBin: true | |
60 | 2327 dependencies: |
2328 argparse: 1.0.10 | |
2329 esprima: 4.0.1 | |
2330 dev: true | |
91 | 2331 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2332 /jsbn/0.1.1: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2333 resolution: {integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2334 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2335 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2336 /jsdom/16.7.0: |
91 | 2337 resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} |
2338 engines: {node: '>=10'} | |
2339 peerDependencies: | |
2340 canvas: ^2.5.0 | |
2341 peerDependenciesMeta: | |
2342 canvas: | |
2343 optional: true | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2344 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2345 abab: 2.0.5 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2346 acorn: 8.6.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2347 acorn-globals: 6.0.0 |
75 | 2348 cssom: 0.4.4 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2349 cssstyle: 2.3.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2350 data-urls: 2.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2351 decimal.js: 10.3.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2352 domexception: 2.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2353 escodegen: 2.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2354 form-data: 3.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2355 html-encoding-sniffer: 2.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2356 http-proxy-agent: 4.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2357 https-proxy-agent: 5.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2358 is-potential-custom-element-name: 1.0.1 |
60 | 2359 nwsapi: 2.2.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2360 parse5: 6.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2361 saxes: 5.0.1 |
60 | 2362 symbol-tree: 3.2.4 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2363 tough-cookie: 4.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2364 w3c-hr-time: 1.0.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2365 w3c-xmlserializer: 2.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2366 webidl-conversions: 6.1.0 |
60 | 2367 whatwg-encoding: 1.0.5 |
2368 whatwg-mimetype: 2.3.0 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2369 whatwg-url: 8.7.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2370 ws: 7.5.6 |
60 | 2371 xml-name-validator: 3.0.0 |
91 | 2372 transitivePeerDependencies: |
2373 - bufferutil | |
2374 - supports-color | |
2375 - utf-8-validate | |
2376 dev: true | |
2377 | |
60 | 2378 /jsesc/2.5.2: |
91 | 2379 resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} |
2380 engines: {node: '>=4'} | |
60 | 2381 hasBin: true |
91 | 2382 dev: true |
2383 | |
98 | 2384 /json-parse-even-better-errors/2.3.1: |
2385 resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} | |
2386 dev: true | |
2387 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2388 /json-schema-traverse/0.4.1: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2389 resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2390 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2391 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2392 /json-schema/0.4.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2393 resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2394 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2395 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2396 /json-stringify-safe/5.0.1: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2397 resolution: {integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2398 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2399 |
91 | 2400 /json5/2.2.0: |
2401 resolution: {integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==} | |
2402 engines: {node: '>=6'} | |
60 | 2403 hasBin: true |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2404 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2405 minimist: 1.2.5 |
60 | 2406 dev: true |
91 | 2407 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2408 /jsonld/2.0.2: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2409 resolution: {integrity: sha512-/TQzRe75/3h2khu57IUojha5oat+M82bm8RYw0jLhlmmPrW/kTWAZ9nGzKPfZWnPYnVVJJMQVc/pU8HCmpv9xg==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2410 engines: {node: '>=6'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2411 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2412 canonicalize: 1.0.8 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2413 lru-cache: 5.1.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2414 rdf-canonize: 1.2.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2415 request: 2.88.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2416 semver: 6.3.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2417 xmldom: 0.1.19 |
60 | 2418 dev: false |
91 | 2419 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2420 /jsprim/1.4.2: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2421 resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2422 engines: {node: '>=0.6.0'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2423 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2424 assert-plus: 1.0.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2425 extsprintf: 1.3.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2426 json-schema: 0.4.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2427 verror: 1.10.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2428 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2429 |
60 | 2430 /kleur/3.0.3: |
91 | 2431 resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} |
2432 engines: {node: '>=6'} | |
2433 dev: true | |
2434 | |
60 | 2435 /leven/3.1.0: |
91 | 2436 resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} |
2437 engines: {node: '>=6'} | |
2438 dev: true | |
2439 | |
60 | 2440 /levn/0.3.0: |
91 | 2441 resolution: {integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=} |
2442 engines: {node: '>= 0.8.0'} | |
60 | 2443 dependencies: |
2444 prelude-ls: 1.1.2 | |
2445 type-check: 0.3.2 | |
2446 dev: true | |
91 | 2447 |
98 | 2448 /lines-and-columns/1.2.4: |
2449 resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} | |
2450 dev: true | |
2451 | |
91 | 2452 /lit-element/3.1.1: |
2453 resolution: {integrity: sha512-14ClnMAU8EXnzC+M2/KDd3SFmNUn1QUw1+GxWkEMwGV3iaH8ObunMlO5svzvaWlkSV0WlxJCi40NGnDVJ2XZKQ==} | |
2454 dependencies: | |
2455 '@lit/reactive-element': 1.1.1 | |
2456 lit-html: 2.1.1 | |
60 | 2457 dev: false |
91 | 2458 |
2459 /lit-html/2.1.1: | |
2460 resolution: {integrity: sha512-E4BImK6lopAYanJpvcGaAG8kQFF1ccIulPu2BRNZI7acFB6i4ujjjsnaPVFT1j/4lD9r8GKih0Y8d7/LH8SeyQ==} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2461 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2462 '@types/trusted-types': 2.0.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2463 dev: false |
91 | 2464 |
98 | 2465 /lit/2.1.3: |
2466 resolution: {integrity: sha512-46KtKy7iDoY3wZ5VSqBlXll6J/tli5gRMPFRWi5qQ01lvIqcO+dYQwb1l1NYZjbzcHnGnCKrMb8nDv7/ZE4Y4g==} | |
91 | 2467 dependencies: |
2468 '@lit/reactive-element': 1.1.1 | |
2469 lit-element: 3.1.1 | |
2470 lit-html: 2.1.1 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2471 dev: false |
91 | 2472 |
60 | 2473 /locate-path/5.0.0: |
91 | 2474 resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} |
2475 engines: {node: '>=8'} | |
60 | 2476 dependencies: |
2477 p-locate: 4.1.0 | |
2478 dev: true | |
91 | 2479 |
60 | 2480 /lodash.memoize/4.1.2: |
91 | 2481 resolution: {integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=} |
2482 dev: true | |
2483 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2484 /lodash/4.17.21: |
91 | 2485 resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} |
2486 dev: true | |
2487 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2488 /lru-cache/5.1.1: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2489 resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2490 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2491 yallist: 3.1.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2492 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2493 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2494 /lru-cache/6.0.0: |
91 | 2495 resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} |
2496 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2497 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2498 yallist: 4.0.0 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2499 dev: true |
91 | 2500 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2501 /make-dir/3.1.0: |
91 | 2502 resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} |
2503 engines: {node: '>=8'} | |
60 | 2504 dependencies: |
2505 semver: 6.3.0 | |
2506 dev: true | |
91 | 2507 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2508 /make-error/1.3.6: |
91 | 2509 resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} |
2510 dev: true | |
2511 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2512 /makeerror/1.0.12: |
91 | 2513 resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2514 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2515 tmpl: 1.0.5 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2516 dev: true |
91 | 2517 |
60 | 2518 /merge-stream/2.0.0: |
91 | 2519 resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} |
2520 dev: true | |
2521 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2522 /micromatch/4.0.4: |
91 | 2523 resolution: {integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==} |
2524 engines: {node: '>=8.6'} | |
75 | 2525 dependencies: |
2526 braces: 3.0.2 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2527 picomatch: 2.3.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2528 dev: true |
91 | 2529 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2530 /mime-db/1.51.0: |
91 | 2531 resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==} |
2532 engines: {node: '>= 0.6'} | |
2533 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2534 /mime-types/2.1.34: |
91 | 2535 resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==} |
2536 engines: {node: '>= 0.6'} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2537 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2538 mime-db: 1.51.0 |
91 | 2539 |
75 | 2540 /mimic-fn/2.1.0: |
91 | 2541 resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} |
2542 engines: {node: '>=6'} | |
2543 dev: true | |
2544 | |
60 | 2545 /minimatch/3.0.4: |
91 | 2546 resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} |
60 | 2547 dependencies: |
2548 brace-expansion: 1.1.11 | |
2549 dev: true | |
91 | 2550 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2551 /minimist/1.2.5: |
91 | 2552 resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} |
2553 dev: true | |
2554 | |
60 | 2555 /ms/2.1.2: |
91 | 2556 resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} |
2557 dev: true | |
2558 | |
98 | 2559 /n3/1.13.0: |
2560 resolution: {integrity: sha512-GMB4ypBfnuf6mmwbtyN6Whc8TfuVDedxc4n+3wsacQH/h0+RjaEobGMhlWrFLDsqVbT94XA6+q9yysMO5SadKA==} | |
91 | 2561 engines: {node: '>=8.0'} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2562 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2563 queue-microtask: 1.2.3 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2564 readable-stream: 3.6.0 |
60 | 2565 dev: false |
91 | 2566 |
99 | 2567 /nanoid/3.2.0: |
2568 resolution: {integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==} | |
2569 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} | |
2570 hasBin: true | |
2571 dev: true | |
2572 | |
60 | 2573 /natural-compare/1.4.0: |
91 | 2574 resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} |
2575 dev: true | |
2576 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2577 /node-forge/0.10.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2578 resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2579 engines: {node: '>= 6.0.0'} |
60 | 2580 dev: false |
91 | 2581 |
60 | 2582 /node-int64/0.4.0: |
91 | 2583 resolution: {integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=} |
2584 dev: true | |
2585 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2586 /node-releases/2.0.1: |
91 | 2587 resolution: {integrity: sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==} |
2588 dev: true | |
2589 | |
75 | 2590 /normalize-path/3.0.0: |
91 | 2591 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} |
2592 engines: {node: '>=0.10.0'} | |
2593 dev: true | |
2594 | |
75 | 2595 /npm-run-path/4.0.1: |
91 | 2596 resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} |
2597 engines: {node: '>=8'} | |
75 | 2598 dependencies: |
2599 path-key: 3.1.1 | |
2600 dev: true | |
91 | 2601 |
60 | 2602 /nwsapi/2.2.0: |
91 | 2603 resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} |
2604 dev: true | |
2605 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2606 /oauth-sign/0.9.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2607 resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2608 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2609 |
60 | 2610 /once/1.4.0: |
91 | 2611 resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} |
60 | 2612 dependencies: |
2613 wrappy: 1.0.2 | |
2614 dev: true | |
91 | 2615 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2616 /onetime/5.1.2: |
91 | 2617 resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} |
2618 engines: {node: '>=6'} | |
75 | 2619 dependencies: |
2620 mimic-fn: 2.1.0 | |
2621 dev: true | |
91 | 2622 |
60 | 2623 /optionator/0.8.3: |
91 | 2624 resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} |
2625 engines: {node: '>= 0.8.0'} | |
60 | 2626 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2627 deep-is: 0.1.4 |
60 | 2628 fast-levenshtein: 2.0.6 |
2629 levn: 0.3.0 | |
2630 prelude-ls: 1.1.2 | |
2631 type-check: 0.3.2 | |
2632 word-wrap: 1.2.3 | |
2633 dev: true | |
91 | 2634 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2635 /p-limit/2.3.0: |
91 | 2636 resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} |
2637 engines: {node: '>=6'} | |
60 | 2638 dependencies: |
2639 p-try: 2.2.0 | |
2640 dev: true | |
91 | 2641 |
60 | 2642 /p-locate/4.1.0: |
91 | 2643 resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} |
2644 engines: {node: '>=8'} | |
60 | 2645 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2646 p-limit: 2.3.0 |
60 | 2647 dev: true |
91 | 2648 |
60 | 2649 /p-try/2.2.0: |
91 | 2650 resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} |
2651 engines: {node: '>=6'} | |
2652 dev: true | |
2653 | |
98 | 2654 /parse-json/5.2.0: |
2655 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} | |
2656 engines: {node: '>=8'} | |
2657 dependencies: | |
2658 '@babel/code-frame': 7.16.0 | |
2659 error-ex: 1.3.2 | |
2660 json-parse-even-better-errors: 2.3.1 | |
2661 lines-and-columns: 1.2.4 | |
2662 dev: true | |
2663 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2664 /parse5/6.0.1: |
91 | 2665 resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} |
2666 dev: true | |
2667 | |
60 | 2668 /path-exists/4.0.0: |
91 | 2669 resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} |
2670 engines: {node: '>=8'} | |
2671 dev: true | |
2672 | |
60 | 2673 /path-is-absolute/1.0.1: |
91 | 2674 resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} |
2675 engines: {node: '>=0.10.0'} | |
2676 dev: true | |
2677 | |
75 | 2678 /path-key/3.1.1: |
91 | 2679 resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} |
2680 engines: {node: '>=8'} | |
2681 dev: true | |
2682 | |
80
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
2683 /path-parse/1.0.7: |
91 | 2684 resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} |
2685 dev: true | |
2686 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2687 /performance-now/2.1.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2688 resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2689 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2690 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2691 /picocolors/1.0.0: |
91 | 2692 resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} |
2693 dev: true | |
2694 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2695 /picomatch/2.3.0: |
91 | 2696 resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} |
2697 engines: {node: '>=8.6'} | |
2698 dev: true | |
2699 | |
98 | 2700 /pirates/4.0.5: |
2701 resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} | |
91 | 2702 engines: {node: '>= 6'} |
60 | 2703 dev: true |
91 | 2704 |
60 | 2705 /pkg-dir/4.2.0: |
91 | 2706 resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} |
2707 engines: {node: '>=8'} | |
60 | 2708 dependencies: |
2709 find-up: 4.1.0 | |
2710 dev: true | |
91 | 2711 |
99 | 2712 /postcss/8.4.6: |
2713 resolution: {integrity: sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==} | |
2714 engines: {node: ^10 || ^12 || >=14} | |
2715 dependencies: | |
2716 nanoid: 3.2.0 | |
2717 picocolors: 1.0.0 | |
2718 source-map-js: 1.0.2 | |
91 | 2719 dev: true |
2720 | |
60 | 2721 /prelude-ls/1.1.2: |
91 | 2722 resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} |
2723 engines: {node: '>= 0.8.0'} | |
2724 dev: true | |
2725 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2726 /pretty-format/27.4.0: |
91 | 2727 resolution: {integrity: sha512-n0QR6hMREfp6nLzfVksXMAfIxk1ffOOfbb/FzKHFmRtn9iJKaZXB8WMzLr8a72IASShEAhqK06nlwp1gVWgqKg==} |
2728 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2729 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2730 '@jest/types': 27.4.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2731 ansi-regex: 5.0.1 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2732 ansi-styles: 5.2.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2733 react-is: 17.0.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2734 dev: true |
91 | 2735 |
98 | 2736 /pretty-format/27.5.1: |
2737 resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} | |
2738 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | |
2739 dependencies: | |
2740 ansi-regex: 5.0.1 | |
2741 ansi-styles: 5.2.0 | |
2742 react-is: 17.0.2 | |
2743 dev: true | |
2744 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2745 /prompts/2.4.2: |
91 | 2746 resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} |
2747 engines: {node: '>= 6'} | |
60 | 2748 dependencies: |
2749 kleur: 3.0.3 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2750 sisteransi: 1.0.5 |
60 | 2751 dev: true |
91 | 2752 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2753 /psl/1.8.0: |
91 | 2754 resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} |
2755 | |
60 | 2756 /punycode/2.1.1: |
91 | 2757 resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} |
2758 engines: {node: '>=6'} | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2759 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2760 /qs/6.5.3: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2761 resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2762 engines: {node: '>=0.6'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2763 dev: false |
91 | 2764 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2765 /queue-microtask/1.2.3: |
91 | 2766 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2767 dev: false |
91 | 2768 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2769 /rdf-canonize/1.2.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2770 resolution: {integrity: sha512-MQdcRDz4+82nUrEb3hNQangBDpmep15uMmnWclGi/1KS0bNVc8oHpoNI0PFLHZsvwgwRzH31bO1JAScqUAstvw==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2771 engines: {node: '>=6'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2772 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2773 node-forge: 0.10.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2774 semver: 6.3.0 |
60 | 2775 dev: false |
91 | 2776 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2777 /rdf-js/4.0.2: |
91 | 2778 resolution: {integrity: sha512-ApvlFa/WsQh8LpPK/6hctQwG06Z9ztQQGWVtrcrf9L6+sejHNXLPOqL+w7q3hF+iL0C4sv3AX1PUtGkLNzyZ0Q==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2779 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2780 '@rdfjs/types': 1.0.1 |
60 | 2781 dev: false |
91 | 2782 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2783 /react-is/17.0.2: |
91 | 2784 resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} |
2785 dev: true | |
2786 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2787 /readable-stream/3.6.0: |
91 | 2788 resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} |
2789 engines: {node: '>= 6'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2790 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2791 inherits: 2.0.4 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2792 string_decoder: 1.3.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2793 util-deprecate: 1.0.2 |
101
76c1a29a328f
repo now demos itself, which runs better than using the nested demo/ project
drewp@bigasterisk.com
parents:
100
diff
changeset
|
2794 dev: false |
91 | 2795 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2796 /request/2.88.2: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2797 resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2798 engines: {node: '>= 6'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2799 deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2800 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2801 aws-sign2: 0.7.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2802 aws4: 1.11.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2803 caseless: 0.12.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2804 combined-stream: 1.0.8 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2805 extend: 3.0.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2806 forever-agent: 0.6.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2807 form-data: 2.3.3 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2808 har-validator: 5.1.5 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2809 http-signature: 1.2.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2810 is-typedarray: 1.0.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2811 isstream: 0.1.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2812 json-stringify-safe: 5.0.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2813 mime-types: 2.1.34 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2814 oauth-sign: 0.9.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2815 performance-now: 2.1.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2816 qs: 6.5.3 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2817 safe-buffer: 5.2.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2818 tough-cookie: 2.5.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2819 tunnel-agent: 0.6.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2820 uuid: 3.4.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2821 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2822 |
60 | 2823 /require-directory/2.1.1: |
91 | 2824 resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} |
2825 engines: {node: '>=0.10.0'} | |
2826 dev: true | |
2827 | |
75 | 2828 /resolve-cwd/3.0.0: |
91 | 2829 resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} |
2830 engines: {node: '>=8'} | |
75 | 2831 dependencies: |
2832 resolve-from: 5.0.0 | |
2833 dev: true | |
91 | 2834 |
75 | 2835 /resolve-from/5.0.0: |
91 | 2836 resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} |
2837 engines: {node: '>=8'} | |
2838 dev: true | |
2839 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2840 /resolve.exports/1.1.0: |
91 | 2841 resolution: {integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==} |
2842 engines: {node: '>=10'} | |
2843 dev: true | |
2844 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2845 /resolve/1.20.0: |
91 | 2846 resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2847 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2848 is-core-module: 2.8.0 |
80
7c93e17b1111
more fixes, more original code uncommented
drewp@bigasterisk.com
parents:
79
diff
changeset
|
2849 path-parse: 1.0.7 |
75 | 2850 dev: true |
91 | 2851 |
99 | 2852 /resolve/1.22.0: |
2853 resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==} | |
2854 hasBin: true | |
2855 dependencies: | |
2856 is-core-module: 2.8.1 | |
2857 path-parse: 1.0.7 | |
2858 supports-preserve-symlinks-flag: 1.0.0 | |
2859 dev: true | |
2860 | |
75 | 2861 /rimraf/3.0.2: |
91 | 2862 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} |
2863 hasBin: true | |
60 | 2864 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2865 glob: 7.2.0 |
60 | 2866 dev: true |
91 | 2867 |
98 | 2868 /rollup/2.67.2: |
2869 resolution: {integrity: sha512-hoEiBWwZtf1QdK3jZIq59L0FJj4Fiv4RplCO4pvCRC86qsoFurWB4hKQIjoRf3WvJmk5UZ9b0y5ton+62fC7Tw==} | |
91 | 2870 engines: {node: '>=10.0.0'} |
60 | 2871 hasBin: true |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2872 optionalDependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2873 fsevents: 2.3.2 |
91 | 2874 dev: true |
2875 | |
60 | 2876 /safe-buffer/5.1.2: |
91 | 2877 resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} |
2878 dev: true | |
2879 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2880 /safe-buffer/5.2.1: |
91 | 2881 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} |
101
76c1a29a328f
repo now demos itself, which runs better than using the nested demo/ project
drewp@bigasterisk.com
parents:
100
diff
changeset
|
2882 dev: false |
91 | 2883 |
60 | 2884 /safer-buffer/2.1.2: |
91 | 2885 resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} |
2886 | |
60 | 2887 /sax/1.2.4: |
91 | 2888 resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} |
2889 dev: true | |
2890 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2891 /saxes/5.0.1: |
91 | 2892 resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} |
2893 engines: {node: '>=10'} | |
75 | 2894 dependencies: |
2895 xmlchars: 2.2.0 | |
2896 dev: true | |
91 | 2897 |
60 | 2898 /semver/6.3.0: |
91 | 2899 resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} |
60 | 2900 hasBin: true |
91 | 2901 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2902 /semver/7.3.5: |
91 | 2903 resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==} |
2904 engines: {node: '>=10'} | |
2905 hasBin: true | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2906 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2907 lru-cache: 6.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2908 dev: true |
91 | 2909 |
75 | 2910 /shebang-command/2.0.0: |
91 | 2911 resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} |
2912 engines: {node: '>=8'} | |
75 | 2913 dependencies: |
2914 shebang-regex: 3.0.0 | |
2915 dev: true | |
91 | 2916 |
75 | 2917 /shebang-regex/3.0.0: |
91 | 2918 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} |
2919 engines: {node: '>=8'} | |
2920 dev: true | |
2921 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2922 /signal-exit/3.0.6: |
91 | 2923 resolution: {integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==} |
2924 dev: true | |
2925 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2926 /sisteransi/1.0.5: |
91 | 2927 resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} |
2928 dev: true | |
2929 | |
75 | 2930 /slash/3.0.0: |
91 | 2931 resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} |
2932 engines: {node: '>=8'} | |
2933 dev: true | |
2934 | |
99 | 2935 /source-map-js/1.0.2: |
2936 resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} | |
2937 engines: {node: '>=0.10.0'} | |
2938 dev: true | |
2939 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2940 /source-map-resolve/0.6.0: |
91 | 2941 resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2942 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2943 atob: 2.1.2 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2944 decode-uri-component: 0.2.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2945 dev: true |
91 | 2946 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2947 /source-map-support/0.5.21: |
91 | 2948 resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2949 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
2950 buffer-from: 1.1.2 |
60 | 2951 source-map: 0.6.1 |
2952 dev: true | |
91 | 2953 |
60 | 2954 /source-map/0.5.7: |
91 | 2955 resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} |
2956 engines: {node: '>=0.10.0'} | |
2957 dev: true | |
2958 | |
60 | 2959 /source-map/0.6.1: |
91 | 2960 resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} |
2961 engines: {node: '>=0.10.0'} | |
2962 dev: true | |
2963 | |
60 | 2964 /source-map/0.7.3: |
91 | 2965 resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} |
2966 engines: {node: '>= 8'} | |
2967 dev: true | |
2968 | |
60 | 2969 /sprintf-js/1.0.3: |
91 | 2970 resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} |
2971 dev: true | |
2972 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2973 /sshpk/1.17.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2974 resolution: {integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2975 engines: {node: '>=0.10.0'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2976 hasBin: true |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2977 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2978 asn1: 0.2.6 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2979 assert-plus: 1.0.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2980 bcrypt-pbkdf: 1.0.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2981 dashdash: 1.14.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2982 ecc-jsbn: 0.1.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2983 getpass: 0.1.7 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2984 jsbn: 0.1.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2985 safer-buffer: 2.1.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2986 tweetnacl: 0.14.5 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2987 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
2988 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2989 /stack-utils/2.0.5: |
91 | 2990 resolution: {integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==} |
2991 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2992 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2993 escape-string-regexp: 2.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2994 dev: true |
91 | 2995 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2996 /string-length/4.0.2: |
91 | 2997 resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} |
2998 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
2999 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3000 char-regex: 1.0.2 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3001 strip-ansi: 6.0.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3002 dev: true |
91 | 3003 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3004 /string-width/4.2.3: |
91 | 3005 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} |
3006 engines: {node: '>=8'} | |
75 | 3007 dependencies: |
3008 emoji-regex: 8.0.0 | |
3009 is-fullwidth-code-point: 3.0.0 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3010 strip-ansi: 6.0.1 |
75 | 3011 dev: true |
91 | 3012 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3013 /string_decoder/1.3.0: |
91 | 3014 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3015 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3016 safe-buffer: 5.2.1 |
101
76c1a29a328f
repo now demos itself, which runs better than using the nested demo/ project
drewp@bigasterisk.com
parents:
100
diff
changeset
|
3017 dev: false |
91 | 3018 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3019 /strip-ansi/6.0.1: |
91 | 3020 resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} |
3021 engines: {node: '>=8'} | |
75 | 3022 dependencies: |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3023 ansi-regex: 5.0.1 |
75 | 3024 dev: true |
91 | 3025 |
75 | 3026 /strip-bom/4.0.0: |
91 | 3027 resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} |
3028 engines: {node: '>=8'} | |
3029 dev: true | |
3030 | |
75 | 3031 /strip-final-newline/2.0.0: |
91 | 3032 resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} |
3033 engines: {node: '>=6'} | |
3034 dev: true | |
3035 | |
98 | 3036 /strip-json-comments/3.1.1: |
3037 resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} | |
3038 engines: {node: '>=8'} | |
3039 dev: true | |
3040 | |
3041 /stylus/0.56.0: | |
3042 resolution: {integrity: sha512-Ev3fOb4bUElwWu4F9P9WjnnaSpc8XB9OFHSFZSKMFL1CE1oM+oFXWEgAqPmmZIyhBihuqIQlFsVTypiiS9RxeA==} | |
91 | 3043 hasBin: true |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3044 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3045 css: 3.0.0 |
98 | 3046 debug: 4.3.3 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3047 glob: 7.2.0 |
60 | 3048 safer-buffer: 2.1.2 |
3049 sax: 1.2.4 | |
3050 source-map: 0.7.3 | |
98 | 3051 transitivePeerDependencies: |
3052 - supports-color | |
60 | 3053 dev: true |
91 | 3054 |
60 | 3055 /supports-color/5.5.0: |
91 | 3056 resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} |
3057 engines: {node: '>=4'} | |
60 | 3058 dependencies: |
3059 has-flag: 3.0.0 | |
3060 dev: true | |
91 | 3061 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3062 /supports-color/7.2.0: |
91 | 3063 resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} |
3064 engines: {node: '>=8'} | |
75 | 3065 dependencies: |
3066 has-flag: 4.0.0 | |
3067 dev: true | |
91 | 3068 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3069 /supports-color/8.1.1: |
91 | 3070 resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} |
3071 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3072 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3073 has-flag: 4.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3074 dev: true |
91 | 3075 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3076 /supports-hyperlinks/2.2.0: |
91 | 3077 resolution: {integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==} |
3078 engines: {node: '>=8'} | |
75 | 3079 dependencies: |
3080 has-flag: 4.0.0 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3081 supports-color: 7.2.0 |
75 | 3082 dev: true |
91 | 3083 |
99 | 3084 /supports-preserve-symlinks-flag/1.0.0: |
3085 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} | |
3086 engines: {node: '>= 0.4'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3087 dev: true |
91 | 3088 |
60 | 3089 /symbol-tree/3.2.4: |
91 | 3090 resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} |
3091 dev: true | |
3092 | |
75 | 3093 /terminal-link/2.1.1: |
91 | 3094 resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} |
3095 engines: {node: '>=8'} | |
75 | 3096 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3097 ansi-escapes: 4.3.2 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3098 supports-hyperlinks: 2.2.0 |
75 | 3099 dev: true |
91 | 3100 |
75 | 3101 /test-exclude/6.0.0: |
91 | 3102 resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} |
3103 engines: {node: '>=8'} | |
75 | 3104 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3105 '@istanbuljs/schema': 0.1.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3106 glob: 7.2.0 |
60 | 3107 minimatch: 3.0.4 |
75 | 3108 dev: true |
91 | 3109 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3110 /throat/6.0.1: |
91 | 3111 resolution: {integrity: sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==} |
3112 dev: true | |
3113 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3114 /tmpl/1.0.5: |
91 | 3115 resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} |
3116 dev: true | |
3117 | |
60 | 3118 /to-fast-properties/2.0.0: |
91 | 3119 resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} |
3120 engines: {node: '>=4'} | |
3121 dev: true | |
3122 | |
75 | 3123 /to-regex-range/5.0.1: |
91 | 3124 resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} |
3125 engines: {node: '>=8.0'} | |
75 | 3126 dependencies: |
3127 is-number: 7.0.0 | |
3128 dev: true | |
91 | 3129 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3130 /tough-cookie/2.5.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3131 resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3132 engines: {node: '>=0.8'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3133 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3134 psl: 1.8.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3135 punycode: 2.1.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3136 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3137 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3138 /tough-cookie/4.0.0: |
91 | 3139 resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==} |
3140 engines: {node: '>=6'} | |
60 | 3141 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3142 psl: 1.8.0 |
60 | 3143 punycode: 2.1.1 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3144 universalify: 0.1.2 |
75 | 3145 dev: true |
91 | 3146 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3147 /tr46/2.1.0: |
91 | 3148 resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} |
3149 engines: {node: '>=8'} | |
60 | 3150 dependencies: |
3151 punycode: 2.1.1 | |
3152 dev: true | |
91 | 3153 |
98 | 3154 /ts-jest/27.1.3_1e2406a8ca2ae3dc934d01f9ee2aebbb: |
3155 resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} | |
91 | 3156 engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
60 | 3157 hasBin: true |
3158 peerDependencies: | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3159 '@babel/core': '>=7.0.0-beta.0 <8' |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3160 '@types/jest': ^27.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3161 babel-jest: '>=27.0.0 <28' |
98 | 3162 esbuild: ~0.14.0 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3163 jest: ^27.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3164 typescript: '>=3.8 <5.0' |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3165 peerDependenciesMeta: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3166 '@babel/core': |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3167 optional: true |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3168 '@types/jest': |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3169 optional: true |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3170 babel-jest: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3171 optional: true |
98 | 3172 esbuild: |
3173 optional: true | |
3174 dependencies: | |
3175 '@types/jest': 27.4.0 | |
91 | 3176 bs-logger: 0.2.6 |
3177 fast-json-stable-stringify: 2.1.0 | |
98 | 3178 jest: 27.5.1 |
91 | 3179 jest-util: 27.4.0 |
3180 json5: 2.2.0 | |
3181 lodash.memoize: 4.1.2 | |
3182 make-error: 1.3.6 | |
3183 semver: 7.3.5 | |
98 | 3184 typescript: 4.5.5 |
91 | 3185 yargs-parser: 20.2.9 |
3186 dev: true | |
3187 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3188 /tslib/2.3.1: |
91 | 3189 resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} |
3190 dev: true | |
3191 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3192 /tunnel-agent/0.6.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3193 resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3194 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3195 safe-buffer: 5.2.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3196 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3197 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3198 /tweetnacl/0.14.5: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3199 resolution: {integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3200 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3201 |
60 | 3202 /type-check/0.3.2: |
91 | 3203 resolution: {integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=} |
3204 engines: {node: '>= 0.8.0'} | |
60 | 3205 dependencies: |
3206 prelude-ls: 1.1.2 | |
3207 dev: true | |
91 | 3208 |
75 | 3209 /type-detect/4.0.8: |
91 | 3210 resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} |
3211 engines: {node: '>=4'} | |
3212 dev: true | |
3213 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3214 /type-fest/0.21.3: |
91 | 3215 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} |
3216 engines: {node: '>=10'} | |
3217 dev: true | |
3218 | |
75 | 3219 /typedarray-to-buffer/3.1.5: |
91 | 3220 resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} |
75 | 3221 dependencies: |
3222 is-typedarray: 1.0.0 | |
3223 dev: true | |
91 | 3224 |
98 | 3225 /typescript/4.5.5: |
3226 resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} | |
91 | 3227 engines: {node: '>=4.2.0'} |
60 | 3228 hasBin: true |
91 | 3229 dev: true |
3230 | |
60 | 3231 /universalify/0.1.2: |
91 | 3232 resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} |
3233 engines: {node: '>= 4.0.0'} | |
3234 dev: true | |
3235 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3236 /uri-js/4.4.1: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3237 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3238 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3239 punycode: 2.1.1 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3240 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3241 |
60 | 3242 /util-deprecate/1.0.2: |
91 | 3243 resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} |
101
76c1a29a328f
repo now demos itself, which runs better than using the nested demo/ project
drewp@bigasterisk.com
parents:
100
diff
changeset
|
3244 dev: false |
91 | 3245 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3246 /uuid/3.4.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3247 resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3248 deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3249 hasBin: true |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3250 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3251 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3252 /v8-to-istanbul/8.1.0: |
91 | 3253 resolution: {integrity: sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==} |
3254 engines: {node: '>=10.12.0'} | |
75 | 3255 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3256 '@types/istanbul-lib-coverage': 2.0.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3257 convert-source-map: 1.8.0 |
75 | 3258 source-map: 0.7.3 |
3259 dev: true | |
91 | 3260 |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3261 /verror/1.10.0: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3262 resolution: {integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3263 engines: {'0': node >=0.6.0} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3264 dependencies: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3265 assert-plus: 1.0.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3266 core-util-is: 1.0.2 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3267 extsprintf: 1.3.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3268 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3269 |
99 | 3270 /vite/2.8.1_stylus@0.56.0: |
3271 resolution: {integrity: sha512-Typ8qjUnW0p53gBsJpisrKcZlEbUPZATja9BG6Z09QZjg9YrnEn/htkr/VH4WhnH7eNUQeSD+wKI1lHzQRWskw==} | |
3272 engines: {node: '>=12.2.0'} | |
3273 hasBin: true | |
3274 peerDependencies: | |
3275 less: '*' | |
3276 sass: '*' | |
3277 stylus: '*' | |
3278 peerDependenciesMeta: | |
3279 less: | |
3280 optional: true | |
3281 sass: | |
3282 optional: true | |
3283 stylus: | |
3284 optional: true | |
3285 dependencies: | |
3286 esbuild: 0.14.21 | |
3287 postcss: 8.4.6 | |
3288 resolve: 1.22.0 | |
3289 rollup: 2.67.2 | |
3290 stylus: 0.56.0 | |
3291 optionalDependencies: | |
3292 fsevents: 2.3.2 | |
91 | 3293 dev: true |
3294 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3295 /w3c-hr-time/1.0.2: |
91 | 3296 resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3297 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3298 browser-process-hrtime: 1.0.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3299 dev: true |
91 | 3300 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3301 /w3c-xmlserializer/2.0.0: |
91 | 3302 resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} |
3303 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3304 dependencies: |
75 | 3305 xml-name-validator: 3.0.0 |
3306 dev: true | |
91 | 3307 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3308 /walker/1.0.8: |
91 | 3309 resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3310 dependencies: |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3311 makeerror: 1.0.12 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3312 dev: true |
91 | 3313 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3314 /webidl-conversions/5.0.0: |
91 | 3315 resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} |
3316 engines: {node: '>=8'} | |
3317 dev: true | |
3318 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3319 /webidl-conversions/6.1.0: |
91 | 3320 resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==} |
3321 engines: {node: '>=10.4'} | |
3322 dev: true | |
3323 | |
60 | 3324 /whatwg-encoding/1.0.5: |
91 | 3325 resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} |
60 | 3326 dependencies: |
3327 iconv-lite: 0.4.24 | |
3328 dev: true | |
91 | 3329 |
60 | 3330 /whatwg-mimetype/2.3.0: |
91 | 3331 resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} |
3332 dev: true | |
3333 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3334 /whatwg-url/8.7.0: |
91 | 3335 resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} |
3336 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3337 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3338 lodash: 4.17.21 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3339 tr46: 2.1.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3340 webidl-conversions: 6.1.0 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3341 dev: true |
91 | 3342 |
75 | 3343 /which/2.0.2: |
91 | 3344 resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} |
3345 engines: {node: '>= 8'} | |
3346 hasBin: true | |
75 | 3347 dependencies: |
3348 isexe: 2.0.0 | |
3349 dev: true | |
91 | 3350 |
60 | 3351 /word-wrap/1.2.3: |
91 | 3352 resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} |
3353 engines: {node: '>=0.10.0'} | |
3354 dev: true | |
3355 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3356 /wrap-ansi/7.0.0: |
91 | 3357 resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} |
3358 engines: {node: '>=10'} | |
75 | 3359 dependencies: |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3360 ansi-styles: 4.3.0 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3361 string-width: 4.2.3 |
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3362 strip-ansi: 6.0.1 |
75 | 3363 dev: true |
91 | 3364 |
60 | 3365 /wrappy/1.0.2: |
91 | 3366 resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} |
3367 dev: true | |
3368 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3369 /write-file-atomic/3.0.3: |
91 | 3370 resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} |
75 | 3371 dependencies: |
60 | 3372 imurmurhash: 0.1.4 |
75 | 3373 is-typedarray: 1.0.0 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3374 signal-exit: 3.0.6 |
75 | 3375 typedarray-to-buffer: 3.1.5 |
3376 dev: true | |
91 | 3377 |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3378 /ws/7.5.6: |
91 | 3379 resolution: {integrity: sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==} |
3380 engines: {node: '>=8.3.0'} | |
75 | 3381 peerDependencies: |
3382 bufferutil: ^4.0.1 | |
3383 utf-8-validate: ^5.0.2 | |
3384 peerDependenciesMeta: | |
3385 bufferutil: | |
3386 optional: true | |
3387 utf-8-validate: | |
3388 optional: true | |
91 | 3389 dev: true |
3390 | |
60 | 3391 /xml-name-validator/3.0.0: |
91 | 3392 resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} |
3393 dev: true | |
3394 | |
75 | 3395 /xmlchars/2.2.0: |
91 | 3396 resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} |
3397 dev: true | |
3398 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3399 /xmldom/0.1.19: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3400 resolution: {integrity: sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw=} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3401 engines: {node: '>=0.1'} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3402 deprecated: Deprecated due to CVE-2021-21366 resolved in 0.5.0 |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3403 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3404 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3405 /y18n/5.0.8: |
91 | 3406 resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} |
3407 engines: {node: '>=10'} | |
3408 dev: true | |
3409 | |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3410 /yallist/3.1.1: |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3411 resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3412 dev: false |
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3413 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3414 /yallist/4.0.0: |
91 | 3415 resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} |
100
ad08e5e25fc9
revert jsonld a few years to avoid a vite/commonjs build issue
drewp@bigasterisk.com
parents:
99
diff
changeset
|
3416 dev: true |
91 | 3417 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3418 /yargs-parser/20.2.9: |
91 | 3419 resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} |
3420 engines: {node: '>=10'} | |
3421 dev: true | |
3422 | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3423 /yargs/16.2.0: |
91 | 3424 resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} |
3425 engines: {node: '>=10'} | |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3426 dependencies: |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3427 cliui: 7.0.4 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3428 escalade: 3.1.1 |
60 | 3429 get-caller-file: 2.0.5 |
3430 require-directory: 2.1.1 | |
88
ac7ad087d474
graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents:
80
diff
changeset
|
3431 string-width: 4.2.3 |
79
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3432 y18n: 5.0.8 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3433 yargs-parser: 20.2.9 |
0c188ed3bcd8
starting lit upgrade. total mess right now
drewp@bigasterisk.com
parents:
75
diff
changeset
|
3434 dev: true |