@scalar/workspace-store 0.45.0 → 0.46.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/CHANGELOG.md +21 -0
- package/dist/request-example/builder/build-request.d.ts +3 -0
- package/dist/request-example/builder/build-request.d.ts.map +1 -1
- package/dist/request-example/builder/build-request.js +32 -16
- package/dist/request-example/builder/resolve-request-factory-url.d.ts +1 -1
- package/dist/request-example/builder/resolve-request-factory-url.d.ts.map +1 -1
- package/dist/request-example/builder/resolve-request-factory-url.js +11 -6
- package/dist/request-example/context/get-request-example-context.d.ts +1 -2
- package/dist/request-example/context/get-request-example-context.d.ts.map +1 -1
- package/dist/request-example/context/index.d.ts +1 -1
- package/dist/request-example/context/index.d.ts.map +1 -1
- package/dist/request-example/functions.d.ts +486 -0
- package/dist/request-example/functions.d.ts.map +1 -0
- package/dist/request-example/functions.js +545 -0
- package/dist/request-example/index.d.ts +2 -1
- package/dist/request-example/index.d.ts.map +1 -1
- package/dist/request-example/index.js +1 -0
- package/dist/request-example/random-data.d.ts +99 -0
- package/dist/request-example/random-data.d.ts.map +1 -0
- package/dist/request-example/random-data.js +1181 -0
- package/dist/schemas/inmemory-workspace.d.ts +1 -1
- package/dist/schemas/reference-config/index.d.ts +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +1 -1
- package/dist/schemas/workspace.d.ts +2 -2
- package/package.json +7 -7
|
@@ -0,0 +1,1181 @@
|
|
|
1
|
+
/** Pre-generated random data pools to avoid bundling faker.js (~800 KB). */
|
|
2
|
+
export const uuids = [
|
|
3
|
+
'9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d',
|
|
4
|
+
'f47ac10b-58cc-4372-a567-0e02b2c3d479',
|
|
5
|
+
'1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed',
|
|
6
|
+
'6ba7b810-9dad-11d1-80b4-00c04fd430c8',
|
|
7
|
+
'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
|
|
8
|
+
'3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
9
|
+
'550e8400-e29b-41d4-a716-446655440000',
|
|
10
|
+
'c56a4180-65aa-42ec-a945-5fd21dec0538',
|
|
11
|
+
'7c9e6679-7425-40de-944b-e07fc1f90ae7',
|
|
12
|
+
'e4eaaaf2-d142-11e1-b3e4-080027620cdd',
|
|
13
|
+
'aab5d5fd-70c1-11e5-a4fb-b026b977eb28',
|
|
14
|
+
'2c5ea4c0-4067-11e9-8bad-9b1deb4d3b7d',
|
|
15
|
+
'd9428888-122b-11e1-b85c-61cd3cbed5a2',
|
|
16
|
+
'fb1a38e6-4be3-4e38-b8ec-c0c2c2d9e2a7',
|
|
17
|
+
'01234567-89ab-cdef-0123-456789abcdef',
|
|
18
|
+
];
|
|
19
|
+
export const alphanumericChars = 'abcdefghijklmnopqrstuvwxyz0123456789';
|
|
20
|
+
export const hexColors = [
|
|
21
|
+
'#e34f26',
|
|
22
|
+
'#3498db',
|
|
23
|
+
'#2ecc71',
|
|
24
|
+
'#9b59b6',
|
|
25
|
+
'#f1c40f',
|
|
26
|
+
'#1abc9c',
|
|
27
|
+
'#e74c3c',
|
|
28
|
+
'#2c3e50',
|
|
29
|
+
'#d35400',
|
|
30
|
+
'#8e44ad',
|
|
31
|
+
'#27ae60',
|
|
32
|
+
'#c0392b',
|
|
33
|
+
'#16a085',
|
|
34
|
+
'#f39c12',
|
|
35
|
+
'#7f8c8d',
|
|
36
|
+
];
|
|
37
|
+
export const abbreviations = [
|
|
38
|
+
'HTTP',
|
|
39
|
+
'SQL',
|
|
40
|
+
'TCP',
|
|
41
|
+
'JSON',
|
|
42
|
+
'XML',
|
|
43
|
+
'API',
|
|
44
|
+
'SSL',
|
|
45
|
+
'CSS',
|
|
46
|
+
'HTML',
|
|
47
|
+
'RAM',
|
|
48
|
+
'FTP',
|
|
49
|
+
'SSH',
|
|
50
|
+
'DNS',
|
|
51
|
+
'URL',
|
|
52
|
+
'USB',
|
|
53
|
+
];
|
|
54
|
+
export const ipv4Addresses = [
|
|
55
|
+
'192.168.1.42',
|
|
56
|
+
'10.0.0.134',
|
|
57
|
+
'172.16.254.1',
|
|
58
|
+
'203.0.113.50',
|
|
59
|
+
'198.51.100.23',
|
|
60
|
+
'100.24.56.78',
|
|
61
|
+
'54.239.28.85',
|
|
62
|
+
'13.107.42.14',
|
|
63
|
+
'151.101.1.140',
|
|
64
|
+
'216.58.214.206',
|
|
65
|
+
'93.184.216.34',
|
|
66
|
+
'104.16.249.249',
|
|
67
|
+
'172.217.14.206',
|
|
68
|
+
'185.199.108.153',
|
|
69
|
+
'140.82.121.4',
|
|
70
|
+
];
|
|
71
|
+
export const ipv6Addresses = [
|
|
72
|
+
'2001:0db8:85a3:0000:0000:8a2e:0370:7334',
|
|
73
|
+
'fe80:0000:0000:0000:0202:b3ff:fe1e:8329',
|
|
74
|
+
'2607:f8b0:4004:0800:0000:0000:0000:200e',
|
|
75
|
+
'2001:4860:4860:0000:0000:0000:0000:8888',
|
|
76
|
+
'2a03:2880:f10c:0083:face:b00c:0000:25de',
|
|
77
|
+
'fd12:3456:789a:1000:0000:0000:0000:0001',
|
|
78
|
+
'2600:1f18:2489:8200:a953:2c7b:e7e0:d12f',
|
|
79
|
+
'2001:0db8:0000:0042:0000:8a2e:0370:7334',
|
|
80
|
+
'fe80:0000:0000:0000:4c5a:e8ff:fe7c:3d92',
|
|
81
|
+
'2001:0db8:aaaa:bbbb:cccc:dddd:eeee:0001',
|
|
82
|
+
];
|
|
83
|
+
export const macAddresses = [
|
|
84
|
+
'00:1A:2B:3C:4D:5E',
|
|
85
|
+
'A4:83:E7:2D:6B:9F',
|
|
86
|
+
'48:2C:6A:1E:59:3D',
|
|
87
|
+
'00:50:56:C0:00:08',
|
|
88
|
+
'D4:BE:D9:19:6F:F2',
|
|
89
|
+
'3C:22:FB:4A:88:C1',
|
|
90
|
+
'08:00:27:5B:8E:A4',
|
|
91
|
+
'F0:18:98:43:65:DA',
|
|
92
|
+
'5C:CF:7F:2B:1D:E3',
|
|
93
|
+
'00:0C:29:3E:71:BC',
|
|
94
|
+
'1C:6F:65:A2:8D:49',
|
|
95
|
+
'B8:27:EB:63:4F:78',
|
|
96
|
+
];
|
|
97
|
+
export const locales = [
|
|
98
|
+
'en',
|
|
99
|
+
'es',
|
|
100
|
+
'fr',
|
|
101
|
+
'de',
|
|
102
|
+
'it',
|
|
103
|
+
'pt',
|
|
104
|
+
'ja',
|
|
105
|
+
'zh',
|
|
106
|
+
'ko',
|
|
107
|
+
'ar',
|
|
108
|
+
'ru',
|
|
109
|
+
'nl',
|
|
110
|
+
'sv',
|
|
111
|
+
'pl',
|
|
112
|
+
'da',
|
|
113
|
+
'fi',
|
|
114
|
+
'nb',
|
|
115
|
+
'tr',
|
|
116
|
+
'hi',
|
|
117
|
+
'th',
|
|
118
|
+
];
|
|
119
|
+
export const userAgents = [
|
|
120
|
+
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',
|
|
121
|
+
'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15',
|
|
122
|
+
'Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0',
|
|
123
|
+
'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0',
|
|
124
|
+
'Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1',
|
|
125
|
+
'Mozilla/5.0 (Linux; Android 14; Pixel 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.43 Mobile Safari/537.36',
|
|
126
|
+
'Mozilla/5.0 (iPad; CPU OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1',
|
|
127
|
+
'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0',
|
|
128
|
+
'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36',
|
|
129
|
+
'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0',
|
|
130
|
+
];
|
|
131
|
+
export const protocols = ['http', 'https'];
|
|
132
|
+
export const semvers = [
|
|
133
|
+
'1.0.0',
|
|
134
|
+
'2.3.1',
|
|
135
|
+
'0.9.4',
|
|
136
|
+
'3.12.0',
|
|
137
|
+
'1.5.7',
|
|
138
|
+
'4.0.0-beta.1',
|
|
139
|
+
'0.1.0',
|
|
140
|
+
'2.0.3',
|
|
141
|
+
'1.2.0',
|
|
142
|
+
'5.4.2',
|
|
143
|
+
'3.1.0',
|
|
144
|
+
'0.8.12',
|
|
145
|
+
'2.7.5',
|
|
146
|
+
'1.14.0',
|
|
147
|
+
'6.0.0',
|
|
148
|
+
];
|
|
149
|
+
export const firstNames = [
|
|
150
|
+
'Emma',
|
|
151
|
+
'Liam',
|
|
152
|
+
'Olivia',
|
|
153
|
+
'Noah',
|
|
154
|
+
'Ava',
|
|
155
|
+
'James',
|
|
156
|
+
'Sophia',
|
|
157
|
+
'Oliver',
|
|
158
|
+
'Isabella',
|
|
159
|
+
'Lucas',
|
|
160
|
+
'Mia',
|
|
161
|
+
'Ethan',
|
|
162
|
+
'Charlotte',
|
|
163
|
+
'Mason',
|
|
164
|
+
'Amelia',
|
|
165
|
+
];
|
|
166
|
+
export const lastNames = [
|
|
167
|
+
'Smith',
|
|
168
|
+
'Johnson',
|
|
169
|
+
'Williams',
|
|
170
|
+
'Brown',
|
|
171
|
+
'Jones',
|
|
172
|
+
'Garcia',
|
|
173
|
+
'Miller',
|
|
174
|
+
'Davis',
|
|
175
|
+
'Rodriguez',
|
|
176
|
+
'Martinez',
|
|
177
|
+
'Hernandez',
|
|
178
|
+
'Lopez',
|
|
179
|
+
'Gonzalez',
|
|
180
|
+
'Wilson',
|
|
181
|
+
'Anderson',
|
|
182
|
+
];
|
|
183
|
+
export const namePrefixes = ['Mr.', 'Mrs.', 'Ms.', 'Dr.', 'Prof.', 'Rev.', 'Sir', 'Mx.'];
|
|
184
|
+
export const nameSuffixes = ['Jr.', 'Sr.', 'II', 'III', 'IV', 'PhD', 'MD', 'DDS', 'Esq.'];
|
|
185
|
+
export const jobAreas = [
|
|
186
|
+
'Marketing',
|
|
187
|
+
'Engineering',
|
|
188
|
+
'Finance',
|
|
189
|
+
'Operations',
|
|
190
|
+
'Human Resources',
|
|
191
|
+
'Sales',
|
|
192
|
+
'Research',
|
|
193
|
+
'Design',
|
|
194
|
+
'Legal',
|
|
195
|
+
'Product',
|
|
196
|
+
'Data',
|
|
197
|
+
'Support',
|
|
198
|
+
'Quality',
|
|
199
|
+
'Security',
|
|
200
|
+
'Communications',
|
|
201
|
+
];
|
|
202
|
+
export const jobDescriptors = [
|
|
203
|
+
'Senior',
|
|
204
|
+
'Lead',
|
|
205
|
+
'Junior',
|
|
206
|
+
'Principal',
|
|
207
|
+
'Chief',
|
|
208
|
+
'Associate',
|
|
209
|
+
'Global',
|
|
210
|
+
'Regional',
|
|
211
|
+
'Internal',
|
|
212
|
+
'Dynamic',
|
|
213
|
+
'Staff',
|
|
214
|
+
'Executive',
|
|
215
|
+
'National',
|
|
216
|
+
'Strategic',
|
|
217
|
+
'Corporate',
|
|
218
|
+
];
|
|
219
|
+
export const jobTitles = [
|
|
220
|
+
'Software Engineer',
|
|
221
|
+
'Product Manager',
|
|
222
|
+
'Data Analyst',
|
|
223
|
+
'UX Designer',
|
|
224
|
+
'DevOps Engineer',
|
|
225
|
+
'Marketing Director',
|
|
226
|
+
'Sales Representative',
|
|
227
|
+
'Financial Analyst',
|
|
228
|
+
'Project Manager',
|
|
229
|
+
'QA Engineer',
|
|
230
|
+
'Technical Writer',
|
|
231
|
+
'System Administrator',
|
|
232
|
+
'Business Analyst',
|
|
233
|
+
'Account Executive',
|
|
234
|
+
'Operations Manager',
|
|
235
|
+
];
|
|
236
|
+
export const jobTypes = [
|
|
237
|
+
'Full-time',
|
|
238
|
+
'Part-time',
|
|
239
|
+
'Contract',
|
|
240
|
+
'Freelance',
|
|
241
|
+
'Internship',
|
|
242
|
+
'Temporary',
|
|
243
|
+
'Remote',
|
|
244
|
+
'Hybrid',
|
|
245
|
+
'Consultant',
|
|
246
|
+
'Seasonal',
|
|
247
|
+
];
|
|
248
|
+
export const phoneNumbers = [
|
|
249
|
+
'(555) 123-4567',
|
|
250
|
+
'(555) 987-6543',
|
|
251
|
+
'(555) 246-8135',
|
|
252
|
+
'(555) 369-2580',
|
|
253
|
+
'(555) 741-8520',
|
|
254
|
+
'(555) 852-9631',
|
|
255
|
+
'(555) 147-2583',
|
|
256
|
+
'(555) 963-8520',
|
|
257
|
+
'(555) 321-6540',
|
|
258
|
+
'(555) 654-9870',
|
|
259
|
+
'(555) 789-0123',
|
|
260
|
+
'(555) 234-5678',
|
|
261
|
+
'(555) 876-5432',
|
|
262
|
+
'(555) 468-1357',
|
|
263
|
+
'(555) 531-2468',
|
|
264
|
+
];
|
|
265
|
+
export const cities = [
|
|
266
|
+
'New York',
|
|
267
|
+
'London',
|
|
268
|
+
'Tokyo',
|
|
269
|
+
'Paris',
|
|
270
|
+
'Sydney',
|
|
271
|
+
'Toronto',
|
|
272
|
+
'Berlin',
|
|
273
|
+
'Singapore',
|
|
274
|
+
'Mumbai',
|
|
275
|
+
'São Paulo',
|
|
276
|
+
'Amsterdam',
|
|
277
|
+
'Seoul',
|
|
278
|
+
'Dublin',
|
|
279
|
+
'Barcelona',
|
|
280
|
+
'Melbourne',
|
|
281
|
+
];
|
|
282
|
+
export const streetNames = [
|
|
283
|
+
'Main Street',
|
|
284
|
+
'Oak Avenue',
|
|
285
|
+
'Park Boulevard',
|
|
286
|
+
'Cedar Lane',
|
|
287
|
+
'Elm Drive',
|
|
288
|
+
'Maple Court',
|
|
289
|
+
'Pine Road',
|
|
290
|
+
'Walnut Street',
|
|
291
|
+
'Birch Avenue',
|
|
292
|
+
'Cherry Lane',
|
|
293
|
+
'Willow Way',
|
|
294
|
+
'Spruce Circle',
|
|
295
|
+
'Aspen Drive',
|
|
296
|
+
'Hickory Place',
|
|
297
|
+
'Chestnut Road',
|
|
298
|
+
];
|
|
299
|
+
export const streetAddresses = [
|
|
300
|
+
'123 Main Street',
|
|
301
|
+
'456 Oak Avenue',
|
|
302
|
+
'789 Park Boulevard',
|
|
303
|
+
'321 Cedar Lane',
|
|
304
|
+
'654 Elm Drive',
|
|
305
|
+
'987 Maple Court',
|
|
306
|
+
'147 Pine Road',
|
|
307
|
+
'258 Walnut Street',
|
|
308
|
+
'369 Birch Avenue',
|
|
309
|
+
'741 Cherry Lane',
|
|
310
|
+
'852 Willow Way',
|
|
311
|
+
'963 Spruce Circle',
|
|
312
|
+
'159 Aspen Drive',
|
|
313
|
+
'357 Hickory Place',
|
|
314
|
+
'486 Chestnut Road',
|
|
315
|
+
];
|
|
316
|
+
export const countries = [
|
|
317
|
+
'United States',
|
|
318
|
+
'United Kingdom',
|
|
319
|
+
'Canada',
|
|
320
|
+
'Australia',
|
|
321
|
+
'Germany',
|
|
322
|
+
'France',
|
|
323
|
+
'Japan',
|
|
324
|
+
'Brazil',
|
|
325
|
+
'India',
|
|
326
|
+
'Netherlands',
|
|
327
|
+
'South Korea',
|
|
328
|
+
'Singapore',
|
|
329
|
+
'Ireland',
|
|
330
|
+
'Spain',
|
|
331
|
+
'Sweden',
|
|
332
|
+
];
|
|
333
|
+
export const countryCodes = [
|
|
334
|
+
'US',
|
|
335
|
+
'GB',
|
|
336
|
+
'CA',
|
|
337
|
+
'AU',
|
|
338
|
+
'DE',
|
|
339
|
+
'FR',
|
|
340
|
+
'JP',
|
|
341
|
+
'BR',
|
|
342
|
+
'IN',
|
|
343
|
+
'NL',
|
|
344
|
+
'KR',
|
|
345
|
+
'SG',
|
|
346
|
+
'IE',
|
|
347
|
+
'ES',
|
|
348
|
+
'SE',
|
|
349
|
+
'IT',
|
|
350
|
+
'NO',
|
|
351
|
+
'DK',
|
|
352
|
+
'FI',
|
|
353
|
+
'CH',
|
|
354
|
+
];
|
|
355
|
+
export const latitudes = [
|
|
356
|
+
'40.7128',
|
|
357
|
+
'-33.8688',
|
|
358
|
+
'51.5074',
|
|
359
|
+
'35.6762',
|
|
360
|
+
'48.8566',
|
|
361
|
+
'-23.5505',
|
|
362
|
+
'19.4326',
|
|
363
|
+
'55.7558',
|
|
364
|
+
'1.3521',
|
|
365
|
+
'37.7749',
|
|
366
|
+
'52.3676',
|
|
367
|
+
'34.0522',
|
|
368
|
+
'41.9028',
|
|
369
|
+
'39.9042',
|
|
370
|
+
'25.2048',
|
|
371
|
+
];
|
|
372
|
+
export const longitudes = [
|
|
373
|
+
'-74.0060',
|
|
374
|
+
'151.2093',
|
|
375
|
+
'-0.1278',
|
|
376
|
+
'139.6503',
|
|
377
|
+
'2.3522',
|
|
378
|
+
'-46.6333',
|
|
379
|
+
'-99.1332',
|
|
380
|
+
'37.6173',
|
|
381
|
+
'103.8198',
|
|
382
|
+
'-122.4194',
|
|
383
|
+
'4.9041',
|
|
384
|
+
'-118.2437',
|
|
385
|
+
'12.4964',
|
|
386
|
+
'116.4074',
|
|
387
|
+
'55.2708',
|
|
388
|
+
];
|
|
389
|
+
export const avatarUrls = [
|
|
390
|
+
'https://avatars.githubusercontent.com/u/12345678',
|
|
391
|
+
'https://avatars.githubusercontent.com/u/23456789',
|
|
392
|
+
'https://avatars.githubusercontent.com/u/34567890',
|
|
393
|
+
'https://avatars.githubusercontent.com/u/45678901',
|
|
394
|
+
'https://avatars.githubusercontent.com/u/56789012',
|
|
395
|
+
'https://avatars.githubusercontent.com/u/67890123',
|
|
396
|
+
'https://avatars.githubusercontent.com/u/78901234',
|
|
397
|
+
'https://avatars.githubusercontent.com/u/89012345',
|
|
398
|
+
'https://avatars.githubusercontent.com/u/90123456',
|
|
399
|
+
'https://avatars.githubusercontent.com/u/10234567',
|
|
400
|
+
];
|
|
401
|
+
export const imageUrls = [
|
|
402
|
+
'https://picsum.photos/seed/scalar1/640/480',
|
|
403
|
+
'https://picsum.photos/seed/scalar2/640/480',
|
|
404
|
+
'https://picsum.photos/seed/scalar3/640/480',
|
|
405
|
+
'https://picsum.photos/seed/scalar4/640/480',
|
|
406
|
+
'https://picsum.photos/seed/scalar5/640/480',
|
|
407
|
+
'https://picsum.photos/seed/scalar6/640/480',
|
|
408
|
+
'https://picsum.photos/seed/scalar7/640/480',
|
|
409
|
+
'https://picsum.photos/seed/scalar8/640/480',
|
|
410
|
+
'https://picsum.photos/seed/scalar9/640/480',
|
|
411
|
+
'https://picsum.photos/seed/scalar10/640/480',
|
|
412
|
+
];
|
|
413
|
+
const flickrBase = 'https://loremflickr.com/640/480';
|
|
414
|
+
export const abstractImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/abstract?lock=${i + 1}`);
|
|
415
|
+
export const animalsImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/animals?lock=${i + 1}`);
|
|
416
|
+
export const businessImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/business?lock=${i + 1}`);
|
|
417
|
+
export const catsImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/cat?lock=${i + 1}`);
|
|
418
|
+
export const cityImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/city?lock=${i + 1}`);
|
|
419
|
+
export const foodImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/food?lock=${i + 1}`);
|
|
420
|
+
export const nightlifeImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/nightlife?lock=${i + 1}`);
|
|
421
|
+
export const fashionImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/fashion?lock=${i + 1}`);
|
|
422
|
+
export const peopleImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/people?lock=${i + 1}`);
|
|
423
|
+
export const natureImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/nature?lock=${i + 1}`);
|
|
424
|
+
export const sportsImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/sports?lock=${i + 1}`);
|
|
425
|
+
export const transportImageUrls = Array.from({ length: 10 }, (_, i) => `${flickrBase}/transport?lock=${i + 1}`);
|
|
426
|
+
export const dataUris = [
|
|
427
|
+
'data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Crect%20fill%3D%22%233498db%22%20width%3D%2264%22%20height%3D%2264%22%2F%3E%3C%2Fsvg%3E',
|
|
428
|
+
'data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Crect%20fill%3D%22%23e74c3c%22%20width%3D%2264%22%20height%3D%2264%22%2F%3E%3C%2Fsvg%3E',
|
|
429
|
+
'data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Crect%20fill%3D%22%232ecc71%22%20width%3D%2264%22%20height%3D%2264%22%2F%3E%3C%2Fsvg%3E',
|
|
430
|
+
'data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Crect%20fill%3D%22%239b59b6%22%20width%3D%2264%22%20height%3D%2264%22%2F%3E%3C%2Fsvg%3E',
|
|
431
|
+
'data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Crect%20fill%3D%22%23f1c40f%22%20width%3D%2264%22%20height%3D%2264%22%2F%3E%3C%2Fsvg%3E',
|
|
432
|
+
];
|
|
433
|
+
export const bankAccountNumbers = [
|
|
434
|
+
'34042448',
|
|
435
|
+
'34102758',
|
|
436
|
+
'02997566',
|
|
437
|
+
'52631809',
|
|
438
|
+
'75412296',
|
|
439
|
+
'37762776',
|
|
440
|
+
'44117882',
|
|
441
|
+
'13865687',
|
|
442
|
+
'44377086',
|
|
443
|
+
'74440091',
|
|
444
|
+
];
|
|
445
|
+
export const bankAccountNames = [
|
|
446
|
+
'Personal Checking',
|
|
447
|
+
'Savings Account',
|
|
448
|
+
'Money Market',
|
|
449
|
+
'Home Loan',
|
|
450
|
+
'Auto Loan',
|
|
451
|
+
'Investment Account',
|
|
452
|
+
'Business Checking',
|
|
453
|
+
'Credit Card',
|
|
454
|
+
'Retirement Fund',
|
|
455
|
+
'College Savings',
|
|
456
|
+
];
|
|
457
|
+
export const bicCodes = [
|
|
458
|
+
'DEUTDEFF',
|
|
459
|
+
'BNPAFRPP',
|
|
460
|
+
'CHASUS33',
|
|
461
|
+
'HSBCGB2L',
|
|
462
|
+
'COBADEFF',
|
|
463
|
+
'SCBLSGSG',
|
|
464
|
+
'ANZBAU3M',
|
|
465
|
+
'CITIUS33',
|
|
466
|
+
'BOFAUS3N',
|
|
467
|
+
'NWBKGB2L',
|
|
468
|
+
];
|
|
469
|
+
export const ibanNumbers = [
|
|
470
|
+
'GB29NWBK60161331926819',
|
|
471
|
+
'DE89370400440532013000',
|
|
472
|
+
'FR7630006000011234567890189',
|
|
473
|
+
'ES9121000418450200051332',
|
|
474
|
+
'IT60X0542811101000000123456',
|
|
475
|
+
'NL91ABNA0417164300',
|
|
476
|
+
'CH9300762011623852957',
|
|
477
|
+
'BE68539007547034',
|
|
478
|
+
'AT611904300234573201',
|
|
479
|
+
'FI2112345600000785',
|
|
480
|
+
];
|
|
481
|
+
export const transactionTypes = ['deposit', 'withdrawal', 'payment', 'invoice', 'transfer'];
|
|
482
|
+
export const currencyCodes = [
|
|
483
|
+
'USD',
|
|
484
|
+
'EUR',
|
|
485
|
+
'GBP',
|
|
486
|
+
'JPY',
|
|
487
|
+
'AUD',
|
|
488
|
+
'CAD',
|
|
489
|
+
'CHF',
|
|
490
|
+
'CNY',
|
|
491
|
+
'INR',
|
|
492
|
+
'BRL',
|
|
493
|
+
'SEK',
|
|
494
|
+
'NOK',
|
|
495
|
+
'DKK',
|
|
496
|
+
'SGD',
|
|
497
|
+
'HKD',
|
|
498
|
+
];
|
|
499
|
+
export const currencyNames = [
|
|
500
|
+
'US Dollar',
|
|
501
|
+
'Euro',
|
|
502
|
+
'British Pound',
|
|
503
|
+
'Japanese Yen',
|
|
504
|
+
'Australian Dollar',
|
|
505
|
+
'Canadian Dollar',
|
|
506
|
+
'Swiss Franc',
|
|
507
|
+
'Chinese Yuan',
|
|
508
|
+
'Indian Rupee',
|
|
509
|
+
'Brazilian Real',
|
|
510
|
+
'Swedish Krona',
|
|
511
|
+
'Norwegian Krone',
|
|
512
|
+
'Danish Krone',
|
|
513
|
+
'Singapore Dollar',
|
|
514
|
+
'Hong Kong Dollar',
|
|
515
|
+
];
|
|
516
|
+
export const currencySymbols = ['$', '€', '£', '¥', 'A$', 'C$', 'CHF', '¥', '₹', 'R$'];
|
|
517
|
+
export const bitcoinAddresses = [
|
|
518
|
+
'1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa',
|
|
519
|
+
'3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy',
|
|
520
|
+
'bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4',
|
|
521
|
+
'1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2',
|
|
522
|
+
'3Kzh9qAqVWQhEsfQz7zEQL1EuSx5tyNLNS',
|
|
523
|
+
'1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF',
|
|
524
|
+
'bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh',
|
|
525
|
+
'3FZbgi29cpjq2GjdwV8eyHuJJnkLtktZc5',
|
|
526
|
+
'1P5ZEDWTKTFGxQjZphgWPQUpe554WKDfHQ',
|
|
527
|
+
'bc1q42lja79elem0anu8q860g3milve2ycq5t8g3ux',
|
|
528
|
+
];
|
|
529
|
+
export const companyNames = [
|
|
530
|
+
'Acme Corp',
|
|
531
|
+
'Globex',
|
|
532
|
+
'Initech',
|
|
533
|
+
'Umbrella Industries',
|
|
534
|
+
'Stark Enterprises',
|
|
535
|
+
'Wayne Corp',
|
|
536
|
+
'Cyberdyne Systems',
|
|
537
|
+
'Tyrell Corp',
|
|
538
|
+
'Soylent Corp',
|
|
539
|
+
'Aperture Science',
|
|
540
|
+
'Massive Dynamic',
|
|
541
|
+
'Oscorp',
|
|
542
|
+
'Abstergo',
|
|
543
|
+
'Weyland-Yutani',
|
|
544
|
+
'Hooli',
|
|
545
|
+
];
|
|
546
|
+
export const companySuffixes = ['Inc', 'LLC', 'Group', 'Ltd', 'PLC', 'Corp'];
|
|
547
|
+
export const buzzPhrases = [
|
|
548
|
+
'leverage agile frameworks',
|
|
549
|
+
'iterate revolutionary convergence',
|
|
550
|
+
'drive seamless solutions',
|
|
551
|
+
'enable viral e-services',
|
|
552
|
+
'synergize scalable supply-chains',
|
|
553
|
+
'harness real-time channels',
|
|
554
|
+
'orchestrate integrated experiences',
|
|
555
|
+
'deliver frictionless partnerships',
|
|
556
|
+
'transform dynamic mindshare',
|
|
557
|
+
'cultivate open-source communities',
|
|
558
|
+
];
|
|
559
|
+
export const buzzAdjectives = [
|
|
560
|
+
'innovative',
|
|
561
|
+
'scalable',
|
|
562
|
+
'seamless',
|
|
563
|
+
'cutting-edge',
|
|
564
|
+
'robust',
|
|
565
|
+
'synergistic',
|
|
566
|
+
'dynamic',
|
|
567
|
+
'holistic',
|
|
568
|
+
'strategic',
|
|
569
|
+
'disruptive',
|
|
570
|
+
'frictionless',
|
|
571
|
+
'proactive',
|
|
572
|
+
'world-class',
|
|
573
|
+
'collaborative',
|
|
574
|
+
'granular',
|
|
575
|
+
];
|
|
576
|
+
export const buzzVerbs = [
|
|
577
|
+
'leverage',
|
|
578
|
+
'iterate',
|
|
579
|
+
'synergize',
|
|
580
|
+
'monetize',
|
|
581
|
+
'orchestrate',
|
|
582
|
+
'disintermediate',
|
|
583
|
+
'harness',
|
|
584
|
+
'incentivize',
|
|
585
|
+
'optimize',
|
|
586
|
+
'streamline',
|
|
587
|
+
'revolutionize',
|
|
588
|
+
'cultivate',
|
|
589
|
+
'empower',
|
|
590
|
+
'facilitate',
|
|
591
|
+
'aggregate',
|
|
592
|
+
];
|
|
593
|
+
export const buzzNouns = [
|
|
594
|
+
'frameworks',
|
|
595
|
+
'paradigms',
|
|
596
|
+
'synergies',
|
|
597
|
+
'platforms',
|
|
598
|
+
'infrastructures',
|
|
599
|
+
'bandwidth',
|
|
600
|
+
'channels',
|
|
601
|
+
'communities',
|
|
602
|
+
'convergence',
|
|
603
|
+
'deliverables',
|
|
604
|
+
'e-markets',
|
|
605
|
+
'experiences',
|
|
606
|
+
'initiatives',
|
|
607
|
+
'interfaces',
|
|
608
|
+
'methodologies',
|
|
609
|
+
];
|
|
610
|
+
export const catchPhrases = [
|
|
611
|
+
'Adaptive zero defect data-warehouse',
|
|
612
|
+
'Automated scalable protocol',
|
|
613
|
+
'Business-focused zero defect hub',
|
|
614
|
+
'Cloned responsive flexibility',
|
|
615
|
+
'Cross-group background collaboration',
|
|
616
|
+
'De-engineered stable conglomeration',
|
|
617
|
+
'Distributed actuating throughput',
|
|
618
|
+
'Enhanced client-server capability',
|
|
619
|
+
'Face to face explicit superstructure',
|
|
620
|
+
'Front-line multimedia interface',
|
|
621
|
+
];
|
|
622
|
+
export const catchPhraseAdjectives = [
|
|
623
|
+
'Adaptive',
|
|
624
|
+
'Advanced',
|
|
625
|
+
'Automated',
|
|
626
|
+
'Balanced',
|
|
627
|
+
'Business-focused',
|
|
628
|
+
'Centralized',
|
|
629
|
+
'Cloned',
|
|
630
|
+
'Configurable',
|
|
631
|
+
'Cross-group',
|
|
632
|
+
'Customizable',
|
|
633
|
+
'De-engineered',
|
|
634
|
+
'Decentralized',
|
|
635
|
+
'Digitized',
|
|
636
|
+
'Distributed',
|
|
637
|
+
'Enhanced',
|
|
638
|
+
];
|
|
639
|
+
export const catchPhraseDescriptors = [
|
|
640
|
+
'24 hour',
|
|
641
|
+
'actuating',
|
|
642
|
+
'analyzing',
|
|
643
|
+
'asymmetric',
|
|
644
|
+
'asynchronous',
|
|
645
|
+
'background',
|
|
646
|
+
'bandwidth-monitored',
|
|
647
|
+
'bi-directional',
|
|
648
|
+
'bifurcated',
|
|
649
|
+
'bottom-line',
|
|
650
|
+
'clear-thinking',
|
|
651
|
+
'client-driven',
|
|
652
|
+
'client-server',
|
|
653
|
+
'coherent',
|
|
654
|
+
'cohesive',
|
|
655
|
+
];
|
|
656
|
+
export const catchPhraseNouns = [
|
|
657
|
+
'ability',
|
|
658
|
+
'access',
|
|
659
|
+
'algorithm',
|
|
660
|
+
'alliance',
|
|
661
|
+
'analyzer',
|
|
662
|
+
'application',
|
|
663
|
+
'approach',
|
|
664
|
+
'architecture',
|
|
665
|
+
'array',
|
|
666
|
+
'attitude',
|
|
667
|
+
'benchmark',
|
|
668
|
+
'budgetary management',
|
|
669
|
+
'capability',
|
|
670
|
+
'capacity',
|
|
671
|
+
'challenge',
|
|
672
|
+
];
|
|
673
|
+
export const databaseColumns = [
|
|
674
|
+
'id',
|
|
675
|
+
'name',
|
|
676
|
+
'email',
|
|
677
|
+
'status',
|
|
678
|
+
'created_at',
|
|
679
|
+
'updated_at',
|
|
680
|
+
'description',
|
|
681
|
+
'amount',
|
|
682
|
+
'category',
|
|
683
|
+
'token',
|
|
684
|
+
'avatar',
|
|
685
|
+
'phone',
|
|
686
|
+
'address',
|
|
687
|
+
'comment',
|
|
688
|
+
'title',
|
|
689
|
+
];
|
|
690
|
+
export const databaseTypes = [
|
|
691
|
+
'int',
|
|
692
|
+
'varchar',
|
|
693
|
+
'text',
|
|
694
|
+
'boolean',
|
|
695
|
+
'date',
|
|
696
|
+
'timestamp',
|
|
697
|
+
'float',
|
|
698
|
+
'bigint',
|
|
699
|
+
'json',
|
|
700
|
+
'uuid',
|
|
701
|
+
'decimal',
|
|
702
|
+
'enum',
|
|
703
|
+
'blob',
|
|
704
|
+
'char',
|
|
705
|
+
'smallint',
|
|
706
|
+
];
|
|
707
|
+
export const databaseCollations = [
|
|
708
|
+
'utf8_general_ci',
|
|
709
|
+
'utf8mb4_unicode_ci',
|
|
710
|
+
'ascii_general_ci',
|
|
711
|
+
'latin1_swedish_ci',
|
|
712
|
+
'utf8_unicode_ci',
|
|
713
|
+
'utf8mb4_general_ci',
|
|
714
|
+
'utf8_bin',
|
|
715
|
+
'latin1_general_ci',
|
|
716
|
+
'utf8mb4_bin',
|
|
717
|
+
'ascii_bin',
|
|
718
|
+
];
|
|
719
|
+
export const databaseEngines = [
|
|
720
|
+
'InnoDB',
|
|
721
|
+
'MyISAM',
|
|
722
|
+
'MEMORY',
|
|
723
|
+
'CSV',
|
|
724
|
+
'ARCHIVE',
|
|
725
|
+
'FEDERATED',
|
|
726
|
+
'NDB',
|
|
727
|
+
'MERGE',
|
|
728
|
+
'BLACKHOLE',
|
|
729
|
+
'EXAMPLE',
|
|
730
|
+
];
|
|
731
|
+
export const weekdays = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'];
|
|
732
|
+
export const months = [
|
|
733
|
+
'January',
|
|
734
|
+
'February',
|
|
735
|
+
'March',
|
|
736
|
+
'April',
|
|
737
|
+
'May',
|
|
738
|
+
'June',
|
|
739
|
+
'July',
|
|
740
|
+
'August',
|
|
741
|
+
'September',
|
|
742
|
+
'October',
|
|
743
|
+
'November',
|
|
744
|
+
'December',
|
|
745
|
+
];
|
|
746
|
+
export const domainNames = [
|
|
747
|
+
'example.com',
|
|
748
|
+
'test-site.org',
|
|
749
|
+
'my-app.io',
|
|
750
|
+
'dev-portal.net',
|
|
751
|
+
'api-hub.com',
|
|
752
|
+
'code-base.dev',
|
|
753
|
+
'data-flow.co',
|
|
754
|
+
'web-pulse.io',
|
|
755
|
+
'cloud-nest.org',
|
|
756
|
+
'tech-wave.net',
|
|
757
|
+
'open-source.dev',
|
|
758
|
+
'byte-craft.io',
|
|
759
|
+
'pixel-lab.co',
|
|
760
|
+
'node-spark.com',
|
|
761
|
+
'vue-forge.dev',
|
|
762
|
+
];
|
|
763
|
+
export const domainSuffixes = ['com', 'org', 'net', 'io', 'dev', 'co', 'info', 'app', 'me', 'xyz'];
|
|
764
|
+
export const domainWords = [
|
|
765
|
+
'example',
|
|
766
|
+
'test-site',
|
|
767
|
+
'my-app',
|
|
768
|
+
'dev-portal',
|
|
769
|
+
'api-hub',
|
|
770
|
+
'code-base',
|
|
771
|
+
'data-flow',
|
|
772
|
+
'web-pulse',
|
|
773
|
+
'cloud-nest',
|
|
774
|
+
'tech-wave',
|
|
775
|
+
'open-source',
|
|
776
|
+
'byte-craft',
|
|
777
|
+
'pixel-lab',
|
|
778
|
+
'node-spark',
|
|
779
|
+
'vue-forge',
|
|
780
|
+
];
|
|
781
|
+
export const emails = [
|
|
782
|
+
'emma.smith@example.com',
|
|
783
|
+
'liam.johnson@test.org',
|
|
784
|
+
'olivia.williams@demo.io',
|
|
785
|
+
'noah.brown@sample.net',
|
|
786
|
+
'ava.jones@mail.com',
|
|
787
|
+
'james.garcia@inbox.dev',
|
|
788
|
+
'sophia.miller@webmail.co',
|
|
789
|
+
'oliver.davis@post.io',
|
|
790
|
+
'isabella.rodriguez@email.org',
|
|
791
|
+
'lucas.martinez@connect.net',
|
|
792
|
+
'mia.hernandez@hub.com',
|
|
793
|
+
'ethan.lopez@office.dev',
|
|
794
|
+
'charlotte.gonzalez@corp.io',
|
|
795
|
+
'mason.wilson@biz.co',
|
|
796
|
+
'amelia.anderson@pro.net',
|
|
797
|
+
];
|
|
798
|
+
export const exampleEmails = [
|
|
799
|
+
'emma@example.com',
|
|
800
|
+
'liam@example.org',
|
|
801
|
+
'olivia@example.net',
|
|
802
|
+
'noah@example.com',
|
|
803
|
+
'ava@example.org',
|
|
804
|
+
'james@example.net',
|
|
805
|
+
'sophia@example.com',
|
|
806
|
+
'oliver@example.org',
|
|
807
|
+
'isabella@example.net',
|
|
808
|
+
'lucas@example.com',
|
|
809
|
+
'mia@example.org',
|
|
810
|
+
'ethan@example.net',
|
|
811
|
+
];
|
|
812
|
+
export const usernames = [
|
|
813
|
+
'emma_dev42',
|
|
814
|
+
'liam.codes',
|
|
815
|
+
'olivia_tech',
|
|
816
|
+
'noah_builds',
|
|
817
|
+
'ava.hacks',
|
|
818
|
+
'james_ops',
|
|
819
|
+
'sophia_data',
|
|
820
|
+
'oliver.api',
|
|
821
|
+
'isa_design',
|
|
822
|
+
'lucas_vue',
|
|
823
|
+
'mia_cloud',
|
|
824
|
+
'ethan.stack',
|
|
825
|
+
'char_pixel',
|
|
826
|
+
'mason_byte',
|
|
827
|
+
'amelia_net',
|
|
828
|
+
];
|
|
829
|
+
export const urls = [
|
|
830
|
+
'https://example.com',
|
|
831
|
+
'https://test-site.org',
|
|
832
|
+
'https://my-app.io',
|
|
833
|
+
'https://dev-portal.net',
|
|
834
|
+
'https://api-hub.com',
|
|
835
|
+
'https://code-base.dev',
|
|
836
|
+
'https://data-flow.co',
|
|
837
|
+
'https://web-pulse.io',
|
|
838
|
+
'https://cloud-nest.org',
|
|
839
|
+
'https://tech-wave.net',
|
|
840
|
+
'https://open-source.dev',
|
|
841
|
+
'https://byte-craft.io',
|
|
842
|
+
];
|
|
843
|
+
export const fileNames = [
|
|
844
|
+
'report.pdf',
|
|
845
|
+
'data.csv',
|
|
846
|
+
'image.png',
|
|
847
|
+
'backup.tar.gz',
|
|
848
|
+
'readme.md',
|
|
849
|
+
'config.yml',
|
|
850
|
+
'schema.json',
|
|
851
|
+
'styles.css',
|
|
852
|
+
'app.tsx',
|
|
853
|
+
'index.html',
|
|
854
|
+
'notes.txt',
|
|
855
|
+
'archive.zip',
|
|
856
|
+
'log.xml',
|
|
857
|
+
'script.sh',
|
|
858
|
+
'database.sql',
|
|
859
|
+
];
|
|
860
|
+
export const fileTypes = [
|
|
861
|
+
'application',
|
|
862
|
+
'text',
|
|
863
|
+
'image',
|
|
864
|
+
'audio',
|
|
865
|
+
'video',
|
|
866
|
+
'font',
|
|
867
|
+
'model',
|
|
868
|
+
'multipart',
|
|
869
|
+
'message',
|
|
870
|
+
'chemical',
|
|
871
|
+
];
|
|
872
|
+
export const fileExtensions = [
|
|
873
|
+
'pdf',
|
|
874
|
+
'csv',
|
|
875
|
+
'png',
|
|
876
|
+
'json',
|
|
877
|
+
'md',
|
|
878
|
+
'yml',
|
|
879
|
+
'html',
|
|
880
|
+
'txt',
|
|
881
|
+
'xml',
|
|
882
|
+
'sql',
|
|
883
|
+
'tar',
|
|
884
|
+
'gz',
|
|
885
|
+
'wasm',
|
|
886
|
+
'webp',
|
|
887
|
+
];
|
|
888
|
+
export const commonFileNames = [
|
|
889
|
+
'report.pdf',
|
|
890
|
+
'photo.jpg',
|
|
891
|
+
'document.docx',
|
|
892
|
+
'spreadsheet.xlsx',
|
|
893
|
+
'presentation.pptx',
|
|
894
|
+
'image.png',
|
|
895
|
+
'video.mp4',
|
|
896
|
+
'audio.mp3',
|
|
897
|
+
'archive.zip',
|
|
898
|
+
'readme.txt',
|
|
899
|
+
];
|
|
900
|
+
export const commonFileTypes = ['text', 'application', 'image', 'audio', 'video'];
|
|
901
|
+
export const commonFileExtensions = [
|
|
902
|
+
'pdf',
|
|
903
|
+
'jpg',
|
|
904
|
+
'png',
|
|
905
|
+
'gif',
|
|
906
|
+
'mp3',
|
|
907
|
+
'mp4',
|
|
908
|
+
'doc',
|
|
909
|
+
'xls',
|
|
910
|
+
'ppt',
|
|
911
|
+
'txt',
|
|
912
|
+
'zip',
|
|
913
|
+
'html',
|
|
914
|
+
'css',
|
|
915
|
+
'js',
|
|
916
|
+
'json',
|
|
917
|
+
];
|
|
918
|
+
export const filePaths = [
|
|
919
|
+
'/home/user/documents/report.pdf',
|
|
920
|
+
'/var/log/app/server.log',
|
|
921
|
+
'/tmp/upload/image.png',
|
|
922
|
+
'/opt/data/backup.tar.gz',
|
|
923
|
+
'/home/user/projects/app/src/index.ts',
|
|
924
|
+
'/etc/config/settings.yml',
|
|
925
|
+
'/usr/local/bin/script.sh',
|
|
926
|
+
'/home/user/downloads/archive.zip',
|
|
927
|
+
'/var/www/html/index.html',
|
|
928
|
+
'/home/user/.config/app.json',
|
|
929
|
+
];
|
|
930
|
+
export const directoryPaths = [
|
|
931
|
+
'/home/user/documents',
|
|
932
|
+
'/var/log/app',
|
|
933
|
+
'/tmp/uploads',
|
|
934
|
+
'/opt/data',
|
|
935
|
+
'/home/user/projects/app/src',
|
|
936
|
+
'/etc/config',
|
|
937
|
+
'/usr/local/bin',
|
|
938
|
+
'/home/user/downloads',
|
|
939
|
+
'/var/www/html',
|
|
940
|
+
'/home/user/.config',
|
|
941
|
+
];
|
|
942
|
+
export const mimeTypes = [
|
|
943
|
+
'application/json',
|
|
944
|
+
'text/html',
|
|
945
|
+
'image/png',
|
|
946
|
+
'application/pdf',
|
|
947
|
+
'text/plain',
|
|
948
|
+
'image/jpeg',
|
|
949
|
+
'application/xml',
|
|
950
|
+
'text/css',
|
|
951
|
+
'application/javascript',
|
|
952
|
+
'image/svg+xml',
|
|
953
|
+
'application/zip',
|
|
954
|
+
'audio/mpeg',
|
|
955
|
+
'video/mp4',
|
|
956
|
+
'font/woff2',
|
|
957
|
+
'application/octet-stream',
|
|
958
|
+
];
|
|
959
|
+
export const products = [
|
|
960
|
+
'Chair',
|
|
961
|
+
'Computer',
|
|
962
|
+
'Keyboard',
|
|
963
|
+
'Mouse',
|
|
964
|
+
'Table',
|
|
965
|
+
'Phone',
|
|
966
|
+
'Shoes',
|
|
967
|
+
'Shirt',
|
|
968
|
+
'Pants',
|
|
969
|
+
'Hat',
|
|
970
|
+
'Bike',
|
|
971
|
+
'Towels',
|
|
972
|
+
'Gloves',
|
|
973
|
+
'Soap',
|
|
974
|
+
'Tuna',
|
|
975
|
+
];
|
|
976
|
+
export const productAdjectives = [
|
|
977
|
+
'Refined',
|
|
978
|
+
'Elegant',
|
|
979
|
+
'Rustic',
|
|
980
|
+
'Gorgeous',
|
|
981
|
+
'Practical',
|
|
982
|
+
'Fantastic',
|
|
983
|
+
'Handcrafted',
|
|
984
|
+
'Incredible',
|
|
985
|
+
'Licensed',
|
|
986
|
+
'Sleek',
|
|
987
|
+
'Intelligent',
|
|
988
|
+
'Recycled',
|
|
989
|
+
'Modern',
|
|
990
|
+
'Bespoke',
|
|
991
|
+
'Ergonomic',
|
|
992
|
+
];
|
|
993
|
+
export const productMaterials = [
|
|
994
|
+
'Cotton',
|
|
995
|
+
'Steel',
|
|
996
|
+
'Wooden',
|
|
997
|
+
'Concrete',
|
|
998
|
+
'Rubber',
|
|
999
|
+
'Granite',
|
|
1000
|
+
'Plastic',
|
|
1001
|
+
'Frozen',
|
|
1002
|
+
'Soft',
|
|
1003
|
+
'Metal',
|
|
1004
|
+
'Bronze',
|
|
1005
|
+
'Silk',
|
|
1006
|
+
'Leather',
|
|
1007
|
+
'Ceramic',
|
|
1008
|
+
'Bamboo',
|
|
1009
|
+
];
|
|
1010
|
+
export const productNames = [
|
|
1011
|
+
'Refined Cotton Chair',
|
|
1012
|
+
'Sleek Steel Computer',
|
|
1013
|
+
'Elegant Wooden Table',
|
|
1014
|
+
'Practical Rubber Keyboard',
|
|
1015
|
+
'Gorgeous Granite Mouse',
|
|
1016
|
+
'Rustic Metal Bike',
|
|
1017
|
+
'Handcrafted Silk Shirt',
|
|
1018
|
+
'Incredible Bamboo Towels',
|
|
1019
|
+
'Modern Leather Shoes',
|
|
1020
|
+
'Ergonomic Plastic Phone',
|
|
1021
|
+
'Fantastic Ceramic Soap',
|
|
1022
|
+
'Licensed Bronze Hat',
|
|
1023
|
+
'Intelligent Soft Gloves',
|
|
1024
|
+
'Bespoke Cotton Pants',
|
|
1025
|
+
'Recycled Steel Tuna',
|
|
1026
|
+
];
|
|
1027
|
+
export const departments = [
|
|
1028
|
+
'Electronics',
|
|
1029
|
+
'Clothing',
|
|
1030
|
+
'Books',
|
|
1031
|
+
'Home',
|
|
1032
|
+
'Garden',
|
|
1033
|
+
'Sports',
|
|
1034
|
+
'Toys',
|
|
1035
|
+
'Automotive',
|
|
1036
|
+
'Grocery',
|
|
1037
|
+
'Health',
|
|
1038
|
+
'Beauty',
|
|
1039
|
+
'Music',
|
|
1040
|
+
'Movies',
|
|
1041
|
+
'Games',
|
|
1042
|
+
'Outdoors',
|
|
1043
|
+
];
|
|
1044
|
+
export const nouns = [
|
|
1045
|
+
'server',
|
|
1046
|
+
'database',
|
|
1047
|
+
'network',
|
|
1048
|
+
'protocol',
|
|
1049
|
+
'system',
|
|
1050
|
+
'algorithm',
|
|
1051
|
+
'interface',
|
|
1052
|
+
'module',
|
|
1053
|
+
'component',
|
|
1054
|
+
'function',
|
|
1055
|
+
'framework',
|
|
1056
|
+
'library',
|
|
1057
|
+
'instance',
|
|
1058
|
+
'variable',
|
|
1059
|
+
'endpoint',
|
|
1060
|
+
];
|
|
1061
|
+
export const verbs = [
|
|
1062
|
+
'run',
|
|
1063
|
+
'build',
|
|
1064
|
+
'deploy',
|
|
1065
|
+
'parse',
|
|
1066
|
+
'fetch',
|
|
1067
|
+
'render',
|
|
1068
|
+
'compile',
|
|
1069
|
+
'stream',
|
|
1070
|
+
'cache',
|
|
1071
|
+
'merge',
|
|
1072
|
+
'sync',
|
|
1073
|
+
'push',
|
|
1074
|
+
'pull',
|
|
1075
|
+
'test',
|
|
1076
|
+
'debug',
|
|
1077
|
+
];
|
|
1078
|
+
export const ingVerbs = [
|
|
1079
|
+
'running',
|
|
1080
|
+
'building',
|
|
1081
|
+
'deploying',
|
|
1082
|
+
'parsing',
|
|
1083
|
+
'fetching',
|
|
1084
|
+
'rendering',
|
|
1085
|
+
'compiling',
|
|
1086
|
+
'streaming',
|
|
1087
|
+
'caching',
|
|
1088
|
+
'merging',
|
|
1089
|
+
'syncing',
|
|
1090
|
+
'pushing',
|
|
1091
|
+
'pulling',
|
|
1092
|
+
'testing',
|
|
1093
|
+
'debugging',
|
|
1094
|
+
];
|
|
1095
|
+
export const adjectives = [
|
|
1096
|
+
'fast',
|
|
1097
|
+
'secure',
|
|
1098
|
+
'scalable',
|
|
1099
|
+
'robust',
|
|
1100
|
+
'dynamic',
|
|
1101
|
+
'modular',
|
|
1102
|
+
'stable',
|
|
1103
|
+
'lightweight',
|
|
1104
|
+
'portable',
|
|
1105
|
+
'resilient',
|
|
1106
|
+
'efficient',
|
|
1107
|
+
'responsive',
|
|
1108
|
+
'concurrent',
|
|
1109
|
+
'stateless',
|
|
1110
|
+
'distributed',
|
|
1111
|
+
];
|
|
1112
|
+
export const words = [
|
|
1113
|
+
'pixel',
|
|
1114
|
+
'quantum',
|
|
1115
|
+
'cipher',
|
|
1116
|
+
'matrix',
|
|
1117
|
+
'vector',
|
|
1118
|
+
'nexus',
|
|
1119
|
+
'pulse',
|
|
1120
|
+
'flux',
|
|
1121
|
+
'forge',
|
|
1122
|
+
'prism',
|
|
1123
|
+
'vortex',
|
|
1124
|
+
'helix',
|
|
1125
|
+
'orbit',
|
|
1126
|
+
'spark',
|
|
1127
|
+
'nebula',
|
|
1128
|
+
];
|
|
1129
|
+
export const loremWords = [
|
|
1130
|
+
'lorem',
|
|
1131
|
+
'ipsum',
|
|
1132
|
+
'dolor',
|
|
1133
|
+
'sit',
|
|
1134
|
+
'amet',
|
|
1135
|
+
'consectetur',
|
|
1136
|
+
'adipiscing',
|
|
1137
|
+
'elit',
|
|
1138
|
+
'sed',
|
|
1139
|
+
'do',
|
|
1140
|
+
'eiusmod',
|
|
1141
|
+
'tempor',
|
|
1142
|
+
'incididunt',
|
|
1143
|
+
'ut',
|
|
1144
|
+
'labore',
|
|
1145
|
+
'et',
|
|
1146
|
+
'dolore',
|
|
1147
|
+
'magna',
|
|
1148
|
+
'aliqua',
|
|
1149
|
+
'enim',
|
|
1150
|
+
];
|
|
1151
|
+
export const loremSentences = [
|
|
1152
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
|
|
1153
|
+
'Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
|
|
1154
|
+
'Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.',
|
|
1155
|
+
'Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.',
|
|
1156
|
+
'Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.',
|
|
1157
|
+
'Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.',
|
|
1158
|
+
'Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.',
|
|
1159
|
+
'Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit.',
|
|
1160
|
+
'Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse.',
|
|
1161
|
+
'At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis.',
|
|
1162
|
+
];
|
|
1163
|
+
export const loremParagraphs = [
|
|
1164
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
1165
|
+
'Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
|
|
1166
|
+
'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.',
|
|
1167
|
+
'Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.',
|
|
1168
|
+
'Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.',
|
|
1169
|
+
];
|
|
1170
|
+
export const loremSlugs = [
|
|
1171
|
+
'lorem-ipsum-dolor',
|
|
1172
|
+
'sed-tempor-incididunt',
|
|
1173
|
+
'amet-consectetur-adipiscing',
|
|
1174
|
+
'eiusmod-labore-dolore',
|
|
1175
|
+
'veniam-nostrud-exercitation',
|
|
1176
|
+
'voluptate-velit-cillum',
|
|
1177
|
+
'occaecat-cupidatat-proident',
|
|
1178
|
+
'perspiciatis-omnis-natus',
|
|
1179
|
+
'aspernatur-odit-fugit',
|
|
1180
|
+
'dolorem-ipsum-amet',
|
|
1181
|
+
];
|