@bobfrankston/rmfmail 1.0.647 → 1.0.648
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/client/app.ts +16 -0
- package/client/compose/compose.html +542 -4
- package/client/index.html +444 -168
- package/package.json +1 -1
- package/packages/mailx-service/index.ts +19 -5
package/client/index.html
CHANGED
|
@@ -61,272 +61,548 @@
|
|
|
61
61
|
@bobfrankston/* entry our index.html and editor.ts dynamic-import).
|
|
62
62
|
Until then this map is hand-restored (entries from prior importgen run
|
|
63
63
|
+ the @bobfrankston ones it missed). See programming.md for the rule. -->
|
|
64
|
-
<!-- Generated by importgen 0.1.35 on May 10, 2026,
|
|
64
|
+
<!-- Generated by importgen 0.1.35 on May 10, 2026, 10:22:53 AM EDT -->
|
|
65
65
|
<script type="importmap">
|
|
66
66
|
{
|
|
67
67
|
"imports": {
|
|
68
|
-
"@bobfrankston/iflow-direct": "../node_modules/@bobfrankston/iflow-direct/index.js",
|
|
69
|
-
"@bobfrankston/tcp-transport": "../node_modules/@bobfrankston/tcp-transport/index.js",
|
|
70
|
-
"@bobfrankston/mailx-host": "../node_modules/@bobfrankston/mailx-host/index.js",
|
|
71
|
-
"@bobfrankston/msger": "../node_modules/@bobfrankston/msger/index.js",
|
|
72
|
-
"@bobfrankston/msgcommon": "../node_modules/@bobfrankston/msger/node_modules/@bobfrankston/msgcommon/index.js",
|
|
73
|
-
"json5": "../node_modules/@bobfrankston/msger/node_modules/@bobfrankston/msgcommon/node_modules/json5/dist/index.mjs",
|
|
74
|
-
"marked": "../node_modules/@bobfrankston/msger/node_modules/@bobfrankston/msgcommon/node_modules/marked/lib/marked.esm.js",
|
|
75
|
-
"windows-shortcuts": "../node_modules/@bobfrankston/msger/node_modules/@bobfrankston/msgcommon/node_modules/windows-shortcuts/lib/windows-shortcuts",
|
|
76
|
-
"@bobfrankston/rust-builder": "../node_modules/@bobfrankston/msger/node_modules/@bobfrankston/rust-builder/index.js",
|
|
77
|
-
"ansi-to-html": "../node_modules/@bobfrankston/msger/node_modules/ansi-to-html/lib/ansi_to_html.js",
|
|
78
|
-
"entities": "../node_modules/entities/lib/index.js",
|
|
79
|
-
"@bobfrankston/mailx-imap": "../node_modules/@bobfrankston/mailx-imap/index.js",
|
|
80
68
|
"@bobfrankston/mailx-types": "../node_modules/@bobfrankston/mailx-types/index.js",
|
|
69
|
+
"@bobfrankston/mailx-types/": "../node_modules/@bobfrankston/mailx-types/",
|
|
70
|
+
"@bobfrankston/mailx-send": "../node_modules/@bobfrankston/mailx-send/index.js",
|
|
71
|
+
"@bobfrankston/mailx-send/": "../node_modules/@bobfrankston/mailx-send/",
|
|
72
|
+
"nodemailer": "../node_modules/nodemailer/lib/nodemailer.js",
|
|
73
|
+
"nodemailer/": "../node_modules/nodemailer/",
|
|
74
|
+
"@bobfrankston/oauthsupport": "../node_modules/@bobfrankston/oauthsupport/index.js",
|
|
75
|
+
"@bobfrankston/oauthsupport/": "../node_modules/@bobfrankston/oauthsupport/",
|
|
76
|
+
"@bobfrankston/mailx-compose": "../node_modules/@bobfrankston/mailx-compose/index.js",
|
|
77
|
+
"@bobfrankston/mailx-compose/": "../node_modules/@bobfrankston/mailx-compose/",
|
|
81
78
|
"@bobfrankston/mailx-settings": "../node_modules/@bobfrankston/mailx-settings/index.js",
|
|
79
|
+
"@bobfrankston/mailx-settings/": "../node_modules/@bobfrankston/mailx-settings/",
|
|
82
80
|
"jsonc-parser": "../node_modules/jsonc-parser/lib/esm/main.js",
|
|
81
|
+
"jsonc-parser/": "../node_modules/jsonc-parser/",
|
|
83
82
|
"@bobfrankston/mailx-store": "../node_modules/@bobfrankston/mailx-store/index.js",
|
|
83
|
+
"@bobfrankston/mailx-store/": "../node_modules/@bobfrankston/mailx-store/",
|
|
84
|
+
"@bobfrankston/mailx-service": "../node_modules/@bobfrankston/mailx-service/index.js",
|
|
85
|
+
"@bobfrankston/mailx-service/": "../node_modules/@bobfrankston/mailx-service/",
|
|
86
|
+
"@bobfrankston/mailx-imap": "../node_modules/@bobfrankston/mailx-imap/index.js",
|
|
87
|
+
"@bobfrankston/mailx-imap/": "../node_modules/@bobfrankston/mailx-imap/",
|
|
88
|
+
"@bobfrankston/iflow-direct": "../node_modules/@bobfrankston/iflow-direct/index.js",
|
|
89
|
+
"@bobfrankston/iflow-direct/": "../node_modules/@bobfrankston/iflow-direct/",
|
|
90
|
+
"@bobfrankston/tcp-transport": "../node_modules/@bobfrankston/tcp-transport/index.js",
|
|
91
|
+
"@bobfrankston/tcp-transport/": "../node_modules/@bobfrankston/tcp-transport/",
|
|
84
92
|
"@bobfrankston/smtp-direct": "../node_modules/@bobfrankston/smtp-direct/index.js",
|
|
93
|
+
"@bobfrankston/smtp-direct/": "../node_modules/@bobfrankston/smtp-direct/",
|
|
85
94
|
"@bobfrankston/mailx-sync": "../node_modules/@bobfrankston/mailx-sync/index.js",
|
|
86
|
-
"@bobfrankston/
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"@
|
|
92
|
-
"@
|
|
93
|
-
"@
|
|
94
|
-
"@
|
|
95
|
-
"@
|
|
96
|
-
"@
|
|
97
|
-
"debug": "../node_modules/debug/src/index.js",
|
|
98
|
-
"ms": "../node_modules/ms/index",
|
|
99
|
-
"signal-exit": "../node_modules/signal-exit/index.js",
|
|
100
|
-
"slice-ansi": "../node_modules/slice-ansi/index.js",
|
|
101
|
-
"ansi-styles": "../node_modules/ansi-styles/index.js",
|
|
102
|
-
"color-convert": "../node_modules/color-convert/index.js",
|
|
95
|
+
"@bobfrankston/mailx-sync/": "../node_modules/@bobfrankston/mailx-sync/",
|
|
96
|
+
"html-to-docx": "../node_modules/html-to-docx/dist/html-to-docx.esm.js",
|
|
97
|
+
"html-to-docx/": "../node_modules/html-to-docx/",
|
|
98
|
+
"@oozcitak/util": "../node_modules/@oozcitak/util/lib/index",
|
|
99
|
+
"@oozcitak/util/": "../node_modules/@oozcitak/util/",
|
|
100
|
+
"@oozcitak/dom": "../node_modules/@oozcitak/dom/lib/index",
|
|
101
|
+
"@oozcitak/dom/": "../node_modules/@oozcitak/dom/",
|
|
102
|
+
"@oozcitak/infra": "../node_modules/@oozcitak/infra/lib/index",
|
|
103
|
+
"@oozcitak/infra/": "../node_modules/@oozcitak/infra/",
|
|
104
|
+
"@oozcitak/url": "../node_modules/@oozcitak/url/lib/index",
|
|
105
|
+
"@oozcitak/url/": "../node_modules/@oozcitak/url/",
|
|
103
106
|
"color-name": "../node_modules/color-name/index.js",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"untildify": "../node_modules/untildify/index.js",
|
|
112
|
-
"wrap-ansi": "../node_modules/wrap-ansi/index.js",
|
|
113
|
-
"@ionic/utils-subprocess": "../node_modules/@ionic/utils-subprocess/dist/index.js",
|
|
114
|
-
"@ionic/utils-array": "../node_modules/@ionic/utils-array/dist/index.js",
|
|
115
|
-
"@ionic/utils-fs": "../node_modules/@ionic/utils-fs/dist/index.js",
|
|
116
|
-
"@types/fs-extra": "../node_modules/@types/fs-extra/",
|
|
117
|
-
"@types/node": "../node_modules/@types/node/",
|
|
118
|
-
"undici-types": "../node_modules/undici-types/index.js",
|
|
119
|
-
"fs-extra": "../node_modules/fs-extra/lib/index.js",
|
|
120
|
-
"at-least-node": "../node_modules/at-least-node/index.js",
|
|
121
|
-
"graceful-fs": "../node_modules/graceful-fs/graceful-fs.js",
|
|
122
|
-
"jsonfile": "../node_modules/jsonfile/index.js",
|
|
123
|
-
"universalify": "../node_modules/universalify/index.js",
|
|
124
|
-
"@ionic/utils-process": "../node_modules/@ionic/utils-process/dist/index.js",
|
|
125
|
-
"@ionic/utils-object": "../node_modules/@ionic/utils-object/dist/index.js",
|
|
126
|
-
"tree-kill": "../node_modules/tree-kill/index.js",
|
|
127
|
-
"@ionic/utils-stream": "../node_modules/@ionic/utils-stream/dist/index.js",
|
|
128
|
-
"cross-spawn": "../node_modules/cross-spawn/index.js",
|
|
129
|
-
"path-key": "../node_modules/path-key/index.js",
|
|
130
|
-
"shebang-command": "../node_modules/shebang-command/index.js",
|
|
131
|
-
"shebang-regex": "../node_modules/shebang-regex/index.js",
|
|
132
|
-
"which": "../node_modules/which/which.js",
|
|
133
|
-
"isexe": "../node_modules/isexe/index.js",
|
|
134
|
-
"commander": "../node_modules/commander/esm.mjs",
|
|
135
|
-
"env-paths": "../node_modules/env-paths/index.js",
|
|
136
|
-
"kleur": "../node_modules/kleur/index.mjs",
|
|
137
|
-
"native-run": "../node_modules/native-run/dist/index.js",
|
|
138
|
-
"bplist-parser": "../node_modules/bplist-parser/bplistParser.js",
|
|
139
|
-
"big-integer": "../node_modules/big-integer/BigInteger",
|
|
140
|
-
"elementtree": "../node_modules/elementtree/lib/elementtree.js",
|
|
141
|
-
"sax": "../node_modules/sax/lib/sax.js",
|
|
142
|
-
"ini": "../node_modules/ini/lib/ini.js",
|
|
143
|
-
"plist": "../node_modules/plist/index.js",
|
|
144
|
-
"@xmldom/xmldom": "../node_modules/@xmldom/xmldom/lib/index.js",
|
|
145
|
-
"base64-js": "../node_modules/base64-js/index.js",
|
|
146
|
-
"xmlbuilder": "../node_modules/xmlbuilder/lib/index",
|
|
147
|
-
"split2": "../node_modules/split2/index.js",
|
|
148
|
-
"through2": "../node_modules/through2/through2.js",
|
|
149
|
-
"readable-stream": "../node_modules/readable-stream/readable.js",
|
|
150
|
-
"inherits": "../node_modules/inherits/inherits.js",
|
|
151
|
-
"string_decoder": "../node_modules/string_decoder/lib/string_decoder.js",
|
|
152
|
-
"safe-buffer": "../node_modules/safe-buffer/index.js",
|
|
153
|
-
"util-deprecate": "../node_modules/util-deprecate/node.js",
|
|
154
|
-
"yauzl": "../node_modules/yauzl/index.js",
|
|
155
|
-
"fd-slicer": "../node_modules/fd-slicer/index.js",
|
|
156
|
-
"pend": "../node_modules/pend/index.js",
|
|
157
|
-
"buffer-crc32": "../node_modules/buffer-crc32/index.js",
|
|
158
|
-
"open": "../node_modules/open/index.js",
|
|
159
|
-
"define-lazy-prop": "../node_modules/define-lazy-prop/index.js",
|
|
160
|
-
"is-docker": "../node_modules/is-docker/index.js",
|
|
161
|
-
"is-wsl": "../node_modules/is-wsl/index.js",
|
|
162
|
-
"prompts": "../node_modules/prompts/index.js",
|
|
163
|
-
"sisteransi": "../node_modules/sisteransi/src/index.js",
|
|
164
|
-
"rimraf": "../node_modules/rimraf/dist/esm/index.js",
|
|
165
|
-
"glob": "../node_modules/glob/dist/esm/index.min.js",
|
|
166
|
-
"minimatch": "../node_modules/minimatch/dist/esm/index.js",
|
|
167
|
-
"brace-expansion": "../node_modules/brace-expansion/dist/esm/index.js",
|
|
168
|
-
"balanced-match": "../node_modules/balanced-match/dist/esm/index.js",
|
|
169
|
-
"minipass": "../node_modules/minipass/dist/esm/index.js",
|
|
170
|
-
"path-scurry": "../node_modules/path-scurry/dist/esm/index.js",
|
|
171
|
-
"lru-cache": "../node_modules/lru-cache/dist/esm/browser/index.min.js",
|
|
172
|
-
"package-json-from-dist": "../node_modules/package-json-from-dist/dist/esm/index.js",
|
|
173
|
-
"semver": "../node_modules/semver/index.js",
|
|
174
|
-
"tar": "../node_modules/tar/dist/esm/index.min.js",
|
|
175
|
-
"@isaacs/fs-minipass": "../node_modules/@isaacs/fs-minipass/dist/esm/index.js",
|
|
176
|
-
"chownr": "../node_modules/chownr/dist/esm/index.js",
|
|
177
|
-
"minizlib": "../node_modules/minizlib/dist/esm/index.js",
|
|
178
|
-
"yallist": "../node_modules/yallist/dist/esm/index.js",
|
|
179
|
-
"xml2js": "../node_modules/xml2js/lib/xml2js",
|
|
180
|
-
"@capacitor/core": "../node_modules/@capacitor/core/dist/index.js",
|
|
181
|
-
"express": "../node_modules/express/index.js",
|
|
182
|
-
"accepts": "../node_modules/accepts/index.js",
|
|
183
|
-
"mime-types": "../node_modules/mime-types/index.js",
|
|
184
|
-
"mime-db": "../node_modules/mime-db/index.js",
|
|
185
|
-
"negotiator": "../node_modules/negotiator/index.js",
|
|
186
|
-
"array-flatten": "../node_modules/array-flatten/array-flatten.js",
|
|
187
|
-
"body-parser": "../node_modules/body-parser/index.js",
|
|
188
|
-
"bytes": "../node_modules/bytes/index.js",
|
|
189
|
-
"content-type": "../node_modules/content-type/index.js",
|
|
190
|
-
"depd": "../node_modules/depd/index.js",
|
|
191
|
-
"destroy": "../node_modules/destroy/index.js",
|
|
192
|
-
"http-errors": "../node_modules/http-errors/index.js",
|
|
193
|
-
"setprototypeof": "../node_modules/setprototypeof/index.js",
|
|
194
|
-
"statuses": "../node_modules/statuses/index.js",
|
|
195
|
-
"toidentifier": "../node_modules/toidentifier/index.js",
|
|
196
|
-
"iconv-lite": "../node_modules/iconv-lite/lib/index.js",
|
|
197
|
-
"safer-buffer": "../node_modules/safer-buffer/safer.js",
|
|
198
|
-
"on-finished": "../node_modules/on-finished/index.js",
|
|
199
|
-
"ee-first": "../node_modules/ee-first/index.js",
|
|
200
|
-
"qs": "../node_modules/qs/lib/index.js",
|
|
201
|
-
"side-channel": "../node_modules/side-channel/index.js",
|
|
202
|
-
"es-errors": "../node_modules/es-errors/index.js",
|
|
203
|
-
"object-inspect": "../node_modules/object-inspect/index.js",
|
|
204
|
-
"side-channel-list": "../node_modules/side-channel-list/index.js",
|
|
205
|
-
"side-channel-map": "../node_modules/side-channel-map/index.js",
|
|
107
|
+
"color-name/": "../node_modules/color-name/",
|
|
108
|
+
"html-entities": "../node_modules/html-entities/dist/esm/index.js",
|
|
109
|
+
"html-entities/": "../node_modules/html-entities/",
|
|
110
|
+
"html-to-vdom": "../node_modules/html-to-vdom/index.js",
|
|
111
|
+
"html-to-vdom/": "../node_modules/html-to-vdom/",
|
|
112
|
+
"ent": "../node_modules/ent/index.js",
|
|
113
|
+
"ent/": "../node_modules/ent/",
|
|
206
114
|
"call-bound": "../node_modules/call-bound/index.js",
|
|
115
|
+
"call-bound/": "../node_modules/call-bound/",
|
|
207
116
|
"call-bind-apply-helpers": "../node_modules/call-bind-apply-helpers/index.js",
|
|
117
|
+
"call-bind-apply-helpers/": "../node_modules/call-bind-apply-helpers/",
|
|
118
|
+
"es-errors": "../node_modules/es-errors/index.js",
|
|
119
|
+
"es-errors/": "../node_modules/es-errors/",
|
|
208
120
|
"function-bind": "../node_modules/function-bind/index",
|
|
121
|
+
"function-bind/": "../node_modules/function-bind/",
|
|
209
122
|
"get-intrinsic": "../node_modules/get-intrinsic/index.js",
|
|
123
|
+
"get-intrinsic/": "../node_modules/get-intrinsic/",
|
|
210
124
|
"es-define-property": "../node_modules/es-define-property/index.js",
|
|
125
|
+
"es-define-property/": "../node_modules/es-define-property/",
|
|
211
126
|
"es-object-atoms": "../node_modules/es-object-atoms/index.js",
|
|
127
|
+
"es-object-atoms/": "../node_modules/es-object-atoms/",
|
|
212
128
|
"get-proto": "../node_modules/get-proto/index.js",
|
|
129
|
+
"get-proto/": "../node_modules/get-proto/",
|
|
213
130
|
"dunder-proto": "../node_modules/dunder-proto/get.js",
|
|
131
|
+
"dunder-proto/": "../node_modules/dunder-proto/",
|
|
214
132
|
"gopd": "../node_modules/gopd/index.js",
|
|
133
|
+
"gopd/": "../node_modules/gopd/",
|
|
215
134
|
"has-symbols": "../node_modules/has-symbols/index.js",
|
|
135
|
+
"has-symbols/": "../node_modules/has-symbols/",
|
|
216
136
|
"hasown": "../node_modules/hasown/index.js",
|
|
137
|
+
"hasown/": "../node_modules/hasown/",
|
|
217
138
|
"math-intrinsics": "../node_modules/math-intrinsics/abs.js",
|
|
218
|
-
"
|
|
219
|
-
"raw-body": "../node_modules/raw-body/index.js",
|
|
220
|
-
"unpipe": "../node_modules/unpipe/index.js",
|
|
221
|
-
"type-is": "../node_modules/type-is/index.js",
|
|
222
|
-
"media-typer": "../node_modules/media-typer/index.js",
|
|
223
|
-
"content-disposition": "../node_modules/content-disposition/index.js",
|
|
224
|
-
"cookie": "../node_modules/cookie/index.js",
|
|
225
|
-
"cookie-signature": "../node_modules/cookie-signature/index",
|
|
226
|
-
"encodeurl": "../node_modules/encodeurl/index.js",
|
|
227
|
-
"escape-html": "../node_modules/escape-html/index.js",
|
|
228
|
-
"etag": "../node_modules/etag/index.js",
|
|
229
|
-
"finalhandler": "../node_modules/finalhandler/index.js",
|
|
230
|
-
"parseurl": "../node_modules/parseurl/index.js",
|
|
231
|
-
"fresh": "../node_modules/fresh/index.js",
|
|
232
|
-
"merge-descriptors": "../node_modules/merge-descriptors/index.js",
|
|
233
|
-
"methods": "../node_modules/methods/index.js",
|
|
234
|
-
"path-to-regexp": "../node_modules/path-to-regexp/index.js",
|
|
235
|
-
"proxy-addr": "../node_modules/proxy-addr/index.js",
|
|
236
|
-
"forwarded": "../node_modules/forwarded/index.js",
|
|
237
|
-
"ipaddr.js": "../node_modules/ipaddr.js/lib/ipaddr.js",
|
|
238
|
-
"range-parser": "../node_modules/range-parser/index.js",
|
|
239
|
-
"send": "../node_modules/send/index.js",
|
|
240
|
-
"mime": "../node_modules/mime/mime.js",
|
|
241
|
-
"serve-static": "../node_modules/serve-static/index.js",
|
|
242
|
-
"utils-merge": "../node_modules/utils-merge/index",
|
|
243
|
-
"vary": "../node_modules/vary/index.js",
|
|
244
|
-
"html-to-docx": "../node_modules/html-to-docx/dist/html-to-docx.esm.js",
|
|
245
|
-
"@oozcitak/util": "../node_modules/@oozcitak/util/lib/index",
|
|
246
|
-
"@oozcitak/dom": "../node_modules/@oozcitak/dom/lib/index",
|
|
247
|
-
"@oozcitak/infra": "../node_modules/@oozcitak/infra/lib/index",
|
|
248
|
-
"@oozcitak/url": "../node_modules/@oozcitak/url/lib/index",
|
|
249
|
-
"html-entities": "../node_modules/html-entities/dist/esm/index.js",
|
|
250
|
-
"html-to-vdom": "../node_modules/html-to-vdom/index.js",
|
|
251
|
-
"ent": "../node_modules/ent/index.js",
|
|
139
|
+
"math-intrinsics/": "../node_modules/math-intrinsics/",
|
|
252
140
|
"punycode": "../node_modules/punycode/punycode.js",
|
|
141
|
+
"punycode/": "../node_modules/punycode/",
|
|
253
142
|
"safe-regex-test": "../node_modules/safe-regex-test/index.js",
|
|
143
|
+
"safe-regex-test/": "../node_modules/safe-regex-test/",
|
|
254
144
|
"is-regex": "../node_modules/is-regex/index.js",
|
|
145
|
+
"is-regex/": "../node_modules/is-regex/",
|
|
255
146
|
"has-tostringtag": "../node_modules/has-tostringtag/index.js",
|
|
147
|
+
"has-tostringtag/": "../node_modules/has-tostringtag/",
|
|
256
148
|
"htmlparser2": "../node_modules/htmlparser2/lib/index.js",
|
|
149
|
+
"htmlparser2/": "../node_modules/htmlparser2/",
|
|
257
150
|
"domelementtype": "../node_modules/domelementtype/index.js",
|
|
151
|
+
"domelementtype/": "../node_modules/domelementtype/",
|
|
258
152
|
"domhandler": "../node_modules/domhandler/index.js",
|
|
153
|
+
"domhandler/": "../node_modules/domhandler/",
|
|
259
154
|
"domutils": "../node_modules/domutils/index.js",
|
|
155
|
+
"domutils/": "../node_modules/domutils/",
|
|
260
156
|
"dom-serializer": "../node_modules/dom-serializer/index.js",
|
|
157
|
+
"dom-serializer/": "../node_modules/dom-serializer/",
|
|
158
|
+
"entities": "../node_modules/entities/lib/index.js",
|
|
159
|
+
"entities/": "../node_modules/entities/",
|
|
160
|
+
"inherits": "../node_modules/inherits/inherits.js",
|
|
161
|
+
"inherits/": "../node_modules/inherits/",
|
|
162
|
+
"readable-stream": "../node_modules/readable-stream/readable.js",
|
|
163
|
+
"readable-stream/": "../node_modules/readable-stream/",
|
|
164
|
+
"string_decoder": "../node_modules/string_decoder/lib/string_decoder.js",
|
|
165
|
+
"string_decoder/": "../node_modules/string_decoder/",
|
|
166
|
+
"safe-buffer": "../node_modules/safe-buffer/index.js",
|
|
167
|
+
"safe-buffer/": "../node_modules/safe-buffer/",
|
|
168
|
+
"util-deprecate": "../node_modules/util-deprecate/node.js",
|
|
169
|
+
"util-deprecate/": "../node_modules/util-deprecate/",
|
|
261
170
|
"image-size": "../node_modules/image-size/dist/index.js",
|
|
171
|
+
"image-size/": "../node_modules/image-size/",
|
|
262
172
|
"queue": "../node_modules/queue/index.js",
|
|
173
|
+
"queue/": "../node_modules/queue/",
|
|
263
174
|
"image-to-base64": "../node_modules/image-to-base64/image-to-base64.min.js",
|
|
175
|
+
"image-to-base64/": "../node_modules/image-to-base64/",
|
|
264
176
|
"node-fetch": "../node_modules/node-fetch/lib/index.mjs",
|
|
177
|
+
"node-fetch/": "../node_modules/node-fetch/",
|
|
265
178
|
"whatwg-url": "../node_modules/whatwg-url/lib/public-api.js",
|
|
179
|
+
"whatwg-url/": "../node_modules/whatwg-url/",
|
|
266
180
|
"tr46": "../node_modules/tr46/index.js",
|
|
181
|
+
"tr46/": "../node_modules/tr46/",
|
|
267
182
|
"webidl-conversions": "../node_modules/webidl-conversions/lib/index.js",
|
|
183
|
+
"webidl-conversions/": "../node_modules/webidl-conversions/",
|
|
268
184
|
"jszip": "../node_modules/jszip/lib/index",
|
|
185
|
+
"jszip/": "../node_modules/jszip/",
|
|
269
186
|
"lie": "../node_modules/lie/lib/index.js",
|
|
187
|
+
"lie/": "../node_modules/lie/",
|
|
270
188
|
"immediate": "../node_modules/immediate/lib/index.js",
|
|
189
|
+
"immediate/": "../node_modules/immediate/",
|
|
271
190
|
"pako": "../node_modules/pako/index.js",
|
|
191
|
+
"pako/": "../node_modules/pako/",
|
|
272
192
|
"setimmediate": "../node_modules/setimmediate/setImmediate.js",
|
|
193
|
+
"setimmediate/": "../node_modules/setimmediate/",
|
|
273
194
|
"lodash": "../node_modules/lodash/lodash.js",
|
|
195
|
+
"lodash/": "../node_modules/lodash/",
|
|
196
|
+
"mime-types": "../node_modules/mime-types/index.js",
|
|
197
|
+
"mime-types/": "../node_modules/mime-types/",
|
|
198
|
+
"mime-db": "../node_modules/mime-db/index.js",
|
|
199
|
+
"mime-db/": "../node_modules/mime-db/",
|
|
274
200
|
"nanoid": "../node_modules/nanoid/index.js",
|
|
201
|
+
"nanoid/": "../node_modules/nanoid/",
|
|
275
202
|
"virtual-dom": "../node_modules/virtual-dom/index",
|
|
203
|
+
"virtual-dom/": "../node_modules/virtual-dom/",
|
|
276
204
|
"browser-split": "../node_modules/browser-split/index.js",
|
|
205
|
+
"browser-split/": "../node_modules/browser-split/",
|
|
277
206
|
"error": "../node_modules/error/index",
|
|
207
|
+
"error/": "../node_modules/error/",
|
|
278
208
|
"camelize": "../node_modules/camelize/index.js",
|
|
209
|
+
"camelize/": "../node_modules/camelize/",
|
|
279
210
|
"string-template": "../node_modules/string-template/index",
|
|
211
|
+
"string-template/": "../node_modules/string-template/",
|
|
280
212
|
"xtend": "../node_modules/xtend/immutable",
|
|
213
|
+
"xtend/": "../node_modules/xtend/",
|
|
281
214
|
"ev-store": "../node_modules/ev-store/index",
|
|
215
|
+
"ev-store/": "../node_modules/ev-store/",
|
|
282
216
|
"individual": "../node_modules/individual/index",
|
|
217
|
+
"individual/": "../node_modules/individual/",
|
|
283
218
|
"global": "../node_modules/global/window.js",
|
|
219
|
+
"global/": "../node_modules/global/",
|
|
284
220
|
"min-document": "../node_modules/min-document/index.js",
|
|
221
|
+
"min-document/": "../node_modules/min-document/",
|
|
285
222
|
"dom-walk": "../node_modules/dom-walk/index",
|
|
223
|
+
"dom-walk/": "../node_modules/dom-walk/",
|
|
286
224
|
"process": "../node_modules/process/index.js",
|
|
225
|
+
"process/": "../node_modules/process/",
|
|
287
226
|
"is-object": "../node_modules/is-object/index",
|
|
227
|
+
"is-object/": "../node_modules/is-object/",
|
|
288
228
|
"next-tick": "../node_modules/next-tick/index.js",
|
|
229
|
+
"next-tick/": "../node_modules/next-tick/",
|
|
289
230
|
"x-is-array": "../node_modules/x-is-array/index",
|
|
231
|
+
"x-is-array/": "../node_modules/x-is-array/",
|
|
290
232
|
"x-is-string": "../node_modules/x-is-string/index",
|
|
233
|
+
"x-is-string/": "../node_modules/x-is-string/",
|
|
291
234
|
"xmlbuilder2": "../node_modules/xmlbuilder2/lib/index",
|
|
235
|
+
"xmlbuilder2/": "../node_modules/xmlbuilder2/",
|
|
292
236
|
"mailparser": "../node_modules/mailparser/index.js",
|
|
237
|
+
"mailparser/": "../node_modules/mailparser/",
|
|
293
238
|
"encoding-japanese": "../node_modules/encoding-japanese/src/index.js",
|
|
239
|
+
"encoding-japanese/": "../node_modules/encoding-japanese/",
|
|
294
240
|
"he": "../node_modules/he/he.js",
|
|
241
|
+
"he/": "../node_modules/he/",
|
|
295
242
|
"html-to-text": "../node_modules/html-to-text/lib/html-to-text.mjs",
|
|
243
|
+
"html-to-text/": "../node_modules/html-to-text/",
|
|
296
244
|
"@selderee/plugin-htmlparser2": "../node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.mjs",
|
|
245
|
+
"@selderee/plugin-htmlparser2/": "../node_modules/@selderee/plugin-htmlparser2/",
|
|
297
246
|
"selderee": "../node_modules/selderee/lib/selderee.mjs",
|
|
247
|
+
"selderee/": "../node_modules/selderee/",
|
|
298
248
|
"parseley": "../node_modules/parseley/lib/parseley.mjs",
|
|
249
|
+
"parseley/": "../node_modules/parseley/",
|
|
299
250
|
"leac": "../node_modules/leac/lib/leac.mjs",
|
|
251
|
+
"leac/": "../node_modules/leac/",
|
|
300
252
|
"peberminta": "../node_modules/peberminta/lib/core.mjs",
|
|
253
|
+
"peberminta/": "../node_modules/peberminta/",
|
|
301
254
|
"deepmerge": "../node_modules/deepmerge/dist/cjs.js",
|
|
255
|
+
"deepmerge/": "../node_modules/deepmerge/",
|
|
256
|
+
"iconv-lite": "../node_modules/iconv-lite/lib/index.js",
|
|
257
|
+
"iconv-lite/": "../node_modules/iconv-lite/",
|
|
258
|
+
"safer-buffer": "../node_modules/safer-buffer/safer.js",
|
|
259
|
+
"safer-buffer/": "../node_modules/safer-buffer/",
|
|
302
260
|
"libmime": "../node_modules/libmime/lib/libmime.js",
|
|
261
|
+
"libmime/": "../node_modules/libmime/",
|
|
303
262
|
"libbase64": "../node_modules/libbase64/lib/libbase64.js",
|
|
263
|
+
"libbase64/": "../node_modules/libbase64/",
|
|
304
264
|
"libqp": "../node_modules/libqp/lib/libqp.js",
|
|
265
|
+
"libqp/": "../node_modules/libqp/",
|
|
305
266
|
"linkify-it": "../node_modules/linkify-it/index.mjs",
|
|
267
|
+
"linkify-it/": "../node_modules/linkify-it/",
|
|
306
268
|
"uc.micro": "../node_modules/uc.micro/index.mjs",
|
|
269
|
+
"uc.micro/": "../node_modules/uc.micro/",
|
|
307
270
|
"@zone-eu/mailsplit": "../node_modules/@zone-eu/mailsplit/index.js",
|
|
308
|
-
"
|
|
271
|
+
"@zone-eu/mailsplit/": "../node_modules/@zone-eu/mailsplit/",
|
|
309
272
|
"punycode.js": "../node_modules/punycode.js/punycode.es6.js",
|
|
273
|
+
"punycode.js/": "../node_modules/punycode.js/",
|
|
310
274
|
"tlds": "../node_modules/tlds/index.json",
|
|
275
|
+
"tlds/": "../node_modules/tlds/",
|
|
311
276
|
"mammoth": "../node_modules/mammoth/lib/index.js",
|
|
277
|
+
"mammoth/": "../node_modules/mammoth/",
|
|
278
|
+
"@xmldom/xmldom": "../node_modules/@xmldom/xmldom/lib/index.js",
|
|
279
|
+
"@xmldom/xmldom/": "../node_modules/@xmldom/xmldom/",
|
|
312
280
|
"argparse": "../node_modules/argparse/index.js",
|
|
281
|
+
"argparse/": "../node_modules/argparse/",
|
|
313
282
|
"sprintf-js": "../node_modules/sprintf-js/src/sprintf.js",
|
|
283
|
+
"sprintf-js/": "../node_modules/sprintf-js/",
|
|
284
|
+
"base64-js": "../node_modules/base64-js/index.js",
|
|
285
|
+
"base64-js/": "../node_modules/base64-js/",
|
|
314
286
|
"bluebird": "../node_modules/bluebird/js/release/bluebird.js",
|
|
287
|
+
"bluebird/": "../node_modules/bluebird/",
|
|
315
288
|
"dingbat-to-unicode": "../node_modules/dingbat-to-unicode/dist/index.js",
|
|
289
|
+
"dingbat-to-unicode/": "../node_modules/dingbat-to-unicode/",
|
|
316
290
|
"lop": "../node_modules/lop/index.js",
|
|
291
|
+
"lop/": "../node_modules/lop/",
|
|
317
292
|
"duck": "../node_modules/duck/index.js",
|
|
293
|
+
"duck/": "../node_modules/duck/",
|
|
318
294
|
"underscore": "../node_modules/underscore/underscore-esm.js",
|
|
295
|
+
"underscore/": "../node_modules/underscore/",
|
|
319
296
|
"option": "../node_modules/option/index.js",
|
|
297
|
+
"option/": "../node_modules/option/",
|
|
320
298
|
"path-is-absolute": "../node_modules/path-is-absolute/index.js",
|
|
299
|
+
"path-is-absolute/": "../node_modules/path-is-absolute/",
|
|
300
|
+
"xmlbuilder": "../node_modules/xmlbuilder/lib/index",
|
|
301
|
+
"xmlbuilder/": "../node_modules/xmlbuilder/",
|
|
302
|
+
"@bobfrankston/mailx-api": "../node_modules/@bobfrankston/mailx-api/index.js",
|
|
303
|
+
"@bobfrankston/mailx-api/": "../node_modules/@bobfrankston/mailx-api/",
|
|
304
|
+
"express": "../node_modules/express/index.js",
|
|
305
|
+
"express/": "../node_modules/express/",
|
|
306
|
+
"accepts": "../node_modules/accepts/index.js",
|
|
307
|
+
"accepts/": "../node_modules/accepts/",
|
|
308
|
+
"negotiator": "../node_modules/negotiator/index.js",
|
|
309
|
+
"negotiator/": "../node_modules/negotiator/",
|
|
310
|
+
"array-flatten": "../node_modules/array-flatten/array-flatten.js",
|
|
311
|
+
"array-flatten/": "../node_modules/array-flatten/",
|
|
312
|
+
"body-parser": "../node_modules/body-parser/index.js",
|
|
313
|
+
"body-parser/": "../node_modules/body-parser/",
|
|
314
|
+
"bytes": "../node_modules/bytes/index.js",
|
|
315
|
+
"bytes/": "../node_modules/bytes/",
|
|
316
|
+
"content-type": "../node_modules/content-type/index.js",
|
|
317
|
+
"content-type/": "../node_modules/content-type/",
|
|
318
|
+
"debug": "../node_modules/debug/src/index.js",
|
|
319
|
+
"debug/": "../node_modules/debug/",
|
|
320
|
+
"ms": "../node_modules/ms/index",
|
|
321
|
+
"ms/": "../node_modules/ms/",
|
|
322
|
+
"depd": "../node_modules/depd/index.js",
|
|
323
|
+
"depd/": "../node_modules/depd/",
|
|
324
|
+
"destroy": "../node_modules/destroy/index.js",
|
|
325
|
+
"destroy/": "../node_modules/destroy/",
|
|
326
|
+
"http-errors": "../node_modules/http-errors/index.js",
|
|
327
|
+
"http-errors/": "../node_modules/http-errors/",
|
|
328
|
+
"setprototypeof": "../node_modules/setprototypeof/index.js",
|
|
329
|
+
"setprototypeof/": "../node_modules/setprototypeof/",
|
|
330
|
+
"statuses": "../node_modules/statuses/index.js",
|
|
331
|
+
"statuses/": "../node_modules/statuses/",
|
|
332
|
+
"toidentifier": "../node_modules/toidentifier/index.js",
|
|
333
|
+
"toidentifier/": "../node_modules/toidentifier/",
|
|
334
|
+
"on-finished": "../node_modules/on-finished/index.js",
|
|
335
|
+
"on-finished/": "../node_modules/on-finished/",
|
|
336
|
+
"ee-first": "../node_modules/ee-first/index.js",
|
|
337
|
+
"ee-first/": "../node_modules/ee-first/",
|
|
338
|
+
"qs": "../node_modules/qs/lib/index.js",
|
|
339
|
+
"qs/": "../node_modules/qs/",
|
|
340
|
+
"side-channel": "../node_modules/side-channel/index.js",
|
|
341
|
+
"side-channel/": "../node_modules/side-channel/",
|
|
342
|
+
"object-inspect": "../node_modules/object-inspect/index.js",
|
|
343
|
+
"object-inspect/": "../node_modules/object-inspect/",
|
|
344
|
+
"side-channel-list": "../node_modules/side-channel-list/index.js",
|
|
345
|
+
"side-channel-list/": "../node_modules/side-channel-list/",
|
|
346
|
+
"side-channel-map": "../node_modules/side-channel-map/index.js",
|
|
347
|
+
"side-channel-map/": "../node_modules/side-channel-map/",
|
|
348
|
+
"side-channel-weakmap": "../node_modules/side-channel-weakmap/index.js",
|
|
349
|
+
"side-channel-weakmap/": "../node_modules/side-channel-weakmap/",
|
|
350
|
+
"raw-body": "../node_modules/raw-body/index.js",
|
|
351
|
+
"raw-body/": "../node_modules/raw-body/",
|
|
352
|
+
"unpipe": "../node_modules/unpipe/index.js",
|
|
353
|
+
"unpipe/": "../node_modules/unpipe/",
|
|
354
|
+
"type-is": "../node_modules/type-is/index.js",
|
|
355
|
+
"type-is/": "../node_modules/type-is/",
|
|
356
|
+
"media-typer": "../node_modules/media-typer/index.js",
|
|
357
|
+
"media-typer/": "../node_modules/media-typer/",
|
|
358
|
+
"content-disposition": "../node_modules/content-disposition/index.js",
|
|
359
|
+
"content-disposition/": "../node_modules/content-disposition/",
|
|
360
|
+
"cookie": "../node_modules/cookie/index.js",
|
|
361
|
+
"cookie/": "../node_modules/cookie/",
|
|
362
|
+
"cookie-signature": "../node_modules/cookie-signature/index",
|
|
363
|
+
"cookie-signature/": "../node_modules/cookie-signature/",
|
|
364
|
+
"encodeurl": "../node_modules/encodeurl/index.js",
|
|
365
|
+
"encodeurl/": "../node_modules/encodeurl/",
|
|
366
|
+
"escape-html": "../node_modules/escape-html/index.js",
|
|
367
|
+
"escape-html/": "../node_modules/escape-html/",
|
|
368
|
+
"etag": "../node_modules/etag/index.js",
|
|
369
|
+
"etag/": "../node_modules/etag/",
|
|
370
|
+
"finalhandler": "../node_modules/finalhandler/index.js",
|
|
371
|
+
"finalhandler/": "../node_modules/finalhandler/",
|
|
372
|
+
"parseurl": "../node_modules/parseurl/index.js",
|
|
373
|
+
"parseurl/": "../node_modules/parseurl/",
|
|
374
|
+
"fresh": "../node_modules/fresh/index.js",
|
|
375
|
+
"fresh/": "../node_modules/fresh/",
|
|
376
|
+
"merge-descriptors": "../node_modules/merge-descriptors/index.js",
|
|
377
|
+
"merge-descriptors/": "../node_modules/merge-descriptors/",
|
|
378
|
+
"methods": "../node_modules/methods/index.js",
|
|
379
|
+
"methods/": "../node_modules/methods/",
|
|
380
|
+
"path-to-regexp": "../node_modules/path-to-regexp/index.js",
|
|
381
|
+
"path-to-regexp/": "../node_modules/path-to-regexp/",
|
|
382
|
+
"proxy-addr": "../node_modules/proxy-addr/index.js",
|
|
383
|
+
"proxy-addr/": "../node_modules/proxy-addr/",
|
|
384
|
+
"forwarded": "../node_modules/forwarded/index.js",
|
|
385
|
+
"forwarded/": "../node_modules/forwarded/",
|
|
386
|
+
"ipaddr.js": "../node_modules/ipaddr.js/lib/ipaddr.js",
|
|
387
|
+
"ipaddr.js/": "../node_modules/ipaddr.js/",
|
|
388
|
+
"range-parser": "../node_modules/range-parser/index.js",
|
|
389
|
+
"range-parser/": "../node_modules/range-parser/",
|
|
390
|
+
"send": "../node_modules/send/index.js",
|
|
391
|
+
"send/": "../node_modules/send/",
|
|
392
|
+
"mime": "../node_modules/mime/mime.js",
|
|
393
|
+
"mime/": "../node_modules/mime/",
|
|
394
|
+
"serve-static": "../node_modules/serve-static/index.js",
|
|
395
|
+
"serve-static/": "../node_modules/serve-static/",
|
|
396
|
+
"utils-merge": "../node_modules/utils-merge/index",
|
|
397
|
+
"utils-merge/": "../node_modules/utils-merge/",
|
|
398
|
+
"vary": "../node_modules/vary/index.js",
|
|
399
|
+
"vary/": "../node_modules/vary/",
|
|
400
|
+
"@bobfrankston/mailx-core": "../node_modules/@bobfrankston/mailx-core/index.js",
|
|
401
|
+
"@bobfrankston/mailx-core/": "../node_modules/@bobfrankston/mailx-core/",
|
|
402
|
+
"@bobfrankston/mailx-server": "../node_modules/@bobfrankston/mailx-server/index.js",
|
|
403
|
+
"@bobfrankston/mailx-server/": "../node_modules/@bobfrankston/mailx-server/",
|
|
404
|
+
"ws": "../node_modules/ws/wrapper.mjs",
|
|
405
|
+
"ws/": "../node_modules/ws/",
|
|
406
|
+
"@bobfrankston/mailx-client": "../node_modules/@bobfrankston/mailx-client/index.js",
|
|
407
|
+
"@bobfrankston/mailx-client/": "../node_modules/@bobfrankston/mailx-client/",
|
|
321
408
|
"quill": "../node_modules/quill/quill.js",
|
|
409
|
+
"quill/": "../node_modules/quill/",
|
|
322
410
|
"eventemitter3": "../node_modules/eventemitter3/index.mjs",
|
|
411
|
+
"eventemitter3/": "../node_modules/eventemitter3/",
|
|
323
412
|
"lodash-es": "../node_modules/lodash-es/lodash.js",
|
|
413
|
+
"lodash-es/": "../node_modules/lodash-es/",
|
|
324
414
|
"parchment": "../node_modules/parchment/dist/parchment.js",
|
|
415
|
+
"parchment/": "../node_modules/parchment/",
|
|
325
416
|
"quill-delta": "../node_modules/quill-delta/dist/Delta.js",
|
|
417
|
+
"quill-delta/": "../node_modules/quill-delta/",
|
|
326
418
|
"fast-diff": "../node_modules/fast-diff/diff.js",
|
|
419
|
+
"fast-diff/": "../node_modules/fast-diff/",
|
|
327
420
|
"lodash.clonedeep": "../node_modules/lodash.clonedeep/index.js",
|
|
421
|
+
"lodash.clonedeep/": "../node_modules/lodash.clonedeep/",
|
|
328
422
|
"lodash.isequal": "../node_modules/lodash.isequal/index.js",
|
|
329
|
-
"
|
|
423
|
+
"lodash.isequal/": "../node_modules/lodash.isequal/",
|
|
424
|
+
"@bobfrankston/mailx-host": "../node_modules/@bobfrankston/mailx-host/index.js",
|
|
425
|
+
"@bobfrankston/mailx-host/": "../node_modules/@bobfrankston/mailx-host/",
|
|
426
|
+
"@bobfrankston/msger": "../node_modules/@bobfrankston/msger/index.js",
|
|
427
|
+
"@bobfrankston/msger/": "../node_modules/@bobfrankston/msger/",
|
|
428
|
+
"@bobfrankston/msgcommon": "../../../../utils/msgx/node_modules/@bobfrankston/msgcommon/index.js",
|
|
429
|
+
"@bobfrankston/msgcommon/": "../../../../utils/msgx/node_modules/@bobfrankston/msgcommon/",
|
|
430
|
+
"json5": "../../../../utils/msgx/node_modules/json5/dist/index.mjs",
|
|
431
|
+
"json5/": "../../../../utils/msgx/node_modules/json5/",
|
|
432
|
+
"marked": "../../../../utils/msgx/node_modules/marked/lib/marked.esm.js",
|
|
433
|
+
"marked/": "../../../../utils/msgx/node_modules/marked/",
|
|
434
|
+
"windows-shortcuts": "../../../../utils/msgx/node_modules/windows-shortcuts/lib/windows-shortcuts",
|
|
435
|
+
"windows-shortcuts/": "../../../../utils/msgx/node_modules/windows-shortcuts/",
|
|
436
|
+
"@bobfrankston/rust-builder": "../../../../utils/rust-builder/index.js",
|
|
437
|
+
"@bobfrankston/rust-builder/": "../../../../utils/rust-builder/",
|
|
438
|
+
"ansi-to-html": "../../../../utils/msgx/msger/node_modules/ansi-to-html/lib/ansi_to_html.js",
|
|
439
|
+
"ansi-to-html/": "../../../../utils/msgx/msger/node_modules/ansi-to-html/",
|
|
440
|
+
"@bobfrankston/mailx-store-web": "../node_modules/@bobfrankston/mailx-store-web/index.js",
|
|
441
|
+
"@bobfrankston/mailx-store-web/": "../node_modules/@bobfrankston/mailx-store-web/",
|
|
442
|
+
"sql.js": "../node_modules/sql.js/dist/sql-wasm-browser.js",
|
|
443
|
+
"sql.js/": "../node_modules/sql.js/",
|
|
444
|
+
"@bobfrankston/miscinfo": "../node_modules/@bobfrankston/miscinfo/index.js",
|
|
445
|
+
"@bobfrankston/miscinfo/": "../node_modules/@bobfrankston/miscinfo/",
|
|
446
|
+
"@bobfrankston/node-tcp-transport": "../node_modules/@bobfrankston/node-tcp-transport/index.js",
|
|
447
|
+
"@bobfrankston/node-tcp-transport/": "../node_modules/@bobfrankston/node-tcp-transport/",
|
|
448
|
+
"@bobfrankston/rmf-tiny": "../node_modules/@bobfrankston/rmf-tiny/src/adapter.js",
|
|
449
|
+
"@bobfrankston/rmf-tiny/": "../node_modules/@bobfrankston/rmf-tiny/",
|
|
450
|
+
"@capacitor/android": "../node_modules/@capacitor/android/index.js",
|
|
451
|
+
"@capacitor/android/": "../node_modules/@capacitor/android/",
|
|
452
|
+
"@capacitor/cli": "../node_modules/@capacitor/cli/dist/index.js",
|
|
453
|
+
"@capacitor/cli/": "../node_modules/@capacitor/cli/",
|
|
454
|
+
"@ionic/cli-framework-output": "../node_modules/@ionic/cli-framework-output/dist/index.js",
|
|
455
|
+
"@ionic/cli-framework-output/": "../node_modules/@ionic/cli-framework-output/",
|
|
456
|
+
"@ionic/utils-terminal": "../node_modules/@ionic/utils-terminal/dist/index.js",
|
|
457
|
+
"@ionic/utils-terminal/": "../node_modules/@ionic/utils-terminal/",
|
|
458
|
+
"@types/slice-ansi": "../node_modules/@types/slice-ansi/",
|
|
459
|
+
"@types/slice-ansi/": "../node_modules/@types/slice-ansi/",
|
|
460
|
+
"signal-exit": "../node_modules/signal-exit/index.js",
|
|
461
|
+
"signal-exit/": "../node_modules/signal-exit/",
|
|
462
|
+
"slice-ansi": "../node_modules/slice-ansi/index.js",
|
|
463
|
+
"slice-ansi/": "../node_modules/slice-ansi/",
|
|
464
|
+
"ansi-styles": "../node_modules/ansi-styles/index.js",
|
|
465
|
+
"ansi-styles/": "../node_modules/ansi-styles/",
|
|
466
|
+
"color-convert": "../node_modules/color-convert/index.js",
|
|
467
|
+
"color-convert/": "../node_modules/color-convert/",
|
|
468
|
+
"astral-regex": "../node_modules/astral-regex/index.js",
|
|
469
|
+
"astral-regex/": "../node_modules/astral-regex/",
|
|
470
|
+
"is-fullwidth-code-point": "../node_modules/is-fullwidth-code-point/index.js",
|
|
471
|
+
"is-fullwidth-code-point/": "../node_modules/is-fullwidth-code-point/",
|
|
472
|
+
"string-width": "../node_modules/string-width/index.js",
|
|
473
|
+
"string-width/": "../node_modules/string-width/",
|
|
474
|
+
"emoji-regex": "../node_modules/emoji-regex/index.js",
|
|
475
|
+
"emoji-regex/": "../node_modules/emoji-regex/",
|
|
476
|
+
"strip-ansi": "../node_modules/strip-ansi/index.js",
|
|
477
|
+
"strip-ansi/": "../node_modules/strip-ansi/",
|
|
478
|
+
"ansi-regex": "../node_modules/ansi-regex/index.js",
|
|
479
|
+
"ansi-regex/": "../node_modules/ansi-regex/",
|
|
480
|
+
"tslib": "../node_modules/tslib/tslib.es6.mjs",
|
|
481
|
+
"tslib/": "../node_modules/tslib/",
|
|
482
|
+
"untildify": "../node_modules/untildify/index.js",
|
|
483
|
+
"untildify/": "../node_modules/untildify/",
|
|
484
|
+
"wrap-ansi": "../node_modules/wrap-ansi/index.js",
|
|
485
|
+
"wrap-ansi/": "../node_modules/wrap-ansi/",
|
|
486
|
+
"@ionic/utils-subprocess": "../node_modules/@ionic/utils-subprocess/dist/index.js",
|
|
487
|
+
"@ionic/utils-subprocess/": "../node_modules/@ionic/utils-subprocess/",
|
|
488
|
+
"@ionic/utils-array": "../node_modules/@ionic/utils-array/dist/index.js",
|
|
489
|
+
"@ionic/utils-array/": "../node_modules/@ionic/utils-array/",
|
|
490
|
+
"@ionic/utils-fs": "../node_modules/@ionic/utils-fs/dist/index.js",
|
|
491
|
+
"@ionic/utils-fs/": "../node_modules/@ionic/utils-fs/",
|
|
492
|
+
"@types/fs-extra": "../node_modules/@types/fs-extra/",
|
|
493
|
+
"@types/fs-extra/": "../node_modules/@types/fs-extra/",
|
|
494
|
+
"@types/node": "../node_modules/@types/node/",
|
|
495
|
+
"@types/node/": "../node_modules/@types/node/",
|
|
496
|
+
"undici-types": "../node_modules/undici-types/index.js",
|
|
497
|
+
"undici-types/": "../node_modules/undici-types/",
|
|
498
|
+
"fs-extra": "../node_modules/fs-extra/lib/index.js",
|
|
499
|
+
"fs-extra/": "../node_modules/fs-extra/",
|
|
500
|
+
"at-least-node": "../node_modules/at-least-node/index.js",
|
|
501
|
+
"at-least-node/": "../node_modules/at-least-node/",
|
|
502
|
+
"graceful-fs": "../node_modules/graceful-fs/graceful-fs.js",
|
|
503
|
+
"graceful-fs/": "../node_modules/graceful-fs/",
|
|
504
|
+
"jsonfile": "../node_modules/jsonfile/index.js",
|
|
505
|
+
"jsonfile/": "../node_modules/jsonfile/",
|
|
506
|
+
"universalify": "../node_modules/universalify/index.js",
|
|
507
|
+
"universalify/": "../node_modules/universalify/",
|
|
508
|
+
"@ionic/utils-process": "../node_modules/@ionic/utils-process/dist/index.js",
|
|
509
|
+
"@ionic/utils-process/": "../node_modules/@ionic/utils-process/",
|
|
510
|
+
"@ionic/utils-object": "../node_modules/@ionic/utils-object/dist/index.js",
|
|
511
|
+
"@ionic/utils-object/": "../node_modules/@ionic/utils-object/",
|
|
512
|
+
"tree-kill": "../node_modules/tree-kill/index.js",
|
|
513
|
+
"tree-kill/": "../node_modules/tree-kill/",
|
|
514
|
+
"@ionic/utils-stream": "../node_modules/@ionic/utils-stream/dist/index.js",
|
|
515
|
+
"@ionic/utils-stream/": "../node_modules/@ionic/utils-stream/",
|
|
516
|
+
"cross-spawn": "../node_modules/cross-spawn/index.js",
|
|
517
|
+
"cross-spawn/": "../node_modules/cross-spawn/",
|
|
518
|
+
"path-key": "../node_modules/path-key/index.js",
|
|
519
|
+
"path-key/": "../node_modules/path-key/",
|
|
520
|
+
"shebang-command": "../node_modules/shebang-command/index.js",
|
|
521
|
+
"shebang-command/": "../node_modules/shebang-command/",
|
|
522
|
+
"shebang-regex": "../node_modules/shebang-regex/index.js",
|
|
523
|
+
"shebang-regex/": "../node_modules/shebang-regex/",
|
|
524
|
+
"which": "../node_modules/which/which.js",
|
|
525
|
+
"which/": "../node_modules/which/",
|
|
526
|
+
"isexe": "../node_modules/isexe/index.js",
|
|
527
|
+
"isexe/": "../node_modules/isexe/",
|
|
528
|
+
"commander": "../node_modules/commander/esm.mjs",
|
|
529
|
+
"commander/": "../node_modules/commander/",
|
|
530
|
+
"env-paths": "../node_modules/env-paths/index.js",
|
|
531
|
+
"env-paths/": "../node_modules/env-paths/",
|
|
532
|
+
"kleur": "../node_modules/kleur/index.mjs",
|
|
533
|
+
"kleur/": "../node_modules/kleur/",
|
|
534
|
+
"native-run": "../node_modules/native-run/dist/index.js",
|
|
535
|
+
"native-run/": "../node_modules/native-run/",
|
|
536
|
+
"bplist-parser": "../node_modules/bplist-parser/bplistParser.js",
|
|
537
|
+
"bplist-parser/": "../node_modules/bplist-parser/",
|
|
538
|
+
"big-integer": "../node_modules/big-integer/BigInteger",
|
|
539
|
+
"big-integer/": "../node_modules/big-integer/",
|
|
540
|
+
"elementtree": "../node_modules/elementtree/lib/elementtree.js",
|
|
541
|
+
"elementtree/": "../node_modules/elementtree/",
|
|
542
|
+
"sax": "../node_modules/sax/lib/sax.js",
|
|
543
|
+
"sax/": "../node_modules/sax/",
|
|
544
|
+
"ini": "../node_modules/ini/lib/ini.js",
|
|
545
|
+
"ini/": "../node_modules/ini/",
|
|
546
|
+
"plist": "../node_modules/plist/index.js",
|
|
547
|
+
"plist/": "../node_modules/plist/",
|
|
548
|
+
"split2": "../node_modules/split2/index.js",
|
|
549
|
+
"split2/": "../node_modules/split2/",
|
|
550
|
+
"through2": "../node_modules/through2/through2.js",
|
|
551
|
+
"through2/": "../node_modules/through2/",
|
|
552
|
+
"yauzl": "../node_modules/yauzl/index.js",
|
|
553
|
+
"yauzl/": "../node_modules/yauzl/",
|
|
554
|
+
"fd-slicer": "../node_modules/fd-slicer/index.js",
|
|
555
|
+
"fd-slicer/": "../node_modules/fd-slicer/",
|
|
556
|
+
"pend": "../node_modules/pend/index.js",
|
|
557
|
+
"pend/": "../node_modules/pend/",
|
|
558
|
+
"buffer-crc32": "../node_modules/buffer-crc32/index.js",
|
|
559
|
+
"buffer-crc32/": "../node_modules/buffer-crc32/",
|
|
560
|
+
"open": "../node_modules/open/index.js",
|
|
561
|
+
"open/": "../node_modules/open/",
|
|
562
|
+
"define-lazy-prop": "../node_modules/define-lazy-prop/index.js",
|
|
563
|
+
"define-lazy-prop/": "../node_modules/define-lazy-prop/",
|
|
564
|
+
"is-docker": "../node_modules/is-docker/index.js",
|
|
565
|
+
"is-docker/": "../node_modules/is-docker/",
|
|
566
|
+
"is-wsl": "../node_modules/is-wsl/index.js",
|
|
567
|
+
"is-wsl/": "../node_modules/is-wsl/",
|
|
568
|
+
"prompts": "../node_modules/prompts/index.js",
|
|
569
|
+
"prompts/": "../node_modules/prompts/",
|
|
570
|
+
"sisteransi": "../node_modules/sisteransi/src/index.js",
|
|
571
|
+
"sisteransi/": "../node_modules/sisteransi/",
|
|
572
|
+
"rimraf": "../node_modules/rimraf/dist/esm/index.js",
|
|
573
|
+
"rimraf/": "../node_modules/rimraf/",
|
|
574
|
+
"glob": "../node_modules/glob/dist/esm/index.min.js",
|
|
575
|
+
"glob/": "../node_modules/glob/",
|
|
576
|
+
"minimatch": "../node_modules/minimatch/dist/esm/index.js",
|
|
577
|
+
"minimatch/": "../node_modules/minimatch/",
|
|
578
|
+
"brace-expansion": "../node_modules/brace-expansion/dist/esm/index.js",
|
|
579
|
+
"brace-expansion/": "../node_modules/brace-expansion/",
|
|
580
|
+
"balanced-match": "../node_modules/balanced-match/dist/esm/index.js",
|
|
581
|
+
"balanced-match/": "../node_modules/balanced-match/",
|
|
582
|
+
"minipass": "../node_modules/minipass/dist/esm/index.js",
|
|
583
|
+
"minipass/": "../node_modules/minipass/",
|
|
584
|
+
"path-scurry": "../node_modules/path-scurry/dist/esm/index.js",
|
|
585
|
+
"path-scurry/": "../node_modules/path-scurry/",
|
|
586
|
+
"lru-cache": "../node_modules/lru-cache/dist/esm/browser/index.min.js",
|
|
587
|
+
"lru-cache/": "../node_modules/lru-cache/",
|
|
588
|
+
"package-json-from-dist": "../node_modules/package-json-from-dist/dist/esm/index.js",
|
|
589
|
+
"package-json-from-dist/": "../node_modules/package-json-from-dist/",
|
|
590
|
+
"semver": "../node_modules/semver/index.js",
|
|
591
|
+
"semver/": "../node_modules/semver/",
|
|
592
|
+
"tar": "../node_modules/tar/dist/esm/index.min.js",
|
|
593
|
+
"tar/": "../node_modules/tar/",
|
|
594
|
+
"@isaacs/fs-minipass": "../node_modules/@isaacs/fs-minipass/dist/esm/index.js",
|
|
595
|
+
"@isaacs/fs-minipass/": "../node_modules/@isaacs/fs-minipass/",
|
|
596
|
+
"chownr": "../node_modules/chownr/dist/esm/index.js",
|
|
597
|
+
"chownr/": "../node_modules/chownr/",
|
|
598
|
+
"minizlib": "../node_modules/minizlib/dist/esm/index.js",
|
|
599
|
+
"minizlib/": "../node_modules/minizlib/",
|
|
600
|
+
"yallist": "../node_modules/yallist/dist/esm/index.js",
|
|
601
|
+
"yallist/": "../node_modules/yallist/",
|
|
602
|
+
"xml2js": "../node_modules/xml2js/lib/xml2js",
|
|
603
|
+
"xml2js/": "../node_modules/xml2js/",
|
|
604
|
+
"@capacitor/core": "../node_modules/@capacitor/core/dist/index.js",
|
|
605
|
+
"@capacitor/core/": "../node_modules/@capacitor/core/"
|
|
330
606
|
}
|
|
331
607
|
}
|
|
332
608
|
</script>
|