@nordsym/apiclaw 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/add-api.yml +123 -0
- package/BRIEFING.md +30 -0
- package/CONCEPT.md +494 -0
- package/README.md +272 -0
- package/backend/convex/README.md +90 -0
- package/backend/convex/_generated/api.d.ts +55 -0
- package/backend/convex/_generated/api.js +23 -0
- package/backend/convex/_generated/dataModel.d.ts +60 -0
- package/backend/convex/_generated/server.d.ts +143 -0
- package/backend/convex/_generated/server.js +93 -0
- package/backend/convex/apiKeys.ts +75 -0
- package/backend/convex/purchases.ts +74 -0
- package/backend/convex/schema.ts +45 -0
- package/backend/convex/transactions.ts +57 -0
- package/backend/convex/tsconfig.json +25 -0
- package/backend/convex/users.ts +94 -0
- package/backend/package-lock.json +521 -0
- package/backend/package.json +15 -0
- package/dist/credits.d.ts +54 -0
- package/dist/credits.d.ts.map +1 -0
- package/dist/credits.js +209 -0
- package/dist/credits.js.map +1 -0
- package/dist/discovery.d.ts +37 -0
- package/dist/discovery.d.ts.map +1 -0
- package/dist/discovery.js +109 -0
- package/dist/discovery.js.map +1 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +355 -0
- package/dist/index.js.map +1 -0
- package/dist/registry/apis.json +20894 -0
- package/dist/registry/parse_apis.py +146 -0
- package/dist/revenuecat.d.ts +61 -0
- package/dist/revenuecat.d.ts.map +1 -0
- package/dist/revenuecat.js +166 -0
- package/dist/revenuecat.js.map +1 -0
- package/dist/test.d.ts +6 -0
- package/dist/test.d.ts.map +1 -0
- package/dist/test.js +81 -0
- package/dist/test.js.map +1 -0
- package/dist/types.d.ts +96 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -0
- package/dist/webhooks/revenuecat.d.ts +48 -0
- package/dist/webhooks/revenuecat.d.ts.map +1 -0
- package/dist/webhooks/revenuecat.js +119 -0
- package/dist/webhooks/revenuecat.js.map +1 -0
- package/docs/revenuecat-setup.md +89 -0
- package/landing/next-env.d.ts +5 -0
- package/landing/next.config.mjs +6 -0
- package/landing/package-lock.json +1666 -0
- package/landing/package.json +27 -0
- package/landing/postcss.config.js +6 -0
- package/landing/src/app/api/keys/route.ts +71 -0
- package/landing/src/app/api/log/route.ts +37 -0
- package/landing/src/app/api/stats/route.ts +37 -0
- package/landing/src/app/globals.css +261 -0
- package/landing/src/app/layout.tsx +37 -0
- package/landing/src/app/page.tsx +753 -0
- package/landing/src/app/page.tsx.bak +567 -0
- package/landing/src/components/AddKeyModal.tsx +159 -0
- package/landing/tailwind.config.ts +34 -0
- package/landing/tsconfig.json +20 -0
- package/newsletter-template.html +71 -0
- package/outreach/OUTREACH-SYSTEM.md +211 -0
- package/outreach/email-template.html +179 -0
- package/outreach/targets.md +133 -0
- package/package.json +39 -0
- package/src/credits.ts +261 -0
- package/src/discovery.ts +147 -0
- package/src/index.ts +396 -0
- package/src/registry/apis.json +20894 -0
- package/src/registry/parse_apis.py +146 -0
- package/src/revenuecat.ts +239 -0
- package/src/test.ts +97 -0
- package/src/types.ts +110 -0
- package/src/webhooks/revenuecat.ts +187 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,1666 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "apivault-landing",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "apivault-landing",
|
|
9
|
+
"version": "0.1.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@vercel/analytics": "^1.6.1",
|
|
12
|
+
"lucide-react": "^0.350.0",
|
|
13
|
+
"next": "^14.2.0",
|
|
14
|
+
"react": "^18.2.0",
|
|
15
|
+
"react-dom": "^18.2.0"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@types/node": "^20",
|
|
19
|
+
"@types/react": "^18",
|
|
20
|
+
"@types/react-dom": "^18",
|
|
21
|
+
"autoprefixer": "^10",
|
|
22
|
+
"postcss": "^8",
|
|
23
|
+
"tailwindcss": "^3.4.1",
|
|
24
|
+
"typescript": "^5"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"node_modules/@alloc/quick-lru": {
|
|
28
|
+
"version": "5.2.0",
|
|
29
|
+
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
|
|
30
|
+
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
|
|
31
|
+
"dev": true,
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=10"
|
|
35
|
+
},
|
|
36
|
+
"funding": {
|
|
37
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
41
|
+
"version": "0.3.13",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
43
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
44
|
+
"dev": true,
|
|
45
|
+
"license": "MIT",
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
48
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
52
|
+
"version": "3.1.2",
|
|
53
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
54
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
55
|
+
"dev": true,
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"engines": {
|
|
58
|
+
"node": ">=6.0.0"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
62
|
+
"version": "1.5.5",
|
|
63
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
64
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
65
|
+
"dev": true,
|
|
66
|
+
"license": "MIT"
|
|
67
|
+
},
|
|
68
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
69
|
+
"version": "0.3.31",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
71
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
72
|
+
"dev": true,
|
|
73
|
+
"license": "MIT",
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
76
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"node_modules/@next/env": {
|
|
80
|
+
"version": "14.2.35",
|
|
81
|
+
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.35.tgz",
|
|
82
|
+
"integrity": "sha512-DuhvCtj4t9Gwrx80dmz2F4t/zKQ4ktN8WrMwOuVzkJfBilwAwGr6v16M5eI8yCuZ63H9TTuEU09Iu2HqkzFPVQ==",
|
|
83
|
+
"license": "MIT"
|
|
84
|
+
},
|
|
85
|
+
"node_modules/@next/swc-darwin-arm64": {
|
|
86
|
+
"version": "14.2.33",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.33.tgz",
|
|
88
|
+
"integrity": "sha512-HqYnb6pxlsshoSTubdXKu15g3iivcbsMXg4bYpjL2iS/V6aQot+iyF4BUc2qA/J/n55YtvE4PHMKWBKGCF/+wA==",
|
|
89
|
+
"cpu": [
|
|
90
|
+
"arm64"
|
|
91
|
+
],
|
|
92
|
+
"license": "MIT",
|
|
93
|
+
"optional": true,
|
|
94
|
+
"os": [
|
|
95
|
+
"darwin"
|
|
96
|
+
],
|
|
97
|
+
"engines": {
|
|
98
|
+
"node": ">= 10"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"node_modules/@next/swc-darwin-x64": {
|
|
102
|
+
"version": "14.2.33",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.33.tgz",
|
|
104
|
+
"integrity": "sha512-8HGBeAE5rX3jzKvF593XTTFg3gxeU4f+UWnswa6JPhzaR6+zblO5+fjltJWIZc4aUalqTclvN2QtTC37LxvZAA==",
|
|
105
|
+
"cpu": [
|
|
106
|
+
"x64"
|
|
107
|
+
],
|
|
108
|
+
"license": "MIT",
|
|
109
|
+
"optional": true,
|
|
110
|
+
"os": [
|
|
111
|
+
"darwin"
|
|
112
|
+
],
|
|
113
|
+
"engines": {
|
|
114
|
+
"node": ">= 10"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"node_modules/@next/swc-linux-arm64-gnu": {
|
|
118
|
+
"version": "14.2.33",
|
|
119
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.33.tgz",
|
|
120
|
+
"integrity": "sha512-JXMBka6lNNmqbkvcTtaX8Gu5by9547bukHQvPoLe9VRBx1gHwzf5tdt4AaezW85HAB3pikcvyqBToRTDA4DeLw==",
|
|
121
|
+
"cpu": [
|
|
122
|
+
"arm64"
|
|
123
|
+
],
|
|
124
|
+
"license": "MIT",
|
|
125
|
+
"optional": true,
|
|
126
|
+
"os": [
|
|
127
|
+
"linux"
|
|
128
|
+
],
|
|
129
|
+
"engines": {
|
|
130
|
+
"node": ">= 10"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"node_modules/@next/swc-linux-arm64-musl": {
|
|
134
|
+
"version": "14.2.33",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.33.tgz",
|
|
136
|
+
"integrity": "sha512-Bm+QulsAItD/x6Ih8wGIMfRJy4G73tu1HJsrccPW6AfqdZd0Sfm5Imhgkgq2+kly065rYMnCOxTBvmvFY1BKfg==",
|
|
137
|
+
"cpu": [
|
|
138
|
+
"arm64"
|
|
139
|
+
],
|
|
140
|
+
"license": "MIT",
|
|
141
|
+
"optional": true,
|
|
142
|
+
"os": [
|
|
143
|
+
"linux"
|
|
144
|
+
],
|
|
145
|
+
"engines": {
|
|
146
|
+
"node": ">= 10"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"node_modules/@next/swc-linux-x64-gnu": {
|
|
150
|
+
"version": "14.2.33",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.33.tgz",
|
|
152
|
+
"integrity": "sha512-FnFn+ZBgsVMbGDsTqo8zsnRzydvsGV8vfiWwUo1LD8FTmPTdV+otGSWKc4LJec0oSexFnCYVO4hX8P8qQKaSlg==",
|
|
153
|
+
"cpu": [
|
|
154
|
+
"x64"
|
|
155
|
+
],
|
|
156
|
+
"license": "MIT",
|
|
157
|
+
"optional": true,
|
|
158
|
+
"os": [
|
|
159
|
+
"linux"
|
|
160
|
+
],
|
|
161
|
+
"engines": {
|
|
162
|
+
"node": ">= 10"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"node_modules/@next/swc-linux-x64-musl": {
|
|
166
|
+
"version": "14.2.33",
|
|
167
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.33.tgz",
|
|
168
|
+
"integrity": "sha512-345tsIWMzoXaQndUTDv1qypDRiebFxGYx9pYkhwY4hBRaOLt8UGfiWKr9FSSHs25dFIf8ZqIFaPdy5MljdoawA==",
|
|
169
|
+
"cpu": [
|
|
170
|
+
"x64"
|
|
171
|
+
],
|
|
172
|
+
"license": "MIT",
|
|
173
|
+
"optional": true,
|
|
174
|
+
"os": [
|
|
175
|
+
"linux"
|
|
176
|
+
],
|
|
177
|
+
"engines": {
|
|
178
|
+
"node": ">= 10"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"node_modules/@next/swc-win32-arm64-msvc": {
|
|
182
|
+
"version": "14.2.33",
|
|
183
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.33.tgz",
|
|
184
|
+
"integrity": "sha512-nscpt0G6UCTkrT2ppnJnFsYbPDQwmum4GNXYTeoTIdsmMydSKFz9Iny2jpaRupTb+Wl298+Rh82WKzt9LCcqSQ==",
|
|
185
|
+
"cpu": [
|
|
186
|
+
"arm64"
|
|
187
|
+
],
|
|
188
|
+
"license": "MIT",
|
|
189
|
+
"optional": true,
|
|
190
|
+
"os": [
|
|
191
|
+
"win32"
|
|
192
|
+
],
|
|
193
|
+
"engines": {
|
|
194
|
+
"node": ">= 10"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"node_modules/@next/swc-win32-ia32-msvc": {
|
|
198
|
+
"version": "14.2.33",
|
|
199
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.33.tgz",
|
|
200
|
+
"integrity": "sha512-pc9LpGNKhJ0dXQhZ5QMmYxtARwwmWLpeocFmVG5Z0DzWq5Uf0izcI8tLc+qOpqxO1PWqZ5A7J1blrUIKrIFc7Q==",
|
|
201
|
+
"cpu": [
|
|
202
|
+
"ia32"
|
|
203
|
+
],
|
|
204
|
+
"license": "MIT",
|
|
205
|
+
"optional": true,
|
|
206
|
+
"os": [
|
|
207
|
+
"win32"
|
|
208
|
+
],
|
|
209
|
+
"engines": {
|
|
210
|
+
"node": ">= 10"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"node_modules/@next/swc-win32-x64-msvc": {
|
|
214
|
+
"version": "14.2.33",
|
|
215
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.33.tgz",
|
|
216
|
+
"integrity": "sha512-nOjfZMy8B94MdisuzZo9/57xuFVLHJaDj5e/xrduJp9CV2/HrfxTRH2fbyLe+K9QT41WBLUd4iXX3R7jBp0EUg==",
|
|
217
|
+
"cpu": [
|
|
218
|
+
"x64"
|
|
219
|
+
],
|
|
220
|
+
"license": "MIT",
|
|
221
|
+
"optional": true,
|
|
222
|
+
"os": [
|
|
223
|
+
"win32"
|
|
224
|
+
],
|
|
225
|
+
"engines": {
|
|
226
|
+
"node": ">= 10"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"node_modules/@nodelib/fs.scandir": {
|
|
230
|
+
"version": "2.1.5",
|
|
231
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
232
|
+
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
233
|
+
"dev": true,
|
|
234
|
+
"license": "MIT",
|
|
235
|
+
"dependencies": {
|
|
236
|
+
"@nodelib/fs.stat": "2.0.5",
|
|
237
|
+
"run-parallel": "^1.1.9"
|
|
238
|
+
},
|
|
239
|
+
"engines": {
|
|
240
|
+
"node": ">= 8"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"node_modules/@nodelib/fs.stat": {
|
|
244
|
+
"version": "2.0.5",
|
|
245
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
246
|
+
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
247
|
+
"dev": true,
|
|
248
|
+
"license": "MIT",
|
|
249
|
+
"engines": {
|
|
250
|
+
"node": ">= 8"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"node_modules/@nodelib/fs.walk": {
|
|
254
|
+
"version": "1.2.8",
|
|
255
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
256
|
+
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
257
|
+
"dev": true,
|
|
258
|
+
"license": "MIT",
|
|
259
|
+
"dependencies": {
|
|
260
|
+
"@nodelib/fs.scandir": "2.1.5",
|
|
261
|
+
"fastq": "^1.6.0"
|
|
262
|
+
},
|
|
263
|
+
"engines": {
|
|
264
|
+
"node": ">= 8"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"node_modules/@swc/counter": {
|
|
268
|
+
"version": "0.1.3",
|
|
269
|
+
"resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
|
|
270
|
+
"integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
|
|
271
|
+
"license": "Apache-2.0"
|
|
272
|
+
},
|
|
273
|
+
"node_modules/@swc/helpers": {
|
|
274
|
+
"version": "0.5.5",
|
|
275
|
+
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz",
|
|
276
|
+
"integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==",
|
|
277
|
+
"license": "Apache-2.0",
|
|
278
|
+
"dependencies": {
|
|
279
|
+
"@swc/counter": "^0.1.3",
|
|
280
|
+
"tslib": "^2.4.0"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"node_modules/@types/node": {
|
|
284
|
+
"version": "20.19.33",
|
|
285
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
|
|
286
|
+
"integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
|
|
287
|
+
"dev": true,
|
|
288
|
+
"license": "MIT",
|
|
289
|
+
"dependencies": {
|
|
290
|
+
"undici-types": "~6.21.0"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"node_modules/@types/prop-types": {
|
|
294
|
+
"version": "15.7.15",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
296
|
+
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
|
297
|
+
"dev": true,
|
|
298
|
+
"license": "MIT"
|
|
299
|
+
},
|
|
300
|
+
"node_modules/@types/react": {
|
|
301
|
+
"version": "18.3.28",
|
|
302
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz",
|
|
303
|
+
"integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==",
|
|
304
|
+
"dev": true,
|
|
305
|
+
"license": "MIT",
|
|
306
|
+
"dependencies": {
|
|
307
|
+
"@types/prop-types": "*",
|
|
308
|
+
"csstype": "^3.2.2"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"node_modules/@types/react-dom": {
|
|
312
|
+
"version": "18.3.7",
|
|
313
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
|
|
314
|
+
"integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
|
|
315
|
+
"dev": true,
|
|
316
|
+
"license": "MIT",
|
|
317
|
+
"peerDependencies": {
|
|
318
|
+
"@types/react": "^18.0.0"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"node_modules/@vercel/analytics": {
|
|
322
|
+
"version": "1.6.1",
|
|
323
|
+
"resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.6.1.tgz",
|
|
324
|
+
"integrity": "sha512-oH9He/bEM+6oKlv3chWuOOcp8Y6fo6/PSro8hEkgCW3pu9/OiCXiUpRUogDh3Fs3LH2sosDrx8CxeOLBEE+afg==",
|
|
325
|
+
"license": "MPL-2.0",
|
|
326
|
+
"peerDependencies": {
|
|
327
|
+
"@remix-run/react": "^2",
|
|
328
|
+
"@sveltejs/kit": "^1 || ^2",
|
|
329
|
+
"next": ">= 13",
|
|
330
|
+
"react": "^18 || ^19 || ^19.0.0-rc",
|
|
331
|
+
"svelte": ">= 4",
|
|
332
|
+
"vue": "^3",
|
|
333
|
+
"vue-router": "^4"
|
|
334
|
+
},
|
|
335
|
+
"peerDependenciesMeta": {
|
|
336
|
+
"@remix-run/react": {
|
|
337
|
+
"optional": true
|
|
338
|
+
},
|
|
339
|
+
"@sveltejs/kit": {
|
|
340
|
+
"optional": true
|
|
341
|
+
},
|
|
342
|
+
"next": {
|
|
343
|
+
"optional": true
|
|
344
|
+
},
|
|
345
|
+
"react": {
|
|
346
|
+
"optional": true
|
|
347
|
+
},
|
|
348
|
+
"svelte": {
|
|
349
|
+
"optional": true
|
|
350
|
+
},
|
|
351
|
+
"vue": {
|
|
352
|
+
"optional": true
|
|
353
|
+
},
|
|
354
|
+
"vue-router": {
|
|
355
|
+
"optional": true
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"node_modules/any-promise": {
|
|
360
|
+
"version": "1.3.0",
|
|
361
|
+
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
|
|
362
|
+
"integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
|
|
363
|
+
"dev": true,
|
|
364
|
+
"license": "MIT"
|
|
365
|
+
},
|
|
366
|
+
"node_modules/anymatch": {
|
|
367
|
+
"version": "3.1.3",
|
|
368
|
+
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
369
|
+
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
370
|
+
"dev": true,
|
|
371
|
+
"license": "ISC",
|
|
372
|
+
"dependencies": {
|
|
373
|
+
"normalize-path": "^3.0.0",
|
|
374
|
+
"picomatch": "^2.0.4"
|
|
375
|
+
},
|
|
376
|
+
"engines": {
|
|
377
|
+
"node": ">= 8"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"node_modules/arg": {
|
|
381
|
+
"version": "5.0.2",
|
|
382
|
+
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
|
|
383
|
+
"integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
|
|
384
|
+
"dev": true,
|
|
385
|
+
"license": "MIT"
|
|
386
|
+
},
|
|
387
|
+
"node_modules/autoprefixer": {
|
|
388
|
+
"version": "10.4.24",
|
|
389
|
+
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz",
|
|
390
|
+
"integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==",
|
|
391
|
+
"dev": true,
|
|
392
|
+
"funding": [
|
|
393
|
+
{
|
|
394
|
+
"type": "opencollective",
|
|
395
|
+
"url": "https://opencollective.com/postcss/"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"type": "tidelift",
|
|
399
|
+
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"type": "github",
|
|
403
|
+
"url": "https://github.com/sponsors/ai"
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"license": "MIT",
|
|
407
|
+
"dependencies": {
|
|
408
|
+
"browserslist": "^4.28.1",
|
|
409
|
+
"caniuse-lite": "^1.0.30001766",
|
|
410
|
+
"fraction.js": "^5.3.4",
|
|
411
|
+
"picocolors": "^1.1.1",
|
|
412
|
+
"postcss-value-parser": "^4.2.0"
|
|
413
|
+
},
|
|
414
|
+
"bin": {
|
|
415
|
+
"autoprefixer": "bin/autoprefixer"
|
|
416
|
+
},
|
|
417
|
+
"engines": {
|
|
418
|
+
"node": "^10 || ^12 || >=14"
|
|
419
|
+
},
|
|
420
|
+
"peerDependencies": {
|
|
421
|
+
"postcss": "^8.1.0"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"node_modules/baseline-browser-mapping": {
|
|
425
|
+
"version": "2.9.19",
|
|
426
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz",
|
|
427
|
+
"integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
|
|
428
|
+
"dev": true,
|
|
429
|
+
"license": "Apache-2.0",
|
|
430
|
+
"bin": {
|
|
431
|
+
"baseline-browser-mapping": "dist/cli.js"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"node_modules/binary-extensions": {
|
|
435
|
+
"version": "2.3.0",
|
|
436
|
+
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
437
|
+
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
438
|
+
"dev": true,
|
|
439
|
+
"license": "MIT",
|
|
440
|
+
"engines": {
|
|
441
|
+
"node": ">=8"
|
|
442
|
+
},
|
|
443
|
+
"funding": {
|
|
444
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"node_modules/braces": {
|
|
448
|
+
"version": "3.0.3",
|
|
449
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
450
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
451
|
+
"dev": true,
|
|
452
|
+
"license": "MIT",
|
|
453
|
+
"dependencies": {
|
|
454
|
+
"fill-range": "^7.1.1"
|
|
455
|
+
},
|
|
456
|
+
"engines": {
|
|
457
|
+
"node": ">=8"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"node_modules/browserslist": {
|
|
461
|
+
"version": "4.28.1",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
|
463
|
+
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
464
|
+
"dev": true,
|
|
465
|
+
"funding": [
|
|
466
|
+
{
|
|
467
|
+
"type": "opencollective",
|
|
468
|
+
"url": "https://opencollective.com/browserslist"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"type": "tidelift",
|
|
472
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"type": "github",
|
|
476
|
+
"url": "https://github.com/sponsors/ai"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"license": "MIT",
|
|
480
|
+
"dependencies": {
|
|
481
|
+
"baseline-browser-mapping": "^2.9.0",
|
|
482
|
+
"caniuse-lite": "^1.0.30001759",
|
|
483
|
+
"electron-to-chromium": "^1.5.263",
|
|
484
|
+
"node-releases": "^2.0.27",
|
|
485
|
+
"update-browserslist-db": "^1.2.0"
|
|
486
|
+
},
|
|
487
|
+
"bin": {
|
|
488
|
+
"browserslist": "cli.js"
|
|
489
|
+
},
|
|
490
|
+
"engines": {
|
|
491
|
+
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"node_modules/busboy": {
|
|
495
|
+
"version": "1.6.0",
|
|
496
|
+
"resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
|
|
497
|
+
"integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
|
|
498
|
+
"dependencies": {
|
|
499
|
+
"streamsearch": "^1.1.0"
|
|
500
|
+
},
|
|
501
|
+
"engines": {
|
|
502
|
+
"node": ">=10.16.0"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"node_modules/camelcase-css": {
|
|
506
|
+
"version": "2.0.1",
|
|
507
|
+
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
508
|
+
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
|
|
509
|
+
"dev": true,
|
|
510
|
+
"license": "MIT",
|
|
511
|
+
"engines": {
|
|
512
|
+
"node": ">= 6"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"node_modules/caniuse-lite": {
|
|
516
|
+
"version": "1.0.30001770",
|
|
517
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001770.tgz",
|
|
518
|
+
"integrity": "sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==",
|
|
519
|
+
"funding": [
|
|
520
|
+
{
|
|
521
|
+
"type": "opencollective",
|
|
522
|
+
"url": "https://opencollective.com/browserslist"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"type": "tidelift",
|
|
526
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"type": "github",
|
|
530
|
+
"url": "https://github.com/sponsors/ai"
|
|
531
|
+
}
|
|
532
|
+
],
|
|
533
|
+
"license": "CC-BY-4.0"
|
|
534
|
+
},
|
|
535
|
+
"node_modules/chokidar": {
|
|
536
|
+
"version": "3.6.0",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
538
|
+
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
539
|
+
"dev": true,
|
|
540
|
+
"license": "MIT",
|
|
541
|
+
"dependencies": {
|
|
542
|
+
"anymatch": "~3.1.2",
|
|
543
|
+
"braces": "~3.0.2",
|
|
544
|
+
"glob-parent": "~5.1.2",
|
|
545
|
+
"is-binary-path": "~2.1.0",
|
|
546
|
+
"is-glob": "~4.0.1",
|
|
547
|
+
"normalize-path": "~3.0.0",
|
|
548
|
+
"readdirp": "~3.6.0"
|
|
549
|
+
},
|
|
550
|
+
"engines": {
|
|
551
|
+
"node": ">= 8.10.0"
|
|
552
|
+
},
|
|
553
|
+
"funding": {
|
|
554
|
+
"url": "https://paulmillr.com/funding/"
|
|
555
|
+
},
|
|
556
|
+
"optionalDependencies": {
|
|
557
|
+
"fsevents": "~2.3.2"
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
"node_modules/chokidar/node_modules/glob-parent": {
|
|
561
|
+
"version": "5.1.2",
|
|
562
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
563
|
+
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
564
|
+
"dev": true,
|
|
565
|
+
"license": "ISC",
|
|
566
|
+
"dependencies": {
|
|
567
|
+
"is-glob": "^4.0.1"
|
|
568
|
+
},
|
|
569
|
+
"engines": {
|
|
570
|
+
"node": ">= 6"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
"node_modules/client-only": {
|
|
574
|
+
"version": "0.0.1",
|
|
575
|
+
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
|
576
|
+
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
|
|
577
|
+
"license": "MIT"
|
|
578
|
+
},
|
|
579
|
+
"node_modules/commander": {
|
|
580
|
+
"version": "4.1.1",
|
|
581
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
|
582
|
+
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
583
|
+
"dev": true,
|
|
584
|
+
"license": "MIT",
|
|
585
|
+
"engines": {
|
|
586
|
+
"node": ">= 6"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"node_modules/cssesc": {
|
|
590
|
+
"version": "3.0.0",
|
|
591
|
+
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
|
|
592
|
+
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
593
|
+
"dev": true,
|
|
594
|
+
"license": "MIT",
|
|
595
|
+
"bin": {
|
|
596
|
+
"cssesc": "bin/cssesc"
|
|
597
|
+
},
|
|
598
|
+
"engines": {
|
|
599
|
+
"node": ">=4"
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
"node_modules/csstype": {
|
|
603
|
+
"version": "3.2.3",
|
|
604
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
605
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
606
|
+
"dev": true,
|
|
607
|
+
"license": "MIT"
|
|
608
|
+
},
|
|
609
|
+
"node_modules/didyoumean": {
|
|
610
|
+
"version": "1.2.2",
|
|
611
|
+
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
|
|
612
|
+
"integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
|
|
613
|
+
"dev": true,
|
|
614
|
+
"license": "Apache-2.0"
|
|
615
|
+
},
|
|
616
|
+
"node_modules/dlv": {
|
|
617
|
+
"version": "1.1.3",
|
|
618
|
+
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
|
|
619
|
+
"integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
|
|
620
|
+
"dev": true,
|
|
621
|
+
"license": "MIT"
|
|
622
|
+
},
|
|
623
|
+
"node_modules/electron-to-chromium": {
|
|
624
|
+
"version": "1.5.286",
|
|
625
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz",
|
|
626
|
+
"integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
|
|
627
|
+
"dev": true,
|
|
628
|
+
"license": "ISC"
|
|
629
|
+
},
|
|
630
|
+
"node_modules/escalade": {
|
|
631
|
+
"version": "3.2.0",
|
|
632
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
633
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
634
|
+
"dev": true,
|
|
635
|
+
"license": "MIT",
|
|
636
|
+
"engines": {
|
|
637
|
+
"node": ">=6"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"node_modules/fast-glob": {
|
|
641
|
+
"version": "3.3.3",
|
|
642
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
643
|
+
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
644
|
+
"dev": true,
|
|
645
|
+
"license": "MIT",
|
|
646
|
+
"dependencies": {
|
|
647
|
+
"@nodelib/fs.stat": "^2.0.2",
|
|
648
|
+
"@nodelib/fs.walk": "^1.2.3",
|
|
649
|
+
"glob-parent": "^5.1.2",
|
|
650
|
+
"merge2": "^1.3.0",
|
|
651
|
+
"micromatch": "^4.0.8"
|
|
652
|
+
},
|
|
653
|
+
"engines": {
|
|
654
|
+
"node": ">=8.6.0"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"node_modules/fast-glob/node_modules/glob-parent": {
|
|
658
|
+
"version": "5.1.2",
|
|
659
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
660
|
+
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
661
|
+
"dev": true,
|
|
662
|
+
"license": "ISC",
|
|
663
|
+
"dependencies": {
|
|
664
|
+
"is-glob": "^4.0.1"
|
|
665
|
+
},
|
|
666
|
+
"engines": {
|
|
667
|
+
"node": ">= 6"
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"node_modules/fastq": {
|
|
671
|
+
"version": "1.20.1",
|
|
672
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
|
|
673
|
+
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
|
674
|
+
"dev": true,
|
|
675
|
+
"license": "ISC",
|
|
676
|
+
"dependencies": {
|
|
677
|
+
"reusify": "^1.0.4"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
"node_modules/fill-range": {
|
|
681
|
+
"version": "7.1.1",
|
|
682
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
683
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
684
|
+
"dev": true,
|
|
685
|
+
"license": "MIT",
|
|
686
|
+
"dependencies": {
|
|
687
|
+
"to-regex-range": "^5.0.1"
|
|
688
|
+
},
|
|
689
|
+
"engines": {
|
|
690
|
+
"node": ">=8"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
"node_modules/fraction.js": {
|
|
694
|
+
"version": "5.3.4",
|
|
695
|
+
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
|
|
696
|
+
"integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
|
|
697
|
+
"dev": true,
|
|
698
|
+
"license": "MIT",
|
|
699
|
+
"engines": {
|
|
700
|
+
"node": "*"
|
|
701
|
+
},
|
|
702
|
+
"funding": {
|
|
703
|
+
"type": "github",
|
|
704
|
+
"url": "https://github.com/sponsors/rawify"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"node_modules/fsevents": {
|
|
708
|
+
"version": "2.3.3",
|
|
709
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
710
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
711
|
+
"dev": true,
|
|
712
|
+
"hasInstallScript": true,
|
|
713
|
+
"license": "MIT",
|
|
714
|
+
"optional": true,
|
|
715
|
+
"os": [
|
|
716
|
+
"darwin"
|
|
717
|
+
],
|
|
718
|
+
"engines": {
|
|
719
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"node_modules/function-bind": {
|
|
723
|
+
"version": "1.1.2",
|
|
724
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
725
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
726
|
+
"dev": true,
|
|
727
|
+
"license": "MIT",
|
|
728
|
+
"funding": {
|
|
729
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"node_modules/glob-parent": {
|
|
733
|
+
"version": "6.0.2",
|
|
734
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
735
|
+
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
736
|
+
"dev": true,
|
|
737
|
+
"license": "ISC",
|
|
738
|
+
"dependencies": {
|
|
739
|
+
"is-glob": "^4.0.3"
|
|
740
|
+
},
|
|
741
|
+
"engines": {
|
|
742
|
+
"node": ">=10.13.0"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
"node_modules/graceful-fs": {
|
|
746
|
+
"version": "4.2.11",
|
|
747
|
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
748
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
749
|
+
"license": "ISC"
|
|
750
|
+
},
|
|
751
|
+
"node_modules/hasown": {
|
|
752
|
+
"version": "2.0.2",
|
|
753
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
754
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
755
|
+
"dev": true,
|
|
756
|
+
"license": "MIT",
|
|
757
|
+
"dependencies": {
|
|
758
|
+
"function-bind": "^1.1.2"
|
|
759
|
+
},
|
|
760
|
+
"engines": {
|
|
761
|
+
"node": ">= 0.4"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"node_modules/is-binary-path": {
|
|
765
|
+
"version": "2.1.0",
|
|
766
|
+
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
767
|
+
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
768
|
+
"dev": true,
|
|
769
|
+
"license": "MIT",
|
|
770
|
+
"dependencies": {
|
|
771
|
+
"binary-extensions": "^2.0.0"
|
|
772
|
+
},
|
|
773
|
+
"engines": {
|
|
774
|
+
"node": ">=8"
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
"node_modules/is-core-module": {
|
|
778
|
+
"version": "2.16.1",
|
|
779
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
780
|
+
"integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
|
|
781
|
+
"dev": true,
|
|
782
|
+
"license": "MIT",
|
|
783
|
+
"dependencies": {
|
|
784
|
+
"hasown": "^2.0.2"
|
|
785
|
+
},
|
|
786
|
+
"engines": {
|
|
787
|
+
"node": ">= 0.4"
|
|
788
|
+
},
|
|
789
|
+
"funding": {
|
|
790
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"node_modules/is-extglob": {
|
|
794
|
+
"version": "2.1.1",
|
|
795
|
+
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
796
|
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
797
|
+
"dev": true,
|
|
798
|
+
"license": "MIT",
|
|
799
|
+
"engines": {
|
|
800
|
+
"node": ">=0.10.0"
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"node_modules/is-glob": {
|
|
804
|
+
"version": "4.0.3",
|
|
805
|
+
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
806
|
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
807
|
+
"dev": true,
|
|
808
|
+
"license": "MIT",
|
|
809
|
+
"dependencies": {
|
|
810
|
+
"is-extglob": "^2.1.1"
|
|
811
|
+
},
|
|
812
|
+
"engines": {
|
|
813
|
+
"node": ">=0.10.0"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"node_modules/is-number": {
|
|
817
|
+
"version": "7.0.0",
|
|
818
|
+
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
819
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
820
|
+
"dev": true,
|
|
821
|
+
"license": "MIT",
|
|
822
|
+
"engines": {
|
|
823
|
+
"node": ">=0.12.0"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
"node_modules/jiti": {
|
|
827
|
+
"version": "1.21.7",
|
|
828
|
+
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
|
|
829
|
+
"integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
|
|
830
|
+
"dev": true,
|
|
831
|
+
"license": "MIT",
|
|
832
|
+
"bin": {
|
|
833
|
+
"jiti": "bin/jiti.js"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"node_modules/js-tokens": {
|
|
837
|
+
"version": "4.0.0",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
839
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
840
|
+
"license": "MIT"
|
|
841
|
+
},
|
|
842
|
+
"node_modules/lilconfig": {
|
|
843
|
+
"version": "3.1.3",
|
|
844
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
845
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
846
|
+
"dev": true,
|
|
847
|
+
"license": "MIT",
|
|
848
|
+
"engines": {
|
|
849
|
+
"node": ">=14"
|
|
850
|
+
},
|
|
851
|
+
"funding": {
|
|
852
|
+
"url": "https://github.com/sponsors/antonk52"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"node_modules/lines-and-columns": {
|
|
856
|
+
"version": "1.2.4",
|
|
857
|
+
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
858
|
+
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
859
|
+
"dev": true,
|
|
860
|
+
"license": "MIT"
|
|
861
|
+
},
|
|
862
|
+
"node_modules/loose-envify": {
|
|
863
|
+
"version": "1.4.0",
|
|
864
|
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
865
|
+
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
866
|
+
"license": "MIT",
|
|
867
|
+
"dependencies": {
|
|
868
|
+
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
869
|
+
},
|
|
870
|
+
"bin": {
|
|
871
|
+
"loose-envify": "cli.js"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"node_modules/lucide-react": {
|
|
875
|
+
"version": "0.350.0",
|
|
876
|
+
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.350.0.tgz",
|
|
877
|
+
"integrity": "sha512-5IZVKsxxG8Nn81gpsz4XLNgCAXkppCh0Y0P0GLO39h5iVD2WEaB9of6cPkLtzys1GuSfxJxmwsDh487y7LAf/g==",
|
|
878
|
+
"license": "ISC",
|
|
879
|
+
"peerDependencies": {
|
|
880
|
+
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"node_modules/merge2": {
|
|
884
|
+
"version": "1.4.1",
|
|
885
|
+
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
886
|
+
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
887
|
+
"dev": true,
|
|
888
|
+
"license": "MIT",
|
|
889
|
+
"engines": {
|
|
890
|
+
"node": ">= 8"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"node_modules/micromatch": {
|
|
894
|
+
"version": "4.0.8",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
896
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
897
|
+
"dev": true,
|
|
898
|
+
"license": "MIT",
|
|
899
|
+
"dependencies": {
|
|
900
|
+
"braces": "^3.0.3",
|
|
901
|
+
"picomatch": "^2.3.1"
|
|
902
|
+
},
|
|
903
|
+
"engines": {
|
|
904
|
+
"node": ">=8.6"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
"node_modules/mz": {
|
|
908
|
+
"version": "2.7.0",
|
|
909
|
+
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
|
|
910
|
+
"integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
|
|
911
|
+
"dev": true,
|
|
912
|
+
"license": "MIT",
|
|
913
|
+
"dependencies": {
|
|
914
|
+
"any-promise": "^1.0.0",
|
|
915
|
+
"object-assign": "^4.0.1",
|
|
916
|
+
"thenify-all": "^1.0.0"
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"node_modules/nanoid": {
|
|
920
|
+
"version": "3.3.11",
|
|
921
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
922
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
923
|
+
"funding": [
|
|
924
|
+
{
|
|
925
|
+
"type": "github",
|
|
926
|
+
"url": "https://github.com/sponsors/ai"
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"license": "MIT",
|
|
930
|
+
"bin": {
|
|
931
|
+
"nanoid": "bin/nanoid.cjs"
|
|
932
|
+
},
|
|
933
|
+
"engines": {
|
|
934
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
"node_modules/next": {
|
|
938
|
+
"version": "14.2.35",
|
|
939
|
+
"resolved": "https://registry.npmjs.org/next/-/next-14.2.35.tgz",
|
|
940
|
+
"integrity": "sha512-KhYd2Hjt/O1/1aZVX3dCwGXM1QmOV4eNM2UTacK5gipDdPN/oHHK/4oVGy7X8GMfPMsUTUEmGlsy0EY1YGAkig==",
|
|
941
|
+
"license": "MIT",
|
|
942
|
+
"dependencies": {
|
|
943
|
+
"@next/env": "14.2.35",
|
|
944
|
+
"@swc/helpers": "0.5.5",
|
|
945
|
+
"busboy": "1.6.0",
|
|
946
|
+
"caniuse-lite": "^1.0.30001579",
|
|
947
|
+
"graceful-fs": "^4.2.11",
|
|
948
|
+
"postcss": "8.4.31",
|
|
949
|
+
"styled-jsx": "5.1.1"
|
|
950
|
+
},
|
|
951
|
+
"bin": {
|
|
952
|
+
"next": "dist/bin/next"
|
|
953
|
+
},
|
|
954
|
+
"engines": {
|
|
955
|
+
"node": ">=18.17.0"
|
|
956
|
+
},
|
|
957
|
+
"optionalDependencies": {
|
|
958
|
+
"@next/swc-darwin-arm64": "14.2.33",
|
|
959
|
+
"@next/swc-darwin-x64": "14.2.33",
|
|
960
|
+
"@next/swc-linux-arm64-gnu": "14.2.33",
|
|
961
|
+
"@next/swc-linux-arm64-musl": "14.2.33",
|
|
962
|
+
"@next/swc-linux-x64-gnu": "14.2.33",
|
|
963
|
+
"@next/swc-linux-x64-musl": "14.2.33",
|
|
964
|
+
"@next/swc-win32-arm64-msvc": "14.2.33",
|
|
965
|
+
"@next/swc-win32-ia32-msvc": "14.2.33",
|
|
966
|
+
"@next/swc-win32-x64-msvc": "14.2.33"
|
|
967
|
+
},
|
|
968
|
+
"peerDependencies": {
|
|
969
|
+
"@opentelemetry/api": "^1.1.0",
|
|
970
|
+
"@playwright/test": "^1.41.2",
|
|
971
|
+
"react": "^18.2.0",
|
|
972
|
+
"react-dom": "^18.2.0",
|
|
973
|
+
"sass": "^1.3.0"
|
|
974
|
+
},
|
|
975
|
+
"peerDependenciesMeta": {
|
|
976
|
+
"@opentelemetry/api": {
|
|
977
|
+
"optional": true
|
|
978
|
+
},
|
|
979
|
+
"@playwright/test": {
|
|
980
|
+
"optional": true
|
|
981
|
+
},
|
|
982
|
+
"sass": {
|
|
983
|
+
"optional": true
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"node_modules/next/node_modules/postcss": {
|
|
988
|
+
"version": "8.4.31",
|
|
989
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
|
990
|
+
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
|
991
|
+
"funding": [
|
|
992
|
+
{
|
|
993
|
+
"type": "opencollective",
|
|
994
|
+
"url": "https://opencollective.com/postcss/"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"type": "tidelift",
|
|
998
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"type": "github",
|
|
1002
|
+
"url": "https://github.com/sponsors/ai"
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"license": "MIT",
|
|
1006
|
+
"dependencies": {
|
|
1007
|
+
"nanoid": "^3.3.6",
|
|
1008
|
+
"picocolors": "^1.0.0",
|
|
1009
|
+
"source-map-js": "^1.0.2"
|
|
1010
|
+
},
|
|
1011
|
+
"engines": {
|
|
1012
|
+
"node": "^10 || ^12 || >=14"
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
"node_modules/node-releases": {
|
|
1016
|
+
"version": "2.0.27",
|
|
1017
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
1018
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
1019
|
+
"dev": true,
|
|
1020
|
+
"license": "MIT"
|
|
1021
|
+
},
|
|
1022
|
+
"node_modules/normalize-path": {
|
|
1023
|
+
"version": "3.0.0",
|
|
1024
|
+
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
1025
|
+
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
1026
|
+
"dev": true,
|
|
1027
|
+
"license": "MIT",
|
|
1028
|
+
"engines": {
|
|
1029
|
+
"node": ">=0.10.0"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"node_modules/object-assign": {
|
|
1033
|
+
"version": "4.1.1",
|
|
1034
|
+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
1035
|
+
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
1036
|
+
"dev": true,
|
|
1037
|
+
"license": "MIT",
|
|
1038
|
+
"engines": {
|
|
1039
|
+
"node": ">=0.10.0"
|
|
1040
|
+
}
|
|
1041
|
+
},
|
|
1042
|
+
"node_modules/object-hash": {
|
|
1043
|
+
"version": "3.0.0",
|
|
1044
|
+
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
|
|
1045
|
+
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
1046
|
+
"dev": true,
|
|
1047
|
+
"license": "MIT",
|
|
1048
|
+
"engines": {
|
|
1049
|
+
"node": ">= 6"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"node_modules/path-parse": {
|
|
1053
|
+
"version": "1.0.7",
|
|
1054
|
+
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
1055
|
+
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
1056
|
+
"dev": true,
|
|
1057
|
+
"license": "MIT"
|
|
1058
|
+
},
|
|
1059
|
+
"node_modules/picocolors": {
|
|
1060
|
+
"version": "1.1.1",
|
|
1061
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
1062
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1063
|
+
"license": "ISC"
|
|
1064
|
+
},
|
|
1065
|
+
"node_modules/picomatch": {
|
|
1066
|
+
"version": "2.3.1",
|
|
1067
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
1068
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
1069
|
+
"dev": true,
|
|
1070
|
+
"license": "MIT",
|
|
1071
|
+
"engines": {
|
|
1072
|
+
"node": ">=8.6"
|
|
1073
|
+
},
|
|
1074
|
+
"funding": {
|
|
1075
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
"node_modules/pify": {
|
|
1079
|
+
"version": "2.3.0",
|
|
1080
|
+
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
|
1081
|
+
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
1082
|
+
"dev": true,
|
|
1083
|
+
"license": "MIT",
|
|
1084
|
+
"engines": {
|
|
1085
|
+
"node": ">=0.10.0"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"node_modules/pirates": {
|
|
1089
|
+
"version": "4.0.7",
|
|
1090
|
+
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
|
1091
|
+
"integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
|
|
1092
|
+
"dev": true,
|
|
1093
|
+
"license": "MIT",
|
|
1094
|
+
"engines": {
|
|
1095
|
+
"node": ">= 6"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
"node_modules/postcss": {
|
|
1099
|
+
"version": "8.5.6",
|
|
1100
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
1101
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
1102
|
+
"dev": true,
|
|
1103
|
+
"funding": [
|
|
1104
|
+
{
|
|
1105
|
+
"type": "opencollective",
|
|
1106
|
+
"url": "https://opencollective.com/postcss/"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"type": "tidelift",
|
|
1110
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"type": "github",
|
|
1114
|
+
"url": "https://github.com/sponsors/ai"
|
|
1115
|
+
}
|
|
1116
|
+
],
|
|
1117
|
+
"license": "MIT",
|
|
1118
|
+
"dependencies": {
|
|
1119
|
+
"nanoid": "^3.3.11",
|
|
1120
|
+
"picocolors": "^1.1.1",
|
|
1121
|
+
"source-map-js": "^1.2.1"
|
|
1122
|
+
},
|
|
1123
|
+
"engines": {
|
|
1124
|
+
"node": "^10 || ^12 || >=14"
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"node_modules/postcss-import": {
|
|
1128
|
+
"version": "15.1.0",
|
|
1129
|
+
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
|
|
1130
|
+
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
|
|
1131
|
+
"dev": true,
|
|
1132
|
+
"license": "MIT",
|
|
1133
|
+
"dependencies": {
|
|
1134
|
+
"postcss-value-parser": "^4.0.0",
|
|
1135
|
+
"read-cache": "^1.0.0",
|
|
1136
|
+
"resolve": "^1.1.7"
|
|
1137
|
+
},
|
|
1138
|
+
"engines": {
|
|
1139
|
+
"node": ">=14.0.0"
|
|
1140
|
+
},
|
|
1141
|
+
"peerDependencies": {
|
|
1142
|
+
"postcss": "^8.0.0"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"node_modules/postcss-js": {
|
|
1146
|
+
"version": "4.1.0",
|
|
1147
|
+
"resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz",
|
|
1148
|
+
"integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
|
|
1149
|
+
"dev": true,
|
|
1150
|
+
"funding": [
|
|
1151
|
+
{
|
|
1152
|
+
"type": "opencollective",
|
|
1153
|
+
"url": "https://opencollective.com/postcss/"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"type": "github",
|
|
1157
|
+
"url": "https://github.com/sponsors/ai"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"license": "MIT",
|
|
1161
|
+
"dependencies": {
|
|
1162
|
+
"camelcase-css": "^2.0.1"
|
|
1163
|
+
},
|
|
1164
|
+
"engines": {
|
|
1165
|
+
"node": "^12 || ^14 || >= 16"
|
|
1166
|
+
},
|
|
1167
|
+
"peerDependencies": {
|
|
1168
|
+
"postcss": "^8.4.21"
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
"node_modules/postcss-load-config": {
|
|
1172
|
+
"version": "6.0.1",
|
|
1173
|
+
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
|
|
1174
|
+
"integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
|
|
1175
|
+
"dev": true,
|
|
1176
|
+
"funding": [
|
|
1177
|
+
{
|
|
1178
|
+
"type": "opencollective",
|
|
1179
|
+
"url": "https://opencollective.com/postcss/"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"type": "github",
|
|
1183
|
+
"url": "https://github.com/sponsors/ai"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"license": "MIT",
|
|
1187
|
+
"dependencies": {
|
|
1188
|
+
"lilconfig": "^3.1.1"
|
|
1189
|
+
},
|
|
1190
|
+
"engines": {
|
|
1191
|
+
"node": ">= 18"
|
|
1192
|
+
},
|
|
1193
|
+
"peerDependencies": {
|
|
1194
|
+
"jiti": ">=1.21.0",
|
|
1195
|
+
"postcss": ">=8.0.9",
|
|
1196
|
+
"tsx": "^4.8.1",
|
|
1197
|
+
"yaml": "^2.4.2"
|
|
1198
|
+
},
|
|
1199
|
+
"peerDependenciesMeta": {
|
|
1200
|
+
"jiti": {
|
|
1201
|
+
"optional": true
|
|
1202
|
+
},
|
|
1203
|
+
"postcss": {
|
|
1204
|
+
"optional": true
|
|
1205
|
+
},
|
|
1206
|
+
"tsx": {
|
|
1207
|
+
"optional": true
|
|
1208
|
+
},
|
|
1209
|
+
"yaml": {
|
|
1210
|
+
"optional": true
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
"node_modules/postcss-nested": {
|
|
1215
|
+
"version": "6.2.0",
|
|
1216
|
+
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
|
|
1217
|
+
"integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
|
|
1218
|
+
"dev": true,
|
|
1219
|
+
"funding": [
|
|
1220
|
+
{
|
|
1221
|
+
"type": "opencollective",
|
|
1222
|
+
"url": "https://opencollective.com/postcss/"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"type": "github",
|
|
1226
|
+
"url": "https://github.com/sponsors/ai"
|
|
1227
|
+
}
|
|
1228
|
+
],
|
|
1229
|
+
"license": "MIT",
|
|
1230
|
+
"dependencies": {
|
|
1231
|
+
"postcss-selector-parser": "^6.1.1"
|
|
1232
|
+
},
|
|
1233
|
+
"engines": {
|
|
1234
|
+
"node": ">=12.0"
|
|
1235
|
+
},
|
|
1236
|
+
"peerDependencies": {
|
|
1237
|
+
"postcss": "^8.2.14"
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"node_modules/postcss-selector-parser": {
|
|
1241
|
+
"version": "6.1.2",
|
|
1242
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
|
|
1243
|
+
"integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
|
|
1244
|
+
"dev": true,
|
|
1245
|
+
"license": "MIT",
|
|
1246
|
+
"dependencies": {
|
|
1247
|
+
"cssesc": "^3.0.0",
|
|
1248
|
+
"util-deprecate": "^1.0.2"
|
|
1249
|
+
},
|
|
1250
|
+
"engines": {
|
|
1251
|
+
"node": ">=4"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"node_modules/postcss-value-parser": {
|
|
1255
|
+
"version": "4.2.0",
|
|
1256
|
+
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
|
1257
|
+
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
1258
|
+
"dev": true,
|
|
1259
|
+
"license": "MIT"
|
|
1260
|
+
},
|
|
1261
|
+
"node_modules/queue-microtask": {
|
|
1262
|
+
"version": "1.2.3",
|
|
1263
|
+
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
1264
|
+
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
1265
|
+
"dev": true,
|
|
1266
|
+
"funding": [
|
|
1267
|
+
{
|
|
1268
|
+
"type": "github",
|
|
1269
|
+
"url": "https://github.com/sponsors/feross"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"type": "patreon",
|
|
1273
|
+
"url": "https://www.patreon.com/feross"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"type": "consulting",
|
|
1277
|
+
"url": "https://feross.org/support"
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"license": "MIT"
|
|
1281
|
+
},
|
|
1282
|
+
"node_modules/react": {
|
|
1283
|
+
"version": "18.3.1",
|
|
1284
|
+
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
1285
|
+
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
1286
|
+
"license": "MIT",
|
|
1287
|
+
"dependencies": {
|
|
1288
|
+
"loose-envify": "^1.1.0"
|
|
1289
|
+
},
|
|
1290
|
+
"engines": {
|
|
1291
|
+
"node": ">=0.10.0"
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
"node_modules/react-dom": {
|
|
1295
|
+
"version": "18.3.1",
|
|
1296
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
|
1297
|
+
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|
1298
|
+
"license": "MIT",
|
|
1299
|
+
"dependencies": {
|
|
1300
|
+
"loose-envify": "^1.1.0",
|
|
1301
|
+
"scheduler": "^0.23.2"
|
|
1302
|
+
},
|
|
1303
|
+
"peerDependencies": {
|
|
1304
|
+
"react": "^18.3.1"
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
"node_modules/read-cache": {
|
|
1308
|
+
"version": "1.0.0",
|
|
1309
|
+
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
|
|
1310
|
+
"integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
|
|
1311
|
+
"dev": true,
|
|
1312
|
+
"license": "MIT",
|
|
1313
|
+
"dependencies": {
|
|
1314
|
+
"pify": "^2.3.0"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"node_modules/readdirp": {
|
|
1318
|
+
"version": "3.6.0",
|
|
1319
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
|
1320
|
+
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
|
1321
|
+
"dev": true,
|
|
1322
|
+
"license": "MIT",
|
|
1323
|
+
"dependencies": {
|
|
1324
|
+
"picomatch": "^2.2.1"
|
|
1325
|
+
},
|
|
1326
|
+
"engines": {
|
|
1327
|
+
"node": ">=8.10.0"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
"node_modules/resolve": {
|
|
1331
|
+
"version": "1.22.11",
|
|
1332
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
1333
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
1334
|
+
"dev": true,
|
|
1335
|
+
"license": "MIT",
|
|
1336
|
+
"dependencies": {
|
|
1337
|
+
"is-core-module": "^2.16.1",
|
|
1338
|
+
"path-parse": "^1.0.7",
|
|
1339
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
1340
|
+
},
|
|
1341
|
+
"bin": {
|
|
1342
|
+
"resolve": "bin/resolve"
|
|
1343
|
+
},
|
|
1344
|
+
"engines": {
|
|
1345
|
+
"node": ">= 0.4"
|
|
1346
|
+
},
|
|
1347
|
+
"funding": {
|
|
1348
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
"node_modules/reusify": {
|
|
1352
|
+
"version": "1.1.0",
|
|
1353
|
+
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
1354
|
+
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
1355
|
+
"dev": true,
|
|
1356
|
+
"license": "MIT",
|
|
1357
|
+
"engines": {
|
|
1358
|
+
"iojs": ">=1.0.0",
|
|
1359
|
+
"node": ">=0.10.0"
|
|
1360
|
+
}
|
|
1361
|
+
},
|
|
1362
|
+
"node_modules/run-parallel": {
|
|
1363
|
+
"version": "1.2.0",
|
|
1364
|
+
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
1365
|
+
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
1366
|
+
"dev": true,
|
|
1367
|
+
"funding": [
|
|
1368
|
+
{
|
|
1369
|
+
"type": "github",
|
|
1370
|
+
"url": "https://github.com/sponsors/feross"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "patreon",
|
|
1374
|
+
"url": "https://www.patreon.com/feross"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"type": "consulting",
|
|
1378
|
+
"url": "https://feross.org/support"
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"license": "MIT",
|
|
1382
|
+
"dependencies": {
|
|
1383
|
+
"queue-microtask": "^1.2.2"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"node_modules/scheduler": {
|
|
1387
|
+
"version": "0.23.2",
|
|
1388
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
1389
|
+
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
1390
|
+
"license": "MIT",
|
|
1391
|
+
"dependencies": {
|
|
1392
|
+
"loose-envify": "^1.1.0"
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
"node_modules/source-map-js": {
|
|
1396
|
+
"version": "1.2.1",
|
|
1397
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
1398
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
1399
|
+
"license": "BSD-3-Clause",
|
|
1400
|
+
"engines": {
|
|
1401
|
+
"node": ">=0.10.0"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
"node_modules/streamsearch": {
|
|
1405
|
+
"version": "1.1.0",
|
|
1406
|
+
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
|
|
1407
|
+
"integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
|
|
1408
|
+
"engines": {
|
|
1409
|
+
"node": ">=10.0.0"
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
"node_modules/styled-jsx": {
|
|
1413
|
+
"version": "5.1.1",
|
|
1414
|
+
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz",
|
|
1415
|
+
"integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
|
|
1416
|
+
"license": "MIT",
|
|
1417
|
+
"dependencies": {
|
|
1418
|
+
"client-only": "0.0.1"
|
|
1419
|
+
},
|
|
1420
|
+
"engines": {
|
|
1421
|
+
"node": ">= 12.0.0"
|
|
1422
|
+
},
|
|
1423
|
+
"peerDependencies": {
|
|
1424
|
+
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
|
|
1425
|
+
},
|
|
1426
|
+
"peerDependenciesMeta": {
|
|
1427
|
+
"@babel/core": {
|
|
1428
|
+
"optional": true
|
|
1429
|
+
},
|
|
1430
|
+
"babel-plugin-macros": {
|
|
1431
|
+
"optional": true
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"node_modules/sucrase": {
|
|
1436
|
+
"version": "3.35.1",
|
|
1437
|
+
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
|
|
1438
|
+
"integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
|
|
1439
|
+
"dev": true,
|
|
1440
|
+
"license": "MIT",
|
|
1441
|
+
"dependencies": {
|
|
1442
|
+
"@jridgewell/gen-mapping": "^0.3.2",
|
|
1443
|
+
"commander": "^4.0.0",
|
|
1444
|
+
"lines-and-columns": "^1.1.6",
|
|
1445
|
+
"mz": "^2.7.0",
|
|
1446
|
+
"pirates": "^4.0.1",
|
|
1447
|
+
"tinyglobby": "^0.2.11",
|
|
1448
|
+
"ts-interface-checker": "^0.1.9"
|
|
1449
|
+
},
|
|
1450
|
+
"bin": {
|
|
1451
|
+
"sucrase": "bin/sucrase",
|
|
1452
|
+
"sucrase-node": "bin/sucrase-node"
|
|
1453
|
+
},
|
|
1454
|
+
"engines": {
|
|
1455
|
+
"node": ">=16 || 14 >=14.17"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"node_modules/supports-preserve-symlinks-flag": {
|
|
1459
|
+
"version": "1.0.0",
|
|
1460
|
+
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
1461
|
+
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
1462
|
+
"dev": true,
|
|
1463
|
+
"license": "MIT",
|
|
1464
|
+
"engines": {
|
|
1465
|
+
"node": ">= 0.4"
|
|
1466
|
+
},
|
|
1467
|
+
"funding": {
|
|
1468
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"node_modules/tailwindcss": {
|
|
1472
|
+
"version": "3.4.19",
|
|
1473
|
+
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz",
|
|
1474
|
+
"integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==",
|
|
1475
|
+
"dev": true,
|
|
1476
|
+
"license": "MIT",
|
|
1477
|
+
"dependencies": {
|
|
1478
|
+
"@alloc/quick-lru": "^5.2.0",
|
|
1479
|
+
"arg": "^5.0.2",
|
|
1480
|
+
"chokidar": "^3.6.0",
|
|
1481
|
+
"didyoumean": "^1.2.2",
|
|
1482
|
+
"dlv": "^1.1.3",
|
|
1483
|
+
"fast-glob": "^3.3.2",
|
|
1484
|
+
"glob-parent": "^6.0.2",
|
|
1485
|
+
"is-glob": "^4.0.3",
|
|
1486
|
+
"jiti": "^1.21.7",
|
|
1487
|
+
"lilconfig": "^3.1.3",
|
|
1488
|
+
"micromatch": "^4.0.8",
|
|
1489
|
+
"normalize-path": "^3.0.0",
|
|
1490
|
+
"object-hash": "^3.0.0",
|
|
1491
|
+
"picocolors": "^1.1.1",
|
|
1492
|
+
"postcss": "^8.4.47",
|
|
1493
|
+
"postcss-import": "^15.1.0",
|
|
1494
|
+
"postcss-js": "^4.0.1",
|
|
1495
|
+
"postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
|
|
1496
|
+
"postcss-nested": "^6.2.0",
|
|
1497
|
+
"postcss-selector-parser": "^6.1.2",
|
|
1498
|
+
"resolve": "^1.22.8",
|
|
1499
|
+
"sucrase": "^3.35.0"
|
|
1500
|
+
},
|
|
1501
|
+
"bin": {
|
|
1502
|
+
"tailwind": "lib/cli.js",
|
|
1503
|
+
"tailwindcss": "lib/cli.js"
|
|
1504
|
+
},
|
|
1505
|
+
"engines": {
|
|
1506
|
+
"node": ">=14.0.0"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
"node_modules/thenify": {
|
|
1510
|
+
"version": "3.3.1",
|
|
1511
|
+
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
|
|
1512
|
+
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
|
|
1513
|
+
"dev": true,
|
|
1514
|
+
"license": "MIT",
|
|
1515
|
+
"dependencies": {
|
|
1516
|
+
"any-promise": "^1.0.0"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"node_modules/thenify-all": {
|
|
1520
|
+
"version": "1.6.0",
|
|
1521
|
+
"resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
|
|
1522
|
+
"integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
|
|
1523
|
+
"dev": true,
|
|
1524
|
+
"license": "MIT",
|
|
1525
|
+
"dependencies": {
|
|
1526
|
+
"thenify": ">= 3.1.0 < 4"
|
|
1527
|
+
},
|
|
1528
|
+
"engines": {
|
|
1529
|
+
"node": ">=0.8"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"node_modules/tinyglobby": {
|
|
1533
|
+
"version": "0.2.15",
|
|
1534
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
1535
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
1536
|
+
"dev": true,
|
|
1537
|
+
"license": "MIT",
|
|
1538
|
+
"dependencies": {
|
|
1539
|
+
"fdir": "^6.5.0",
|
|
1540
|
+
"picomatch": "^4.0.3"
|
|
1541
|
+
},
|
|
1542
|
+
"engines": {
|
|
1543
|
+
"node": ">=12.0.0"
|
|
1544
|
+
},
|
|
1545
|
+
"funding": {
|
|
1546
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
"node_modules/tinyglobby/node_modules/fdir": {
|
|
1550
|
+
"version": "6.5.0",
|
|
1551
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
1552
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
1553
|
+
"dev": true,
|
|
1554
|
+
"license": "MIT",
|
|
1555
|
+
"engines": {
|
|
1556
|
+
"node": ">=12.0.0"
|
|
1557
|
+
},
|
|
1558
|
+
"peerDependencies": {
|
|
1559
|
+
"picomatch": "^3 || ^4"
|
|
1560
|
+
},
|
|
1561
|
+
"peerDependenciesMeta": {
|
|
1562
|
+
"picomatch": {
|
|
1563
|
+
"optional": true
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
1568
|
+
"version": "4.0.3",
|
|
1569
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
1570
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
1571
|
+
"dev": true,
|
|
1572
|
+
"license": "MIT",
|
|
1573
|
+
"engines": {
|
|
1574
|
+
"node": ">=12"
|
|
1575
|
+
},
|
|
1576
|
+
"funding": {
|
|
1577
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
"node_modules/to-regex-range": {
|
|
1581
|
+
"version": "5.0.1",
|
|
1582
|
+
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
1583
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
1584
|
+
"dev": true,
|
|
1585
|
+
"license": "MIT",
|
|
1586
|
+
"dependencies": {
|
|
1587
|
+
"is-number": "^7.0.0"
|
|
1588
|
+
},
|
|
1589
|
+
"engines": {
|
|
1590
|
+
"node": ">=8.0"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"node_modules/ts-interface-checker": {
|
|
1594
|
+
"version": "0.1.13",
|
|
1595
|
+
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
|
|
1596
|
+
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
|
|
1597
|
+
"dev": true,
|
|
1598
|
+
"license": "Apache-2.0"
|
|
1599
|
+
},
|
|
1600
|
+
"node_modules/tslib": {
|
|
1601
|
+
"version": "2.8.1",
|
|
1602
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
1603
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
1604
|
+
"license": "0BSD"
|
|
1605
|
+
},
|
|
1606
|
+
"node_modules/typescript": {
|
|
1607
|
+
"version": "5.9.3",
|
|
1608
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
1609
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
1610
|
+
"dev": true,
|
|
1611
|
+
"license": "Apache-2.0",
|
|
1612
|
+
"bin": {
|
|
1613
|
+
"tsc": "bin/tsc",
|
|
1614
|
+
"tsserver": "bin/tsserver"
|
|
1615
|
+
},
|
|
1616
|
+
"engines": {
|
|
1617
|
+
"node": ">=14.17"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"node_modules/undici-types": {
|
|
1621
|
+
"version": "6.21.0",
|
|
1622
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
1623
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
1624
|
+
"dev": true,
|
|
1625
|
+
"license": "MIT"
|
|
1626
|
+
},
|
|
1627
|
+
"node_modules/update-browserslist-db": {
|
|
1628
|
+
"version": "1.2.3",
|
|
1629
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
1630
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
1631
|
+
"dev": true,
|
|
1632
|
+
"funding": [
|
|
1633
|
+
{
|
|
1634
|
+
"type": "opencollective",
|
|
1635
|
+
"url": "https://opencollective.com/browserslist"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"type": "tidelift",
|
|
1639
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"type": "github",
|
|
1643
|
+
"url": "https://github.com/sponsors/ai"
|
|
1644
|
+
}
|
|
1645
|
+
],
|
|
1646
|
+
"license": "MIT",
|
|
1647
|
+
"dependencies": {
|
|
1648
|
+
"escalade": "^3.2.0",
|
|
1649
|
+
"picocolors": "^1.1.1"
|
|
1650
|
+
},
|
|
1651
|
+
"bin": {
|
|
1652
|
+
"update-browserslist-db": "cli.js"
|
|
1653
|
+
},
|
|
1654
|
+
"peerDependencies": {
|
|
1655
|
+
"browserslist": ">= 4.21.0"
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
"node_modules/util-deprecate": {
|
|
1659
|
+
"version": "1.0.2",
|
|
1660
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
1661
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
1662
|
+
"dev": true,
|
|
1663
|
+
"license": "MIT"
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
}
|