@sqaitech/ios 0.30.10

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.
Files changed (54) hide show
  1. package/README.md +336 -0
  2. package/bin/sqai-ios-playground +3 -0
  3. package/dist/es/bin.mjs +12872 -0
  4. package/dist/es/bin.mjs.LICENSE.txt +256 -0
  5. package/dist/es/index.mjs +923 -0
  6. package/dist/lib/bin.js +13017 -0
  7. package/dist/lib/bin.js.LICENSE.txt +256 -0
  8. package/dist/lib/index.js +982 -0
  9. package/dist/types/bin.d.ts +1 -0
  10. package/dist/types/index.d.ts +132 -0
  11. package/package.json +65 -0
  12. package/static/favicon.ico +0 -0
  13. package/static/index.html +1 -0
  14. package/static/static/css/index.60c69390.css +2 -0
  15. package/static/static/css/index.60c69390.css.map +1 -0
  16. package/static/static/js/931.dc961e99.js +620 -0
  17. package/static/static/js/931.dc961e99.js.LICENSE.txt +146 -0
  18. package/static/static/js/931.dc961e99.js.map +1 -0
  19. package/static/static/js/async/173.9cf6b074.js +3 -0
  20. package/static/static/js/async/173.9cf6b074.js.map +1 -0
  21. package/static/static/js/async/212.e243c338.js +158 -0
  22. package/static/static/js/async/212.e243c338.js.map +1 -0
  23. package/static/static/js/async/329.f888b505.js +26 -0
  24. package/static/static/js/async/329.f888b505.js.map +1 -0
  25. package/static/static/js/async/364.1821e74b.js +30 -0
  26. package/static/static/js/async/364.1821e74b.js.map +1 -0
  27. package/static/static/js/async/544.b73fa603.js +2 -0
  28. package/static/static/js/async/544.b73fa603.js.map +1 -0
  29. package/static/static/js/async/582.5dccae2d.js +21 -0
  30. package/static/static/js/async/582.5dccae2d.js.map +1 -0
  31. package/static/static/js/async/624.45ee2b2c.js +3 -0
  32. package/static/static/js/async/624.45ee2b2c.js.map +1 -0
  33. package/static/static/js/async/644.6bdc4065.js +1 -0
  34. package/static/static/js/async/659.9afd03db.js +21 -0
  35. package/static/static/js/async/659.9afd03db.js.map +1 -0
  36. package/static/static/js/async/702.60261735.js +231 -0
  37. package/static/static/js/async/702.60261735.js.map +1 -0
  38. package/static/static/js/async/920.7d9a9aa8.js +2 -0
  39. package/static/static/js/async/920.7d9a9aa8.js.map +1 -0
  40. package/static/static/js/async/983.8b91303f.js +1 -0
  41. package/static/static/js/index.5cccbdaf.js +10 -0
  42. package/static/static/js/index.5cccbdaf.js.LICENSE.txt +7 -0
  43. package/static/static/js/index.5cccbdaf.js.map +1 -0
  44. package/static/static/js/index.8a10896b.js +10 -0
  45. package/static/static/js/index.8a10896b.js.LICENSE.txt +7 -0
  46. package/static/static/js/index.8a10896b.js.map +1 -0
  47. package/static/static/js/index.f21bb1df.js +10 -0
  48. package/static/static/js/index.f21bb1df.js.LICENSE.txt +7 -0
  49. package/static/static/js/index.f21bb1df.js.map +1 -0
  50. package/static/static/js/lib-react.f566a9ed.js +3 -0
  51. package/static/static/js/lib-react.f566a9ed.js.LICENSE.txt +39 -0
  52. package/static/static/js/lib-react.f566a9ed.js.map +1 -0
  53. package/static/static/svg/server-offline-foreground.3113df3c.svg +36 -0
  54. package/static/static/wasm/9e906fbf55e08f98.module.wasm +0 -0
@@ -0,0 +1,256 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * accepts
9
+ * Copyright(c) 2014 Jonathan Ong
10
+ * Copyright(c) 2015 Douglas Christopher Wilson
11
+ * MIT Licensed
12
+ */
13
+
14
+ /*!
15
+ * body-parser
16
+ * Copyright(c) 2014 Jonathan Ong
17
+ * Copyright(c) 2014-2015 Douglas Christopher Wilson
18
+ * MIT Licensed
19
+ */
20
+
21
+ /*!
22
+ * body-parser
23
+ * Copyright(c) 2014-2015 Douglas Christopher Wilson
24
+ * MIT Licensed
25
+ */
26
+
27
+ /*!
28
+ * bytes
29
+ * Copyright(c) 2012-2014 TJ Holowaychuk
30
+ * Copyright(c) 2015 Jed Watson
31
+ * MIT Licensed
32
+ */
33
+
34
+ /*!
35
+ * content-disposition
36
+ * Copyright(c) 2014-2017 Douglas Christopher Wilson
37
+ * MIT Licensed
38
+ */
39
+
40
+ /*!
41
+ * content-type
42
+ * Copyright(c) 2015 Douglas Christopher Wilson
43
+ * MIT Licensed
44
+ */
45
+
46
+ /*!
47
+ * cookie
48
+ * Copyright(c) 2012-2014 Roman Shtylman
49
+ * Copyright(c) 2015 Douglas Christopher Wilson
50
+ * MIT Licensed
51
+ */
52
+
53
+ /*!
54
+ * depd
55
+ * Copyright(c) 2014-2018 Douglas Christopher Wilson
56
+ * MIT Licensed
57
+ */
58
+
59
+ /*!
60
+ * destroy
61
+ * Copyright(c) 2014 Jonathan Ong
62
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
63
+ * MIT Licensed
64
+ */
65
+
66
+ /*!
67
+ * ee-first
68
+ * Copyright(c) 2014 Jonathan Ong
69
+ * MIT Licensed
70
+ */
71
+
72
+ /*!
73
+ * encodeurl
74
+ * Copyright(c) 2016 Douglas Christopher Wilson
75
+ * MIT Licensed
76
+ */
77
+
78
+ /*!
79
+ * escape-html
80
+ * Copyright(c) 2012-2013 TJ Holowaychuk
81
+ * Copyright(c) 2015 Andreas Lubbe
82
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
83
+ * MIT Licensed
84
+ */
85
+
86
+ /*!
87
+ * etag
88
+ * Copyright(c) 2014-2016 Douglas Christopher Wilson
89
+ * MIT Licensed
90
+ */
91
+
92
+ /*!
93
+ * express
94
+ * Copyright(c) 2009-2013 TJ Holowaychuk
95
+ * Copyright(c) 2013 Roman Shtylman
96
+ * Copyright(c) 2014-2015 Douglas Christopher Wilson
97
+ * MIT Licensed
98
+ */
99
+
100
+ /*!
101
+ * express
102
+ * Copyright(c) 2009-2013 TJ Holowaychuk
103
+ * Copyright(c) 2014-2015 Douglas Christopher Wilson
104
+ * MIT Licensed
105
+ */
106
+
107
+ /*!
108
+ * finalhandler
109
+ * Copyright(c) 2014-2022 Douglas Christopher Wilson
110
+ * MIT Licensed
111
+ */
112
+
113
+ /*!
114
+ * forwarded
115
+ * Copyright(c) 2014-2017 Douglas Christopher Wilson
116
+ * MIT Licensed
117
+ */
118
+
119
+ /*!
120
+ * fresh
121
+ * Copyright(c) 2012 TJ Holowaychuk
122
+ * Copyright(c) 2016-2017 Douglas Christopher Wilson
123
+ * MIT Licensed
124
+ */
125
+
126
+ /*!
127
+ * http-errors
128
+ * Copyright(c) 2014 Jonathan Ong
129
+ * Copyright(c) 2016 Douglas Christopher Wilson
130
+ * MIT Licensed
131
+ */
132
+
133
+ /*!
134
+ * media-typer
135
+ * Copyright(c) 2014 Douglas Christopher Wilson
136
+ * MIT Licensed
137
+ */
138
+
139
+ /*!
140
+ * merge-descriptors
141
+ * Copyright(c) 2014 Jonathan Ong
142
+ * Copyright(c) 2015 Douglas Christopher Wilson
143
+ * MIT Licensed
144
+ */
145
+
146
+ /*!
147
+ * methods
148
+ * Copyright(c) 2013-2014 TJ Holowaychuk
149
+ * Copyright(c) 2015-2016 Douglas Christopher Wilson
150
+ * MIT Licensed
151
+ */
152
+
153
+ /*!
154
+ * mime-db
155
+ * Copyright(c) 2014 Jonathan Ong
156
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
157
+ * MIT Licensed
158
+ */
159
+
160
+ /*!
161
+ * mime-types
162
+ * Copyright(c) 2014 Jonathan Ong
163
+ * Copyright(c) 2015 Douglas Christopher Wilson
164
+ * MIT Licensed
165
+ */
166
+
167
+ /*!
168
+ * negotiator
169
+ * Copyright(c) 2012 Federico Romero
170
+ * Copyright(c) 2012-2014 Isaac Z. Schlueter
171
+ * Copyright(c) 2015 Douglas Christopher Wilson
172
+ * MIT Licensed
173
+ */
174
+
175
+ /*!
176
+ * on-finished
177
+ * Copyright(c) 2013 Jonathan Ong
178
+ * Copyright(c) 2014 Douglas Christopher Wilson
179
+ * MIT Licensed
180
+ */
181
+
182
+ /*!
183
+ * parseurl
184
+ * Copyright(c) 2014 Jonathan Ong
185
+ * Copyright(c) 2014-2017 Douglas Christopher Wilson
186
+ * MIT Licensed
187
+ */
188
+
189
+ /*!
190
+ * proxy-addr
191
+ * Copyright(c) 2014-2016 Douglas Christopher Wilson
192
+ * MIT Licensed
193
+ */
194
+
195
+ /*!
196
+ * range-parser
197
+ * Copyright(c) 2012-2014 TJ Holowaychuk
198
+ * Copyright(c) 2015-2016 Douglas Christopher Wilson
199
+ * MIT Licensed
200
+ */
201
+
202
+ /*!
203
+ * raw-body
204
+ * Copyright(c) 2013-2014 Jonathan Ong
205
+ * Copyright(c) 2014-2022 Douglas Christopher Wilson
206
+ * MIT Licensed
207
+ */
208
+
209
+ /*!
210
+ * send
211
+ * Copyright(c) 2012 TJ Holowaychuk
212
+ * Copyright(c) 2014-2022 Douglas Christopher Wilson
213
+ * MIT Licensed
214
+ */
215
+
216
+ /*!
217
+ * serve-static
218
+ * Copyright(c) 2010 Sencha Inc.
219
+ * Copyright(c) 2011 TJ Holowaychuk
220
+ * Copyright(c) 2014-2016 Douglas Christopher Wilson
221
+ * MIT Licensed
222
+ */
223
+
224
+ /*!
225
+ * statuses
226
+ * Copyright(c) 2014 Jonathan Ong
227
+ * Copyright(c) 2016 Douglas Christopher Wilson
228
+ * MIT Licensed
229
+ */
230
+
231
+ /*!
232
+ * toidentifier
233
+ * Copyright(c) 2016 Douglas Christopher Wilson
234
+ * MIT Licensed
235
+ */
236
+
237
+ /*!
238
+ * type-is
239
+ * Copyright(c) 2014 Jonathan Ong
240
+ * Copyright(c) 2014-2015 Douglas Christopher Wilson
241
+ * MIT Licensed
242
+ */
243
+
244
+ /*!
245
+ * unpipe
246
+ * Copyright(c) 2015 Douglas Christopher Wilson
247
+ * MIT Licensed
248
+ */
249
+
250
+ /*!
251
+ * vary
252
+ * Copyright(c) 2014-2017 Douglas Christopher Wilson
253
+ * MIT Licensed
254
+ */
255
+
256
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */