qumra-cli 1.1.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/dist/169.bundle.js +7 -0
- package/dist/b14a3663a9cc2b23b7801a037e710ee4.node +0 -0
- package/dist/bundle.js +2 -0
- package/dist/bundle.js.LICENSE.txt +382 -0
- package/dist/qumra.js +3 -0
- package/fonts/Standard.flf +2237 -0
- package/package.json +21 -0
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
* Tmp
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
|
11
|
+
*
|
|
12
|
+
* MIT Licensed
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/*!
|
|
16
|
+
* accepts
|
|
17
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
18
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
19
|
+
* MIT Licensed
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/*!
|
|
23
|
+
* base64id v0.1.0
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
/*!
|
|
27
|
+
* body-parser
|
|
28
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
29
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
30
|
+
* MIT Licensed
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
/*!
|
|
34
|
+
* body-parser
|
|
35
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
36
|
+
* MIT Licensed
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
/*!
|
|
40
|
+
* bytes
|
|
41
|
+
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
42
|
+
* Copyright(c) 2015 Jed Watson
|
|
43
|
+
* MIT Licensed
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
/*!
|
|
47
|
+
* content-disposition
|
|
48
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
49
|
+
* MIT Licensed
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
/*!
|
|
53
|
+
* content-type
|
|
54
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
55
|
+
* MIT Licensed
|
|
56
|
+
*/
|
|
57
|
+
|
|
58
|
+
/*!
|
|
59
|
+
* cookie
|
|
60
|
+
* Copyright(c) 2012-2014 Roman Shtylman
|
|
61
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
62
|
+
* MIT Licensed
|
|
63
|
+
*/
|
|
64
|
+
|
|
65
|
+
/*!
|
|
66
|
+
* cookie-parser
|
|
67
|
+
* Copyright(c) 2014 TJ Holowaychuk
|
|
68
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
69
|
+
* MIT Licensed
|
|
70
|
+
*/
|
|
71
|
+
|
|
72
|
+
/*!
|
|
73
|
+
* depd
|
|
74
|
+
* Copyright(c) 2014-2018 Douglas Christopher Wilson
|
|
75
|
+
* MIT Licensed
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
/*!
|
|
79
|
+
* destroy
|
|
80
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
81
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
82
|
+
* MIT Licensed
|
|
83
|
+
*/
|
|
84
|
+
|
|
85
|
+
/*!
|
|
86
|
+
* ee-first
|
|
87
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
88
|
+
* MIT Licensed
|
|
89
|
+
*/
|
|
90
|
+
|
|
91
|
+
/*!
|
|
92
|
+
* encodeurl
|
|
93
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
94
|
+
* MIT Licensed
|
|
95
|
+
*/
|
|
96
|
+
|
|
97
|
+
/*!
|
|
98
|
+
* escape-html
|
|
99
|
+
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
100
|
+
* Copyright(c) 2015 Andreas Lubbe
|
|
101
|
+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
102
|
+
* MIT Licensed
|
|
103
|
+
*/
|
|
104
|
+
|
|
105
|
+
/*!
|
|
106
|
+
* etag
|
|
107
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
108
|
+
* MIT Licensed
|
|
109
|
+
*/
|
|
110
|
+
|
|
111
|
+
/*!
|
|
112
|
+
* express
|
|
113
|
+
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
114
|
+
* Copyright(c) 2013 Roman Shtylman
|
|
115
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
116
|
+
* MIT Licensed
|
|
117
|
+
*/
|
|
118
|
+
|
|
119
|
+
/*!
|
|
120
|
+
* express
|
|
121
|
+
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
122
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
123
|
+
* MIT Licensed
|
|
124
|
+
*/
|
|
125
|
+
|
|
126
|
+
/*!
|
|
127
|
+
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
128
|
+
*
|
|
129
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
130
|
+
* Licensed under the MIT License.
|
|
131
|
+
*/
|
|
132
|
+
|
|
133
|
+
/*!
|
|
134
|
+
* finalhandler
|
|
135
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
136
|
+
* MIT Licensed
|
|
137
|
+
*/
|
|
138
|
+
|
|
139
|
+
/*!
|
|
140
|
+
* forwarded
|
|
141
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
142
|
+
* MIT Licensed
|
|
143
|
+
*/
|
|
144
|
+
|
|
145
|
+
/*!
|
|
146
|
+
* fresh
|
|
147
|
+
* Copyright(c) 2012 TJ Holowaychuk
|
|
148
|
+
* Copyright(c) 2016-2017 Douglas Christopher Wilson
|
|
149
|
+
* MIT Licensed
|
|
150
|
+
*/
|
|
151
|
+
|
|
152
|
+
/*!
|
|
153
|
+
* http-errors
|
|
154
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
155
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
156
|
+
* MIT Licensed
|
|
157
|
+
*/
|
|
158
|
+
|
|
159
|
+
/*!
|
|
160
|
+
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
161
|
+
*
|
|
162
|
+
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
163
|
+
* Licensed under the MIT License.
|
|
164
|
+
*/
|
|
165
|
+
|
|
166
|
+
/*!
|
|
167
|
+
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
168
|
+
*
|
|
169
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
170
|
+
* Released under the MIT License.
|
|
171
|
+
*/
|
|
172
|
+
|
|
173
|
+
/*!
|
|
174
|
+
* is-number <https://github.com/jonschlinkert/is-number>
|
|
175
|
+
*
|
|
176
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
177
|
+
* Released under the MIT License.
|
|
178
|
+
*/
|
|
179
|
+
|
|
180
|
+
/*!
|
|
181
|
+
* media-typer
|
|
182
|
+
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
183
|
+
* MIT Licensed
|
|
184
|
+
*/
|
|
185
|
+
|
|
186
|
+
/*!
|
|
187
|
+
* merge-descriptors
|
|
188
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
189
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
190
|
+
* MIT Licensed
|
|
191
|
+
*/
|
|
192
|
+
|
|
193
|
+
/*!
|
|
194
|
+
* methods
|
|
195
|
+
* Copyright(c) 2013-2014 TJ Holowaychuk
|
|
196
|
+
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
197
|
+
* MIT Licensed
|
|
198
|
+
*/
|
|
199
|
+
|
|
200
|
+
/*!
|
|
201
|
+
* mime-db
|
|
202
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
203
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
204
|
+
* MIT Licensed
|
|
205
|
+
*/
|
|
206
|
+
|
|
207
|
+
/*!
|
|
208
|
+
* mime-types
|
|
209
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
210
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
211
|
+
* MIT Licensed
|
|
212
|
+
*/
|
|
213
|
+
|
|
214
|
+
/*!
|
|
215
|
+
* negotiator
|
|
216
|
+
* Copyright(c) 2012 Federico Romero
|
|
217
|
+
* Copyright(c) 2012-2014 Isaac Z. Schlueter
|
|
218
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
219
|
+
* MIT Licensed
|
|
220
|
+
*/
|
|
221
|
+
|
|
222
|
+
/*!
|
|
223
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
224
|
+
*
|
|
225
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
226
|
+
* Released under the MIT License.
|
|
227
|
+
*/
|
|
228
|
+
|
|
229
|
+
/*!
|
|
230
|
+
* on-finished
|
|
231
|
+
* Copyright(c) 2013 Jonathan Ong
|
|
232
|
+
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
233
|
+
* MIT Licensed
|
|
234
|
+
*/
|
|
235
|
+
|
|
236
|
+
/*!
|
|
237
|
+
* parseurl
|
|
238
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
239
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
240
|
+
* MIT Licensed
|
|
241
|
+
*/
|
|
242
|
+
|
|
243
|
+
/*!
|
|
244
|
+
* proxy-addr
|
|
245
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
246
|
+
* MIT Licensed
|
|
247
|
+
*/
|
|
248
|
+
|
|
249
|
+
/*!
|
|
250
|
+
* range-parser
|
|
251
|
+
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
252
|
+
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
253
|
+
* MIT Licensed
|
|
254
|
+
*/
|
|
255
|
+
|
|
256
|
+
/*!
|
|
257
|
+
* raw-body
|
|
258
|
+
* Copyright(c) 2013-2014 Jonathan Ong
|
|
259
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
260
|
+
* MIT Licensed
|
|
261
|
+
*/
|
|
262
|
+
|
|
263
|
+
/*!
|
|
264
|
+
* send
|
|
265
|
+
* Copyright(c) 2012 TJ Holowaychuk
|
|
266
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
267
|
+
* MIT Licensed
|
|
268
|
+
*/
|
|
269
|
+
|
|
270
|
+
/*!
|
|
271
|
+
* serve-static
|
|
272
|
+
* Copyright(c) 2010 Sencha Inc.
|
|
273
|
+
* Copyright(c) 2011 TJ Holowaychuk
|
|
274
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
275
|
+
* MIT Licensed
|
|
276
|
+
*/
|
|
277
|
+
|
|
278
|
+
/*!
|
|
279
|
+
* statuses
|
|
280
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
281
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
282
|
+
* MIT Licensed
|
|
283
|
+
*/
|
|
284
|
+
|
|
285
|
+
/*!
|
|
286
|
+
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
287
|
+
*
|
|
288
|
+
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
289
|
+
* Released under the MIT License.
|
|
290
|
+
*/
|
|
291
|
+
|
|
292
|
+
/*!
|
|
293
|
+
* toidentifier
|
|
294
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
295
|
+
* MIT Licensed
|
|
296
|
+
*/
|
|
297
|
+
|
|
298
|
+
/*!
|
|
299
|
+
* type-is
|
|
300
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
301
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
302
|
+
* MIT Licensed
|
|
303
|
+
*/
|
|
304
|
+
|
|
305
|
+
/*!
|
|
306
|
+
* unpipe
|
|
307
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
308
|
+
* MIT Licensed
|
|
309
|
+
*/
|
|
310
|
+
|
|
311
|
+
/*!
|
|
312
|
+
* vary
|
|
313
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
314
|
+
* MIT Licensed
|
|
315
|
+
*/
|
|
316
|
+
|
|
317
|
+
/*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
|
|
318
|
+
|
|
319
|
+
/*! https://mths.be/utf8js v2.1.2 by @mathias */
|
|
320
|
+
|
|
321
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* Archiver Core
|
|
325
|
+
*
|
|
326
|
+
* @ignore
|
|
327
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
328
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
329
|
+
*/
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* Archiver Vending
|
|
333
|
+
*
|
|
334
|
+
* @ignore
|
|
335
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
336
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
337
|
+
*/
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* JSON Format Plugin
|
|
341
|
+
*
|
|
342
|
+
* @module plugins/json
|
|
343
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
344
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
345
|
+
*/
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* TAR Format Plugin
|
|
349
|
+
*
|
|
350
|
+
* @module plugins/tar
|
|
351
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
352
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
353
|
+
*/
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
|
|
357
|
+
*
|
|
358
|
+
* This can be used with JS designed for browsers to improve reuse of code and
|
|
359
|
+
* allow the use of existing libraries.
|
|
360
|
+
*
|
|
361
|
+
* Usage: include("XMLHttpRequest.js") and use XMLHttpRequest per W3C specs.
|
|
362
|
+
*
|
|
363
|
+
* @author Dan DeFelippi <dan@driverdan.com>
|
|
364
|
+
* @contributor David Ellis <d.f.ellis@ieee.org>
|
|
365
|
+
* @license MIT
|
|
366
|
+
*/
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* ZIP Format Plugin
|
|
370
|
+
*
|
|
371
|
+
* @module plugins/zip
|
|
372
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
|
373
|
+
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
|
374
|
+
*/
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* ZipStream
|
|
378
|
+
*
|
|
379
|
+
* @ignore
|
|
380
|
+
* @license [MIT]{@link https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE}
|
|
381
|
+
* @copyright (c) 2014 Chris Talkington, contributors.
|
|
382
|
+
*/
|
package/dist/qumra.js
ADDED